commit | d522bdc2ece912b9cbd206da7cf8e640ccb370ba | [log] [tgz] |
---|---|---|
author | Clark DuVall <cduvall@chromium.org> | Sat Aug 09 21:32:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 09 21:32:19 2025 |
tree | 172856788677b5259d1b1f6ca1921d14b0f88828 | |
parent | 46d19d5d885ab41ab61469f304ca352d02137d0d [diff] |
[M140] Fix cache handles not being treated as invalid when not set Original change's description: > Fix cache handles not being treated as invalid when not set > > The internal code checks against the invalid values and not zero values, > so we need to set these explicitly. The windows constant has to be > defined in a cc file since it can't be constexpr. > > Bug: 434013569 > Change-Id: I9820948ac5f5455e02f653d42bd4a9d1128e9e9b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6829364 > Auto-Submit: Clark DuVall <cduvall@chromium.org> > Commit-Queue: Austin Sullivan <asully@chromium.org> > Reviewed-by: Austin Sullivan <asully@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1498785} Bug: 437572231,434013569 Change-Id: I9820948ac5f5455e02f653d42bd4a9d1128e9e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6833835 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7339@{#292} Cr-Branched-From: 27be8b77710f4405fdfeb4ee946fcabb0f6c92b2-refs/heads/main@{#1496484}
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.