Module: wine Branch: master Commit: a6f428fae6313107c34fb7e43c26d1e602bd0a3d URL: https://gitlab.winehq.org/wine/wine/-/commit/a6f428fae6313107c34fb7e43c26d1e...
Author: Connor McAdams cmcadams@codeweavers.com Date: Wed Oct 5 17:04:14 2022 -0400
uiautomationcore: Add UIAutomationType_Element property support for nested node providers.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/uiautomationcore/tests/uiautomation.c | 214 ++++++++++++++--------------- dlls/uiautomationcore/uia_client.c | 93 ++++++++++--- dlls/uiautomationcore/uia_private.h | 14 ++ dlls/uiautomationcore/uia_provider.c | 5 +- 4 files changed, 194 insertions(+), 132 deletions(-)