| 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": 0, | 7 "order": 0, |
| 8 "className": "WebInspector.ElementsPanelFactory" | 8 "className": "WebInspector.ElementsPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "AnimationControlPane.js", | 78 "AnimationControlPane.js", |
| 79 "AnimationTimeline.js", | 79 "AnimationTimeline.js", |
| 80 "StylesPopoverHelper.js", | 80 "StylesPopoverHelper.js", |
| 81 "BezierEditor.js", | 81 "BezierEditor.js", |
| 82 "Spectrum.js", | 82 "Spectrum.js", |
| 83 "ElementsBreadcrumbs.js", | 83 "ElementsBreadcrumbs.js", |
| 84 "ElementsSidebarPane.js", | 84 "ElementsSidebarPane.js", |
| 85 "ElementsSidebarView.js", | 85 "ElementsSidebarView.js", |
| 86 "ElementsTreeElement.js", | 86 "ElementsTreeElement.js", |
| 87 "ElementsTreeOutline.js", | 87 "ElementsTreeOutline.js", |
| 88 "EventListenersSidebarPane.js", | 88 "DOMEventListenersSidebarPane.js", |
| 89 "MetricsSidebarPane.js", | 89 "MetricsSidebarPane.js", |
| 90 "PlatformFontsSidebarPane.js", | 90 "PlatformFontsSidebarPane.js", |
| 91 "PropertiesSidebarPane.js", | 91 "PropertiesSidebarPane.js", |
| 92 "StylesSectionModel.js", | 92 "StylesSectionModel.js", |
| 93 "StylesSidebarPane.js", | 93 "StylesSidebarPane.js", |
| 94 "ComputedStyleSidebarPane.js", | 94 "ComputedStyleSidebarPane.js", |
| 95 "ElementsPanel.js", | 95 "ElementsPanel.js", |
| 96 "AnimationsSidebarPane.js" | 96 "AnimationsSidebarPane.js" |
| 97 ], | 97 ], |
| 98 "stylesheets": [ | 98 "stylesheets": [ |
| 99 "animationTimeline.css", | 99 "animationTimeline.css", |
| 100 "bezierEditor.css", | 100 "bezierEditor.css", |
| 101 "breadcrumbs.css", | 101 "breadcrumbs.css", |
| 102 "computedStyleSidebarPane.css", | 102 "computedStyleSidebarPane.css", |
| 103 "elementsPanel.css", | 103 "elementsPanel.css", |
| 104 "elementsTreeOutline.css", | 104 "elementsTreeOutline.css", |
| 105 "spectrum.css" | 105 "spectrum.css" |
| 106 ] | 106 ] |
| 107 } | 107 } |
| OLD | NEW |