commit | e9bc0985a046063b0584f49e2d119fe8c90aae7c | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Mon Jul 01 15:24:19 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 15:24:19 2024 |
tree | 9ce0fe7fdbb82fd66e6ebf184c67332d39a7adf0 | |
parent | ad5317182cef4c0da794b3732158ae5baf36e258 [diff] |
Add comment to HighestAncestorOrSelf I tried for a bit to optimize this function to use TreeRoot() to get the highest ancestor for connected nodes. But much too late, I realized that this function can be called while `isConnected()` is stale. So this just adds a CL to ward off future-me from trying this again. No functional change. Change-Id: If36d02e89bafbd07ea3df1e0c782eaba4d972c9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5661596 Reviewed-by: Di Zhang <dizhangg@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Commit-Queue: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1321687}
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.