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

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

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: overflow for tab header fixed. Created 5 years, 6 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": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "WebInspector.AdvancedAppProvider", 6 "className": "WebInspector.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@WebInspector.AppProvider", 10 "type": "@WebInspector.AppProvider",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "order": 2, 168 "order": 2,
169 "location": "main-toolbar-right" 169 "location": "main-toolbar-right"
170 }, 170 },
171 { 171 {
172 "type": "@WebInspector.ToolbarItem.Provider", 172 "type": "@WebInspector.ToolbarItem.Provider",
173 "className": "WebInspector.DockController.ButtonProvider", 173 "className": "WebInspector.DockController.ButtonProvider",
174 "order": 4, 174 "order": 4,
175 "location": "main-toolbar-right" 175 "location": "main-toolbar-right"
176 }, 176 },
177 { 177 {
178 "type": "@WebInspector.ToolbarItem.Provider",
179 "className": "WebInspector.DockController.CloseButtonProvider",
180 "order": 100,
181 "location": "main-toolbar-right"
182 },
183 {
178 "type": "setting", 184 "type": "setting",
179 "category": "", 185 "category": "",
180 "title": "Disable cache (while DevTools is open)", 186 "title": "Disable cache (while DevTools is open)",
181 "settingName": "cacheDisabled", 187 "settingName": "cacheDisabled",
182 "settingType": "boolean", 188 "settingType": "boolean",
183 "defaultValue": false 189 "defaultValue": false
184 }, 190 },
185 { 191 {
186 "type": "setting", 192 "type": "setting",
187 "category": "", 193 "category": "",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "Tests.js", 289 "Tests.js",
284 "OverlayController.js", 290 "OverlayController.js",
285 "Main.js" 291 "Main.js"
286 ], 292 ],
287 "skip_compilation": [ 293 "skip_compilation": [
288 "Tests.js" 294 "Tests.js"
289 ], 295 ],
290 "resources": [ 296 "resources": [
291 ] 297 ]
292 } 298 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698