tree: 898635cd489eb2369872bb5c806844845209ad13 [path history] [tgz]
  1. bucket_context.h
  2. bucket_host.cc
  3. bucket_host.h
  4. bucket_manager.cc
  5. bucket_manager.h
  6. bucket_manager_host.cc
  7. bucket_manager_host.h
  8. bucket_manager_host_unittest.cc
  9. bucket_utils.cc
  10. bucket_utils.h
  11. bucket_utils_unittest.cc
  12. COMMON_METADATA
  13. DIR_METADATA
  14. OWNERS
  15. README.md
content/browser/buckets/README.md

Storage Buckets

This folder contains the browser-side implementation of Storage Buckets. It serves requests from the renderer (see third_party/blink/renderer/modules/buckets by way of the quota manager.

See individual class level comments for descriptions of the various pieces and the design doc for a high-level overview.