Alexandre Julliard pushed to branch master at wine / wine
Commits: 7a35d7fe by Jacob Czekalla at 2025-08-15T19:59:37+02:00 mshtml/tests: Add call stacking to htmldoc test framework.
This is to handle tests where events could be called multiple times.
For example, iframes being loaded during a navigate.
- - - - - c6aa6792 by Jacob Czekalla at 2025-08-15T19:59:40+02:00 mshtml/tests: Add iframe event tests in htmldoc.c.
Some events are not fired for iframes, for example FireBeforeNavigate2.
- - - - - 30757abb by Jacob Czekalla at 2025-08-15T19:59:42+02:00 mshtml: Fire BeforeNavigate2 for documents in async_open.
Documents such as iframes do not currently receive BeforeNavigate2 events.
- - - - -
4 changed files:
- dlls/mshtml/nsio.c - + dlls/mshtml/tests/event_iframe.html - dlls/mshtml/tests/htmldoc.c - dlls/mshtml/tests/rsrc.rc
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6158b1165d846544ae4d48d0ad84ab...