Alexandre Julliard pushed to branch master at wine / wine
Commits: 6b1c07b8 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Implement DOMParser constructor and instance object.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - cc904bf8 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Move document dispex info initialization to create_document_node.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 04850bc3 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Use Gecko's responseXML to create the XML document in IE10 and up.
Native modes IE10 and up implement XML documents as children of the DocumentPrototype, which have standard IHTMLDocument interfaces. But previous modes do not, but instead have the IXMLDOMDocument interface (which suggests it uses msxml like now).
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 2de16339 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Fallback to text/xml for unknown content types ending with +xml in get_mimeType.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 75bc5e47 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Implement anchors prop for XML documents.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 3e0a5e72 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00 mshtml: Implement DOMParser's parseFromString.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
10 changed files:
- dlls/mshtml/htmldoc.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/nsembed.c - dlls/mshtml/nsiface.idl - dlls/mshtml/omnavigator.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js - dlls/mshtml/tests/xhr.js - dlls/mshtml/tests/xmlhttprequest.c - dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6643fbd21d1cd2cb93e3c21e482dbe...