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

Side by Side Diff: chrome/common/extensions/api/devtools/panels.json

Issue 12522004: Lazily load extension API schemas (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 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": "devtools.panels", 7 "namespace": "devtools.panels",
8 "dependencies": [ "windows" ],
9 "nocompile": true, 8 "nocompile": true,
10 "types": [ 9 "types": [
11 { 10 {
12 "id": "ElementsPanel", 11 "id": "ElementsPanel",
13 "type": "object", 12 "type": "object",
14 "description": "Represents the Elements panel.", 13 "description": "Represents the Elements panel.",
15 "events": [ 14 "events": [
16 { 15 {
17 "name": "onSelectionChanged", 16 "name": "onSelectionChanged",
18 "description": "Fired when an object is selected in the panel." 17 "description": "Fired when an object is selected in the panel."
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "$ref": "devtools.inspectedWindow.Resource", 306 "$ref": "devtools.inspectedWindow.Resource",
308 "description": "A $ref:devtools.inspectedWindow.Resource object for the resource that was clicked." 307 "description": "A $ref:devtools.inspectedWindow.Resource object for the resource that was clicked."
309 } 308 }
310 ] 309 ]
311 } 310 }
312 ] 311 ]
313 } 312 }
314 ] 313 ]
315 } 314 }
316 ] 315 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/context_menus.json ('k') | chrome/common/extensions/api/experimental_infobars.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698