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

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

Issue 2472213005: DevTools: introduce "Track CSS Usage" experiment (Closed)
Patch Set: Unused CSS highlight in sources panel 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/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 63857cd80deda28b0936860fa440bd8eb1605c1c..8ef7dfcba795e64cb2f75224ef9c55705b300519 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -126,6 +126,7 @@ WebInspector.Main = class {
Runtime.experiments.register('timelineRecordingPerspectives', 'Timeline recording perspectives UI');
Runtime.experiments.register('timelineTracingJSProfile', 'Timeline tracing based JS profiler', true);
Runtime.experiments.register('timelineV8RuntimeCallStats', 'V8 Runtime Call Stats on Timeline', true);
+ Runtime.experiments.register('timelineRuleUsageRecording', 'Timeline tracing the CSS rule usage');
caseq 2016/11/04 21:10:02 Track CSS rules usage while recording Timeline.
Runtime.experiments.cleanUpStaleExperiments();
@@ -1066,3 +1067,4 @@ WebInspector.ShowMetricsRulersSettingUI = class {
};
new WebInspector.Main();
+
caseq 2016/11/04 21:10:02 revert this line.

Powered by Google App Engine
This is Rietveld 408576698