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

Unified Diff: Source/devtools/front_end/settings/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/sdk/ConsoleModel.js ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/settings/module.json
diff --git a/Source/devtools/front_end/settings/module.json b/Source/devtools/front_end/settings/module.json
index bb650f4eeca92fa2ad6101fc2d0ac3accb54f091..429870a4f5a6385da15a5b3ceaba895111c25bc2 100644
--- a/Source/devtools/front_end/settings/module.json
+++ b/Source/devtools/front_end/settings/module.json
@@ -3,6 +3,7 @@
{
"type": "@WebInspector.ActionDelegate",
"actionId": "settings.show",
+ "title": "Settings",
"className": "WebInspector.SettingsController.ActionDelegate",
"bindings": [
{
@@ -13,11 +14,13 @@
{
"type": "@WebInspector.ActionDelegate",
"actionId": "settings.help",
+ "title": "Help",
"className": "WebInspector.SettingsController.ActionDelegate"
},
{
"type": "@WebInspector.ActionDelegate",
"actionId": "settings.shortcuts",
+ "title": "Shortcuts",
"className": "WebInspector.SettingsController.ActionDelegate"
},
{
@@ -37,19 +40,16 @@
{
"type": "context-menu-item",
"location": "mainMenu/footer",
- "title": "Shortcuts",
"actionId": "settings.shortcuts"
},
{
"type": "context-menu-item",
"location": "mainMenu/footer",
- "title": "Settings",
"actionId": "settings.show"
},
{
"type": "context-menu-item",
"location": "mainMenu/footer",
- "title": "Help",
"actionId": "settings.help"
}
],
« no previous file with comments | « Source/devtools/front_end/sdk/ConsoleModel.js ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698