| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.AppProvider", | 4 "type": "@Common.AppProvider", |
| 5 "className": "Main.SimpleAppProvider", | 5 "className": "Main.SimpleAppProvider", |
| 6 "order": 10 | 6 "order": 10 |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "type": "@UI.ContextMenu.Provider", | 9 "type": "@UI.ContextMenu.Provider", |
| 10 "contextTypes": [ | 10 "contextTypes": [ |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "subMenuId": "mainMenuHelp", | 360 "subMenuId": "mainMenuHelp", |
| 361 "order": 30 | 361 "order": 30 |
| 362 }, | 362 }, |
| 363 { | 363 { |
| 364 "type": "view", | 364 "type": "view", |
| 365 "location": "drawer-view", | 365 "location": "drawer-view", |
| 366 "id": "rendering", | 366 "id": "rendering", |
| 367 "title": "Rendering", | 367 "title": "Rendering", |
| 368 "persistence": "closeable", | 368 "persistence": "closeable", |
| 369 "order": 50, | 369 "order": 50, |
| 370 "condition": "!v8only", |
| 370 "className": "Main.RenderingOptionsView" | 371 "className": "Main.RenderingOptionsView" |
| 371 }, | 372 }, |
| 372 { | 373 { |
| 373 "type": "setting", | 374 "type": "setting", |
| 374 "category": "DevTools", | 375 "category": "DevTools", |
| 375 "settingName": "currentDockState", | 376 "settingName": "currentDockState", |
| 376 "settingType": "enum", | 377 "settingType": "enum", |
| 377 "defaultValue": "right", | 378 "defaultValue": "right", |
| 378 "options": [ | 379 "options": [ |
| 379 { | 380 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "ExecutionContextSelector.js", | 436 "ExecutionContextSelector.js", |
| 436 "Main.js" | 437 "Main.js" |
| 437 ], | 438 ], |
| 438 "resources": [ | 439 "resources": [ |
| 439 "errorWarningCounter.css", | 440 "errorWarningCounter.css", |
| 440 "remoteDebuggingTerminatedScreen.css", | 441 "remoteDebuggingTerminatedScreen.css", |
| 441 "renderingOptions.css", | 442 "renderingOptions.css", |
| 442 "targetCrashedScreen.css" | 443 "targetCrashedScreen.css" |
| 443 ] | 444 ] |
| 444 } | 445 } |
| OLD | NEW |