--
v2: mshtml: Implement DOMParser's parseFromString.
mshtml: Implement anchors prop for XML documents.
mshtml: Use the doc_type to find out the mimeType when the document has no
mshtml: Use Gecko's responseXML to create the XML document in IE10 and up.
mshtml: Implement DOMParser constructor and instance object.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8821
If entry->stgmedium.hEnhMetaFile is NULL, the data_size we get will be 0, we
then allocate 0 bytes for data, but expect it to contain at least a
METAFILEPICT, resulting in reading out-of-bound.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8298
--
v2: server: Get rid of set_class_info request flags.
server: Split get_class_info request from set_class_info.
win32u: Use get_class_long_size for get_class_word.
win32u: Use set_class_long_size for NtUserSetClassWord.
win32u: Simplify setting extra class info in set_class_long.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8844