commit | 60f294343b2348f89f881b09fccb274632cbc813 | [log] [tgz] |
---|---|---|
author | Greg Thompson <grt@chromium.org> | Fri Mar 21 07:46:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 07:46:11 2025 |
tree | 69fd79f81dd686b256a05f3f626d7653f88c9cf0 | |
parent | 71e4dabaf33297bf1e94e8e65511d54005c15f8a [diff] |
Revert "[A11yPerformance] Remove accessibility_state_utils" This reverts commit 07fd3205c7728f582ce6f63513c0c97146ff2ed9. Reason for revert: r1435606 broke deactivation when VoiceOver is stopped Original change's description: > [A11yPerformance] Remove accessibility_state_utils > > This was a requested follow-up/cleanup from > the review for CL:6333854. > > Code should now: > - Use ui::AXPlatform::IsScreenReaderActive() directly rather than > IsScreenReaderEnabled(). > - Use ScopedAccessibilityModeOverride, > AccessibilityManager::EnableSpokenFeedback (chromeos only), and/or > BrowserAccessibiliryStateImpl::SetScreenReaderAppActive() > rather than OverrideIsScreenReaderEnabledForTesting. > - Use AccessibilityManager::IsSelectToSpeakEnabled rather than > IsSelectToSpeakEnabled. > > Bug: none > Change-Id: If1b64138c6dc3694f4239bf28889e8920a3e3c66 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6366703 > Reviewed-by: Greg Thompson <grt@chromium.org> > Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1435607} Bug: none No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I79ccef3b8f78e112ef8ca423559556ad32fbc01c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6380853 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1435894}
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.