summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/manifest.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-land 125247: Better error messages when using unsupported manifest features.aa@chromium.org2012-03-121-1/+1
| | | | | | | | | | | This reverts commit fe7a83483ab3d6b7c3e0db1f3252474cbe350f81. BUG=112620 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/9664053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126101 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125979 - Re-land 125247: Better error messages when using unsupported ↵aa@chromium.org2012-03-101-1/+1
| | | | | | | | | | | | | manifest features. BUG=112620 Review URL: https://chromiumcodereview.appspot.com/9616052 TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/9665034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125982 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land 125247: Better error messages when using unsupported manifest features.aa@chromium.org2012-03-101-1/+1
| | | | | | | | BUG=112620 Review URL: https://chromiumcodereview.appspot.com/9616052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125979 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125247 - Better error messages when using unsupported manifest features.aa@chromium.org2012-03-061-1/+1
| | | | | | | | | | | BUG=112620 Review URL: https://chromiumcodereview.appspot.com/9609007 TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/9615036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125249 0039d316-1c4b-4281-b951-d872f2087c98
* Better error messages when using unsupported manifest features.aa@chromium.org2012-03-061-1/+1
| | | | | | | | BUG=112620 Review URL: https://chromiumcodereview.appspot.com/9609007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125247 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce ManifestFeatureProvider.kalman@chromium.org2012-02-241-40/+32
| | | | | | | | | | | | | | | | | Re-impement manifest feature requirements using a more general framework that we will also use for permissions and APIs in the future. Original patch from aa@chromium.org, review URL http://codereview.chromium.org/9415004/ TBR=aa@chromium.org,jstritar@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9425056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123434 0039d316-1c4b-4281-b951-d872f2087c98
* Updating extensions code to use UTF16RDevlin.Cronin@gmail.com2011-12-171-1/+1
| | | | | | | | | | | Changes std::string error to string16 in various locations of the Extensions file, spanning up the tree from ExtensionErrorReporter and Extension::InitFromValue, with conversion to string16 beginning at extension_l10n_util::LocalizeExtension and Extension::Create. Later patches can continue/expand the conversion. BUG=71980 TEST=Run existing unit tests and browser tests, which have been adjusted for string16s. Review URL: http://codereview.chromium.org/8890086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114917 0039d316-1c4b-4281-b951-d872f2087c98
* Reland restrict extension features based on the extension type.jstritar@chromium.org2011-12-041-0/+112
| | | | | | | | | | | The "chrome_url_overrides" manifest key is now accessible by packaged apps. BUG=101992, 104103 TEST=existing, ManifestTest Review URL: http://codereview.chromium.org/8654001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112914 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Restrict extension features based on the extension type."mpcomplete@chromium.org2011-12-021-112/+0
| | | | | | | | | | | | | | This breaks some ChromeOS tests. Among the log output: "Feature 'chrome_url_overrides' is not allowed in this type of manifest." Original review: http://codereview.chromium.org/8654001 BUG=101992, 104103, chromium-os:23709 TEST=no Review URL: http://codereview.chromium.org/8786004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112808 0039d316-1c4b-4281-b951-d872f2087c98
* Restrict extension features based on the extension type.jstritar@chromium.org2011-12-021-0/+112
BUG=101992, 104103 TEST=existing, ManifestTest Review URL: http://codereview.chromium.org/8654001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112764 0039d316-1c4b-4281-b951-d872f2087c98