commit | f6ff05a8d1c044c8cd2ecdc770f6fb26b8050468 | [log] [tgz] |
---|---|---|
author | Ian Kilpatrick <ikilpatrick@chromium.org> | Fri Jun 06 22:48:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 22:48:53 2025 |
tree | 26fd97dd6df8067fc958f60ec6e0d06e212f6216 | |
parent | db7701d448568bab65f81dfc61532a6660596c8a [diff] |
[tables][cleanup] Invert bool logic. `wrap_in_anonymous_section` was immediately inverted, rename to `can_be_direct_child` for simplicity. Change-Id: I7644e4710ff8fffce84fc2a483134ba0d52d0576 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6628489 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1470820}
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.