commit | 97778ef778f883e95fe66d82012573d177938442 | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Tue Oct 25 00:02:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 25 00:02:31 2022 |
tree | 5d10f1258958fdd692a59fef2be83b2ae67deec7 | |
parent | 9d3bf49267561380702ae0915c244b25729b7b79 [diff] |
More robust handling of aria-activedescendant invalidations This is a necessary precursor to CL:3914885, fixing some tests that would break because of race conditions. The new code explicitly invalidates any previous activedescendant that was marked as selected from focus. Bug: none Change-Id: I26a7a46484acc796731cd208d9f19c25ad3afbd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3976209 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1063085}
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.