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

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

Issue 2876983002: DevTools: group by frame, not product in the network panel. (Closed)
Patch Set: review comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/network/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
index c98b49cac349af0b847ae5110c23703e46cb2cef..c9ac8bd7f02586d27d3402d5d61450a9d31ad102 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -44,6 +44,25 @@
]
},
{
+ "type": "setting",
+ "category": "Network",
+ "title": "Group network log by frame",
+ "settingName": "network.group-by-frame",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "tags": "network, frame, group",
+ "options": [
+ {
+ "value": true,
+ "title": "Group network log items by frame"
+ },
+ {
+ "value": false,
+ "title": "Don't group network log items by frame"
+ }
+ ]
+ },
+ {
"type": "@UI.ActionDelegate",
"actionId": "network.toggle-recording",
"iconClass": "largeicon-start-recording",
@@ -139,7 +158,6 @@
"networkLogView.css",
"networkManageCustomHeadersView.css",
"networkPanel.css",
- "networkReportProductEntry.css",
"networkTimingTable.css",
"networkWaterfallColumn.css",
"requestCookiesView.css",

Powered by Google App Engine
This is Rietveld 408576698