| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "title": "Disable cache (while DevTools is open)" | 240 "title": "Disable cache (while DevTools is open)" |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "value": false, | 243 "value": false, |
| 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", | |
| 251 "title": "Disable JavaScript", | |
| 252 "settingName": "javaScriptDisabled", | |
| 253 "settingType": "boolean", | |
| 254 "storageType": "session", | |
| 255 "order": 1, | |
| 256 "defaultValue": false, | |
| 257 "options": [ | |
| 258 { | |
| 259 "value": true, | |
| 260 "title": "Disable JavaScript" | |
| 261 }, | |
| 262 { | |
| 263 "value": false, | |
| 264 "title": "Enable JavaScript" | |
| 265 } | |
| 266 ] | |
| 267 }, | |
| 268 { | |
| 269 "type": "setting", | |
| 270 "category": "DevTools", | 250 "category": "DevTools", |
| 271 "title": "Auto-open DevTools for popups", | 251 "title": "Auto-open DevTools for popups", |
| 272 "settingName": "autoAttachToCreatedPages", | 252 "settingName": "autoAttachToCreatedPages", |
| 273 "settingType": "boolean", | 253 "settingType": "boolean", |
| 274 "order": 2, | 254 "order": 2, |
| 275 "defaultValue": false, | 255 "defaultValue": false, |
| 276 "options": [ | 256 "options": [ |
| 277 { | 257 { |
| 278 "value": true, | 258 "value": true, |
| 279 "title": "Auto-open DevTools for popups" | 259 "title": "Auto-open DevTools for popups" |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "ExecutionContextSelector.js", | 435 "ExecutionContextSelector.js", |
| 456 "Main.js" | 436 "Main.js" |
| 457 ], | 437 ], |
| 458 "resources": [ | 438 "resources": [ |
| 459 "errorWarningCounter.css", | 439 "errorWarningCounter.css", |
| 460 "remoteDebuggingTerminatedScreen.css", | 440 "remoteDebuggingTerminatedScreen.css", |
| 461 "renderingOptions.css", | 441 "renderingOptions.css", |
| 462 "targetCrashedScreen.css" | 442 "targetCrashedScreen.css" |
| 463 ] | 443 ] |
| 464 } | 444 } |
| OLD | NEW |