Alexandre Julliard pushed to branch master at wine / wine
Commits:
323cea07 by Alexandre Julliard at 2024-11-26T11:14:36+01:00
ntdll: Always return the handle from NtCreateIoCompletion().
Following the pattern of all the other create calls.
- - - - -
3613b755 by Alexandre Julliard at 2024-11-26T14:12:29+01:00
server: Do not allow to open an existing mailslot in NtCreateMailslotFile.
- - - - -
b2d01702 by Alexandre Julliard at 2024-11-26T14:37:33+01:00
server: Fix a token reference leak.
- - - - -
d555694d by Alexandre Julliard at 2024-11-26T14:37:33+01:00
ntdll/tests: Remove some workarounds for old Windows versions.
- - - - -
5a18f551 by Alexandre Julliard at 2024-11-26T18:25:56+01:00
ntdll/tests: Add tests for opening objects with zero access.
Based on a patch by Paul Gofman.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/sync.c
- server/mailslot.c
- server/token.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c397e2ab7f8894c7876e3d667bd07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c397e2ab7f8894c7876e3d667bd07…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
858d752a by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/tests: Add a test for DrawGlyphRun() bounds.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
72851171 by Tingzhong Luo at 2024-11-26T10:54:34+01:00
dwrite/gdiinterop: Always return valid bounds from DrawGlyphRun on success.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e97ce51f by Tingzhong Luo at 2024-11-26T10:54:36+01:00
dwrite/gdiinterop: Apply dpi scaling to the whole target transform.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/dwrite/dwrite_private.h
- dlls/dwrite/gdiinterop.c
- dlls/dwrite/main.c
- dlls/dwrite/tests/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24f35e24a6a61b9bef8da1bca7daa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3e90b07a by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Move htmlcomment.c contents into htmltextnode.c.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6867b4ba by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Add an internal IWineHTMLCharacterData interface and forward text node methods to it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6814fee3 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Expose the props from the IWineHTMLCharacterData interface for CharacterDataPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
aeddc913 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00
mshtml: Don't expose toString from text nodes in IE9+ mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a2366962 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Expose IHTMLCommentElement2 interface for comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
69d0a36f by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Don't expose 'atomic' prop from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
57147d44 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Don't expose element props from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
0e403d88 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Implement get_data for legacy DOCTYPE comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4e2a6ae2 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Expose ie9_char as char for KeyboardEvent.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
b209ce01 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Make PageTransitionEvents only available in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
61615f45 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00
mshtml: Make ProgressEvent constructor only available in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/Makefile.in
- − dlls/mshtml/htmlcomment.c
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmltextnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb139a026a124d30299a9b2385bdf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb139a026a124d30299a9b2385bdf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2229261f by Dāvis Mosāns at 2024-11-25T22:17:02+01:00
ntdll/tests: Unify APC test functions.
This reduces duplication since they all do same thing.
- - - - -
fb139a02 by Alexandre Julliard at 2024-11-25T22:17:02+01:00
ntdll: Initial version of NtContinueEx().
Based on a patch by Dāvis Mosāns.
- - - - -
7 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/server.c
- dlls/wow64/syscall.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1e35c57e9d6f9327fe36615f689a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1e35c57e9d6f9327fe36615f689a…
You're receiving this email because of your account on gitlab.winehq.org.