[Git][wine/wine][master] 5 commits: msxml3/tests: Add some more tests for getNamedItem().
Alexandre Julliard pushed to branch master at wine / wine Commits: 30d622cc by Nikolay Sivov at 2026-04-14T22:00:49+02:00 msxml3/tests: Add some more tests for getNamedItem(). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 486ea0b7 by Nikolay Sivov at 2026-04-14T22:00:49+02:00 msxml3: Do not try to convert NULL strings when creating libxml2 document representation. Converting NULLs will propagate wctomb last error to application, and sometimes it's not expected. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59632 Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 915cf908 by Nikolay Sivov at 2026-04-14T22:00:49+02:00 msxml3: Remove duplicated SafeArrayUnaccessData() in load(). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 99cb4194 by Nikolay Sivov at 2026-04-14T22:00:49+02:00 msxml3/tests: Add another test for subtree serialization with default namespaces. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - ad708642 by Nikolay Sivov at 2026-04-14T22:00:49+02:00 msxml3/tests: Add a simple test for loading with gb2312 specified encoding. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 3 changed files: - dlls/msxml3/domdoc.c - dlls/msxml3/node.c - dlls/msxml3/tests/domdoc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cd2a1c5c437d423024b1f50d51e3d6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cd2a1c5c437d423024b1f50d51e3d6... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)