Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 10054035: Allow extension APIs to be restricted to a subset of Chrome channels using the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make default channel "trunk" Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 6f24d0b142b5337b76795521f59d3da758b685da..d71a0be3b5ba3341c57fe7c06069e5daf17730d3 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -4,153 +4,194 @@
{
"app": {
+ "supported_channel": "stable",
"extension_types": ["packaged_app", "hosted_app", "platform_app"]
},
"background": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"background_page": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
],
"max_manifest_version": 1
},
"browser_action": {
+ "supported_channel": "stable",
"extension_types": ["extension"]
},
"chrome_url_overrides": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"commands": {
+ "supported_channel": "stable",
"extension_types": "all",
"min_manifest_version": 2
},
"content_security_policy": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"]
},
"content_scripts": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"converted_from_user_script": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
],
"no_doc": true
},
"current_locale": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"default_locale": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"description": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"devtools_page": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"file_browser_handlers": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"homepage_url": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"icons": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"incognito": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"]
},
"input_components": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"intents": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"key": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"manifest_version": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"minimum_chrome_version": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"nacl_modules": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"name": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"offline_enabled": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"omnibox": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"optional_permissions": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"options_page": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"oauth2": {
+ "supported_channel": "stable",
"extension_types": ["platform_app"]
},
"page_action": {
+ "supported_channel": "stable",
"extension_types": ["extension"]
},
"page_actions": {
+ "supported_channel": "stable",
"extension_types": ["extension"],
"max_manifest_version": 1
},
"permissions": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"platform_app": {
+ "supported_channel": "stable",
"extension_types": ["platform_app"],
"min_manifest_version": 2
},
"plugins": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app", "hosted_app"]
},
"requirements": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
"signature": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"theme": {
+ "supported_channel": "stable",
"extension_types": ["theme"]
},
"tts_engine": {
+ "supported_channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
"update_url": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"version": {
+ "supported_channel": "stable",
"extension_types": "all"
},
"web_accessible_resources": {
+ "supported_channel": "stable",
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
]
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698