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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2400093002: [Devtools] New network timeline experiment Part 1 (Closed)
Patch Set: [Devtools] New network timeline experirement Part 1 Created 4 years, 2 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/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 5b97e35cb3a97cf1a28b426b3a8c7dfa1fc6d2c3..6b8e3271acb4084484f0d8813012349fcae2903f 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -91,6 +91,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("layoutEditor", "Layout editor", true);
Runtime.experiments.register("inspectTooltip", "Dark inspect element tooltip");
Runtime.experiments.register("liveSASS", "Live SASS");
+ Runtime.experiments.register("networkCanvasTimeline", "Canvas based timeline in Network panel", true);
dgozman 2016/10/07 21:39:56 We keep these sorted both by name and by title at
allada 2016/10/08 00:13:32 Done.
Runtime.experiments.register("nodeDebugging", "Node debugging", true);
Runtime.experiments.register("persistence2", "Persistence 2.0", true);
Runtime.experiments.register("privateScriptInspection", "Private script inspection");

Powered by Google App Engine
This is Rietveld 408576698