| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |