commit | a0566ce9033aefb6056ce1db36e8d97b0142c9fc | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Thu Feb 22 21:56:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 22 21:56:13 2024 |
tree | 110f5a4a41a2d448a0c28a7b5200448e3cd1fd4d | |
parent | a39efcf887c8a05cab1e53775b0cb6eab2cf332f [diff] |
Reland "[A11y] Avoid queuing up a deferred update for every attached node." This is a reland of commit de68001bf80113d11ff879405c41070b01602902 Reverted in CL:531819. Reason for revert: bug 326386227, failing All/DumpAccessibilityTreeTest.AccessibilityTableHeadersRowRoleDynamic/blink Fix for test: restore the code that updates roles of <th> cells when sibling cells change. Original change's description: > [A11y] Avoid queuing up a deferred update for every attached node. > > This is a performance improvement that does not affect behavior. > > In many cases when a node is attached, there is no need to queue up > work for later. Only queue deferred processing when needed. > Note that ChildrenChanged() is called in many cases where there > was already an AXObject, but these are deduped via > nodes_with_pending_children_changed_. > > Bug: 324445636 > Change-Id: I93ca7da709bfcee37545edb395c209fcc594e443 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5311098 > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1263666} Fixed: 324445636,326386227 Change-Id: I010c8abe71e8e103e762b15188c7262695047e93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5317851 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1264243}
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.