Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network/module.json

Issue 2758673002: [DevTools] Extract NetworkLog and HAREntry to a separate network_log module (Closed)
Patch Set: rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "tags": "disk cache, network throttling, useragent, user agent" 95 "tags": "disk cache, network throttling, useragent, user agent"
96 } 96 }
97 ], 97 ],
98 "dependencies": [ 98 "dependencies": [
99 "source_frame", 99 "source_frame",
100 "components", 100 "components",
101 "perf_ui", 101 "perf_ui",
102 "cookie_table", 102 "cookie_table",
103 "data_grid", 103 "data_grid",
104 "network_conditions", 104 "network_conditions",
105 "object_ui" 105 "object_ui",
106 "network_log"
106 ], 107 ],
107 "scripts": [ 108 "scripts": [
108 "BlockedURLsPane.js", 109 "BlockedURLsPane.js",
109 "EventSourceMessagesView.js", 110 "EventSourceMessagesView.js",
110 "FilterSuggestionBuilder.js", 111 "FilterSuggestionBuilder.js",
111 "HARWriter.js", 112 "HARWriter.js",
112 "JSONView.js", 113 "JSONView.js",
113 "RequestView.js", 114 "RequestView.js",
114 "NetworkConfigView.js", 115 "NetworkConfigView.js",
115 "NetworkDataGridNode.js", 116 "NetworkDataGridNode.js",
(...skipping 24 matching lines...) Expand all
140 "networkTimingTable.css", 141 "networkTimingTable.css",
141 "networkWaterfallColumn.css", 142 "networkWaterfallColumn.css",
142 "requestCookiesView.css", 143 "requestCookiesView.css",
143 "requestHeadersTree.css", 144 "requestHeadersTree.css",
144 "requestHeadersView.css", 145 "requestHeadersView.css",
145 "webSocketFrameView.css", 146 "webSocketFrameView.css",
146 "xmlTree.css", 147 "xmlTree.css",
147 "xmlView.css" 148 "xmlView.css"
148 ] 149 ]
149 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698