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

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

Issue 1066573002: DevTools: migrate from ui-setting to settings extension point. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed 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": "ui-setting", 4 "type": "setting",
5 "section": "Console", 5 "category": "Console",
6 "title": "Enable custom formatters", 6 "title": "Enable custom formatters",
7 "settingName": "enableCustomFormatters", 7 "settingName": "enableCustomFormatters",
8 "settingType": "checkbox", 8 "settingType": "boolean",
9 "experiment": "customObjectFormatters" 9 "experiment": "customObjectFormatters"
10 } 10 }
11 ], 11 ],
12 "dependencies": [ 12 "dependencies": [
13 "bindings", 13 "bindings",
14 "platform", 14 "platform",
15 "ui" 15 "ui"
16 ], 16 ],
17 "scripts": [ 17 "scripts": [
18 "BreakpointsSidebarPaneBase.js", 18 "BreakpointsSidebarPaneBase.js",
(...skipping 10 matching lines...) Expand all
29 "ObjectPropertiesSection.js", 29 "ObjectPropertiesSection.js",
30 "RemoteObjectPreviewFormatter.js", 30 "RemoteObjectPreviewFormatter.js",
31 "ShortcutsScreen.js" 31 "ShortcutsScreen.js"
32 ], 32 ],
33 "stylesheets": [ 33 "stylesheets": [
34 "breakpointsList.css", 34 "breakpointsList.css",
35 "nodeLink.css", 35 "nodeLink.css",
36 "objectValue.css" 36 "objectValue.css"
37 ] 37 ]
38 } 38 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/components/HandlerRegistry.js ('k') | Source/devtools/front_end/console/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698