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

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

Issue 311193002: DevTools: Implement debugger pause-resume through an action (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comment Created 6 years, 6 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') | Source/devtools/front_end/ui/ShortcutRegistry.js » ('j') | 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 1c3354a679ea6a762b61eb4048786135edd19ef0..81fd9276f8553d236e65a87fc578be79a0c9544a 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -13,6 +13,22 @@
"className": "WebInspector.SourcesPanel.ContextMenuProvider"
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "debugger.toggle-pause",
+ "className": "WebInspector.SourcesPanel.TogglePauseActionDelegate",
+ "contextTypes": ["WebInspector.SourcesPanel", "WebInspector.ShortcutRegistry.ForwardedShortcut"],
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "F8 Ctrl+\\"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "F8 Meta+\\"
+ }
+ ]
+ },
+ {
"type": "@WebInspector.SearchScope",
"className": "WebInspector.SourcesSearchScope"
},
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/ui/ShortcutRegistry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698