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

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

Issue 1302323005: Devtools UI: Add shortcut for activating/deactivating breakpoints (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/sources/SourcesPanel.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/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 104e11533e635527a528e7da306ee43688d1eec5..2c19b7b95ca2cff87aac47140eefb0a7bd579a87 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -126,6 +126,23 @@
]
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "debugger.toggle-breakpoints-active",
+ "iconClass": "breakpoint-toolbar-item",
+ "className": "WebInspector.SourcesPanel.DebuggingActionDelegate",
+ "contextTypes": ["WebInspector.SourcesPanel"],
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+F8"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+F8"
+ }
+ ]
+ },
+ {
"type": "context-menu-item",
"location": "mainMenu/navigate",
"actionId": "sources.search.toggle"
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698