commit | 79e82b7ba72a7278911edf0dd7b03c65c4ec0e9d | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Mon Jul 27 12:01:59 2009 +0100 |
committer | Andrei Popescu <andreip@google.com> | Wed Jul 29 11:08:24 2009 +0100 |
tree | 763bde3a478037641352fde365e0829cf14eea13 | |
parent | 186e593776c396bde3d720addd6f6842fe880a7c [diff] |
Refactor the WebStorage size management: - Abandon the Quota UI: it does not make sense to ask the users to decide individual database quota increases. It is unlikely anyone will be able to make a meaningul decision. - Introduce a global limit for all WebStorage content. This is shared between Database and AppCache. - Make the quota increase decision automatic - Treat out-of-space situations by creaying a system notification (TODO).