.. |
tests
|
jscript: Implement ArrayBuffer.prototype.slice.
|
2024-02-12 23:02:03 +01:00 |
binding.h
|
|
|
blank.htm
|
|
|
conpoint.c
|
|
|
dispex.c
|
mshtml: Don't expose "restricted" members.
|
2023-12-07 20:21:42 +01:00 |
editor.c
|
mshtml: Use inner window's outer_window when checking if it's interactive for edit mode.
|
2023-12-06 10:20:25 +01:00 |
htmlanchor.c
|
mshtml: Skip navigation handling on anchor/area elements for detached documents.
|
2023-12-06 10: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: Implement document.lastModified.
|
2024-01-23 22:56:53 +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: Expose the IHTMLEventObj5 props to scripts.
|
2024-02-05 21:45:20 +01:00 |
htmlevent.h
|
mshtml: Implement source prop for MessageEvents.
|
2024-02-05 21:45:19 +01: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: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +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: Implement IActiveScriptSite service.
|
2024-01-30 11:06:14 +01: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: Send proper legacy storage event with actual url.
|
2023-12-07 20:21:42 +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: Return E_ABORT from postMessage called without a caller ServiceProvider.
|
2024-02-05 21:45:19 +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: Expose the IHTMLEventObj5 props to scripts.
|
2024-02-05 21:45:20 +01:00 |
mshtml_private_iface.idl
|
mshtml: Use a hook to implement postMessage.
|
2024-02-05 21:45:19 +01:00 |
mutation.c
|
mshtml: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +01: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: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +01: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: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +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: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +01:00 |
pluginhost.h
|
|
|
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: Implement Exec for CGID_ScriptSite's CMDID_SCRIPTSITE_SECURITY_WINDOW.
|
2024-01-30 11:06:16 +01:00 |
secmgr.c
|
mshtml: Get rid of outer_window member in HTMLDocumentNode.
|
2023-12-06 10:20:28 +01:00 |
selection.c
|
mshtml: Forward objects' IUnknown methods to the DispatchEx.
|
2023-09-12 20:11:31 +02:00 |
service.c
|
mshtml: Implement IActiveScriptSite service.
|
2024-01-30 11:06:14 +01:00 |
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 |