| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.PanelFactory", | 4 "type": "@WebInspector.PanelFactory", |
| 5 "name": "elements", | 5 "name": "elements", |
| 6 "title": "Elements", | 6 "title": "Elements", |
| 7 "order": 10, | 7 "order": 10, |
| 8 "className": "WebInspector.ElementsPanelFactory" | 8 "className": "WebInspector.ElementsPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "extensions" | 161 "extensions" |
| 162 ], | 162 ], |
| 163 "scripts": [ | 163 "scripts": [ |
| 164 "InspectElementModeController.js", | 164 "InspectElementModeController.js", |
| 165 "BezierUI.js", | 165 "BezierUI.js", |
| 166 "ColorSwatchPopoverIcon.js", | 166 "ColorSwatchPopoverIcon.js", |
| 167 "BezierEditor.js", | 167 "BezierEditor.js", |
| 168 "ComputedStyleModel.js", | 168 "ComputedStyleModel.js", |
| 169 "ElementsBreadcrumbs.js", | 169 "ElementsBreadcrumbs.js", |
| 170 "ElementsSidebarPane.js", | 170 "ElementsSidebarPane.js", |
| 171 "ElementsSidebarView.js", | |
| 172 "ElementsTreeElement.js", | 171 "ElementsTreeElement.js", |
| 173 "ElementsTreeOutline.js", | 172 "ElementsTreeOutline.js", |
| 174 "EventListenersWidget.js", | 173 "EventListenersWidget.js", |
| 175 "MetricsSidebarPane.js", | 174 "MetricsSidebarPane.js", |
| 176 "PlatformFontsWidget.js", | 175 "PlatformFontsWidget.js", |
| 177 "PropertiesWidget.js", | 176 "PropertiesWidget.js", |
| 178 "PropertyChangeHighlighter.js", | 177 "PropertyChangeHighlighter.js", |
| 179 "StylesSidebarPane.js", | 178 "StylesSidebarPane.js", |
| 180 "ComputedStyleWidget.js", | 179 "ComputedStyleWidget.js", |
| 181 "ElementsPanel.js", | 180 "ElementsPanel.js", |
| 182 "ClassesPaneWidget.js", | 181 "ClassesPaneWidget.js", |
| 183 "ElementStatePaneWidget.js", | 182 "ElementStatePaneWidget.js", |
| 184 "ElementsTreeElementHighlighter.js" | 183 "ElementsTreeElementHighlighter.js" |
| 185 ], | 184 ], |
| 186 "resources": [ | 185 "resources": [ |
| 187 "bezierEditor.css", | 186 "bezierEditor.css", |
| 188 "breadcrumbs.css", | 187 "breadcrumbs.css", |
| 189 "computedStyleSidebarPane.css", | 188 "computedStyleSidebarPane.css", |
| 190 "elementsPanel.css", | 189 "elementsPanel.css", |
| 191 "elementsTreeOutline.css", | 190 "elementsTreeOutline.css", |
| 192 "platformFontsWidget.css" | 191 "platformFontsWidget.css" |
| 193 ] | 192 ] |
| 194 } | 193 } |
| OLD | NEW |