NEW 53983
Implement unified per-origin quota tracker across all storage types
https://bugs.webkit.org/show_bug.cgi?id=53983
Summary Implement unified per-origin quota tracker across all storage types
Anton D'Auria
Reported 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.
Attachments
Jeremy Orlow
Comment 1 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.)
Victor Costan
Comment 2 2020-06-19 14:26:12 PDT
Was this (at least partially) addressed in https://bugs.webkit.org/show_bug.cgi?id=196545 ?
Sihui Liu
Comment 3 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
Note You need to log in before you can comment on or make changes to this bug.