Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
8924ee42 by Elizabeth Figura at 2025-04-02T18:32:00-05:00
Rebase against e956c4ec71dd0f41090df3863e6f937963b2b7d9.
- - - - -
12 changed files:
- patches/ntdll-Syscall_Emulation/0001-ntdll-Support-x86_64-syscall-emulation.patch
- patches/user32-alttab-focus/0001-Send-WM_NCPOINTERUP-on-focus-regain.patch
- patches/user32-alttab-focus/definition
- patches/user32-recursive-activation/0001-user32-focus-Prevent-a-recursive-loop-with-the-activ.patch
- patches/wineboot-ProxySettings/0001-wineboot-Initialize-proxy-settings-registry-key.patch
- patches/winex11-WM_WINDOWPOSCHANGING/definition
- patches/winex11-Window_Style/0001-winex11-Fix-handling-of-window-attributes-for-WS_EX_.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/0001-winex11.drv-Add-support-for-_NET_ACTIVE_WINDOW.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/0002-user32-Before-asking-a-WM-to-activate-a-window-make-.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/definition
- patches/winex11.drv-Query_server_position/0001-winex11.drv-window-Query-the-X-server-for-the-actual.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/8924ee42d868d8d2785a8b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/8924ee42d868d8d2785a8b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7c11ce8d by Gabriel Ivăncescu at 2025-04-02T22:52:46+02:00
mshtml: Keep the link from the inner window to the outer window even when detached.
Until the outer window is actually unlinked.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f00eb096 by Gabriel Ivăncescu at 2025-04-02T22:52:50+02:00
jscript: Obtain the jsdisp for host objects in other contexts.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8b68e70f by Gabriel Ivăncescu at 2025-04-02T22:52:50+02:00
mshtml: Make sure manually created document dispex info is initialized in IE9+ modes.
Otherwise, the prototype and all the related info may never be initialized,
as the script can simply access properties of the object without interacting
with the object's methods and so ensure_real_info never ends up called.
Note that we can't do this from within create_document_node, as that will
break if it's a document created from update_window_doc (the window's doc
is not set at that point, since it's being created, and ensure_real_info
needs it).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
be3ffd28 by Gabriel Ivăncescu at 2025-04-02T22:52:53+02:00
mshtml: Release the node if there's no script global when handling events.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e956c4ec by Gabriel Ivăncescu at 2025-04-02T22:52:53+02:00
jscript: Get rid of the funcprot argument.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
18 changed files:
- dlls/jscript/function.c
- dlls/jscript/jsutils.c
- dlls/mshtml/htmlanchor.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlframe.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mutation.c
- dlls/mshtml/navigate.c
- dlls/mshtml/nsevents.c
- dlls/mshtml/olecmd.c
- dlls/mshtml/omnavigator.c
- dlls/mshtml/script.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d628118a1222ee1bc0b028771b94a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d628118a1222ee1bc0b028771b94a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fb7b25e0 by André Zwing at 2025-04-02T22:25:37+02:00
bluetoothapis/tests: Don't test function directly when reporting GetLastError().
- - - - -
bad94253 by André Zwing at 2025-04-02T22:25:37+02:00
kernel32/tests: Don't test function directly when reporting GetLastError().
- - - - -
2 changed files:
- dlls/bluetoothapis/tests/device.c
- dlls/kernel32/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3ae66c75cf443c0be403d9fe4e4da…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3ae66c75cf443c0be403d9fe4e4da…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d17412fc by Paul Gofman at 2025-04-02T17:11:53+02:00
msvcp140: Implement codecvt_char16 ctors and dtor.
- - - - -
7aae869b by Paul Gofman at 2025-04-02T17:11:53+02:00
msvcp140: Implement codecvt_char16_do_out().
- - - - -
e9616625 by Paul Gofman at 2025-04-02T17:11:53+02:00
msvcp140: Implement codecvt_char16_do_in().
- - - - -
c56ea58f by Paul Gofman at 2025-04-02T17:11:53+02:00
msvcp: Fix output size check in codecvt_wchar_do_out().
- - - - -
5 changed files:
- dlls/msvcp140/msvcp140.spec
- dlls/msvcp140/tests/msvcp140.c
- dlls/msvcp90/locale.c
- dlls/msvcp90/msvcp90.h
- dlls/msvcp_win/msvcp_win.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9427e8a975199f70a0f029a690e1f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9427e8a975199f70a0f029a690e1f…
You're receiving this email because of your account on gitlab.winehq.org.