--
v4: mshtml: Don't create dynamic prop before checking if elem prop even exists.
mshtml: Allow accessing some document elements as props via id.
mshtml: Expose props via element name only for specific element types.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1031
On Thu Oct 13 19:11:33 2022 +0000, Alexandre Julliard wrote:
> This is causing random deadlocks when running the d3d tests here;
> basically the entire Wine session freezes.
> Applying just the first patch is enough to trigger it.
Sorry, I'll have a look.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/944#note_10591
I'd suggest moving some of the existing code into helper functions first. It's already hard to follow and these changes to it aren't making it any simpler.
Also, ten commits per MR is rather too many (especially when they're non trivial). Try sending the first five or so.
If you want to show where it's going, then include a link to a branch which contains the finished set.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/969#note_10582