-
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>