| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "type": "setting", | 303 "type": "setting", |
| 304 "settingName": "showFPSCounter", | 304 "settingName": "showFPSCounter", |
| 305 "settingType": "boolean", | 305 "settingType": "boolean", |
| 306 "defaultValue": false | 306 "defaultValue": false |
| 307 }, | 307 }, |
| 308 { | 308 { |
| 309 "type": "setting", | 309 "type": "setting", |
| 310 "settingName": "showScrollBottleneckRects", | 310 "settingName": "showScrollBottleneckRects", |
| 311 "settingType": "boolean", | 311 "settingType": "boolean", |
| 312 "defaultValue": false | 312 "defaultValue": false |
| 313 }, |
| 314 { |
| 315 "type": "@WebInspector.ToolbarItem.Provider", |
| 316 "className": "WebInspector.InspectElementModeController.LayoutEditor
ButtonProvider", |
| 317 "order": 4, |
| 318 "location": "styles-sidebarpane-toolbar", |
| 319 "experiment": "layoutEditor" |
| 313 } | 320 } |
| 314 ], | 321 ], |
| 315 "dependencies": [ | 322 "dependencies": [ |
| 316 "extensions", | 323 "extensions", |
| 317 "host", | 324 "host", |
| 318 "platform", | 325 "platform", |
| 319 "sdk", | 326 "sdk", |
| 320 "emulation" | 327 "emulation" |
| 321 ], | 328 ], |
| 322 "scripts": [ | 329 "scripts": [ |
| 323 "HelpScreenUntilReload.js", | 330 "HelpScreenUntilReload.js", |
| 324 "AdvancedApp.js", | 331 "AdvancedApp.js", |
| 325 "FrontendWebSocketAPI.js", | 332 "FrontendWebSocketAPI.js", |
| 326 "RenderingOptions.js", | 333 "RenderingOptions.js", |
| 327 "SimpleApp.js", | 334 "SimpleApp.js", |
| 328 "TestController.js", | 335 "TestController.js", |
| 329 "Tests.js", | 336 "Tests.js", |
| 330 "OverlayController.js", | 337 "OverlayController.js", |
| 331 "Main.js" | 338 "Main.js" |
| 332 ], | 339 ], |
| 333 "skip_compilation": [ | 340 "skip_compilation": [ |
| 334 "Tests.js", | 341 "Tests.js", |
| 335 "TestController.js" | 342 "TestController.js" |
| 336 ], | 343 ], |
| 337 "resources": [ | 344 "resources": [ |
| 338 ] | 345 ] |
| 339 } | 346 } |
| OLD | NEW |