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

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

Issue 14241030: Revert 195143 "Prevent chrome.app JSON schema from loading on ev..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | trunk/src/chrome/common/extensions/api/app.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/extensions/api/_api_features.json
===================================================================
--- trunk/src/chrome/common/extensions/api/_api_features.json (revision 195184)
+++ trunk/src/chrome/common/extensions/api/_api_features.json (working copy)
@@ -3,26 +3,6 @@
// found in the LICENSE file.
{
- "app": {
- "channel": "stable",
- "extension_types": ["hosted_app", "extension"],
- "contexts": [
- "blessed_extension", "unblessed_extension", "content_script", "web_page"
- ],
- "matches": [
- "http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*"
- ]
- },
- "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",
@@ -41,9 +21,7 @@
"events": {
"internal": true,
"channel": "stable",
- "contexts": [
- "blessed_extension", "unblessed_extension", "content_script", "web_page"
- ],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script", "web_page"],
"matches": ["<all_urls>"]
},
"fileBrowserHandlerInternal": {
@@ -62,6 +40,6 @@
"extension_types": ["hosted_app"],
"contexts": ["blessed_extension", "web_page"],
// Any webpage can use the webstore API.
- "matches": ["http://*/*", "https://*/*"]
+ "matches": [ "http://*/*", "https://*/*" ]
}
}
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/api/app.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698