http://bugs.winehq.org/show_bug.cgi?id=60060 Renzo de Paoli <depaoli.renzo@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |21735ee8342e24fedc5d372d155 | |76152b74e08d7 CC| |bunglehead@gmail.com, | |depaoli.renzo@gmail.com Keywords| |regression Distribution|--- |Debian --- Comment #1 from Renzo de Paoli <depaoli.renzo@gmail.com> --- This is a regression introduced with 21735ee8342e24fedc5d372d15576152b74e08d7 is the first bad commit commit 21735ee8342e24fedc5d372d15576152b74e08d7 Author: Nikolay Sivov <nsivov@codeweavers.com> Date: Wed Mar 25 02:15:05 2026 +0100 msxml3: Rework DOM API. For the most parts this touches only tree API. Validation, XPath, XSLT, and schema handling is still going through libxml2 at the moment. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> dlls/msxml3/Makefile.in | 1 + dlls/msxml3/attribute.c | 635 ++-- dlls/msxml3/cdata.c | 543 ++-- dlls/msxml3/comment.c | 584 ++-- dlls/msxml3/docfrag.c | 612 ++-- dlls/msxml3/doctype.c | 474 ++- dlls/msxml3/domdoc.c | 2777 +++++------------ dlls/msxml3/domimpl.c | 93 +- dlls/msxml3/element.c | 1431 +++------ dlls/msxml3/entityref.c | 522 ++-- dlls/msxml3/msxml_private.h | 281 +- dlls/msxml3/mxwriter.c | 11 + dlls/msxml3/node.c | 5611 ++++++++++++++++++++++------------ dlls/msxml3/nodelist.c | 263 +- dlls/msxml3/nodemap.c | 270 +- dlls/msxml3/pi.c | 852 ++---- dlls/msxml3/saxreader.c | 638 +++- dlls/msxml3/saxreader_extensions.idl | 44 + dlls/msxml3/schema.c | 356 ++- dlls/msxml3/selection.c | 485 +-- dlls/msxml3/stylesheet.c | 33 +- dlls/msxml3/tests/domdoc.c | 153 +- dlls/msxml3/tests/saxreader.c | 2 - dlls/msxml3/tests/xmldoc.c | 1 - dlls/msxml3/text.c | 586 ++-- dlls/msxml3/xmldoc.c | 9 +- dlls/msxml4/tests/saxreader.c | 13 +- dlls/msxml6/tests/saxreader.c | 13 +- libs/xml2/include/libxml/tree.h | 7 + libs/xml2/xpath.c | 1 + 30 files changed, 8225 insertions(+), 9076 deletions(-) create mode 100644 dlls/msxml3/saxreader_extensions.idl -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.