Alexandre Julliard pushed to branch master at wine / wine
Commits: 945967d5 by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Add support for image element prototype objects.
- - - - - 2a37f912 by Jacek Caban at 2024-08-06T23:26:53+02:00 jscript: Introduce HostConstructor function type.
Based on patch by Gabriel Ivăncescu.
- - - - - 15f9e88a by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Use host constructor script bindings for Image constructor object.
- - - - - 635c9a79 by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Use host constructor script bindings for XMLHttpRequest constructor object.
- - - - - 83667ca2 by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Add support for option element prototype objects.
- - - - - 9ac80763 by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Use host object script bindings for Option constructor object.
- - - - - a891fcf6 by Jacek Caban at 2024-08-06T23:26:53+02:00 mshtml: Add support for MutationObserver consturctor and prototype objects.
- - - - -
14 changed files:
- dlls/jscript/function.c - dlls/jscript/jscript.c - dlls/jscript/jscript.h - dlls/jscript/jsdisp.idl - dlls/mshtml/dispex.c - dlls/mshtml/htmlimg.c - dlls/mshtml/htmlselect.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/mshtml_private_iface.idl - dlls/mshtml/mutation.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js - dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/972759b73509be9762ba02b4c26a43...