commit | c72c93d88dc06c0690982c51a5af6ac04a5722d2 | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Fri Feb 25 01:07:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 25 01:07:18 2022 |
tree | 106c705a859d91c12b7bfe427ef864501e71e0b7 | |
parent | 6060e69291add108089e937385a5728c52288c43 [diff] |
Revert "Remove unneeded included child code" Original change: CL:3472799 Reason for revert: https://crbug.com/1300458 > Ever since CL:2946971, AXNodeObject::ChildrenChanged() will only > be called on included nodes. That change improved performance, > because it led to much better de-duping of children changed > events in large subtrees. Bug: None Change-Id: Ic9655af317d6e1c77c32ca5e306ad5b753950c07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3489308 Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Daniel Libby <dlibby@microsoft.com> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/main@{#974933}
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.