Alexandre Julliard pushed to branch master at wine / wine
Commits:
342608b7 by Piotr Caban at 2025-05-02T15:47:54+02:00
secur32/tests: Make NTLM server challenge blob human-readable.
- - - - -
af8e89a5 by Piotr Caban at 2025-05-02T15:48:07+02:00
secur32/tests: Use one copy of server challenge reply in NTLM tests.
The data is identical except for server challenge field.
- - - - -
6cf06068 by Piotr Caban at 2025-05-02T15:48:10+02:00
secur32/tests: Fix NTLM tests on Windows 11 by accepting NTLMv2 in test server response.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58190
- - - - -
7945ca83 by Piotr Caban at 2025-05-02T15:48:10+02:00
secur32/tests: Don't accept NTLMv1 type 3 message in NTLM tests.
Native defaults to NTLMv2 since Windows Vista. Even so fake server
reports support for both NTLMv1 and NTLMv2 during negotiation mark
NTLMv1 reply as broken.
- - - - -
1 changed file:
- dlls/secur32/tests/ntlm.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cc91b7986a9eecf64627c2388a724…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cc91b7986a9eecf64627c2388a724…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
55101e70 by Rémi Bernon at 2025-05-02T15:43:13+02:00
win32u: Add a generic wglSwapBuffers implementation.
- - - - -
264f06c8 by Rémi Bernon at 2025-05-02T15:43:13+02:00
wineandroid: Use the generic wglSwapBuffers implementation.
- - - - -
31d73130 by Rémi Bernon at 2025-05-02T15:43:13+02:00
winemac: Use the generic wglSwapBuffers implementation.
- - - - -
716219c1 by Rémi Bernon at 2025-05-02T15:43:13+02:00
winewayland: Use the generic wglSwapBuffers implementation.
- - - - -
1b95eab9 by Rémi Bernon at 2025-05-02T15:43:13+02:00
winex11: Use the generic wglSwapBuffers implementation.
- - - - -
823e0971 by Rémi Bernon at 2025-05-02T15:43:13+02:00
win32u: Add nulldrv swap_buffers implementation.
- - - - -
10 changed files:
- dlls/win32u/ntuser_private.h
- dlls/win32u/opengl.c
- dlls/win32u/window.c
- dlls/wineandroid.drv/opengl.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/opengl.c
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c778d7ad9a6e0a35304b7cdea355…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c778d7ad9a6e0a35304b7cdea355…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
68e9bb4a by Gabriel Ivăncescu at 2025-05-02T15:41:01+02:00
mshtml: Store the object_id of the last object in the prototype chain that contains the needed prop.
And use it instead of on_prototype boolean.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
36e0c506 by Gabriel Ivăncescu at 2025-05-02T15:41:04+02:00
mshtml: Validate builtin host functions in IE9+ using prototype_id rather than tid where possible.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c05b1c07 by Gabriel Ivăncescu at 2025-05-02T15:41:07+02:00
mshtml: Use designated initializers for the Location dispex data.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3c778d7a by Gabriel Ivăncescu at 2025-05-02T15:41:07+02:00
mshtml: Remove unused struct mutation_observer_ctor.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmllocation.c
- dlls/mshtml/mutation.c
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/524e24757be008dbed6946f897d41…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/524e24757be008dbed6946f897d41…
You're receiving this email because of your account on gitlab.winehq.org.