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

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

Issue 2892333002: DevTools: Render third-party badges in timeline tree view (Closed)
Patch Set: . 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
Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
index b04fdc89e21bb35fa2aadcaa17a21118f2a294c5..042fa041af0d3ac776b587ec001f2a03ac2bc68e 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
@@ -16,6 +16,7 @@ Timeline.TimelineDetailsView = class extends UI.VBox {
this._detailsLinkifier = new Components.Linkifier();
this._badgePool = new ProductRegistry.BadgePool();
+ this._badgePool.setShowTitles(true);
this._tabbedPane = new UI.TabbedPane();
this._tabbedPane.show(this.element);

Powered by Google App Engine
This is Rietveld 408576698