wine/dlls/mshtml
2023-12-01 18:48:10 +01:00
..
tests mshtml: Return failure in IHTMLDocument2::put_URL for detached documents. 2023-12-01 18:48:10 +01:00
binding.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
blank.htm
conpoint.c
dispex.c mshtml: Remove unused IUnknown_iface in func_disp_t. 2023-10-03 09:24:29 +02:00
editor.c mshtml: Use Gecko inner window in get_ns_selection. 2023-11-20 22:46:48 +01:00
htmlanchor.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlarea.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlattr.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlbody.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlcomment.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlcurstyle.c mshtml: Traverse and unlink the Element referenced from the CurrentStyle. 2023-11-02 18:20:22 +01:00
htmldoc.c mshtml: Return failure in IHTMLDocument2::put_URL for detached documents. 2023-12-01 18:48:10 +01:00
htmlelem.c mshtml: Release the returned lists from Gecko's QuerySelectorAll even on error. 2023-11-03 21:45:57 +01:00
htmlelemcol.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlevent.c mshtml: Return outer window to external callers. 2023-11-10 20:52:29 +01:00
htmlevent.h mshtml: Traverse EventTarget listeners. 2023-10-03 09:24:29 +02:00
htmlform.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlframe.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlgeneric.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlhead.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlimg.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlinput.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmllink.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmllocation.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlnode.c mshtml: Traverse EventTarget listeners. 2023-10-03 09:24:29 +02:00
htmlobject.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlscript.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlscript.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlselect.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmlstorage.c mshtml: Keep ref from LocalStorage and SessionStorage to the inner window. 2023-11-01 22:44:13 +01:00
htmlstyle.c mshtml: Keep ref from the associated Style to the Element. 2023-11-02 18:20:22 +01:00
htmlstyle.h mshtml: Keep ref from the associated Style to the Element. 2023-11-02 18:20:22 +01:00
htmlstyleelem.c mshtml: Traverse and unlink the style_sheet referenced from the StyleElement. 2023-11-02 18:20:22 +01:00
htmlstylesheet.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmltable.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmltextarea.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01:00
htmltextnode.c mshtml: Use the dispex's query_interface for the remaining nodes. 2023-09-19 21:32:36 +02:00
htmlwindow.c mshtml: Store Gecko inner window in HTMLInnerWindow and use it in HTMLTxtRange_select. 2023-11-20 22:46:48 +01: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 makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Store Gecko inner window in HTMLInnerWindow and use it in HTMLTxtRange_select. 2023-11-20 22:46:48 +01: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: Fix window leak on error in async_stop_request. 2023-11-03 21:46:07 +01: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: Set outer window to uninitialized page when document obj is released. 2023-10-23 07:37:17 -05:00
nsiface.idl
nsio.c mshtml: Set outer window to uninitialized page when document obj is released. 2023-10-23 07:37:17 -05:00
nsservice.c
olecmd.c mshtml: Use Gecko inner window in get_clipboard_commands. 2023-11-20 22:46:48 +01:00
oleobj.c mshtml: Set outer window to uninitialized page when document obj is released. 2023-10-23 07:37:17 -05:00
omnavigator.c mshtml: Keep ref from the OmHistory to the inner window. 2023-11-01 22:44:13 +01: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: Store Gecko inner window in HTMLInnerWindow and use it in HTMLTxtRange_select. 2023-11-20 22:46:48 +01:00
resource.h
script.c mshtml: Return outer window to external callers. 2023-11-10 20:52:29 +01:00
secmgr.c mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
selection.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
service.c
svg.c mshtml: Keep refs from the Attributes and AttributeCollection to the Element. 2023-11-02 18:20:22 +01: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 Gecko inner window in HTMLXMLHttpRequestFactory_create. 2023-11-20 22:46:48 +01:00