| 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.SettingsScreenActionDe
legate", | 6 "className": "WebInspector.SettingsController.SettingsScreenActionDe
legate", |
| 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.StatusBarButton.Provider", | 14 "type": "@WebInspector.StatusBarItem.Provider", |
| 15 "actionId": "settings.show", | 15 "actionId": "settings.show", |
| 16 "location": "toolbar-right", | 16 "location": "toolbar-right", |
| 17 "title": "Settings", | 17 "title": "Settings", |
| 18 "order": 0, | 18 "order": 3, |
| 19 "elementClass": "settings-status-bar-item" | 19 "elementClass": "settings-status-bar-item" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "type": "ui-setting", | 22 "type": "ui-setting", |
| 23 "section": "Sources", | 23 "section": "Sources", |
| 24 "experiment": "frameworksDebuggingSupport", | 24 "experiment": "frameworksDebuggingSupport", |
| 25 "settingType": "custom", | 25 "settingType": "custom", |
| 26 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti
ngDelegate" | 26 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti
ngDelegate" |
| 27 } | 27 } |
| 28 ], | 28 ], |
| 29 "scripts": [ "SettingsScreen.js" ] | 29 "scripts": [ "SettingsScreen.js" ] |
| 30 } | 30 } |
| OLD | NEW |