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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components_lazy/module.json

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/components_lazy/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
index ab6700f8d4bd83210d5ea57139ba4e2aca9b1fd8..9e12c809fd42962b7be1c6ec638194d624d57d21 100644
--- a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
@@ -11,13 +11,19 @@
"type": "@WebInspector.UISourceCodeFrame.LineDecorator",
"className": "WebInspector.LineLevelProfile.LineDecorator",
"decoratorType": "performance"
+ },
+ {
+ "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
+ "className": "WebInspector.CoverageProfile.LineDecorator",
+ "decoratorType": "coverage"
}
],
"scripts": [
"CookiesTable.js",
"FilmStripModel.js",
"FilmStripView.js",
- "LineLevelProfile.js"
+ "LineLevelProfile.js",
+ "CoverageProfile.js"
],
"resources": [
"filmStripDialog.css",

Powered by Google App Engine
This is Rietveld 408576698