commit | 8fdc680bc5c4a03c35ec734791e0d225ba69a434 | [log] [tgz] |
---|---|---|
author | Ashish Kumar <ashishkum@microsoft.com> | Tue Aug 20 07:10:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 07:10:53 2024 |
tree | e6b50ea7c5f7776a7352943e2d0c3b335772a582 | |
parent | 619c029f2403c34bf806ec5e05e482eeea933ee1 [diff] |
[views-ax] Migrating accessible role in ArcNotificationContentView This CL migrates the accessible role in ArcNotificationContentView whenever its value should change, rather than querying the value and computing it only when needed. This CL eliminates the direct assignment of the accessible role attribute within the View::GetAccessibleNodeData method. Instead, it introduces a mechanism to update the role in the accessibility cache when any attribute that contributes to the role undergoes a change. This CL is part of the ViewsAX project: https://docs.google.com/document/d/1Ku7HOyDsiZem1yaV6ccZ-tz3lO2XR2NEcm8HjR6d-VY/edit#heading=h.ke1u3utej413 Bug: 325137417 Change-Id: I101d1bbb3abd79a790dfd0fd263c53f53db26513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5775490 Reviewed-by: Toshiki Kikuchi <toshikikikuchi@chromium.org> Commit-Queue: Ashish Kumar <ashishkum@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1343976}
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.