commit | 40a95ab85eab454762979e59f07e57f226be54cd | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Tue Oct 04 14:41:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 04 14:41:08 2022 |
tree | 8e6b87030840a8911a1b8181578c6064f0857da5 | |
parent | 8f50340f6430141eab0ddb1772c4359f9c2a05fa [diff] |
[Image Descriptions] Fix bug where enabled state is reflected in only one iframe This CL makes an update to the image descriptions code for Android accessibility. With this CL we move the state out of the constructors of both the browser accessibility manager and the WebContentsAccessibilityImpl. We will now update the state as needed for each change in the device's accessibility state. The source of truth for the C++ code will now be web_contents_accessibility_android, so that all trees (iframes) will reflect the same value. AX-Relnotes: N/A Bug: 1300364 Change-Id: I1f1ea12e170c97e40907c8443fe104d2006c92af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3923025 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1054707}
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.