Alexandre Julliard pushed to branch master at wine / wine
Commits: 39d6b0da by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Add initial constructor implementation.
- - - - - ee6849c3 by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Store vtbl in dispex_data_t.
- - - - - 43d37fef by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Split ensure_dispex_info.
- - - - - 3e86904a by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Factor out init_dispatch_from_desc.
- - - - - 83b0639e by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Add initial support for MSHTML prototype objects.
- - - - - 1b1af9f5 by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Don't expose prototype properties directly from object instances.
- - - - - 637b488b by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Store name in dispex_data_t.
- - - - - f9844211 by Jacek Caban at 2024-08-02T22:07:22+02:00 mshtml: Use proper prototype names.
- - - - - 6f94e2c6 by Jacek Caban at 2024-08-02T22:07:22+02:00 jscript: Allow using MSHTML constructors in instanceof expressions.
- - - - -
11 changed files:
- dlls/jscript/dispex.c - dlls/jscript/engine.c - dlls/jscript/jscript.c - dlls/jscript/jscript.h - dlls/jscript/jsdisp.idl - dlls/mshtml/dispex.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/omnavigator.c - dlls/mshtml/script.c - dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b2b3fbd12d672fd6b4c8cc5b8cbd4...