commit | 6f5e7bd92b742a7dc7f9c280285f72ea09da3f18 | [log] [tgz] |
---|---|---|
author | Kevin Ellis <kevers@google.com> | Mon May 06 18:42:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 18:42:28 2024 |
tree | f348d760a27a9096ebf717008091f2d4ccbbe070 | |
parent | ec49a54859194997d085e5a62824d77551928d9b [diff] |
[a11y] AxComputedNodeData can compute missing name for AXInlineTextBox This patch turns on pruning of duplicate text from inline text boxes, with corrections to make the optimization a no-op for a11y dump tree tests. Last time the HasOrCompute... piece was missing so the name could not be filled back in again based on the computed value. Bug: 336294737 Change-Id: I49596fa0b22982f674f71570b5b2ff84d2785984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5506764 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1297002}
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.