For React Native.
--
v3: win32u: Put the message in the queue when callback pointer is NULL and callback data is 1.
user32/tests: Add more SendMessageCallbackA/W() tests with NULL callback.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8702
--
v3: mshtml: Implement DOMParser's parseFromString.
mshtml: Implement anchors prop for XML documents.
mshtml: Fallback to text/xml for unknown content types in get_mimeType.
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
(For after the code freeze.)
I think we want to have this DLL living in Wine for easier development, and probably dynamically load our custom Chromium fork from here. (just like MSHTML and wine-Gecko)
The code for that fork could then be created in its own repo.
--
v7: embeddedbrowserwebview: Create CreateWebViewEnvironmentWithOptionsInternal stub.
embeddedbrowserwebview: Add stub dll.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7032