wine/dlls/mshtml
Gabriel Ivăncescu 75f2ae3453 mshtml: Unlink document nodes and fragments using the dispex.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-09-15 21:15:06 +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
blank.htm
conpoint.c
dispex.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
editor.c
htmlanchor.c mshtml: Traverse and unlink AnchorElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlarea.c mshtml: Traverse and unlink AreaElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlattr.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlbody.c mshtml: Traverse and unlink BodyElements using the dispex. 2023-09-14 11:14:03 +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: Get rid of the custom qi for CSS Styles. 2023-09-12 20:11:31 +02:00
htmldoc.c mshtml: Unlink document nodes and fragments using the dispex. 2023-09-15 21:15:06 +02:00
htmlelem.c mshtml: Traverse and unlink AnchorElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlelemcol.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlevent.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlevent.h mshtml: Traverse and unlink AnchorElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlform.c mshtml: Traverse and unlink FormElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlframe.c mshtml: Traverse and unlink IFrames using the dispex. 2023-09-14 11:14:03 +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: Traverse and unlink ImageElements using the dispex. 2023-09-14 11:14:03 +02:00
htmlinput.c mshtml: Traverse and unlink ButtonElements using the dispex. 2023-09-14 11:14:03 +02:00
htmllink.c mshtml: Traverse and unlink LinkElements using the dispex. 2023-09-14 11:14:03 +02:00
htmllocation.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlnode.c mshtml: Unlink document nodes and fragments using the dispex. 2023-09-15 21:15:06 +02:00
htmlobject.c mshtml: Traverse and unlink ObjectElements using the dispex. 2023-09-15 21:15:06 +02:00
htmlscript.c mshtml: Traverse and unlink ScriptElements using the dispex. 2023-09-15 21:15:06 +02:00
htmlscript.h
htmlselect.c mshtml: Traverse and unlink SelectElements using the dispex. 2023-09-15 21:15:06 +02:00
htmlstorage.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlstyle.c mshtml: Get rid of the custom qi for CSS Styles. 2023-09-12 20:11:31 +02:00
htmlstyle.h mshtml: Get rid of the custom qi for CSS Styles. 2023-09-12 20:11:31 +02:00
htmlstyleelem.c mshtml: Traverse and unlink StyleElements using the dispex. 2023-09-15 21:15:06 +02:00
htmlstylesheet.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmltable.c mshtml: Traverse and unlink TableElements using the dispex. 2023-09-15 21:15:06 +02:00
htmltextarea.c mshtml: Traverse and unlink TextAreaElements using the dispex. 2023-09-15 21:15:06 +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: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +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.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Unlink document nodes and fragments using the dispex. 2023-09-15 21:15:06 +02:00
mshtml_private_iface.idl mshtml: Add stubs for MutationObserver methods. 2023-07-31 21:04:23 +09:00
mutation.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +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
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: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +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
protocol.c
range.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
resource.h
script.c mshtml: Introduce unlink_ref helper. 2023-08-02 19:59:25 +09:00
secmgr.c
selection.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +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: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00