Alexandre Julliard pushed to branch master at wine / wine
Commits: 0babfa09 by Jacek Caban at 2024-08-05T19:51:08+02:00 mshtml: Add support for navigator prototype objects.
- - - - - dd14a51d by Jacek Caban at 2024-08-05T19:51:08+02:00 mshtml: Add support for HTMLBodyElement object.
- - - - - f2d765ba by Jacek Caban at 2024-08-05T19:51:08+02:00 mshtml: Add initial support for prototype chains.
And use it for HTMLBodyElement prototype.
- - - - - 4a2cc77c by Jacek Caban at 2024-08-05T19:51:10+02:00 mshtml: Add support for Element and Node prototype objects.
- - - - - 0bf25e2e by Jacek Caban at 2024-08-05T19:51:10+02:00 mshtml: Add support for Storage prototype objects.
- - - - - 1a3548c6 by Jacek Caban at 2024-08-05T19:51:10+02:00 mshtml: Add support for document prototype objects.
- - - - - eb7bf062 by Jacek Caban at 2024-08-05T19:51:10+02:00 mshtml: Add support for window prototype objects.
- - - - -
13 changed files:
- dlls/mshtml/dispex.c - dlls/mshtml/htmlbody.c - dlls/mshtml/htmldoc.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlnode.c - dlls/mshtml/htmlstorage.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/omnavigator.c - dlls/mshtml/script.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js - dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a09ad757caab295f471ac6db0e1a12...