summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Use the estimated size of new databases as the default quota if we have ↵Ben Murdoch2009-08-261-20/+31
| | | | | | enough space to satisfy it. Change-Id:I23daac8fbf27f50f304ee53060353423deaed50a
* Add unit tests for the WebStorageSizemanager. Also reduce the default quota ↵Andrei Popescu2009-07-291-1/+133
| | | | and quota increase step
* Refactor the WebStorage size management:Andrei Popescu2009-07-291-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 sizeAndrei Popescu2009-07-231-0/+88