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

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: 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "actionId": "settings.help" 56 "actionId": "settings.help"
57 } 57 }
58 ], 58 ],
59 "dependencies": [ 59 "dependencies": [
60 "components" 60 "components"
61 ], 61 ],
62 "scripts": [ 62 "scripts": [
63 "EditFileSystemDialog.js", 63 "EditFileSystemDialog.js",
64 "FrameworkBlackboxDialog.js", 64 "FrameworkBlackboxDialog.js",
65 "SettingsScreen.js" 65 "SettingsScreen.js"
66 ],
67 "resources": [
68 "settingsScreen.css"
66 ] 69 ]
67 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698