Alexandre Julliard pushed to branch master at wine / wine
Commits:
deba5542 by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Don't use cycle collection for nsChannel.
This essentially reverts 668d8afd741b5827983569775abb56c0c914b5c8 (with
fixes since then), see MR !6859 for details.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2 changed files:
- dlls/mshtml/binding.h
- dlls/mshtml/nsio.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/deba5542f64a421d98d3af4895faf2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/deba5542f64a421d98d3af4895faf2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e71055c2 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
win32u: Implement NtUserQueryWindow().
- - - - -
f532b9f7 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for generic access mappings.
- - - - -
ccb73642 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for process startup info.
- - - - -
e24ba584 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for PE image info.
- - - - -
f35a3415 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for window property data.
- - - - -
7b6690f4 by Alexandre Julliard at 2024-11-20T21:43:24+01:00
server: Use an explicit struct instead of a typedef for cursor positions.
- - - - -
30 changed files:
- dlls/imm32/imm.c
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- dlls/user32/defwnd.c
- dlls/user32/message.c
- dlls/win32u/input.c
- dlls/win32u/main.c
- dlls/win32u/tests/Makefile.in
- dlls/win32u/tests/win32u.c
- dlls/win32u/win32syscalls.h
- dlls/win32u/win32u.spec
- dlls/win32u/window.c
- dlls/wow64win/user.c
- include/ntuser.h
- include/wine/server_protocol.h
- server/debugger.c
- server/file.h
- server/mapping.c
- server/object.h
- server/process.c
- server/process.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/token.c
- server/trace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72f11610cafb018fde8c56e05003c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
31c33d39 by Daniel Lehman at 2024-11-20T10:24:50+01:00
kernel32/tests: Add some tests for Thai and Mongolian codes.
- - - - -
0aacea09 by Daniel Lehman at 2024-11-20T10:33:26+01:00
nls: Set alpha bit on some Thai and Mongolian codes.
- - - - -
4 changed files:
- dlls/kernel32/tests/locale.c
- nls/locale.nls
- nls/sortdefault.nls
- tools/make_unicode
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a84d102f9fa0255d01f09a2f629c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a84d102f9fa0255d01f09a2f629c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
97ce5281 by Anton Baskanov at 2024-11-20T10:22:52+01:00
dplayx/tests: Test that group data is updated from GROUPDATACHANGED.
- - - - -
03b45168 by Anton Baskanov at 2024-11-20T10:22:52+01:00
dplayx: Enter the critical section when accessing the group list.
- - - - -
86e3b50e by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Handle GROUPDATACHANGED, update the group data and queue DPSYS_SETPLAYERORGROUPDATA.
- - - - -
3cef4951 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Factor out a function for reading service providers.
- - - - -
c5944efc by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Convert connection name to UNICODE when enumerating through UNICODE interface.
- - - - -
43cdaa74 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx/tests: Test UNICODE version of EnumSessions().
- - - - -
ff7f3e58 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Convert session name and password to UNICODE when enumerating through UNICODE interface.
- - - - -
1a84d102 by Anton Baskanov at 2024-11-20T10:22:53+01:00
dplayx: Forward IDirectPlay3A to IDirectPlay4A.
- - - - -
5 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/name_server.c
- dlls/dplayx/name_server.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8063119cc3122dfcbbda169b252f3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8063119cc3122dfcbbda169b252f3…
You're receiving this email because of your account on gitlab.winehq.org.