commit | 8bf996ae329d912c7428ee3981cb15f1cac38d83 | [log] [tgz] |
---|---|---|
author | Andrew Williams <awillia@google.com> | Wed Oct 05 04:47:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 05 04:47:23 2022 |
tree | 4349e298da3cc9140ac82fa04f39adb9a86931d5 | |
parent | 9f6e4162b91ad30dc52ac96acbb35ae4c82beaed [diff] |
[CacheStorage] GetStorageKeys shouldn't rely on QuotaManagerProxy Update `CacheStorageManager::GetStorageKeys()` to not rely on the QuotaManagerProxy. In cases where the QuotaDatabase needs to be bootstrapped, calling `QuotaManagerProxy::UpdateOrCreateBucket()` would create a deadlock. Bug: 1370035 Change-Id: I5b3c459aadd141c9a8b7d837a0b8f22db5f85d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3925971 Commit-Queue: Prudhvikumar Bommana <pbommana@google.com> Reviewed-by: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/main@{#1055127}
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.