wine/dlls/mshtml
Gabriel Ivăncescu 7b74a484c1 mshtml: Use already available window local variable in refresh task.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-03-09 17:31:26 +01:00
..
tests mshtml: Send all readystatechange events for synchronous XHRs in IE9 and below. 2023-03-01 21:39:30 +01:00
binding.h mshtml: Always use navigate_fragment for fragment-only navigation in navigate_uri. 2022-11-07 21:16:10 +01:00
blank.htm
conpoint.c mshtml: Handle memory allocation failure in ConnectionPoint_Advise. 2022-11-25 17:42:57 +01:00
dispex.c mshtml: Tie window.location to the outer window. 2023-02-01 22:29:51 +01:00
editor.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlanchor.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlarea.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlattr.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlbody.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlcomment.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlcurstyle.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmldoc.c mshtml: Hold ref to HTMLDocumentObj when calling external code. 2023-03-09 17:31:26 +01:00
htmlelem.c mshtml: Implement IHTMLRect2 for HTMLRect. 2023-01-24 18:14:11 +01:00
htmlelemcol.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlevent.c mshtml: Fix previous EventObj leak. 2022-12-15 18:30:38 +01:00
htmlevent.h mshtml: Rename EVENTID_INVALID to EVENTID_INVALID_ID. 2022-12-01 20:36:05 +01:00
htmlform.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlframe.c mshtml: Don't hold ref to the created window in the FrameBase. 2023-01-24 18:17:58 +01:00
htmlgeneric.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlhead.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlimg.c mshtml: Release the image factory's dispex. 2023-01-24 18:18:01 +01:00
htmlinput.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmllink.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmllocation.c mshtml: Embed the HTMLLocation into the outer window. 2023-02-01 22:29:53 +01:00
htmlnode.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlobject.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlscript.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlscript.h
htmlselect.c mshtml: Don't initialize HTMLElement dispex for Option constructor. 2023-01-24 18:18:01 +01:00
htmlstorage.c mshtml: Add separate task list for tasks dispatching events. 2023-03-01 21:39:30 +01:00
htmlstyle.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlstyle.h
htmlstyleelem.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlstylesheet.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmltable.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmltextarea.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmltextnode.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
htmlwindow.c mshtml: Implement synchronous XMLHttpRequest. 2023-03-01 21:39:30 +01: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: Add SVG and XHTML document information to the registry. 2022-11-08 20:09:13 +01:00
mshtml.rc
mshtml.spec
mshtml_classes.idl mshtml: Add SVG and XHTML document information to the registry. 2022-11-08 20:09:13 +01:00
mshtml_private.h mshtml: Implement synchronous XMLHttpRequest. 2023-03-01 21:39:30 +01:00
mshtml_private_iface.idl mshtml: Implement pageshow event. 2022-11-18 17:33:49 +01:00
mutation.c mshtml: Hold ref to inner window when calling external code. 2023-03-09 17:31:26 +01:00
navigate.c mshtml: Check if browser was detached during notifications while navigating. 2023-03-09 17:31:26 +01:00
npplugin.c
nsembed.c mshtml: Use Scrollbar_Auto as default for vertical scrollbars. 2023-02-01 22:29:41 +01:00
nsevents.c mshtml: Hold ref to HTMLDocumentObj when calling external code. 2023-03-09 17:31:26 +01:00
nsiface.idl mshtml: Set reload load type to Gecko for document reloads. 2022-11-28 21:01:55 +01:00
nsio.c mshtml: Hold ref to HTMLDocumentObj when calling external code. 2023-03-09 17:31:26 +01: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: Use Scrollbar_Auto as default for vertical scrollbars. 2023-02-01 22:29:41 +01:00
omnavigator.c mshtml: Implement performance.navigation.type. 2022-11-28 21:01:55 +01:00
persist.c mshtml: Hold ref to the frame element during readyState notifications. 2023-03-09 17:31:26 +01:00
pluginhost.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
pluginhost.h
protocol.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
range.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
resource.h
script.c mshtml: Add separate task list for tasks dispatching events. 2023-03-01 21:39:30 +01:00
secmgr.c mshtml: Get rid of the outer window in basedoc. 2022-10-25 21:33:56 +02:00
selection.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
service.c mshtml: Use standard C functions for memory allocation. 2022-11-24 22:20:20 +01:00
svg.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
task.c mshtml: Implement synchronous XMLHttpRequest. 2023-03-01 21:39:30 +01:00
view.c mshtml: Grab refs to windows upfront before sending pagehide events. 2023-03-09 17:31:26 +01:00
xmlhttprequest.c mshtml: Send all readystatechange events for synchronous XHRs in IE9 and below. 2023-03-01 21:39:30 +01:00