commit | 408b51a92e5ccbaf4d6da2562651893186834e4c | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Mon Feb 05 18:37:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 18:37:11 2024 |
tree | 4bfdad6ad37838644dedfa29e98f0b08f04a6744 | |
parent | 0db3d2ad7ce20527b4af63dd1ee18410b89f48d8 [diff] |
[A11y] Invalidate AXIDs when those objects are removed After CL:4185636, an AXObject may have been detached and recreated with the same DOM node, and therefore has the same id (the dom node id). This breaks the accessibility object caching mechanism used for web tests, which assumes that if it sees the same ID, it can assume the object is still the same one. The fix is to notify the caching mechanism of detached AXObjects so that it can invalidate the corresponding entries. Bug: none Change-Id: I152538644f9dc24d4e7fbfe68057deb4ab4d34aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5262560 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1256301}
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.