[Git][wine/wine][master] 6 commits: msxml3: Remove unused field from a node structure.
Alexandre Julliard pushed to branch master at wine / wine Commits: 9fafe91a by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3: Remove unused field from a node structure. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 041bc6af by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3: Implement parentNode() property for DTD nodes. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 66f17a3b by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3: Implement ownerDocument() property for DTD nodes. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 050de917 by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3: Implement nodeTypeString() for DTD nodes. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 80fdda58 by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3/tests: Add some tests for ProhibitDTD property. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 25951f8b by Nikolay Sivov at 2026-04-15T17:11:24+02:00 msxml3: Handle ProhibitDTD property. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 8 changed files: - dlls/msxml3/doctype.c - dlls/msxml3/domdoc.c - dlls/msxml3/msxml_private.h - dlls/msxml3/node.c - dlls/msxml3/saxreader.c - dlls/msxml3/tests/domdoc.c - dlls/msxml4/tests/domdoc.c - dlls/msxml6/tests/domdoc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d04adb1f3280d387820024a6ca4afc... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d04adb1f3280d387820024a6ca4afc... 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)