Add UIA discovery tool and extension template for Wine#5
Conversation
This commit introduces two new tools to help identify and address UI Automation (UIA) limitations in Wine environments: 1. `tools/survey-uia`: A standalone C++ tool that probes for key UIA features, including `IUIAutomation` instantiation, tree navigation, element retrieval from handles, and pattern support. It outputs a JSON report detailing which features are available and which fail. 2. `tools/wine-uia-extension`: A scaffold for a COM DLL that can be used to implement missing UIA interfaces or providers. This serves as a template for layering new capabilities into an existing Wine prefix without recompiling Wine itself. Additionally, `docs/UIA_DISCOVERY.md` has been added to guide users on how to build, run, and utilize these tools to improve Wine compatibility. Co-authored-by: mark-e-deyoung <1854350+mark-e-deyoung@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Added
tools/survey-uiafor probing Wine UIA capabilities andtools/wine-uia-extensionas a template for implementing missing features. documented indocs/UIA_DISCOVERY.md.PR created automatically by Jules for task 12392595146046635047 started by @mark-e-deyoung