commit | 8d69b4b268f524e37ca262d25f72239184fcb9f4 | [log] [tgz] |
---|---|---|
author | Maks Orlovich <morlovich@chromium.org> | Fri May 30 15:32:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 30 15:32:19 2025 |
tree | c7837efdcfa4dc1db9b4c9235ac356c64b54af11 | |
parent | 3be89f0c9bc564a2a441b4b62b10122db197273d [diff] |
Blockfile: relax the in-wrong-bucket DCHECK somewhat. ...to only look at lowest 16 bits, since there was a regression in canaries where things got packed into first 65K buckets for a release; and we don't want the DCHECK canaries to keep blowing up from that. Fixed: 421211228 Bug: 40063884 Change-Id: I932d2495ddf2e1f2b83d1ce82a233adc4a272429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6604037 Reviewed-by: mmenke <mmenke@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1467489}
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.