This fixes failure to play the prologue video in Planet of the Apes: Last Frontier, which unpauses by calling Start() with a location. The exact state leading to this issue does not occur in the Start() tests, and it's not clear how to reproduce it reliably.
--
v7: mf: Do not count draining a downstream node as a request fulfillment.
mf: Fill the sample request queue also when seeking while running.
mf: Initialise the grabber sample count when setting state after a seek.
mf/tests: Wait for session closure at the end of test_media_session_Start().
mf/tests: Test pause followed by immediate restart at current time in test_media_session_Start().
mf/tests: Test sample delivery where applicable in test_media_session_Start().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7466
--
v6: kernelbase: Wait in GetOverlappedResultEx() even if IOSB status is not pending.
kernelbase: Always set last error in GetOverlappedResult[Ex]().
kernelbase: Duplicate GetOverlappedResult() implementation instead of calling GetOverlappedResultEx().
https://gitlab.winehq.org/wine/wine/-/merge_requests/8572
--
v3: server: Set IOSB for cancelled asyncs in async_terminate().
ntdll: Make wait in wait_async() always non-alertable.
ntdll: Factor out test_alert_with_status().
ntdll/tests: Add more tests for canceling synchronous IO.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8592
--
v2: mshtml: Only allow a specific set of builtin props as attributes for text
mshtml: Only allow a specific set of builtin props as attributes for table
mshtml: Only allow a specific set of builtin props as attributes for table
mshtml: Only allow a specific set of builtin props as attributes for table
mshtml: Only allow a specific set of builtin props as attributes for style
mshtml: Only allow a specific set of builtin props as attributes for select
mshtml: Only allow a specific set of builtin props as attributes for script
mshtml: Only allow a specific set of builtin props as attributes for option
mshtml: Only allow a specific set of builtin props as attributes for object
mshtml: Only allow a specific set of builtin props as attributes for meta
mshtml: Only allow a specific set of builtin props as attributes for link
mshtml: Only allow a specific set of builtin props as attributes for label
mshtml: Only allow a specific set of builtin props as attributes for input
mshtml: Only allow a specific set of builtin props as attributes for img
mshtml: Only allow a specific set of builtin props as attributes for iframe
mshtml: Only allow a specific set of builtin props as attributes for frame
mshtml: Only allow a specific set of builtin props as attributes for form
mshtml: Only allow a specific set of builtin props as attributes for button
mshtml: Only allow a specific set of builtin props as attributes for elements.
mshtml/tests: Test frame and iframe element props.
mshtml/tests: Add tests for more element prototype props.
This merge request has too many patches to be relayed via email.
Please visit the URL below to see the contents of the merge request.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8599
When installing the photoshop-setup.exe version
of Photoshop 2025, there is no response after
clicking the continue button.
The reasons are as follows:
As a property of the node, setting events
such as onclick on the node does not
respond when clicked.
The following jscript code was executed
during the installation of Photoshop 2025:
$("#continueButton").attr("onclick",
"continueBtnClicked('installOptionsContinueClicked');
return false;");
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8586