summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/BrowserSettingsUnitTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the WebStorage size management:Andrei Popescu2009-07-291-88/+0
| | | | | | | - 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