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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js

Issue 1514483002: DevTools: brush up new details cards on timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/timeline/TimelineView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js
index d8ecb872730225ded21da8a8f12071c5c12a66f9..018f46d6fe950e7b2a6c97b4bb0861a393f121a0 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js
@@ -340,7 +340,7 @@ WebInspector.TimelineView.prototype = {
idle -= aggregatedStats[category];
aggregatedStats["idle"] = idle;
- var contentHelper = new WebInspector.TimelineDetailsContentHelper(null, null, null, true);
+ var contentHelper = new WebInspector.TimelineDetailsContentHelper(null, null, null);
var pieChart = WebInspector.TimelineUIUtils.generatePieChart(aggregatedStats);
var title = WebInspector.TimelineUIUtils.eventTitle(presentationRecord.record().traceEvent());
contentHelper.appendTextRow(WebInspector.UIString("Type"), title);

Powered by Google App Engine
This is Rietveld 408576698