commit | 4def5a769fa56aac4041ea0d3df5ed33f910a531 | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@chromium.org> | Tue Dec 06 22:40:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 22:40:43 2022 |
tree | 36f7c740bb3498136b90e43669802fd81baa8ab6 | |
parent | 6e099598d8dc3e0b488dee7ea9d15b77c11d5f81 [diff] |
Storage buckets: handle bucket deletion more gracefully. When checking or updating bucket policies, check whether the bucket has been deleted (e.g. via the clear browsing data dialog). Reject promises in this case. This also fixes a bug where BucketManagerHost used the name to track the BucketHost. This was a bug because a name can be reused after deletion. It now uses the bucket ID, which can never be reused. Bug: none Change-Id: Ib49196b3ef656c32c2922499db665ca4887a026b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4077246 Reviewed-by: Ayu Ishii <ayui@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/main@{#1080021}
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.