commit | 24e5493a829e15db722664dc38a8f653e36f1044 | [log] [tgz] |
---|---|---|
author | Joanmarie Diggs <jdiggs@igalia.com> | Fri Jul 15 16:18:51 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 15 16:18:51 2022 |
tree | 6ef425b4fc044c04b5ee4eab78e4f7fbf79bff45 | |
parent | 6bf015a138b810ec01cfed0eec47267a5d40a310 [diff] |
Ensure auto-disabled accessibility is re-enabled in response to API calls When we auto-disable accessibility support due to lack of AT activity, BrowserAccessibilityStateImpl::DisableAccessibility causes its AXMode to be reset, but not the AXPlatformNode's AXMode. When Orca is subsequently launched, AXPlatformNode::NotifyAddAXModeFlags returns early because the AXMode hasn't changed. This commit causes ResetAccessibilityMode to reset the AXPlatformNode's AXMode so that observers are notified. AX-Relnotes: Fixed issue causing Chrome to become inaccessible to Orca users after accessibility was auto-disabled. Bug: 1344168 Change-Id: I2578b1c16bba77123af7e87bcb0af192552a73c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3762453 Auto-Submit: Joanmarie Diggs <jdiggs@igalia.com> Reviewed-by: Abigail Klein <abigailbklein@google.com> Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/main@{#1024774}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.