commit | f2b66a9dd99b6130129f672674bade1c398236bf | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Wed Mar 05 16:31:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 16:31:11 2025 |
tree | 31a019313efe0fd8b1272b1ceee44b4c83357025 | |
parent | 67932fd75bbe0f0036bb4a3590379c31eb24ba81 [diff] |
[A11y] Consistent tree after aria-owns changes This fixes https://kunskapsguiden.se and a number of other sites using components that have an "interesting" mix of dynamic aria-hidden, aria-owns and role changes. Simply loading the site in a debug build shows the issue. It started crashing worse recently -- BlinkAXTreeSource::ChildAt() has a check that became fatal starting in milestone 127. Was not able to create a simplified test case. Fixed: 377975067 Change-Id: I72cf3f731ab75284a76db142a6f470cb5ccc7f2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6320067 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Alison Maher <almaher@microsoft.com> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1428349}
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.