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

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

Issue 1310073007: Devtools UI: Add toggle record shortcut in network panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update Mac shortcut 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/network/NetworkPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/module.json
diff --git a/Source/devtools/front_end/network/module.json b/Source/devtools/front_end/network/module.json
index 96404319d5323968aa575440402a7b82e9a39818..2a90d03a4970273b4860797a7b1f4f57846051b2 100644
--- a/Source/devtools/front_end/network/module.json
+++ b/Source/devtools/front_end/network/module.json
@@ -33,6 +33,23 @@
"settingName": "networkColorCodeResourceTypes",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "network.toggle-recording",
+ "iconClass": "record-toolbar-item",
+ "contextTypes": ["WebInspector.NetworkPanel"],
+ "className": "WebInspector.NetworkPanel.RecordActionDelegate",
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+E"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+E"
+ }
+ ]
}
],
"dependencies": [
« no previous file with comments | « Source/devtools/front_end/network/NetworkPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698