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

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

Issue 13604005: Prevent chrome.app JSON schema from loading on every page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/app.json » ('j') | chrome/renderer/extensions/dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1ed10171a0889b7bd472b579b1e1d9d93f2a9366..322585eea3815976b656c447e0bc5415587eb8ca 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -3,6 +3,22 @@
// found in the LICENSE file.
{
+ "app": {
+ "channel": "stable",
+ "extension_types": ["hosted_app", "extension"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script", "web_page"],
not at google - send to devlin 2013/04/04 01:30:26 80 characters
cduvall 2013/04/11 00:02:56 Done.
+ "matches": [ "<all_urls>" ]
not at google - send to devlin 2013/04/04 01:30:26 no spaces around this (sorry...)
cduvall 2013/04/11 00:02:56 Done.
+ },
+ "app.runtime": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:app.runtime"]
+ },
+ "app.window": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:app.window"]
+ },
"app.currentWindowInternal": {
"internal": true,
"channel": "stable",
« no previous file with comments | « no previous file | chrome/common/extensions/api/app.json » ('j') | chrome/renderer/extensions/dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698