This should fix recent CI failures. While investigating it, I noticed that larger buffers should not use stack. This part is not yet implemented.
--
v2: user32: Remove unused argument for unpack_message.
win32u: Provide extra space in buffers used to dispatch string getter messages.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4621
Largely based on Nikolay Sivov's original patch and !3096. The files modified from running make_requests and make_specfile have been omitted.
--
v5: ntdll: Implement NtGetNextProcess.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4611
Part 1 of a series to flesh out the VMR7 and implement renderless mode.
This is a very large (and kind of risky) series to try to push upstream just
before code freeze. That said, we're not in code freeze yet, and it is a fix for
a regression...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4623
I sent this now because it is mostly boilerplate, with some small non-invasive patches at the end. First patch is basically all stubs except forwards from IHTMLEventObj2 getters (so it doesn't break current behavior).
--
v2: mshtml/tests: Fix VariantClear on uninitialized variable.
mshtml: Implement `url` prop for StorageEvent objs.
mshtml: Send proper legacy storage event with actual url.
mshtml: Don't expose "restricted" members.
mshtml: Expose the other IHTMLEventObj* props.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4619
Largely based on Nikolay Sivov's original patch and !3096. The files modified from running make_requests and make_specfile have been omitted.
--
v4: ntdll: Implement NtGetNextProcess.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4611