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

Side by Side Diff: Source/devtools/front_end/settings/module.json

Issue 1105643002: Devtools: Introduce WI.ExtensibleToolbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use common styles Created 5 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ActionDelegate", 4 "type": "@WebInspector.ActionDelegate",
5 "actionId": "settings.show", 5 "actionId": "settings.show",
6 "className": "WebInspector.SettingsController.ActionDelegate", 6 "className": "WebInspector.SettingsController.ActionDelegate",
7 "bindings": [ 7 "bindings": [
8 { 8 {
9 "shortcut": "F1 Shift+?" 9 "shortcut": "F1 Shift+?"
10 } 10 }
11 ] 11 ]
12 }, 12 },
13 { 13 {
14 "type": "@WebInspector.ToolbarItem.Provider", 14 "type": "@WebInspector.ToolbarItem.Provider",
15 "actionId": "settings.show", 15 "actionId": "settings.show",
16 "location": "toolbar-right", 16 "location": "main-toolbar-right",
17 "title": "Settings", 17 "title": "Settings",
18 "order": 3, 18 "order": 3,
19 "elementClass": "settings-toolbar-item" 19 "elementClass": "settings-toolbar-item"
20 }, 20 },
21 { 21 {
22 "type": "@WebInspector.SettingUI", 22 "type": "@WebInspector.SettingUI",
23 "category": "Sources", 23 "category": "Sources",
24 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti ngUI" 24 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti ngUI"
25 } 25 }
26 ], 26 ],
27 "dependencies": [ 27 "dependencies": [
28 "components" 28 "components"
29 ], 29 ],
30 "scripts": [ 30 "scripts": [
31 "EditFileSystemDialog.js", 31 "EditFileSystemDialog.js",
32 "FrameworkBlackboxDialog.js", 32 "FrameworkBlackboxDialog.js",
33 "SettingsScreen.js" 33 "SettingsScreen.js"
34 ] 34 ]
35 } 35 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/screencast/module.json ('k') | Source/devtools/front_end/ui/Toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698