Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the estimated size of new databases as the default quota if we have ↵ | Ben Murdoch | 2009-08-26 | 1 | -20/+31 |
| | | | | | | enough space to satisfy it. Change-Id:I23daac8fbf27f50f304ee53060353423deaed50a | ||||
* | Add unit tests for the WebStorageSizemanager. Also reduce the default quota ↵ | Andrei Popescu | 2009-07-29 | 1 | -1/+133 |
| | | | | and quota increase step | ||||
* | Refactor the WebStorage size management: | Andrei Popescu | 2009-07-29 | 1 | -25/+25 |
| | | | | | | | - 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). | ||||
* | Enforce app cache maximum size | Andrei Popescu | 2009-07-23 | 1 | -0/+88 |