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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js

Issue 2418623002: [Devtools] Added divider timing to network timeline expirement (Closed)
Patch Set: Merge branch 'master' into NETWORK_TIMELINE_6_DRAW_DIVIDERS 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/network/NetworkLogViewColumns.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
index 8623c8b3e7d1bdc36a2bb190f8f564ebbd27b2a5..97400475f30857842fc3441a3b18ccb7d2f8d97f 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
@@ -700,6 +700,7 @@ WebInspector.NetworkLogViewColumns.prototype = {
updateDividersIfNeeded: function()
{
+ // TODO(allada) Remove this code out when timeline canvas experiment is over.
if (Runtime.experiments.isEnabled("canvasNetworkTimeline"))
return;
if (!this._networkLogView.isShowing()) {

Powered by Google App Engine
This is Rietveld 408576698