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

Unified Diff: extensions/common/api/_api_features.json

Issue 411733002: WIP: diff which plumbs through the event URL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « extensions/browser/extension_message_filter.cc ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index e15c27b618df13991516270b15184bfb742ac9b6..6d1af193d4c13044f5d87535b6e6af9bace45649 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -114,18 +114,21 @@
"dependencies": ["permission:storage"],
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
- "test": {
+ "test": [{
"internal": true,
"channel": "stable",
"extension_types": "all",
- // Everything except web pages.
- "contexts": [
- "blessed_extension",
- "content_script",
- "unblessed_extension",
- "webui"
+ // Everything except web pages and WebUI. WebUI is declared in a separate
+ // rule to keep the "matches" property isolated.
+ "contexts": ["blessed_extension", "content_script", "unblessed_extension"]
+ }, {
+ "internal": true,
+ "channel": "stable",
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://extensions-frame/*"
]
- },
+ }],
"types": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
« no previous file with comments | « extensions/browser/extension_message_filter.cc ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698