summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/storage_quota
Commit message (Collapse)AuthorAgeFilesLines
* Move another block of extension tests to manifest_version 2.abarth@chromium.org2011-12-053-0/+3
| | | | | | | | BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8785018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113029 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the extension manifest key "unlimited_storage" to "unlimitedStorage"asargent@chromium.org2010-08-131-0/+6
| | | | | | | | | | | | | But, still accept the old value for backwards compatability. BUG=51970 TEST=Extensions should get unlimited storage quota for localStorage and web databases using either "unlimitedStorage" or "unlimited_storage" in their manifest's permissions key. Review URL: http://codereview.chromium.org/3109013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56090 0039d316-1c4b-4281-b951-d872f2087c98
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-272-0/+11
unlimited_quota permission that extensions can use to request unlimited quota. TEST=ExtensionsServiceTest.StorageQuota BUG=27688 Review URL: http://codereview.chromium.org/660113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40190 0039d316-1c4b-4281-b951-d872f2087c98