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

Side by Side Diff: chrome/common/extensions/api/app.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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "app", 7 "namespace": "app",
8 "nodoc": true, 8 "nodoc": true,
9 "unprivileged": true,
10 "matches": [ "<all_urls>" ],
11 "types": [ 9 "types": [
12 { 10 {
13 "id": "Details", 11 "id": "Details",
14 "description": "TODO (it's a manifest)", 12 "description": "TODO (it's a manifest)",
15 "type": "object", 13 "type": "object",
16 "properties": {}, 14 "properties": {},
17 "additionalProperties": { "type": "any" } 15 "additionalProperties": { "type": "any" }
18 }, 16 },
19 { 17 {
20 "id": "DOMWindow", 18 "id": "DOMWindow",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ], 85 ],
88 "returns": { 86 "returns": {
89 "$ref": "Details", 87 "$ref": "Details",
90 "optional": true, 88 "optional": true,
91 "description": "TODO" 89 "description": "TODO"
92 } 90 }
93 } 91 }
94 ] 92 ]
95 } 93 }
96 ] 94 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/extension_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698