wine/dlls/mshtml
Gabriel Ivăncescu 38f6eb34b8 jscript: Properly handle passing undefined value to Number.toString in ES5+ mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-06-23 22:48:18 +02:00
..
tests jscript: Properly handle passing undefined value to Number.toString in ES5+ mode. 2023-06-23 22:48:18 +02:00
binding.h mshtml: Support cycle collection for nsChannel. 2023-04-25 21:39:15 +02:00
blank.htm
conpoint.c mshtml: Handle memory allocation failure in ConnectionPoint_Advise. 2022-11-25 17:42:57 +01:00
dispex.c mshtml: Fix memory leak on error path in add_func_info (Coverity). 2023-05-25 11:04:06 +02:00
editor.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlanchor.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlarea.c mshtml: Traverse and unlink AreaElements properly. 2023-06-22 15:33:41 +02:00
htmlattr.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlbody.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlcomment.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlcurstyle.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmldoc.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlelem.c mshtml: Fix text node leak in Element innerText setter. 2023-06-22 15:33:43 +02:00
htmlelemcol.c mshtml: Fix element leaks in get_elem_source_index. 2023-06-22 15:33:43 +02:00
htmlevent.c mshtml: Store minimum compat mode required for events in the ctor table. 2023-04-25 21:39:12 +02:00
htmlevent.h mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlform.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlframe.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlgeneric.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlhead.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlimg.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlinput.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmllink.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmllocation.c mshtml: Embed the HTMLLocation into the outer window. 2023-02-01 22:29:53 +01:00
htmlnode.c mshtml: Handle failure and cleanup properly when enumerating nodes. 2023-06-22 15:33:43 +02:00
htmlobject.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlscript.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlscript.h
htmlselect.c mshtml: Fix text node leak in OptionElement text setter. 2023-06-22 15:33:44 +02:00
htmlstorage.c mshtml: Add separate task list for tasks dispatching events. 2023-03-01 21:39:30 +01:00
htmlstyle.c mshtml: Fix style declaration leak in HTMLStyle_Create. 2023-06-22 15:33:41 +02:00
htmlstyle.h
htmlstyleelem.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmlstylesheet.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmltable.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmltextarea.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
htmltextnode.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlwindow.c mshtml: Handle protocols with no ports when checking target origin. 2023-05-30 20:55:52 +02:00
ifacewrap.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
loadopts.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
main.c mshtml: Handle memory allocation failure in set_statustext. 2023-01-24 22:10:52 +01:00
Makefile.in
mshtml.inf mshtml: Add SVG and XHTML document information to the registry. 2022-11-08 20:09:13 +01:00
mshtml.rc
mshtml.spec
mshtml_classes.idl mshtml: Add SVG and XHTML document information to the registry. 2022-11-08 20:09:13 +01:00
mshtml_private.h mshtml: Implement indexed props for classList. 2023-05-26 21:24:14 +02:00
mshtml_private_iface.idl mshtml: Expose the other remaining props for element.classList. 2023-05-26 21:24:14 +02:00
mutation.c mshtml: Tell wine-gecko about the IE compat document mode. 2023-04-12 18:13:44 +02:00
navigate.c mshtml: Check if browser was detached during notifications while navigating. 2023-03-09 17:31:26 +01:00
npplugin.c mshtml: Explicitly hold ref to the plugin host in NPP_New. 2023-05-25 16:21:17 +02:00
nsembed.c mshtml: Only allow one thread to use Gecko. 2023-05-25 11:04:23 +02:00
nsevents.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
nsiface.idl mshtml: Stop the plugin when detaching the plugin host. 2023-05-25 16:21:17 +02:00
nsio.c mshtml: Fix nsChannel's load_info leak. 2023-04-25 21:39:16 +02:00
nsservice.c
olecmd.c mshtml: Use already available window local variable in refresh task. 2023-03-09 17:31:26 +01:00
oleobj.c mshtml: Use Scrollbar_Auto as default for vertical scrollbars. 2023-02-01 22:29:41 +01:00
omnavigator.c mshtml: Implement MediaQueryList's removeListener method. 2023-04-17 18:55:41 +02:00
persist.c mshtml: Fix nsuri leak if create_channelbsc failed. 2023-03-20 21:03:42 +01:00
pluginhost.c mshtml: Stop the plugin when detaching the plugin host. 2023-05-25 16:21:17 +02:00
pluginhost.h
protocol.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
range.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
resource.h
script.c mshtml: Fix nsscript leak in bind_event_scripts. 2023-03-20 21:03:40 +01:00
secmgr.c mshtml: Get rid of the outer window in basedoc. 2022-10-25 21:33:56 +02:00
selection.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
service.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
svg.c mshtml: Get rid of dispatch_nsevent_hook. 2023-04-12 18:13:46 +02:00
task.c mshtml: Implement synchronous XMLHttpRequest. 2023-03-01 21:39:30 +01:00
view.c mshtml: Grab refs to windows upfront before sending pagehide events. 2023-03-09 17:31:26 +01:00
xmlhttprequest.c mshtml: Send all readystatechange events for synchronous XHRs in IE9 and below. 2023-03-01 21:39:30 +01:00