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

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

Issue 2512353002: [DevTools] Refactor Linkifier to unify link processing. (Closed)
Patch Set: unified click handler Created 4 years, 1 month 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/TimelineUIUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
index cf95e4c76472014e222830a7095e5891ec0e5212..610ba9300fce6e35bfcd94295bb558a3dfd41bae 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
@@ -1530,7 +1530,7 @@ Timeline.TimelineUIUtils = class {
if (Runtime.experiments.isEnabled('layersPanel') && frame.layerTree) {
contentHelper.appendElementRow(
Common.UIString('Layer tree'),
- Components.Linkifier.linkifyUsingRevealer(frame.layerTree, Common.UIString('show')));
+ Components.Linkifier.linkifyRevealable(frame.layerTree, Common.UIString('show')));
}
/**

Powered by Google App Engine
This is Rietveld 408576698