Alexandre Julliard pushed to branch master at wine / wine
Commits:
1674006e by Ziqing Hui at 2025-05-10T13:49:17+02:00
shell32/tests: Add more wildcard target tests.
- - - - -
8c0c4643 by Ziqing Hui at 2025-05-10T13:49:17+02:00
shell32: Introduce has_wildcard helper.
- - - - -
10f97c2a by Ziqing Hui at 2025-05-10T13:49:17+02:00
shell32: Handle invalid parameter correctly for SHFileOperationW.
- - - - -
5eda5163 by Ziqing Hui at 2025-05-10T13:49:17+02:00
shell32: Introduce parse_target_file_list helper.
Also correctly check wildcard in target file names.
- - - - -
2 changed files:
- dlls/shell32/shlfileop.c
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1bce14f1d7b297326d19a58592b17…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1bce14f1d7b297326d19a58592b17…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7ff6ba9a by Gabriel Ivăncescu at 2025-05-10T13:42:04+02:00
mshtml: Fill the props in the host method instead of enumerating next prop.
No-op, but this describes the intent better, as we're not enumerating
enumerable props only, we're filling them for enumeration done on jscript
side (this is not called during enumeration itself, but as a prequel),
and will be needed later.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a43cb2f9 by Gabriel Ivăncescu at 2025-05-10T13:42:05+02:00
mshtml: Only fill the external props once, unless they are volatile.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c7140533 by Gabriel Ivăncescu at 2025-05-10T13:42:06+02:00
mshtml: Properly fill the prototype's "constructor" prop.
Prevent its existence from being flaky during getOwnPropertyNames.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e74bb879 by Gabriel Ivăncescu at 2025-05-10T13:42:07+02:00
mshtml: Properly fill the constructor's "prototype" prop.
Prevent its existence from being flaky during getOwnPropertyNames.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d22603d1 by Gabriel Ivăncescu at 2025-05-10T13:42:08+02:00
mshtml: Properly fill the window's constructors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ec6e9d6e by Gabriel Ivăncescu at 2025-05-10T13:42:08+02:00
mshtml: Properly fill the window's script vars.
fdexEnumAll is useless.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2bbd9d46 by Gabriel Ivăncescu at 2025-05-10T13:42:09+02:00
mshtml: Enumerate all own custom props if requested.
Even if the props are not enumerable.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
14 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/function.c
- dlls/jscript/jscript.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/jscript/string.c
- dlls/jscript/tests/run.c
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/script.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d4ffae020986f5b1e20044caf1556…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d4ffae020986f5b1e20044caf1556…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d4ffae02 by Brendan McGrath at 2025-05-10T13:41:55+02:00
winegstreamer: Allow decodebin to eliminate caps that don't use system memory.
nvh264dec fixates a caps using CUDAMemory, which is not accepted by deinterlace.
Linking triggers a reconfigure, but due to a GStreamer bug some buffers are sent
with the CUDAMemory caps, triggering a streaming error. Work around this by
forcing all buffers to use system memory
- - - - -
1 changed file:
- dlls/winegstreamer/wg_parser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d4ffae020986f5b1e20044caf15562…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d4ffae020986f5b1e20044caf15562…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c25fa5cb by Yeshun Ye at 2025-05-10T13:41:23+02:00
dssenh: Add 'CRYPT_VERIFYCONTEXT | CRYPT_NEWKEYSET' support for CPAcquireContext.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
ed5ef882 by Yeshun Ye at 2025-05-10T13:41:44+02:00
dssenh/tests: Add test for CryptAcquireContextA.
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
- - - - -
2 changed files:
- dlls/dssenh/main.c
- dlls/dssenh/tests/dssenh.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6003c6877871b72c3828b85cf8e08…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6003c6877871b72c3828b85cf8e08…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
86a7c93c by Alistair Leslie-Hughes at 2025-05-09T13:30:18+10:00
Rebase against f9741837a3bff3a912442695b4f7c3f5efbef557.
- - - - -
5 changed files:
- patches/eventfd_synchronization/0020-server-Create-eventfd-file-descriptors-for-message-q.patch
- patches/eventfd_synchronization/0021-server-ntdll-Implement-message-waits.patch
- patches/server-PeekMessage/0001-server-Fix-handling-of-GetMessage-after-previous-Pee.patch
- patches/user32-rawinput-mouse/0004-server-Add-send_hardware_message-flags-for-rawinput-.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/86a7c93cddabd254353ccc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/86a7c93cddabd254353ccc…
You're receiving this email because of your account on gitlab.winehq.org.