OLD | NEW |
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": "main-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.ToolbarItem.Provider", |
| 23 "actionId": "settings.show", |
| 24 "location": "elements-toolbar", |
| 25 "title": "Settings", |
| 26 "order": 1, |
| 27 "elementClass": "settings-toolbar-item" |
| 28 }, |
| 29 { |
22 "type": "@WebInspector.SettingUI", | 30 "type": "@WebInspector.SettingUI", |
23 "category": "Sources", | 31 "category": "Sources", |
24 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti
ngUI" | 32 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti
ngUI" |
25 } | 33 } |
26 ], | 34 ], |
27 "dependencies": [ | 35 "dependencies": [ |
28 "components" | 36 "components" |
29 ], | 37 ], |
30 "scripts": [ | 38 "scripts": [ |
31 "EditFileSystemDialog.js", | 39 "EditFileSystemDialog.js", |
32 "FrameworkBlackboxDialog.js", | 40 "FrameworkBlackboxDialog.js", |
33 "SettingsScreen.js" | 41 "SettingsScreen.js" |
34 ] | 42 ] |
35 } | 43 } |
OLD | NEW |