| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "elements", | 6 "id": "elements", |
| 7 "title": "Elements", | 7 "title": "Elements", |
| 8 "order": 10, | 8 "order": 10, |
| 9 "className": "Elements.ElementsPanel" | 9 "className": "Elements.ElementsPanel" |
| 10 }, | 10 }, |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "title": "Properties", | 247 "title": "Properties", |
| 248 "order": 7, | 248 "order": 7, |
| 249 "persistence": "permanent", | 249 "persistence": "permanent", |
| 250 "className": "Elements.PropertiesWidget" | 250 "className": "Elements.PropertiesWidget" |
| 251 } | 251 } |
| 252 ], | 252 ], |
| 253 "dependencies": [ | 253 "dependencies": [ |
| 254 "components", | 254 "components", |
| 255 "extensions", | 255 "extensions", |
| 256 "inline_editor", | 256 "inline_editor", |
| 257 "color_picker" | 257 "color_picker", |
| 258 "event_listeners" |
| 258 ], | 259 ], |
| 259 "scripts": [ | 260 "scripts": [ |
| 260 "InspectElementModeController.js", | 261 "InspectElementModeController.js", |
| 261 "ColorSwatchPopoverIcon.js", | 262 "ColorSwatchPopoverIcon.js", |
| 262 "ComputedStyleModel.js", | 263 "ComputedStyleModel.js", |
| 263 "ElementsBreadcrumbs.js", | 264 "ElementsBreadcrumbs.js", |
| 264 "ElementsSidebarPane.js", | 265 "ElementsSidebarPane.js", |
| 265 "ElementsTreeElement.js", | 266 "ElementsTreeElement.js", |
| 266 "ElementsTreeOutline.js", | 267 "ElementsTreeOutline.js", |
| 267 "EventListenersWidget.js", | 268 "EventListenersWidget.js", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 278 ], | 279 ], |
| 279 "resources": [ | 280 "resources": [ |
| 280 "breadcrumbs.css", | 281 "breadcrumbs.css", |
| 281 "computedStyleSidebarPane.css", | 282 "computedStyleSidebarPane.css", |
| 282 "elementsPanel.css", | 283 "elementsPanel.css", |
| 283 "elementsTreeOutline.css", | 284 "elementsTreeOutline.css", |
| 284 "platformFontsWidget.css", | 285 "platformFontsWidget.css", |
| 285 "stylesSectionTree.css" | 286 "stylesSectionTree.css" |
| 286 ] | 287 ] |
| 287 } | 288 } |
| OLD | NEW |