Alexandre Julliard pushed to branch master at wine / wine
Commits: 7557d5b3 by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Get object name from its ID when possible.
- - - - - 3ef991af by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Add support for computed style prototype objects.
- - - - - e6a73367 by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Add support for style prototype objects.
- - - - - a844b118 by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Add support for current style prototype objects.
- - - - - 45097c0b by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Add support for style sheet prototype objects.
- - - - - 58da904d by Jacek Caban at 2024-08-09T21:22:52+02:00 mshtml: Add support for style sheet list prototype objects.
- - - - - 3b8bc3e8 by Jacek Caban at 2024-08-09T21:22:53+02:00 mshtml: Add support for CSS rule list prototype objects.
- - - - - 58defc5d by Jacek Caban at 2024-08-09T21:22:53+02:00 mshtml: Add support for CSS rule prototype objects.
- - - - - 9e6f858d by Jacek Caban at 2024-08-09T21:22:53+02:00 mshtml: Add support for rect prototype objects.
- - - - - 6af6e4a5 by Jacek Caban at 2024-08-09T21:22:53+02:00 mshtml: Make mutation_observer_ctor_dispex_vtbl const.
- - - - -
30 changed files:
- dlls/mshtml/dispex.c - dlls/mshtml/htmlanchor.c - dlls/mshtml/htmlarea.c - dlls/mshtml/htmlbody.c - dlls/mshtml/htmlcurstyle.c - dlls/mshtml/htmldoc.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlform.c - dlls/mshtml/htmlframe.c - dlls/mshtml/htmlhead.c - dlls/mshtml/htmlimg.c - dlls/mshtml/htmlinput.c - dlls/mshtml/htmllink.c - dlls/mshtml/htmlnode.c - dlls/mshtml/htmlobject.c - dlls/mshtml/htmlscript.c - dlls/mshtml/htmlselect.c - dlls/mshtml/htmlstorage.c - dlls/mshtml/htmlstyle.c - dlls/mshtml/htmlstyleelem.c - dlls/mshtml/htmlstylesheet.c - dlls/mshtml/htmltable.c - dlls/mshtml/htmltextarea.c - dlls/mshtml/htmltextnode.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/mutation.c - dlls/mshtml/omnavigator.c - dlls/mshtml/svg.c - dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2271d1eb7648bfb61e58f9f135aec9...