1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/mshtml
Gabriel Ivăncescu 0c99a89b15 mshtml: Use unlink and destructor in the vtbl for HTMLElementCollection.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-08 11:56:08 +09:00
..
tests jscript: Use the object containing the prop for builtin getters. 2023-08-01 21:51:13 +09:00
binding.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
blank.htm
conpoint.c
dispex.c mshtml: Unlink variants using a helper function. 2023-08-04 19:20:36 +09:00
editor.c
htmlanchor.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlarea.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlattr.c mshtml: Use unlink and destructor in the vtbl for HTMLDOMAttribute. 2023-08-04 19:20:39 +09:00
htmlbody.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlcomment.c mshtml: Use the common HTMLElement dispex vtbl in the dispex definitions. 2023-08-02 19:59:23 +09:00
htmlcurstyle.c
htmldoc.c mshtml: Use unlink and destructor in the vtbl for function disps. 2023-08-02 19:59:26 +09:00
htmlelem.c mshtml: Use unlink and destructor in the vtbl for HTMLAttributeCollection. 2023-08-08 11:56:07 +09:00
htmlelemcol.c mshtml: Use unlink and destructor in the vtbl for HTMLElementCollection. 2023-08-08 11:56:08 +09:00
htmlevent.c mshtml: Unlink variants using a helper function. 2023-08-04 19:20:36 +09:00
htmlevent.h mshtml: Use separate dispex destructors for different event types. 2023-08-02 19:59:26 +09:00
htmlform.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlframe.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlgeneric.c mshtml: Use the common HTMLElement dispex vtbl in the dispex definitions. 2023-08-02 19:59:23 +09:00
htmlhead.c mshtml: Use the common HTMLElement dispex vtbl in the dispex definitions. 2023-08-02 19:59:23 +09:00
htmlimg.c mshtml: Use unlink and destructor in the vtbl for HTMLImageElementFactory. 2023-08-02 19:59:32 +09:00
htmlinput.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmllink.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmllocation.c mshtml: Embed the HTMLLocation into the outer window. 2023-02-01 22:29:53 +01:00
htmlnode.c mshtml: Use unlink and destructor in the vtbl for HTMLDOMChildrenCollection. 2023-08-08 11:56:08 +09:00
htmlobject.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlscript.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlscript.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlselect.c mshtml: Use unlink and destructor in the vtbl for HTMLOptionElementFactory. 2023-08-02 19:59:32 +09:00
htmlstorage.c mshtml: Use unlink and destructor in the vtbl for HTMLStorage. 2023-08-04 19:20:39 +09:00
htmlstyle.c mshtml: Use unlink and destructor in the vtbl for CSSStyle. 2023-08-02 19:59:27 +09:00
htmlstyle.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlstyleelem.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmlstylesheet.c mshtml: Use unlink and destructor in the vtbl for HTMLStyleSheet. 2023-08-02 19:59:32 +09:00
htmltable.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmltextarea.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
htmltextnode.c
htmlwindow.c mshtml: Unlink variants using a helper function. 2023-08-04 19:20:36 +09:00
ifacewrap.c
loadopts.c
main.c mshtml: Handle memory allocation failure in set_statustext. 2023-01-24 22:10:52 +01:00
Makefile.in
mshtml_classes.idl
mshtml_private_iface.idl mshtml: Add stubs for MutationObserver methods. 2023-07-31 21:04:23 +09:00
mshtml_private.h mshtml: Unlink variants using a helper function. 2023-08-04 19:20:36 +09:00
mshtml.inf
mshtml.rc
mshtml.spec
mutation.c mshtml: Use unlink and destructor in the vtbl for MutationObserver. 2023-08-08 11:56:07 +09:00
navigate.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09: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: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
nsevents.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
nsiface.idl mshtml: Stop the plugin when detaching the plugin host. 2023-05-25 16:21:17 +02:00
nsio.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09: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: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
omnavigator.c mshtml: Use unlink and destructor in the vtbl for MediaQueryList. 2023-08-08 11:56:07 +09:00
persist.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
pluginhost.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
pluginhost.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
protocol.c
range.c mshtml: Use unlink and destructor in the vtbl for HTMLTxtRange. 2023-08-04 19:20:39 +09:00
resource.h
script.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
secmgr.c mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
selection.c mshtml: Use unlink and destructor in the vtbl for HTMLSelectionObject. 2023-08-04 19:20:39 +09:00
service.c
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: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
xmlhttprequest.c mshtml: Use unlink and destructor in the vtbl for XMLHttpRequest. 2023-08-08 11:56:07 +09:00