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

Unified Diff: Source/devtools/front_end/profiler/module.json

Issue 1273363002: Devtools UI: Show multiple shortcuts, show more shortcuts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | Source/devtools/front_end/sdk/ConsoleModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profiler/module.json
diff --git a/Source/devtools/front_end/profiler/module.json b/Source/devtools/front_end/profiler/module.json
index b826e276feb750c5fddf2caeb7e279194fdceaa7..5abb6729b566bde224148e97fa6007e6041dc042 100644
--- a/Source/devtools/front_end/profiler/module.json
+++ b/Source/devtools/front_end/profiler/module.json
@@ -35,6 +35,18 @@
"settingName": "highResolutionCpuProfiling",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "profiler.toggle-recording",
+ "iconClass": "record-toolbar-item",
+ "contextTypes": ["WebInspector.ProfilesPanel"],
+ "className": "WebInspector.ProfilesPanel.RecordActionDelegate",
+ "bindings": [
+ {
+ "shortcut": "Ctrl+E"
+ }
+ ]
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/profiler/ProfilesPanel.js ('k') | Source/devtools/front_end/sdk/ConsoleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698