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 "storageType": "session", |
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 "ExecutionContextSelector.js", | 440 "ExecutionContextSelector.js", |
440 "Main.js" | 441 "Main.js" |
441 ], | 442 ], |
442 "resources": [ | 443 "resources": [ |
443 "errorWarningCounter.css", | 444 "errorWarningCounter.css", |
444 "remoteDebuggingTerminatedScreen.css", | 445 "remoteDebuggingTerminatedScreen.css", |
445 "renderingOptions.css", | 446 "renderingOptions.css", |
446 "targetCrashedScreen.css" | 447 "targetCrashedScreen.css" |
447 ] | 448 ] |
448 } | 449 } |
OLD | NEW |