| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "className": "Network.NetworkConfigView", | 132 "className": "Network.NetworkConfigView", |
| 133 "tags": "disk cache, network throttling, useragent, user agent" | 133 "tags": "disk cache, network throttling, useragent, user agent" |
| 134 } | 134 } |
| 135 ], | 135 ], |
| 136 "dependencies": [ | 136 "dependencies": [ |
| 137 "source_frame", | 137 "source_frame", |
| 138 "components", | 138 "components", |
| 139 "perf_ui", | 139 "perf_ui", |
| 140 "cookie_table", | 140 "cookie_table", |
| 141 "data_grid", | 141 "data_grid", |
| 142 "network_conditions", | |
| 143 "object_ui", | 142 "object_ui", |
| 144 "network_log", | 143 "network_log", |
| 145 "product_registry" | 144 "product_registry", |
| 145 "mobile_throttling", |
| 146 "network_priorities" |
| 146 ], | 147 ], |
| 147 "scripts": [ | 148 "scripts": [ |
| 148 "BlockedURLsPane.js", | 149 "BlockedURLsPane.js", |
| 149 "EventSourceMessagesView.js", | 150 "EventSourceMessagesView.js", |
| 150 "FilterSuggestionBuilder.js", | 151 "FilterSuggestionBuilder.js", |
| 151 "HARWriter.js", | 152 "HARWriter.js", |
| 152 "JSONView.js", | 153 "JSONView.js", |
| 153 "RequestView.js", | 154 "RequestView.js", |
| 154 "NetworkConfigView.js", | 155 "NetworkConfigView.js", |
| 155 "NetworkDataGridNode.js", | 156 "NetworkDataGridNode.js", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 181 "networkTimingTable.css", | 182 "networkTimingTable.css", |
| 182 "networkWaterfallColumn.css", | 183 "networkWaterfallColumn.css", |
| 183 "requestCookiesView.css", | 184 "requestCookiesView.css", |
| 184 "requestHeadersTree.css", | 185 "requestHeadersTree.css", |
| 185 "requestHeadersView.css", | 186 "requestHeadersView.css", |
| 186 "webSocketFrameView.css", | 187 "webSocketFrameView.css", |
| 187 "xmlTree.css", | 188 "xmlTree.css", |
| 188 "xmlView.css" | 189 "xmlView.css" |
| 189 ] | 190 ] |
| 190 } | 191 } |
| OLD | NEW |