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

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

Issue 2914033002: [Devtools] NetworkLogView now uses NetworkLog as source of truth. (Closed)
Patch Set: Merge branch 'master' into MOVE_NETWORK_STUFF_AROUND Created 3 years, 6 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_log/NetworkLog.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_log/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network_log/module.json b/third_party/WebKit/Source/devtools/front_end/network_log/module.json
index 5cbaa3ba98367ec7725a300d31971308691f922a..41b2e10b4f76c337390ec185b631ea680fcd50aa 100644
--- a/third_party/WebKit/Source/devtools/front_end/network_log/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network_log/module.json
@@ -1,4 +1,26 @@
{
+ "extensions": [
+ {
+ "type": "setting",
+ "category": "Network",
+ "storageType": "session",
+ "title": "Preserve log",
+ "settingName": "network_log.preserve-log",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "tags": "preserve, clear, reset",
+ "options": [
+ {
+ "value": true,
+ "title": "Do not preserve log on page reload / navigation"
+ },
+ {
+ "value": false,
+ "title": "Preserve log on page reload / navigation"
+ }
+ ]
+ }
+ ],
"dependencies": [
"sdk"
],
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network_log/NetworkLog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698