MR opened for getting Windows 7 testbot runs, will turn into an actual MR when everything is confirmed working.
--
v3: kernel32/tests: Fix tls callback tests on Windows 7
https://gitlab.winehq.org/wine/wine/-/merge_requests/2372
On Fri Mar 10 19:38:50 2023 +0000, Davide Beatrici wrote:
> The idea would be to add a function to the unixlib that returns the
> render and capture GUIDs. `mmdevapi` will take care of reading and
> writing from/to the registry.
Actually, I just realized only `winepulse` defines a GUID for the default render and capture device...
Should we do that in the other drivers too?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2364#note_26687
Add support for `UIAutomationType_ElementArray` properties in the COM API, and begin adding support for creating elements from cache requests in the COM API.
--
v2: uiautomationcore: Implement IUIAutomationElement::BuildUpdatedCache.
uiautomationcore/tests: Add tests for IUIAutomationElement caching methods.
uiautomationcore: Implement IUIAutomation::CreateCacheRequest.
uiautomationcore: Add support for element array properties in IUIAutomationElement::GetCurrentPropertyValueEx.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2352