--
v3: mshtml: Implement toJSON() for Performance.
mshtml: Implement toJSON() for PerformanceNavigation.
mshtml: Implement toJSON() for PerformanceTiming.
mshtml: Don't expose toString from Performance* objects' prototypes in
mshtml: Expose toJSON only in IE9+ modes.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8905
This fixes Trials Fusion often crashing when disconnecting a controller while there are more still connected.
--
v12: ntoskrnl/tests: Use the 'Nt' version of the CancelIo APIs.
ntoskrnl/tests: Test the thread ID the cancellation routine runs from.
ntoskrnl/tests: Add more cancellation tests.
ntoskrnl/tests: Fix tests on current Windows 10 / 11.
ntdll/tests: Test IOSB values of the cancel operation.
ntdll/tests: Add more NtCancelIoFile[Ex]() tests.
ntdll: Wait for all asyncs to handle cancel in NtCancelIoFile().
server: Factor out a cancel_async() function.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7797