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

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

Issue 1397403003: [DevTools] Remove HelpScreen, turn SettingsScreen into dialog and web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screens
Patch Set: rebased Created 5 years, 2 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
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 "title": "Settings", 6 "title": "Settings",
7 "className": "WebInspector.SettingsController.ActionDelegate", 7 "className": "WebInspector.SettingsController.ActionDelegate",
8 "bindings": [ 8 "bindings": [
9 { 9 {
10 "shortcut": "F1 Shift+?" 10 "shortcut": "F1 Shift+?"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "actionId": "settings.help" 47 "actionId": "settings.help"
48 } 48 }
49 ], 49 ],
50 "dependencies": [ 50 "dependencies": [
51 "components" 51 "components"
52 ], 52 ],
53 "scripts": [ 53 "scripts": [
54 "EditFileSystemView.js", 54 "EditFileSystemView.js",
55 "SettingsScreen.js", 55 "SettingsScreen.js",
56 "FrameworkBlackboxSettingsTab.js" 56 "FrameworkBlackboxSettingsTab.js"
57 ],
58 "resources": [
59 "settingsScreen.css"
57 ] 60 ]
58 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698