commit | 0fd33a54b83047f7049f5e300564b6790b7d10ca | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Thu May 29 19:37:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 19:37:32 2025 |
tree | d4b09dd583d79357c4d6302e0f02855c0afb9b51 | |
parent | 4bbecd5f7143e480e1a47fcbea40dcae13cf3b7c [diff] |
Refactor CanonicalCookie::IsCanonical to include failure reason This will hopefully make it easier to debug [D]CHECK failures and fuzzer failures, because each path through IsCanonical now returns a unique result (so knowing that result is sufficient to know the path taken through IsCanonical). Change-Id: I30ebc7674495cab9e3bffc7b442ea70d27030998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6597105 Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Dylan Cutler <dylancutler@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1467125}
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.