| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.PanelFactory", | 4 "type": "@WebInspector.PanelFactory", |
| 5 "name": "network", | 5 "name": "network", |
| 6 "title": "Network", | 6 "title": "Network", |
| 7 "order": 1, | 7 "order": 40, |
| 8 "className": "WebInspector.NetworkPanelFactory" | 8 "className": "WebInspector.NetworkPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "type": "@WebInspector.ContextMenu.Provider", | 11 "type": "@WebInspector.ContextMenu.Provider", |
| 12 "contextTypes": ["WebInspector.NetworkRequest", "WebInspector.Resour
ce", "WebInspector.UISourceCode"], | 12 "contextTypes": ["WebInspector.NetworkRequest", "WebInspector.Resour
ce", "WebInspector.UISourceCode"], |
| 13 "className": "WebInspector.NetworkPanel.ContextMenuProvider" | 13 "className": "WebInspector.NetworkPanel.ContextMenuProvider" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "type": "@WebInspector.Revealer", | 16 "type": "@WebInspector.Revealer", |
| 17 "contextTypes": ["WebInspector.NetworkRequest"], | 17 "contextTypes": ["WebInspector.NetworkRequest"], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "blockedURLsPane.css", | 84 "blockedURLsPane.css", |
| 85 "eventSourceMessagesView.css", | 85 "eventSourceMessagesView.css", |
| 86 "networkLogView.css", | 86 "networkLogView.css", |
| 87 "networkPanel.css", | 87 "networkPanel.css", |
| 88 "requestCookiesView.css", | 88 "requestCookiesView.css", |
| 89 "requestHeadersView.css", | 89 "requestHeadersView.css", |
| 90 "webSocketFrameView.css", | 90 "webSocketFrameView.css", |
| 91 "xmlView.css" | 91 "xmlView.css" |
| 92 ] | 92 ] |
| 93 } | 93 } |
| OLD | NEW |