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

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

Issue 25305002: Implement initial chrome.browserAction.openPopup API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 a0e360255521ac0df66beae8490db5e52af7c472..497d90cb933abfacad93d76e7a036edff6ea73dd 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -102,8 +102,25 @@
},
"browserAction": {
"dependencies": ["manifest:browser_action"],
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension", "unblessed_extension"]
Finnur 2013/10/15 10:44:21 I must admit I don't know what unblessed_extension
justinlin 2013/10/16 07:06:48 I don't quite know either. I think I added this wi
Finnur 2013/10/16 15:01:26 Um... can you remove it then? :)
justinlin 2013/10/16 19:31:29 Thought I did. Oh, I accidentally added it to the
},
+ "browserAction.showPopup": [{
Finnur 2013/10/15 10:44:21 Please comment that you are restricting this to th
justinlin 2013/10/16 07:06:48 Done. I believe the plan is to first whitelist thi
Finnur 2013/10/16 15:01:26 I'd like to make this comment more explicit, for e
justinlin 2013/10/16 19:31:29 Done. OK, that wording seems better.
+ "channel": "dev",
+ "dependencies": ["manifest:browser_action"],
+ "contexts": ["blessed_extension"]
+ }, {
+ "channel": "stable",
+ "dependencies": ["manifest:browser_action"],
+ "whitelist": [
+ "enhhojjnijigcajfphajepfemndkmdlo", // Dev
+ "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
+ "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
+ "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
+ "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
+ "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
+ ],
+ "contexts": ["blessed_extension"]
+ }],
"browsingData": {
"dependencies": ["permission:browsingData"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698