commit | f602da5249f8bc8553f9ee8eb6cb7cf5fd77977b | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Tue May 13 06:44:42 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 06:44:42 2025 |
tree | 5595579c9a6f4c105e20d6793c3c939d9a37dc02 | |
parent | 467b97ab4ce250cdebc6a55a61a9d420d6ec222a [diff] |
[Merge M137] Persist No-Vary-Search cache in net::HttpCache Start using net::NoVarySearchCacheStorage in net::HttpCache so that entries are persisted to disk when the cache is mutated and loaded from disk on startup. This means adding an extra argument to the HttpCache constructor to be able to take the NoVarySearchCacheStorageFileOperations implementation to be used for disk access. BUG=399562754,382394774,409086878 (cherry picked from commit 5023fefe9daf758e58cf515989d0ce58c1c7595f) Fixed: 416685499 Fuchsia-Binary-Size: Links in changes from multiple previous CLs Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6506661 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1457396} Change-Id: I225fc631a2586ddb393fb2854b3b9953b5c4391a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6537849 Cr-Commit-Position: refs/branch-heads/7151@{#883} Cr-Branched-From: 8e0d32ed6e49a2415b16e5ed402957cac2349ce2-refs/heads/main@{#1453031}
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.