summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/feature_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move all the feature related stuff into extensions/featuresmitchellwrosen@chromium.org2012-06-111-552/+0
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+1
* Only read VersionInfo::Channel on the browser process.kalman@chromium.org2012-05-081-3/+6
* Disable failing extensions unit tests on official builds.kerz@chromium.org2012-05-041-6/+42
* Restrict the storage API to chrome dev channel.kalman@chromium.org2012-04-121-4/+4
* Allow extension APIs to be restricted to a subset of Chrome channels using thekalman@chromium.org2012-04-121-2/+97
* Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...aa@chromium.org2012-04-041-95/+238
* Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-238/+95
* Reland r130462: Implement FeatureProvider for ExtensionAPI."aa@chromium.org2012-04-041-95/+238
* Revert 130462 - Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-237/+95
* Implement FeatureProvider for ExtensionAPI.aa@chromium.org2012-04-031-95/+237
* Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.kalman@chromium.org2012-03-211-8/+8
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-211-1/+3
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-181-3/+1
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-181-1/+3
* Implement extension::Features for permissions.aa@chromium.org2012-03-161-0/+9
* Re-land 125247: Better error messages when using unsupported manifest features.aa@chromium.org2012-03-121-32/+39
* Revert 125979 - Re-land 125247: Better error messages when using unsupported ...aa@chromium.org2012-03-101-39/+32
* Re-land 125247: Better error messages when using unsupported manifest features.aa@chromium.org2012-03-101-32/+39
* Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...akalin@chromium.org2012-03-091-3/+1
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-091-1/+3
* Revert 125247 - Better error messages when using unsupported manifest features.aa@chromium.org2012-03-061-38/+31
* Better error messages when using unsupported manifest features.aa@chromium.org2012-03-061-31/+38
* Introduce ManifestFeatureProvider.kalman@chromium.org2012-02-241-5/+3
* Introduce the extensions::Feature class.aa@chromium.org2012-02-151-0/+258