| OLD | NEW |
| 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 Loading... |
| 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 ] |
| OLD | NEW |