commit | 5ee1f758611e008da16c0af3afd5fe3c00411d7f | [log] [tgz] |
---|---|---|
author | Richard Stotz <rstz@chromium.org> | Thu Sep 09 21:22:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 09 21:22:40 2021 |
tree | b072e9e088c5d09c515a03ce26a0ce1c143d8ddb | |
parent | 8148bb7ad163fbd7fb5127ac2915ba2fc8026c61 [diff] |
FSA: Add quota implementation to Blink This CL adds the quota implementation for Access Handles on the Blink side. Managing the actual reservations on the browser side will be added in a follow-up CL. The overall design of quota for OPFS Access Handles is outlined here: https://docs.google.com/document/d/1c7skisDoRLfmoOE6hgv6crz8XO5mGTnA2yBEs6O22mQ Bug: 1240056 Change-Id: Id2e8d16dd0755d6e9007c0bd38a4bfd5481f7297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3110607 Commit-Queue: Richard Stotz <rstz@chromium.org> Reviewed-by: Austin Sullivan <asully@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#919968}
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.