commit | 98829727ba4de03b8ade1d26e11ef8c1f1f78594 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Mon Jul 22 16:56:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 22 16:56:31 2024 |
tree | 0a9bf2757d59d2ba43dbd62762eba5879ad5310f | |
parent | 8738bcbddfc12bba6be816a7e17bdb4b9dbb9f6c [diff] |
[bookmarks] Relax preconditions for IsLocalOnlyNode() Some tests run into flakiness and exercise this codepath. Although the semantics of the predicate are unclear during these edge cases, it seems better than CHECK-failing to return an arbitrary value, in this case `true` in consistency with prior precedent for the root node. Bug: None Change-Id: Id15ce5e1819a5970a3be4e4c9e11d70287e278d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5724375 Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Justin Cohen <justincohen@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1331135}
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.