Sweden-Number/dlls/mshtml
Gabriel Ivăncescu 059848c5cd mshtml: Fix nsnode leak when cloning.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-07 11:55:27 +01:00
..
tests mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00
Makefile.in makefiles: Make -mno-cygwin the default. 2021-09-20 22:45:48 +02:00
binding.h
blank.htm
conpoint.c
dispex.c mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00
editor.c
htmlanchor.c mshtml: Implement HTMLAnchorElement_get_pathname(). 2021-11-05 17:09:22 +01:00
htmlarea.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlattr.c mshtml: Use proper compat mode for HTMLDOMAttribute. 2021-10-06 20:29:35 +02:00
htmlbody.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlcomment.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlcurstyle.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmldoc.c mshtml: Implement HTMLDocument's toString using dispex_to_string. 2021-10-12 18:29:22 +02:00
htmlelem.c mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00
htmlelemcol.c mshtml: Implement HTMLElementCollection's toString. 2021-10-07 21:23:16 +02:00
htmlevent.c mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00
htmlevent.h
htmlform.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlframe.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlgeneric.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlhead.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlimg.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlinput.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmllink.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmllocation.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlnode.c mshtml: Fix nsnode leak when cloning. 2022-01-07 11:55:27 +01:00
htmlobject.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlscript.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlscript.h
htmlselect.c mshtml: Implement value construction for HTMLOptionElementFactory. 2021-12-03 16:56:08 +01:00
htmlstorage.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlstyle.c mshtml: Implement HTMLStyle's toString. 2021-10-07 21:23:21 +02:00
htmlstyle.h
htmlstyleelem.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmlstylesheet.c mshtml: Implement index access for HTMLStyleSheetRulesCollection. 2021-12-03 16:56:08 +01:00
htmltable.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmltextarea.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
htmltextnode.c mshtml: Implement HTMLDOMTextNode's toString. 2021-10-07 21:23:24 +02:00
htmlwindow.c mshtml: Remove duplicate check in get_top_window. 2022-01-05 17:16:42 +01:00
ifacewrap.c
loadopts.c
main.c
mshtml.inf
mshtml.rc makefiles: Directly generate resources also for non-registered typelibs. 2021-11-16 10:22:51 +01:00
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00
mshtml_private_iface.idl mshtml: Expose window.performance in all modes. 2021-10-07 21:23:27 +02:00
mutation.c mshtml: Default to IE11 for Internet URL zone. 2021-07-22 13:14:37 +02:00
navigate.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
npplugin.c
nsembed.c mshtml: Handle VT_DISPATCH in variant_to_nsstr. 2021-11-25 21:20:31 +01:00
nsevents.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
nsiface.idl
nsio.c mshtml: Only treat resource://gre(-resources)/ as special. 2021-11-01 20:52:50 +01:00
nsservice.c
olecmd.c
oleobj.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
omnavigator.c mshtml: Avoid null pointer dereference in OmHistory_get_length (cppcheck). 2021-12-21 10:34:21 +01:00
persist.c
pluginhost.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
pluginhost.h
protocol.c
range.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
resource.h
script.c mshtml: Fix use after free in use_gecko_script (Coverity). 2021-12-30 23:09:45 +01:00
secmgr.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
selection.c mshtml: Add names for each object and use it in the Navigator. 2021-10-06 20:29:35 +02:00
service.c
svg.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
task.c mshtml: Move assert.h include to mshtml_private.h. 2021-07-08 21:12:16 +02:00
view.c
xmlhttprequest.c mshtml: Fix dispex hooks handling for function objects. 2021-12-10 22:00:18 +01:00