| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
| 5 "name": "network", | 5 "name": "network", |
| 6 "title": "Network", | 6 "title": "Network", |
| 7 "order": 40, | 7 "order": 40, |
| 8 "className": "WebInspector.NetworkPanel" | 8 "className": "WebInspector.NetworkPanel" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "platform": "mac", | 56 "platform": "mac", |
| 57 "shortcut": "Meta+E" | 57 "shortcut": "Meta+E" |
| 58 } | 58 } |
| 59 ] | 59 ] |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "type": "view", | 62 "type": "view", |
| 63 "location": "drawer-view", | 63 "location": "drawer-view", |
| 64 "name": "network.blocked-urls", | 64 "id": "network.blocked-urls", |
| 65 "title": "Request blocking", | 65 "title": "Request blocking", |
| 66 "persistence": "closeable", | 66 "persistence": "closeable", |
| 67 "order": 60, | 67 "order": 60, |
| 68 "className": "WebInspector.BlockedURLsPane", | 68 "className": "WebInspector.BlockedURLsPane", |
| 69 "experiment": "requestBlocking" | 69 "experiment": "requestBlocking" |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "type": "view", | 72 "type": "view", |
| 73 "location": "drawer-view", | 73 "location": "drawer-view", |
| 74 "name": "network.config", | 74 "id": "network.config", |
| 75 "title": "Network conditions", | 75 "title": "Network conditions", |
| 76 "persistence": "closeable", | 76 "persistence": "closeable", |
| 77 "order": 40, | 77 "order": 40, |
| 78 "className": "WebInspector.NetworkConfigView", | 78 "className": "WebInspector.NetworkConfigView", |
| 79 "tags": "disk cache, network throttling, useragent, user agent" | 79 "tags": "disk cache, network throttling, useragent, user agent" |
| 80 } | 80 } |
| 81 ], | 81 ], |
| 82 "dependencies": [ | 82 "dependencies": [ |
| 83 "source_frame", | 83 "source_frame", |
| 84 "components", | 84 "components", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 114 "eventSourceMessagesView.css", | 114 "eventSourceMessagesView.css", |
| 115 "networkConfigView.css", | 115 "networkConfigView.css", |
| 116 "networkLogView.css", | 116 "networkLogView.css", |
| 117 "networkPanel.css", | 117 "networkPanel.css", |
| 118 "requestCookiesView.css", | 118 "requestCookiesView.css", |
| 119 "requestHeadersView.css", | 119 "requestHeadersView.css", |
| 120 "webSocketFrameView.css", | 120 "webSocketFrameView.css", |
| 121 "xmlView.css" | 121 "xmlView.css" |
| 122 ] | 122 ] |
| 123 } | 123 } |
| OLD | NEW |