Alexandre Julliard pushed to branch master at wine / wine
Commits:
b0adc12c by Vibhav Pant at 2025-10-07T22:58:28+02:00
cfgmgr32/tests: Add tests to ensure DevGetObjects(Ex) does not de-duplicate requested properties.
- - - - -
27e09930 by Vibhav Pant at 2025-10-07T22:58:28+02:00
windows.devices.enumeration/tests: Add tests for device properties for IDeviceInformation objects.
- - - - -
667219f6 by Vibhav Pant at 2025-10-07T22:58:28+02:00
windows.devices.enumeration/tests: Add tests for IDeviceInformationStatics::FindAllAsyncAqsFilterAndAdditionalProperties.
- - - - -
084838d7 by Vibhav Pant at 2025-10-07T22:58:29+02:00
windows.devices.enumeration: Implement IDeviceInformation::get_Properties.
- - - - -
17248849 by Vibhav Pant at 2025-10-07T22:58:29+02:00
windows.devices.enumeration: Implement IDeviceInformationStatics::{FindAllAsyncAqsFilterAndAdditionalProperties, CreateWatcherAqsFilterAndAdditionalProperties}.
- - - - -
6 changed files:
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/windows.devices.enumeration/information.c
- dlls/windows.devices.enumeration/main.c
- dlls/windows.devices.enumeration/private.h
- dlls/windows.devices.enumeration/tests/Makefile.in
- dlls/windows.devices.enumeration/tests/devices.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38efa49fdb02238eaf80068b24bbf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38efa49fdb02238eaf80068b24bbf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
93e989bf by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest creation.
So it can be shared with XDomainRequest constructors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ce810f61 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest constructor init.
So it can be shared with XDomainRequest constructors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2be84167 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Separate the ifaces and the other XHR fields.
So it can be shared with XDomainRequests.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9d6c2289 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's get_responseText.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5fd9b7a0 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's abort.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
45dad63d by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's open.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
122f59db by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's send.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f60b804c by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Add XDomainRequest factory implementation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
12da8689 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement XDomainRequest.open().
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
98d63a3b by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement timeout for XDomainRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
38efa49f by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement contentType for XDomainRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/events.c
- dlls/mshtml/tests/xhr.js
- dlls/mshtml/tests/xmlhttprequest.c
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f68395…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f68395…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ab5f4a6b by Ugur Sari at 2025-10-07T22:58:21+02:00
netapi32: Add stubs for NetValidatePasswordPolicy and NetValidatePasswordPolicyFree.
Implement NetValidatePasswordPolicy and NetValidatePasswordPolicyFree
as stubs returning NERR_Success. This prevents crashes in some apps that
probe password policy support.
- - - - -
3 changed files:
- dlls/netapi32/netapi32.c
- dlls/netapi32/netapi32.spec
- include/lmaccess.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ab5f4a6b2bf7934fcffdb83f683955…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ab5f4a6b2bf7934fcffdb83f683955…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
925b30bf by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Move class info to the shared memory object.
- - - - -
95c1f397 by Rémi Bernon at 2025-10-07T21:57:30+02:00
win32u: Read class info from the shared memory object.
- - - - -
f2050704 by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Allocate shared memory objects with dynamic size.
- - - - -
c8bc145f by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Move extra class info to the shared memory object.
- - - - -
ed4e3bb1 by Rémi Bernon at 2025-10-07T21:57:30+02:00
win32u: Read extra class info from the shared memory object.
- - - - -
11 changed files:
- dlls/win32u/class.c
- include/wine/server_protocol.h
- server/class.c
- server/file.h
- server/mapping.c
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/window.c
- server/winstation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e44c5f115311915e01d7744fb140d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e44c5f115311915e01d7744fb140d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
29c89f68 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
gitlab: Use the release keyword to create a release.
release-cli is deprecated.
- - - - -
62033425 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
winedump: Rename struct array to str_array.
- - - - -
6a58ef2b by Alexandre Julliard at 2025-10-07T21:57:29+02:00
tools: Add a generic array type.
- - - - -
d786b9c8 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
makedep: Use a generic array for dependencies.
- - - - -
c3d1039c by Alexandre Julliard at 2025-10-07T21:57:29+02:00
makedep: Use a generic array for include files.
- - - - -
28fba351 by Alexandre Julliard at 2025-10-07T21:57:30+02:00
makedep: Add an array of install commands instead of abusing strarrays.
- - - - -
fcb44d4a by Alexandre Julliard at 2025-10-07T21:57:30+02:00
makedep: Build the installed file name when registering the install command.
- - - - -
4 changed files:
- tools/gitlab/release.yml
- tools/makedep.c
- tools/tools.h
- tools/winedump/msmangle.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3a829899470df55365ddbb4df041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3a829899470df55365ddbb4df041…
You're receiving this email because of your account on gitlab.winehq.org.