Sweden-Number/dlls/mshtml
Jacek Caban 10e7ead350 mshtml: Use Gecko attributes for getAttribute, setAttribute and removeAttribute implementation in IE8+ mode.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-23 20:02:07 +02:00
..
tests mshtml: Use Gecko attributes for getAttribute, setAttribute and removeAttribute implementation in IE8+ mode. 2021-04-23 20:02:07 +02:00
Makefile.in
binding.h mshtml: Block load event until dynamically created script elements that are part of the document are loaded. 2021-03-25 19:48:01 +01:00
blank.htm
conpoint.c
dispex.c mshtml: Support deleting object properties. 2021-03-29 18:42:46 +02:00
editor.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
htmlanchor.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmlarea.c
htmlattr.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlbody.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmlcomment.c
htmlcurstyle.c
htmldoc.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlelem.c mshtml: Use Gecko attributes for getAttribute, setAttribute and removeAttribute implementation in IE8+ mode. 2021-04-23 20:02:07 +02:00
htmlelemcol.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlevent.c mshtml: Factor out get_time_stamp helper. 2021-04-22 10:20:31 +02:00
htmlevent.h mshtml: Add IDOMEvent::isTrusted implementation. 2021-04-22 10:20:26 +02:00
htmlform.c mshtml: Use wide-char string literals for PRUnichar strings. 2020-11-24 16:53:52 +01:00
htmlframe.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmlgeneric.c
htmlhead.c mshtml: Support DispHTMLHeadElement interface. 2021-03-29 18:42:46 +02:00
htmlimg.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlinput.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmllink.c
htmllocation.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlnode.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlobject.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmlscript.c
htmlscript.h
htmlselect.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlstorage.c mshtml: Return null from IHTMLStorage::getItem stub. 2021-04-21 21:00:33 +02:00
htmlstyle.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
htmlstyle.h mshtml: Implement IHTMLCSSStyleDeclaration2::animation property. 2021-01-27 21:04:19 +01:00
htmlstyleelem.c mshtml: Expose IHTMLStyleElement2 to scripts. 2021-04-05 22:59:59 +02:00
htmlstylesheet.c mshtml: Expose IHTMLStyleSheet4 to scripts. 2021-04-07 15:48:08 +02:00
htmltable.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmltextarea.c mshtml: Use wide-char string literals in html*.c. 2020-11-24 16:53:52 +01:00
htmltextnode.c
htmlwindow.c mshtml: Add window.requestAnimationFrame semi-stub implementation. 2021-04-22 10:20:33 +02:00
ifacewrap.c
loadopts.c
main.c mshtml: Move load_gecko() call from DllRegisterServer to DllInstall. 2021-02-09 21:17:41 +01:00
mshtml.inf
mshtml.rc
mshtml.spec
mshtml_classes.idl
mshtml_private.h mshtml: Add window.requestAnimationFrame semi-stub implementation. 2021-04-22 10:20:33 +02:00
mutation.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
navigate.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
npplugin.c
nsembed.c mshtml: Also search default directories for xul.dll dependencies. 2021-03-29 18:42:46 +02:00
nsevents.c mshtml: Initialize DOMEvent object with compat mode. 2021-03-11 22:58:26 +01:00
nsiface.idl mshtml: Add nsICacheInfoChannel stub implementation. 2021-02-17 21:42:18 +01:00
nsio.c mshtml: Block load event until dynamically created script elements that are part of the document are loaded. 2021-03-25 19:48:01 +01:00
nsservice.c mshtml: Use wide-char string literals for PRUnichar strings. 2020-11-24 16:53:52 +01:00
olecmd.c mshtml: Use wide-char string literals for PRUnichar strings. 2020-11-24 16:53:52 +01:00
oleobj.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
omnavigator.c mshtml: Don't use UAS_EXACTLEGACY in navigator object. 2021-03-29 18:42:46 +02:00
persist.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
pluginhost.c mshtml: Use wide-char string literals for PRUnichar strings. 2020-11-24 16:53:52 +01:00
pluginhost.h
protocol.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
range.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
resource.h
script.c mshtml: Introduce ES6 JavaScript mode and use it in IE11 compat mode. 2021-04-22 10:20:08 +02:00
secmgr.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
selection.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00
service.c
svg.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
task.c mshtml: Add window.requestAnimationFrame semi-stub implementation. 2021-04-22 10:20:33 +02:00
view.c mshtml: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
xmlhttprequest.c mshtml: Rename init_dispex_with_compat_mode to init_dispatch. 2021-03-16 20:36:44 +01:00