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

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

Issue 2783143003: DevTools: bring coverage view out of experiment (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/coverage/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/coverage/module.json b/third_party/WebKit/Source/devtools/front_end/coverage/module.json
index a9c020866d2f157369d27e2acb301d9153c08786..9e0ad17e781ba509a15eab6be9ca85f88c3ba55f 100644
--- a/third_party/WebKit/Source/devtools/front_end/coverage/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/coverage/module.json
@@ -7,8 +7,7 @@
"title": "Coverage",
"persistence": "closeable",
"className": "Coverage.CoverageView",
- "order": 100,
- "experiment": "cssTrackerPanel"
+ "order": 100
},
{
"type": "@SourceFrame.UISourceCodeFrame.LineDecorator",
@@ -23,7 +22,6 @@
"toggleWithRedColor": true,
"className": "Coverage.CoverageView.ActionDelegate",
"category": "Performance",
- "experiment": "cssTrackerPanel",
"options": [
{
"value": true,
@@ -41,7 +39,6 @@
"iconClass": "largeicon-refresh",
"className": "Coverage.CoverageView.ActionDelegate",
"category": "Performance",
- "experiment": "cssTrackerPanel",
"title": "Start recording and reload page"
}
],
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698