wine/dlls/mshtml
Gabriel Ivăncescu 4418f928af mshtml: Return proper errors when navigating with no browser.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-10-23 07:37:17 -05:00
..
tests mshtml: Return proper errors when navigating with no browser. 2023-10-23 07:37:17 -05: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
htmlanchor.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlarea.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlattr.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlbody.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlcomment.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +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: Set outer window to uninitialized page when document obj is released. 2023-10-23 07:37:17 -05:00
htmlelem.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlelemcol.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmlevent.c mshtml: Traverse EventTarget listeners. 2023-10-03 09:24:29 +02:00
htmlevent.h mshtml: Traverse EventTarget listeners. 2023-10-03 09:24:29 +02:00
htmlform.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlframe.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlgeneric.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlhead.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlimg.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlinput.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmllink.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02: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: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlscript.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlscript.h mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
htmlselect.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +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: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02:00
htmlstylesheet.c mshtml: Forward objects' IUnknown methods to the DispatchEx. 2023-09-12 20:11:31 +02:00
htmltable.c mshtml: Remove unused functions. 2023-09-22 11:49:36 +02:00
htmltextarea.c mshtml: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +02: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 proper errors when navigating with no browser. 2023-10-23 07:37:17 -05: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: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +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: Return proper errors when navigating with no browser. 2023-10-23 07:37:17 -05: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 mshtml: Stop the plugin when detaching the plugin host. 2023-05-25 16:21:17 +02:00
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 already available window local variable in refresh task. 2023-03-09 17:31:26 +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: 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 mshtml: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:43 +02:00
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 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: Use the event_target vtbl's handle_event for all nodes. 2023-09-20 22:15:29 +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: Traverse EventTarget listeners. 2023-10-03 09:24:29 +02:00