tree: 7dfbe43230851291a4ac7a82de72eadb6f653a71 [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. COMMON_METADATA
  10. DIR_METADATA
  11. OWNERS
  12. 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.