- Jul 19, 2022
-
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
- Jul 18, 2022
-
-
Remove a work around that causes a crash in Unravel Two. There is a callback in Unravel Two that appears to add a reference to a IMediaSample, which this workaround treats as a leak and releases. However, the application also later releases the reference itself, causing a use-after-free. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51616 Signed-off-by:
Brendan McGrath <brendan@redmandi.com> Signed-off-by:
Zebediah Figura <zfigura@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Unravel Two adds a reference to the IMediaSample during its callback. This patch adds a test that checks if an application does do this, that it can free it later and the reference count will finish at zero. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51616 Signed-off-by:
Brendan McGrath <brendan@redmandi.com> Signed-off-by:
Zebediah Figura <zfigura@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Francois Gouget <fgouget@free.fr>
-
Signed-off-by:
Francois Gouget <fgouget@free.fr>
-
Signed-off-by:
Francois Gouget <fgouget@free.fr>
-
Signed-off-by:
Francois Gouget <fgouget@free.fr>
-
Signed-off-by:
Francois Gouget <fgouget@free.fr>
-
Signed-off-by:
Francois Gouget <fgouget@codeweavers.com>
-
Signed-off-by:
Francois Gouget <fgouget@codeweavers.com>
-
Signed-off-by:
Giovanni Mascellani <gmascellani@codeweavers.com>
-
Signed-off-by:
Giovanni Mascellani <gmascellani@codeweavers.com>
-
"The King of Fighters '98 Ultimate Match Final Edition" depends on this behavior. At least, the build I have is; it seems other builds are not. Signed-off-by:
Giovanni Mascellani <gmascellani@codeweavers.com>
-
Signed-off-by:
Zhiyi Zhang <zzhang@codeweavers.com>
-
Signed-off-by:
Zhiyi Zhang <zzhang@codeweavers.com>
-
-
-
-
-
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by:
Torge Matthies <tmatthies@codeweavers.com>
-
Signed-off-by:
Torge Matthies <tmatthies@codeweavers.com>
-
-
Signed-off-by:
Paul Gofman <pgofman@codeweavers.com>
-
Signed-off-by:
Paul Gofman <pgofman@codeweavers.com>
-
Signed-off-by:
Paul Gofman <pgofman@codeweavers.com>
-
Signed-off-by:
Paul Gofman <pgofman@codeweavers.com>
-
- Jul 15, 2022
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
There can be multiple compat modes defined, separated by commas, but also surrounded by whitespace. The highest mode in the list is picked as the document mode, with 'edge' being the highest mode available. It stops as soon as an invalid mode is found in the list and returns whatever highest mode was found until then. Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
For documents exposing a <!DOCTYPE> node but no specific X-UA-Compatible, mshtml defaults to IE7 compat mode, unless the app is Internet Explorer and is in Internet URL Zone. This checking for the `iexplore.exe` app name seems hardcoded into mshtml; the FeatureControl registry keys do not affect this directly, and none are set by default for iexplore.exe that would affect this, anyway. Signed-off-by:
Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
-
-