Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move another block of extension tests to manifest_version 2. | abarth@chromium.org | 2011-12-05 | 3 | -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.org | 2010-08-13 | 1 | -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 a | dumi@chromium.org | 2010-02-27 | 2 | -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 |