| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "network", | 6 "id": "network", |
| 7 "title": "Network", | 7 "title": "Network", |
| 8 "order": 40, | 8 "order": 40, |
| 9 "className": "Network.NetworkPanel" | 9 "className": "Network.NetworkPanel" |
| 10 }, | 10 }, |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "order": 40, | 100 "order": 40, |
| 101 "className": "Network.NetworkConfigView", | 101 "className": "Network.NetworkConfigView", |
| 102 "tags": "disk cache, network throttling, useragent, user agent" | 102 "tags": "disk cache, network throttling, useragent, user agent" |
| 103 } | 103 } |
| 104 ], | 104 ], |
| 105 "dependencies": [ | 105 "dependencies": [ |
| 106 "source_frame", | 106 "source_frame", |
| 107 "components", | 107 "components", |
| 108 "perf_ui", | 108 "perf_ui", |
| 109 "cookie_table", | 109 "cookie_table", |
| 110 "data_grid" | 110 "data_grid", |
| 111 "network_conditions" |
| 111 ], | 112 ], |
| 112 "scripts": [ | 113 "scripts": [ |
| 113 "BlockedURLsPane.js", | 114 "BlockedURLsPane.js", |
| 114 "EventSourceMessagesView.js", | 115 "EventSourceMessagesView.js", |
| 115 "FilterSuggestionBuilder.js", | 116 "FilterSuggestionBuilder.js", |
| 116 "HARWriter.js", | 117 "HARWriter.js", |
| 117 "JSONView.js", | 118 "JSONView.js", |
| 118 "RequestView.js", | 119 "RequestView.js", |
| 119 "NetworkConfigView.js", | 120 "NetworkConfigView.js", |
| 120 "NetworkDataGridNode.js", | 121 "NetworkDataGridNode.js", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 144 "networkPanel.css", | 145 "networkPanel.css", |
| 145 "networkWaterfallColumn.css", | 146 "networkWaterfallColumn.css", |
| 146 "requestCookiesView.css", | 147 "requestCookiesView.css", |
| 147 "requestHeadersTree.css", | 148 "requestHeadersTree.css", |
| 148 "requestHeadersView.css", | 149 "requestHeadersView.css", |
| 149 "webSocketFrameView.css", | 150 "webSocketFrameView.css", |
| 150 "xmlTree.css", | 151 "xmlTree.css", |
| 151 "xmlView.css" | 152 "xmlView.css" |
| 152 ] | 153 ] |
| 153 } | 154 } |
| OLD | NEW |