Chromium Code Reviews| 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 |
| @@ -43,6 +43,25 @@ |
| } |
| ] |
| }, |
| + { |
| + "type": "setting", |
| + "category": "Network", |
| + "title": "Group network log by frame", |
| + "settingName": "network.group-by-frame", |
| + "settingType": "boolean", |
| + "defaultValue": false, |
| + "tags": "network, frame, group", |
|
dgozman
2017/05/13 00:32:35
"experiment": "...."
pfeldman
2017/05/15 14:53:03
There is none!
|
| + "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", |
| @@ -139,7 +158,6 @@ |
| "networkLogView.css", |
| "networkManageCustomHeadersView.css", |
| "networkPanel.css", |
| - "networkReportProductEntry.css", |
| "networkTimingTable.css", |
| "networkWaterfallColumn.css", |
| "requestCookiesView.css", |