| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "view", |
| 5 "name": "elements", | 5 "location": "panel", |
| 6 "id": "elements", |
| 6 "title": "Elements", | 7 "title": "Elements", |
| 7 "order": 10, | 8 "order": 10, |
| 8 "className": "WebInspector.ElementsPanel" | 9 "className": "WebInspector.ElementsPanel" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "type": "@WebInspector.ContextMenu.Provider", | 12 "type": "@WebInspector.ContextMenu.Provider", |
| 12 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode"
, "WebInspector.DeferredDOMNode"], | 13 "contextTypes": ["WebInspector.RemoteObject", "WebInspector.DOMNode"
, "WebInspector.DeferredDOMNode"], |
| 13 "className": "WebInspector.ElementsPanel.ContextMenuProvider" | 14 "className": "WebInspector.ElementsPanel.ContextMenuProvider" |
| 14 }, | 15 }, |
| 15 { | 16 { |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 ], | 235 ], |
| 235 "resources": [ | 236 "resources": [ |
| 236 "breadcrumbs.css", | 237 "breadcrumbs.css", |
| 237 "computedStyleSidebarPane.css", | 238 "computedStyleSidebarPane.css", |
| 238 "elementsPanel.css", | 239 "elementsPanel.css", |
| 239 "elementsTreeOutline.css", | 240 "elementsTreeOutline.css", |
| 240 "platformFontsWidget.css", | 241 "platformFontsWidget.css", |
| 241 "stylesSectionTree.css" | 242 "stylesSectionTree.css" |
| 242 ] | 243 ] |
| 243 } | 244 } |
| OLD | NEW |