Bug 53983 - Implement unified per-origin quota tracker across all storage types
Summary: Implement unified per-origin quota tracker across all storage types
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 23:52 PST by Anton D'Auria
Modified: 2020-06-22 14:57 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton D'Auria 2011-02-07 23:52:33 PST
It will be more useful to have per-origin quotas across all storage types. Currently, there are a number of inadequate solutions -- replicated functionality in Database and IDBDatabase quota trackers, and fixed quotas for LocalStorage and SessionStorage.
Comment 1 Jeremy Orlow 2011-02-08 11:09:44 PST
AppCache would probably be included as well.

Note that Chrome will need a way to keep LocalStorage quotas separate from the unified quota.  (And plan to start aggressively discouraging its use in the near future.)
Comment 2 Victor Costan 2020-06-19 14:26:12 PDT
Was this (at least partially) addressed in https://bugs.webkit.org/show_bug.cgi?id=196545 ?
Comment 3 Sihui Liu 2020-06-22 14:57:07 PDT
(In reply to Victor Costan from comment #2)
> Was this (at least partially) addressed in
> https://bugs.webkit.org/show_bug.cgi?id=196545 ?

That bug is about removing dead code, but we do have a quota checker now. 
It only tracks some types of storage: https://bugs.webkit.org/show_bug.cgi?id=195283