commit | 33c376fe0e85a9fb9b8b87a3b01e007bac973cdd | [log] [tgz] |
---|---|---|
author | Chris Harrelson <[email protected]> | Thu Sep 08 20:22:35 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Sep 08 20:22:35 2022 |
tree | 275283bbd4be5e238384f4eabd1c94e5b107bc17 | |
parent | f1cd38375b94bbedbfe098060f9ea19714dbde35 [diff] |
Update Blink's notion of accessibility mode when it changes. Previously, RenderAccessibilityImpl listened to such changes but never updated the AXContext (and hence AXObjectCacheImpl) when it subsequently changed. There is a good chance this CL fixes one or more real a11y bugs, but I don't know of a specific one. I found out about the issue leading to this bug while debugging CL 3777919. AX-Relnotes: n/a. Change-Id: I31d3127bdbcca1f93e32d83b7b768c8e77e6473a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3869365 Reviewed-by: Aaron Leventhal <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1044741}
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.