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

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

Issue 2785533002: DevTools: Show event initiator on Flame Chart for selected entries (Closed)
Patch Set: sort experiments Created 3 years, 9 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 a9086f795aff5c79cad969c94c758020612a2e74..53cede2adc50c8065217d254aedea1a64640d630 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -110,6 +110,7 @@ Main.Main = class {
Runtime.experiments.register('timelineShowAllProcesses', 'Show all processes on Timeline', true);
Runtime.experiments.register('timelinePaintTimingMarkers', 'Show paint timing markers on Timeline', true);
Runtime.experiments.register('sourceDiff', 'Source diff');
+ Runtime.experiments.register('timelineEventInitiators', 'Timeline event initiators');
Runtime.experiments.register('timelineFlowEvents', 'Timeline flow events', true);
Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true);
Runtime.experiments.register('timelineInvalidationTracking', 'Timeline invalidation tracking', true);

Powered by Google App Engine
This is Rietveld 408576698