Reland "Reland "MockActivationController class to emulate widget activation in test.""
提交哈希:
8d74846a8984e5135af0975c729cfe31538c1954
提交时间: 2026-03-04 02:17:10
影响等级:
生成工具: webview2-upstream-sentry
上游审核链接:
查看上游审核 🔗
📋 摘要
Introduces a WidgetActivationDelegate abstraction and MockActivationController test helper to emulate widget activation/deactivation in tests on Win/Mac/Linux, enabling parallel test execution without OS-level window activation conflicts. Refactors BrowserActivator (glic test support) to use MockActivationController instead of Widget::PaintAsActiveLock on non-Android desktop platforms.