Chromium Code Reviews| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 74 } | 74 } |
| 75 ] | 75 ] |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "type": "view", | 78 "type": "view", |
| 79 "location": "drawer-view", | 79 "location": "drawer-view", |
| 80 "id": "network.blocked-urls", | 80 "id": "network.blocked-urls", |
| 81 "title": "Request blocking", | 81 "title": "Request blocking", |
| 82 "persistence": "closeable", | 82 "persistence": "closeable", |
| 83 "order": 60, | 83 "order": 60, |
| 84 "className": "Network.BlockedURLsPane", | 84 "className": "Network.BlockedURLsPane" |
|
dgozman
2017/04/06 19:28:16
Remove from Main.js as well.
allada
2017/04/07 18:21:26
Done.
| |
| 85 "experiment": "requestBlocking" | |
| 86 }, | 85 }, |
| 87 { | 86 { |
| 88 "type": "view", | 87 "type": "view", |
| 89 "location": "drawer-view", | 88 "location": "drawer-view", |
| 90 "id": "network.config", | 89 "id": "network.config", |
| 91 "title": "Network conditions", | 90 "title": "Network conditions", |
| 92 "persistence": "closeable", | 91 "persistence": "closeable", |
| 93 "order": 40, | 92 "order": 40, |
| 94 "className": "Network.NetworkConfigView", | 93 "className": "Network.NetworkConfigView", |
| 95 "tags": "disk cache, network throttling, useragent, user agent" | 94 "tags": "disk cache, network throttling, useragent, user agent" |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 "networkTimingTable.css", | 140 "networkTimingTable.css", |
| 142 "networkWaterfallColumn.css", | 141 "networkWaterfallColumn.css", |
| 143 "requestCookiesView.css", | 142 "requestCookiesView.css", |
| 144 "requestHeadersTree.css", | 143 "requestHeadersTree.css", |
| 145 "requestHeadersView.css", | 144 "requestHeadersView.css", |
| 146 "webSocketFrameView.css", | 145 "webSocketFrameView.css", |
| 147 "xmlTree.css", | 146 "xmlTree.css", |
| 148 "xmlView.css" | 147 "xmlView.css" |
| 149 ] | 148 ] |
| 150 } | 149 } |
| OLD | NEW |