--
v2: mshtml: Use the private interface to expose onload for XMLHttpRequest.
mshtml: Implement overrideMimeType for XMLHttpRequest.
mshtml: Check for valid XML Content-Type for responseXML in IE10+ modes.
mshtml: Respect LOAD_CALL_CONTENT_SNIFFERS when using detected mime type.
mshtml: Set the channel's content type when parsing the header.
https://gitlab.winehq.org/wine/wine/-/merge_requests/399
--
v2: mfplat/tests: Merge and reorganize image format tests.
mfplat/buffer: Support YV12, I420 and IYUV image formats.
mfplat/tests: Mark some tests as broken on Win 8 and 10 v1507.
https://gitlab.winehq.org/wine/wine/-/merge_requests/418
This is the hidclass/ntoskrnl/setupapi counterpart to !359. As with that merge request, implementing `BusQueryContainerID` in the bus driver is left out and will be addressed in a different MR.
I believe this is useful to expose the Container ID no matter how those end up being assigned by the bus driver.
--
v4: ntoskrnl/tests: Add test for getting SPDRP_BASE_CONTAINERID from PnP driver
https://gitlab.winehq.org/wine/wine/-/merge_requests/432