| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
| 5 "name": "elements", | 5 "name": "elements", |
| 6 "title": "Elements", | 6 "title": "Elements", |
| 7 "order": 10, | 7 "order": 10, |
| 8 "className": "WebInspector.ElementsPanel" | 8 "className": "WebInspector.ElementsPanel" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "ElementsPanel.js", | 230 "ElementsPanel.js", |
| 231 "ClassesPaneWidget.js", | 231 "ClassesPaneWidget.js", |
| 232 "ElementStatePaneWidget.js", | 232 "ElementStatePaneWidget.js", |
| 233 "ElementsTreeElementHighlighter.js" | 233 "ElementsTreeElementHighlighter.js" |
| 234 ], | 234 ], |
| 235 "resources": [ | 235 "resources": [ |
| 236 "breadcrumbs.css", | 236 "breadcrumbs.css", |
| 237 "computedStyleSidebarPane.css", | 237 "computedStyleSidebarPane.css", |
| 238 "elementsPanel.css", | 238 "elementsPanel.css", |
| 239 "elementsTreeOutline.css", | 239 "elementsTreeOutline.css", |
| 240 "platformFontsWidget.css" | 240 "platformFontsWidget.css", |
| 241 "stylesSectionTree.css" |
| 241 ] | 242 ] |
| 242 } | 243 } |
| OLD | NEW |