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

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

Issue 2903183002: [Devtools] Moved preserve log to a setting (Closed)
Patch Set: [Devtools] Moved preserve log to a setting 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9ac8bd7f02586d27d3402d5d61450a9d31ad102..80cb3f0f9ad597188956ca3e0de0c0dba0c77cdb 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -63,6 +63,25 @@
]
},
{
+ "type": "setting",
+ "category": "Network",
dgozman 2017/05/25 23:07:36 Make it session setting to preserve current behavi
allada 2017/05/26 00:04:00 Done.
+ "title": "Preserve log",
+ "settingName": "network.preserve-log",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "tags": "network, preserve, clear, reset, log",
dgozman 2017/05/25 23:07:36 No need to repeat words from description (preserve
allada 2017/05/26 00:04:00 Done.
+ "options": [
+ {
+ "value": true,
+ "title": "Do not preserve log on page reload / navigation"
+ },
+ {
+ "value": false,
+ "title": "Preserve log on page reload / navigation"
+ }
+ ]
+ },
+ {
"type": "@UI.ActionDelegate",
"actionId": "network.toggle-recording",
"iconClass": "largeicon-start-recording",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698