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

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

Issue 453613002: Implement support for <extensionoptions> embedding in WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 9e94aa8716f64cf2363440f2eea456d9a37aab92..6892201d6fd6b61cb49b97c8e1dd6a08c08f243a 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -363,11 +363,16 @@
"extension.sendRequest": {
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
- "extensionOptionsInternal": {
+ "extensionOptionsInternal": [{
"internal": true,
"contexts": ["blessed_extension"],
"dependencies": ["permission:embeddedExtensionOptions"]
- },
+ }, {
+ "internal": true,
+ "channel": "trunk",
+ "contexts": ["webui"],
+ "matches": ["chrome://*/*"]
not at google - send to devlin 2014/08/07 23:06:02 can you make this more specific than all of chrome
ericzeng 2014/08/08 00:23:46 Done, but I'm not sure why this combination in par
not at google - send to devlin 2014/08/08 14:08:15 - the second rule chrome://chrome/extensions shoul
ericzeng 2014/08/08 21:35:51 I think I fixed it actually, it was easier to find
+ }],
// This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background.
"extensionsManifestTypes": {
@@ -441,6 +446,11 @@
"internal": true,
"dependencies": ["permission:webview"],
"contexts": ["unblessed_extension"]
+ }, {
+ "internal": true,
+ "channel": "trunk",
+ "contexts": ["webui"],
+ "matches": ["chrome://*/*"]
}],
not at google - send to devlin 2014/08/07 23:06:02 ideally this API rule would actually be: "guestVi
ericzeng 2014/08/08 00:23:46 Acknowledged.
"hangoutsPrivate": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698