1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/mshtml
Gabriel Ivăncescu 33dbc3c80a mshtml: Use query_interface in the dispex vtbl for HTMLPluginsCollection.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-09-08 17:47:33 +02:00
..
tests mshtml: Expose an EventTarget interface on the outer window for events' target dispatch. 2023-09-07 17:17:05 +02:00
binding.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
blank.htm
conpoint.c
dispex.c mshtml: Trace the object name in dispex methods. 2023-09-07 17:17:17 +02:00
editor.c
htmlanchor.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlarea.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlattr.c mshtml: Implement Cycle Collection for HTMLDOMAttribute. 2023-08-21 22:47:42 +02:00
htmlbody.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlcomment.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlcurstyle.c mshtml: Use ASCII strings for dispex object names. 2023-08-16 08:51:21 +02:00
htmldoc.c mshtml: Introduce query_interface in dispex vtbl and use it for DOM Nodes. 2023-09-07 17:17:17 +02:00
htmlelem.c mshtml: Use query_interface in the dispex vtbl for HTMLAttributeCollection. 2023-09-08 17:47:33 +02:00
htmlelemcol.c mshtml: Use query_interface in the dispex vtbl for HTMLElementCollection. 2023-09-08 17:47:32 +02:00
htmlevent.c mshtml: Use query_interface in the dispex vtbl for XMLHttpRequest. 2023-09-07 17:17:17 +02:00
htmlevent.h mshtml: Expose an EventTarget interface on the outer window for events' target dispatch. 2023-09-07 17:17:05 +02:00
htmlform.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlframe.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlgeneric.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlhead.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlimg.c mshtml: Use query_interface in the dispex vtbl for builtin constructors. 2023-09-08 17:47:32 +02:00
htmlinput.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmllink.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmllocation.c mshtml: Use query_interface in the dispex vtbl for HTMLLocation. 2023-09-08 17:47:32 +02:00
htmlnode.c mshtml: Use query_interface in the dispex vtbl for HTMLDOMChildrenCollection. 2023-09-08 17:47:32 +02:00
htmlobject.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlscript.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlscript.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlselect.c mshtml: Use query_interface in the dispex vtbl for builtin constructors. 2023-09-08 17:47:32 +02:00
htmlstorage.c mshtml: Use query_interface in the dispex vtbl for HTMLStorage. 2023-09-08 17:47:32 +02:00
htmlstyle.c mshtml: Use query_interface in the dispex vtbl for CSS Styles. 2023-09-08 17:47:32 +02:00
htmlstyle.h mshtml: Implement Cycle Collection for HTMLCSSStyleDeclaration. 2023-08-21 22:47:42 +02:00
htmlstyleelem.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmlstylesheet.c mshtml: Use query_interface in the dispex vtbl for StyleSheetRules and collections. 2023-09-08 17:47:32 +02:00
htmltable.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmltextarea.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
htmltextnode.c mshtml: Introduce query_interface in dispex vtbl and use it for DOM Nodes. 2023-09-07 17:17:17 +02:00
htmlwindow.c mshtml: Unstub some implemented event handlers in IHTMLWindow7 interface. 2023-09-08 17:47:32 +02:00
ifacewrap.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
loadopts.c
main.c
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: Use query_interface in the dispex vtbl for XMLHttpRequest. 2023-09-07 17:17:17 +02:00
mshtml.inf
mshtml.rc
mshtml.spec
mutation.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02:00
navigate.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02:00
npplugin.c mshtml: Check for non-NULL plugin host before trying to hold ref. 2023-08-18 18:33:16 +02:00
nsembed.c mshtml: Implement Cycle Collection for outer windows. 2023-08-31 15:01:15 +02:00
nsevents.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02: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
oleobj.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
omnavigator.c mshtml: Use query_interface in the dispex vtbl for HTMLPluginsCollection. 2023-09-08 17:47:33 +02: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: Implement Cycle Collection for HTMLDOMRange. 2023-08-22 16:58:25 +02: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: Implement Cycle Collection for HTMLSelectionObject. 2023-08-22 16:58:25 +02:00
service.c
svg.c mshtml: Return interface directly from node vtbl's QI instead of HRESULT, without AddRef. 2023-09-07 17:17:11 +02:00
task.c
view.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02:00
xmlhttprequest.c mshtml: Use query_interface in the dispex vtbl for builtin constructors. 2023-09-08 17:47:32 +02:00