wine/dlls/mshtml
Gabriel Ivăncescu 2e4721ac8f jscript: Pass correct 'this' to host objects in ES5 mode.
For some reason, only pure js objects are passed in mshtml's jscript engine.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-11-30 20:48:20 +01:00
..
tests jscript: Pass correct 'this' to host objects in ES5 mode. 2022-11-30 20:48:20 +01:00
binding.h
blank.htm
conpoint.c
dispex.c
editor.c
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
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
htmldoc.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlelem.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlelemcol.c
htmlevent.c mshtml: Implement print events. 2022-11-28 21:01:55 +01:00
htmlevent.h mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +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: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +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: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +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: Implement location.reload(). 2022-11-28 21:01:55 +01:00
htmlnode.c
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: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
htmlstorage.c
htmlstyle.c
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
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
htmlwindow.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
ifacewrap.c
loadopts.c
main.c
Makefile.in
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +01:00
mshtml_private_iface.idl
mutation.c mshtml: Treat edit mode as a reload. 2022-11-28 21:01:55 +01:00
navigate.c mshtml: Remove string constant macros from navigate.c. 2022-11-28 21:01:55 +01:00
npplugin.c
nsembed.c mshtml: Return proper error for invalid selectors in IE8 mode. 2022-11-28 21:01:55 +01:00
nsevents.c mshtml: Send load event synchronously for img elements that loaded instantly in legacy modes. 2022-11-30 20:48:20 +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: Set reload load type to Gecko for document reloads. 2022-11-28 21:01:55 +01:00
nsservice.c
olecmd.c mshtml: Don't check for doc_node from the doc obj when it can't be NULL. 2022-11-28 21:01:55 +01:00
oleobj.c mshtml: Don't check for doc_node from the doc obj when it can't be NULL. 2022-11-28 21:01:55 +01:00
omnavigator.c mshtml: Implement performance.navigation.type. 2022-11-28 21:01:55 +01:00
persist.c mshtml: Don't check for doc_node from the doc obj when it can't be NULL. 2022-11-28 21:01:55 +01:00
pluginhost.c
pluginhost.h
protocol.c
range.c
resource.h
script.c
secmgr.c
selection.c
service.c
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
view.c mshtml: Don't check for doc_node from the doc obj when it can't be NULL. 2022-11-28 21:01:55 +01:00
xmlhttprequest.c