- 09 Oct, 2023 21 commits
-
-
Zhiyi Zhang authored
In clock_change_state() when a clock is running, a timer is removed from clock->timers. The same timer is then used to create an async result, which will eventually calls present_clock_timer_callback_Invoke() and release the same timer. Check if the timer is still in clock->timers before releasing it.
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55528
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Etaash Mathamsetty authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Keeping the segment state referenced until its playback ends.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Daniel Lehman authored
-
Paul Gofman authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 08 Oct, 2023 1 commit
-
-
Alexandre Julliard authored
We can't use the normal routine because the module is 32-bit.
-
- 06 Oct, 2023 18 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Georg Lehmann authored
-
Zebediah Figura authored
Instead of duplicating multiple members.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Jactry Zeng authored
-
Joel Holdsworth authored
These versions of Windows are not included in the TestBot base VM set hence why the failures were not caught when the tests were submitted in the original commit: 07e40a6f Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55733Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
-
Gabriel Ivăncescu authored
Needed to prevent an infinite loop when the error page itself fails to load (mshtml bails out early). Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-