commit | f14f90d7038f36ec594ffb79a5013ba1cce4cfa3 | [log] [tgz] |
---|---|---|
author | Alice Boxhall <alice@igalia.com> | Mon Nov 18 14:58:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 18 14:58:01 2024 |
tree | ff39de40d595d57c8847fcea8a4535f07992d70d | |
parent | d225135a759ce252802cfc7eef07bf5d89668749 [diff] |
Improve AXRelationCache support for element reference properties. Element Reference properties, like el.ariaLabelledByElements, can be set at any time, including when the elements referred to by the properties are not yet in the document, or not yet in a valid scope. This change ensures that when elements become valid targets for the Element Reference properties, the host element is updated appropriately and, where relevant, the appropriate events are fired. Change-Id: Ic20559da184b3547803de566106dd03ce2bea981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5969976 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1384316}
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.