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

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

Issue 2715423004: DevTools: add coverage snapshots
Patch Set: review comments addressed Created 3 years, 10 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/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 f1e0575d93c04528fec1fa12fa1a3b34d5c024f0..8e296828abf22e23de9da972de3f5e69db4efe3c 100644
--- a/third_party/WebKit/Source/devtools/front_end/coverage/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/coverage/module.json
@@ -17,11 +17,20 @@
},
{
"type": "@UI.ActionDelegate",
+ "actionId": "coverage.take-snapshot",
+ "iconClass": "largeicon-photo-camera",
+ "className": "Coverage.CoverageView.ActionDelegate",
+ "category": "Performance",
+ "experiment": "cssTrackerPanel",
+ "title": "Take a best-effort coverage snapshot"
+ },
+ {
+ "type": "@UI.ActionDelegate",
"actionId": "coverage.toggle-recording",
"iconClass": "largeicon-start-recording",
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
- "className": "Coverage.CoverageView.RecordActionDelegate",
+ "className": "Coverage.CoverageView.ActionDelegate",
"category": "Performance",
"experiment": "cssTrackerPanel",
"options": [

Powered by Google App Engine
This is Rietveld 408576698