Alexandre Julliard pushed to branch master at wine / wine
Commits: 155010c8 by Gabriel Ivăncescu at 2024-08-19T23:04:15+02:00 mshtml: Avoid calling remove_target_tasks needlessly.
It's already called by abort_window_bindings.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - d6d19dfb by Gabriel Ivăncescu at 2024-08-19T23:04:17+02:00 mshtml: Don't return default ports from location.host in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - ab5c14fd by Gabriel Ivăncescu at 2024-08-19T23:04:17+02:00 mshtml: Implement EmulateIE* modes for X-UA-Compatible.
Despite what MSDN says it appears that EmulateIE10 and EmulateIE11 don't care about DOCTYPE validity at all (same as IE=10 and IE=11).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - ba66d9c7 by Gabriel Ivăncescu at 2024-08-19T23:04:19+02:00 mshtml/tests: Accept rare return value from ReportResult on native.
events.c already has it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - -
9 changed files:
- dlls/mshtml/htmllocation.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/mutation.c - dlls/mshtml/oleobj.c - dlls/mshtml/persist.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.c - dlls/mshtml/tests/script.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0fe7520efcb95e19fc588d6928fb1b...