wine/dlls/mshtml
Gabriel Ivăncescu c786ff0596 mshtml: Implement Cycle Collection for XMLHttpRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-31 15:01:16 +02:00
..
tests jscript: Fix Array.prototype.splice with omitted deleteCount in ES5+ mode. 2023-08-15 18:57:12 +02:00
binding.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
blank.htm
conpoint.c mshtml: Handle memory allocation failure in ConnectionPoint_Advise. 2022-11-25 17:42:57 +01:00
dispex.c mshtml: Implement Cycle Collection for XMLHttpRequest. 2023-08-31 15:01:16 +02:00
editor.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlanchor.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlarea.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlattr.c mshtml: Implement Cycle Collection for HTMLDOMAttribute. 2023-08-21 22:47:42 +02:00
htmlbody.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlcomment.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlcurstyle.c mshtml: Use ASCII strings for dispex object names. 2023-08-16 08:51:21 +02:00
htmldoc.c mshtml: Implement Cycle Collection for objects that don't require traversal. 2023-08-21 22:47:42 +02:00
htmlelem.c mshtml: Implement Cycle Collection for DOMTokenList. 2023-08-22 16:58:25 +02:00
htmlelemcol.c mshtml: Implement Cycle Collection for HTMLElementCollection. 2023-08-22 16:58:25 +02:00
htmlevent.c mshtml: Implement Cycle Collection for XMLHttpRequest. 2023-08-31 15:01:16 +02:00
htmlevent.h mshtml: Implement Cycle Collection for DOM Events. 2023-08-22 16:58:25 +02:00
htmlform.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlframe.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlgeneric.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlhead.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlimg.c mshtml: Implement Cycle Collection for objects that don't require traversal. 2023-08-21 22:47:42 +02:00
htmlinput.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmllink.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmllocation.c mshtml: Implement Cycle Collection for HTMLLocation. 2023-08-31 15:01:15 +02:00
htmlnode.c mshtml: Implement Cycle Collection for HTMLDOMChildrenCollection. 2023-08-22 16:58:25 +02:00
htmlobject.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlscript.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlscript.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlselect.c mshtml: Implement Cycle Collection for objects that don't require traversal. 2023-08-21 22:47:42 +02:00
htmlstorage.c mshtml: Implement Cycle Collection for objects that don't require traversal. 2023-08-21 22:47:42 +02:00
htmlstyle.c mshtml: Implement Cycle Collection for HTMLCSSStyleDeclaration. 2023-08-21 22:47:42 +02:00
htmlstyle.h mshtml: Implement Cycle Collection for HTMLCSSStyleDeclaration. 2023-08-21 22:47:42 +02:00
htmlstyleelem.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmlstylesheet.c mshtml: Implement Cycle Collection for HTMLStyleSheetRule. 2023-08-21 22:47:42 +02:00
htmltable.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmltextarea.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
htmltextnode.c mshtml: Implement node cycle collection using the dispex. 2023-08-16 08:51:27 +02:00
htmlwindow.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02:00
ifacewrap.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
loadopts.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
main.c mshtml: Handle memory allocation failure in set_statustext. 2023-01-24 22:10:52 +01:00
Makefile.in
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Implement Cycle Collection for XMLHttpRequest. 2023-08-31 15:01:16 +02:00
mshtml_private_iface.idl mshtml: Add stubs for MutationObserver methods. 2023-07-31 21:04:23 +09:00
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 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: Implement Cycle Collection for HTMLPerformanceTiming. 2023-08-31 15:01:15 +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 mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
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 mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
svg.c mshtml: Use designated initializers in node vtables. 2023-08-16 08:51:23 +02:00
task.c mshtml: Implement synchronous XMLHttpRequest. 2023-03-01 21:39:30 +01:00
view.c mshtml: Move PerformanceTiming related fields to the window. 2023-08-31 15:01:15 +02:00
xmlhttprequest.c mshtml: Implement Cycle Collection for XMLHttpRequest. 2023-08-31 15:01:16 +02:00