| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 "value": "undocked", | 408 "value": "undocked", |
| 409 "title": "Undock into separate window" | 409 "title": "Undock into separate window" |
| 410 } | 410 } |
| 411 ] | 411 ] |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 "type": "@UI.ViewLocationResolver", | 414 "type": "@UI.ViewLocationResolver", |
| 415 "name": "drawer-view", | 415 "name": "drawer-view", |
| 416 "category": "Drawer", |
| 416 "className": "UI.InspectorView" | 417 "className": "UI.InspectorView" |
| 417 }, | 418 }, |
| 418 { | 419 { |
| 419 "type": "@UI.ActionDelegate", | 420 "type": "@UI.ActionDelegate", |
| 420 "actionId": "components.collect-garbage", | 421 "actionId": "components.collect-garbage", |
| 421 "title": "Collect garbage", | 422 "title": "Collect garbage", |
| 422 "iconClass": "largeicon-trash-bin", | 423 "iconClass": "largeicon-trash-bin", |
| 423 "className": "Main.GCActionDelegate" | 424 "className": "Main.GCActionDelegate" |
| 424 }, | 425 }, |
| 425 { | 426 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 449 "ExecutionContextSelector.js", | 450 "ExecutionContextSelector.js", |
| 450 "Main.js" | 451 "Main.js" |
| 451 ], | 452 ], |
| 452 "resources": [ | 453 "resources": [ |
| 453 "errorWarningCounter.css", | 454 "errorWarningCounter.css", |
| 454 "remoteDebuggingTerminatedScreen.css", | 455 "remoteDebuggingTerminatedScreen.css", |
| 455 "renderingOptions.css", | 456 "renderingOptions.css", |
| 456 "targetCrashedScreen.css" | 457 "targetCrashedScreen.css" |
| 457 ] | 458 ] |
| 458 } | 459 } |
| OLD | NEW |