Alexandre Julliard pushed to branch master at wine / wine
Commits:
94ed7498 by Tim Clem at 2025-05-06T13:52:33-05:00
ntdll: Treat TokenElevationTypeDefault tokens in the admin group as elevated.
When queried by NtQueryInformationToken(TokenElevation).
- - - - -
7 changed files:
- dlls/advapi32/tests/security.c
- dlls/ntdll/unix/security.c
- include/wine/server_protocol.h
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/token.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/94ed7498be3b4510c3f252216a130d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/94ed7498be3b4510c3f252216a130d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
75b7f464 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
mshtml: Ignore setting non-writable external props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
99788ad3 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
mshtml: Don't redefine deleted props in dispex_define_property.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
30cab160 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
jscript: Properly fill the builtin props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9ff0024e by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "arguments" from host functions in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
07420db3 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "caller" from host functions in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8996aa6c by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "arguments" and "caller" from host constructors in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4ea71dac by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Get rid of useless "iter" member in the attribute collection enum.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a9339b91 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml/tests: Test iframe window navigation resetting props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/function.c
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
52e97173 by Vibhav Pant at 2025-05-06T13:31:27-05:00
windows.devices.enumeration/tests: Add conformance tests for FindAllAsync().
- - - - -
fa11ad19 by Vibhav Pant at 2025-05-06T13:31:29-05:00
windows.devices.enumeration: Add a stubbed implementation for FindAllAsync() and DeviceInformationCollection.
- - - - -
52f4604f by Vibhav Pant at 2025-05-06T13:31:30-05:00
windows.devices.enumeration: Add a stubbed IDeviceInformation implementation for device interfaces.
- - - - -
e11f7e49 by Vibhav Pant at 2025-05-06T13:31:32-05:00
windows.devices.enumeration: Create IDeviceInformation objects from all present device interfaces.
- - - - -
8 changed files:
- dlls/windows.devices.enumeration/Makefile.in
- + dlls/windows.devices.enumeration/async.c
- + dlls/windows.devices.enumeration/async.idl
- + dlls/windows.devices.enumeration/information.c
- dlls/windows.devices.enumeration/main.c
- dlls/windows.devices.enumeration/private.h
- dlls/windows.devices.enumeration/tests/devices.c
- + dlls/windows.devices.enumeration/vector.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/226a7eeabbc13345e49da1ff8c018…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/226a7eeabbc13345e49da1ff8c018…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
d660a0d2 by Nikolay Sivov at 2025-05-06T18:58:03+02:00
tests: Add a fx_4_1 compilation test for the BlendState states.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5d5d8928 by Nikolay Sivov at 2025-05-06T18:58:03+02:00
vkd3d-shader/fx: Use the same BlendState states description for both fx_4_1 and fx_5_0.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
960244bf by Nikolay Sivov at 2025-05-06T19:01:09+02:00
vkd3d-shader/fx: Use appropriate BlendState description when tracing.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- Makefile.am
- libs/vkd3d-shader/fx.c
- + tests/hlsl/effect-variables-fx_4_1.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fd1f74f44d0e0c4799817dd44389…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fd1f74f44d0e0c4799817dd44389…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
527c1518 by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate SSA values in sm6_parser_emit_dx_atomic_binop().
- - - - -
326f3624 by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate SSA values in sm6_parser_emit_dx_sincos().
- - - - -
7c344bdf by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate SSA values in sm6_parser_emit_cmpxchg().
- - - - -
e9e02884 by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate SSA values in sm6_parser_emit_phi().
- - - - -
73815983 by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate UNDEFINED values in sm6_parser_constants_init().
VALUE_TYPE_UNDEFINED means that a value is explicitly undefined,
equivalently to what was first represented with is_undefined.
VALUE_TYPE_INVALID will be introduced for values that arise from
invalid programs.
- - - - -
44e0b176 by Giovanni Mascellani at 2025-05-06T18:55:18+02:00
vkd3d-shader/dxil: Generate INVALID values in sm6_parser_constants_init().
- - - - -
fd1f74f4 by Giovanni Mascellani at 2025-05-06T18:55:19+02:00
vkd3d-shader/dxil: Generate INVALID values in sm6_parser_emit_unhandled().
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b389fa89e406ac0ad351b4847cca…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b389fa89e406ac0ad351b4847cca…
You're receiving this email because of your account on gitlab.winehq.org.