Chromium Code Reviews| 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" |
|
pfeldman
2015/08/28 23:08:44
This would also need to work from the inspected pa
|
| + }, |
| + { |
| + "platform": "mac", |
| + "shortcut": "Meta+F8" |
| + } |
| + ] |
| + }, |
| + { |
| "type": "context-menu-item", |
| "location": "mainMenu/navigate", |
| "actionId": "sources.search.toggle" |