| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "className": "Network.BlockedURLsPane" | 123 "className": "Network.BlockedURLsPane" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "type": "view", | 126 "type": "view", |
| 127 "location": "drawer-view", | 127 "location": "drawer-view", |
| 128 "id": "network.config", | 128 "id": "network.config", |
| 129 "title": "Network conditions", | 129 "title": "Network conditions", |
| 130 "persistence": "closeable", | 130 "persistence": "closeable", |
| 131 "order": 40, | 131 "order": 40, |
| 132 "className": "Network.NetworkConfigView", | 132 "className": "Network.NetworkConfigView", |
| 133 "tags": "disk cache, network throttling, useragent, user agent" | 133 "tags": "disk cache, network throttling, mobile throttling, useragen
t, 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 "object_ui", | 142 "object_ui", |
| 143 "network_log", | 143 "network_log", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "networkTimingTable.css", | 183 "networkTimingTable.css", |
| 184 "networkWaterfallColumn.css", | 184 "networkWaterfallColumn.css", |
| 185 "requestCookiesView.css", | 185 "requestCookiesView.css", |
| 186 "requestHeadersTree.css", | 186 "requestHeadersTree.css", |
| 187 "requestHeadersView.css", | 187 "requestHeadersView.css", |
| 188 "webSocketFrameView.css", | 188 "webSocketFrameView.css", |
| 189 "xmlTree.css", | 189 "xmlTree.css", |
| 190 "xmlView.css" | 190 "xmlView.css" |
| 191 ] | 191 ] |
| 192 } | 192 } |
| OLD | NEW |