| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "title": "Enable cache" | 244 "title": "Enable cache" |
| 245 } | 245 } |
| 246 ] | 246 ] |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "type": "setting", | 249 "type": "setting", |
| 250 "category": "Debugger", | 250 "category": "Debugger", |
| 251 "title": "Disable JavaScript", | 251 "title": "Disable JavaScript", |
| 252 "settingName": "javaScriptDisabled", | 252 "settingName": "javaScriptDisabled", |
| 253 "settingType": "boolean", | 253 "settingType": "boolean", |
| 254 "session": true, |
| 254 "order": 1, | 255 "order": 1, |
| 255 "defaultValue": false, | 256 "defaultValue": false, |
| 256 "options": [ | 257 "options": [ |
| 257 { | 258 { |
| 258 "value": true, | 259 "value": true, |
| 259 "title": "Disable JavaScript" | 260 "title": "Disable JavaScript" |
| 260 }, | 261 }, |
| 261 { | 262 { |
| 262 "value": false, | 263 "value": false, |
| 263 "title": "Enable JavaScript" | 264 "title": "Enable JavaScript" |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 "ExecutionContextSelector.js", | 439 "ExecutionContextSelector.js", |
| 439 "Main.js" | 440 "Main.js" |
| 440 ], | 441 ], |
| 441 "resources": [ | 442 "resources": [ |
| 442 "errorWarningCounter.css", | 443 "errorWarningCounter.css", |
| 443 "remoteDebuggingTerminatedScreen.css", | 444 "remoteDebuggingTerminatedScreen.css", |
| 444 "renderingOptions.css", | 445 "renderingOptions.css", |
| 445 "targetCrashedScreen.css" | 446 "targetCrashedScreen.css" |
| 446 ] | 447 ] |
| 447 } | 448 } |
| OLD | NEW |