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

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

Issue 2671583003: DevTools: move custom formatter setting to SDK (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/module.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "platform", 5 "platform",
6 "protocol" 6 "protocol"
7 ], 7 ],
8 "extensions": [ 8 "extensions": [
9 { 9 {
10 "type": "setting", 10 "type": "setting",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "value": false, 80 "value": false,
81 "title": "Do not capture async stack traces" 81 "title": "Do not capture async stack traces"
82 } 82 }
83 ] 83 ]
84 }, 84 },
85 { 85 {
86 "type": "setting", 86 "type": "setting",
87 "settingName": "showMetricsRulers", 87 "settingName": "showMetricsRulers",
88 "settingType": "boolean", 88 "settingType": "boolean",
89 "defaultValue": false 89 "defaultValue": false
90 },
91 {
92 "type": "setting",
93 "category": "Console",
94 "title": "Enable custom formatters",
95 "settingName": "customFormatters",
96 "settingType": "boolean",
97 "defaultValue": false
90 } 98 }
91 ], 99 ],
92 "scripts": [ 100 "scripts": [
93 "Target.js", 101 "Target.js",
94 "TargetManager.js", 102 "TargetManager.js",
95 "Connections.js", 103 "Connections.js",
96 "ConsoleModel.js", 104 "ConsoleModel.js",
97 "ContentProviders.js", 105 "ContentProviders.js",
98 "CookieParser.js", 106 "CookieParser.js",
99 "ProfileTreeModel.js", 107 "ProfileTreeModel.js",
(...skipping 29 matching lines...) Expand all
129 "NetworkRequest.js", 137 "NetworkRequest.js",
130 "PaintProfiler.js", 138 "PaintProfiler.js",
131 "HeapProfilerModel.js", 139 "HeapProfilerModel.js",
132 "../SupportedCSSProperties.js", 140 "../SupportedCSSProperties.js",
133 "FilmStripModel.js" 141 "FilmStripModel.js"
134 ], 142 ],
135 "skip_compilation": [ 143 "skip_compilation": [
136 "../SupportedCSSProperties.js" 144 "../SupportedCSSProperties.js"
137 ] 145 ]
138 } 146 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698