Alexandre Julliard pushed to branch master at wine / wine
Commits:
684b0f6d by Gabriel Ivăncescu at 2025-02-12T11:12:19+01:00
mshtml: Clear the documents list when detaching inner window.
So we don't traverse them again later; they could have been destroyed,
but they don't get removed from the list since script_global is set to NULL
(which could also be destroyed first).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f15864df by Gabriel Ivăncescu at 2025-02-12T11:12:21+01:00
jscript: Use as_jsdisp where object is known to be a jsdisp.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/jscript/engine.c
- dlls/jscript/jsutils.c
- dlls/mshtml/htmlwindow.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/902dcd6e47e5bde8d8f3f053bdb70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/902dcd6e47e5bde8d8f3f053bdb70…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0685bfe5 by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Pass WINE_MODREF to import_dll.
- - - - -
9622cfd3 by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Pass importer pointer to find_ordinal_export.
- - - - -
c40d7d84 by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Pass importer pointer to find_named_export.
- - - - -
4e3678af by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Pass importer pointer to find_forwarded_export.
- - - - -
bbf39dcf by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Pass importer pointer to build_import_name.
- - - - -
9a46175c by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Use NULL importer in LdrGetProcedureAddress.
- - - - -
902dcd6e by Jacek Caban at 2025-02-11T23:05:50+01:00
ntdll: Remove no longer needed current_modref.
- - - - -
1 changed file:
- dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9bb0da42eb7fddc70110eb8e4386d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9bb0da42eb7fddc70110eb8e4386d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
653ad358 by Zhiyi Zhang at 2025-02-11T23:05:50+01:00
include: Add D3DKMT_DRIVERVERSION.
- - - - -
7e4f14d2 by Zhiyi Zhang at 2025-02-11T23:05:50+01:00
gdi32/tests: Add D3DKMTQueryAdapterInfo() tests.
- - - - -
c06f38f4 by Zhiyi Zhang at 2025-02-11T23:05:50+01:00
win32u: Support KMTQAITYPE_CHECKDRIVERUPDATESTATUS for NtGdiDdDDIQueryAdapterInfo().
- - - - -
6e0eab20 by Zhiyi Zhang at 2025-02-11T23:05:50+01:00
win32u: Support KMTQAITYPE_DRIVERVERSION for NtGdiDdDDIQueryAdapterInfo().
- - - - -
3 changed files:
- dlls/gdi32/tests/driver.c
- dlls/win32u/d3dkmt.c
- include/ddk/d3dkmthk.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5dbdb69d19d8e44c9ab2fed8f349…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5dbdb69d19d8e44c9ab2fed8f349…
You're receiving this email because of your account on gitlab.winehq.org.