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

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

Issue 512543002: Model <webview> and <appview> script injection after <extensionoptions> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed kalman@'s comments 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 d0ebe4fda602ebe612149906a3e4e71907c4ee16..384de18431b9f9d8c425d20ed425fd94ea44aae9 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -804,6 +804,18 @@
// given the blessed_extension denomination. Confusing.
"contexts": ["blessed_extension"]
},
+ "webViewExperimentalInternal": {
not at google - send to devlin 2014/08/27 01:15:59 :D Mention crbug.com/264852 here though. That see
Fady Samuel 2014/08/27 01:33:35 That comment is stale. The Files App is no longer
not at google - send to devlin 2014/08/27 01:44:16 Bleh. Can you file a bug on this then, and referen
+ "internal": true,
+ "channel": "dev",
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:webview"],
+ "whitelist": [
+ "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
+ "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB",
+ "1A26E32DE447A17CBE5E9750CDBA78F58539B39C",
+ "59048028102D7B4C681DBC7BC6CD980C3DC66DA3"
+ ]
+ },
"webViewInternal": [{
"internal": true,
"dependencies": ["permission:webview"],

Powered by Google App Engine
This is Rietveld 408576698