| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "setting", | 4 "type": "setting", |
| 5 "category": "Console", | 5 "category": "Console", |
| 6 "title": "Enable custom formatters", | 6 "title": "Enable custom formatters", |
| 7 "settingName": "customFormatters", | 7 "settingName": "customFormatters", |
| 8 "settingType": "boolean", | 8 "settingType": "boolean", |
| 9 "defaultValue": false | 9 "defaultValue": false |
| 10 }, | 10 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "type": "@WebInspector.ActionDelegate", | 33 "type": "@WebInspector.ActionDelegate", |
| 34 "actionId": "components.network-online", | 34 "actionId": "components.network-online", |
| 35 "category": "Network", | 35 "category": "Network", |
| 36 "title": "Go online", | 36 "title": "Go online", |
| 37 "className": "WebInspector.NetworkConditionsActionDelegate", | 37 "className": "WebInspector.NetworkConditionsActionDelegate", |
| 38 "tags": "device" | 38 "tags": "device" |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "type": "view", | 41 "type": "view", |
| 42 "location": "settings-view", | 42 "location": "settings-view", |
| 43 "name": "network-conditions", | 43 "id": "network-conditions", |
| 44 "title": "Throttling", | 44 "title": "Throttling", |
| 45 "order": "35", | 45 "order": "35", |
| 46 "className": "WebInspector.NetworkConditionsSettingsTab", | 46 "className": "WebInspector.NetworkConditionsSettingsTab", |
| 47 "settings": [ | 47 "settings": [ |
| 48 "customNetworkConditions" | 48 "customNetworkConditions" |
| 49 ] | 49 ] |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "type": "@WebInspector.ActionDelegate", | 52 "type": "@WebInspector.ActionDelegate", |
| 53 "category": "Mobile", | 53 "category": "Mobile", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "breakpointsList.css", | 86 "breakpointsList.css", |
| 87 "customPreviewSection.css", | 87 "customPreviewSection.css", |
| 88 "eventListenersView.css", | 88 "eventListenersView.css", |
| 89 "domUtils.css", | 89 "domUtils.css", |
| 90 "networkConditionsSettingsTab.css", | 90 "networkConditionsSettingsTab.css", |
| 91 "objectPropertiesSection.css", | 91 "objectPropertiesSection.css", |
| 92 "objectValue.css", | 92 "objectValue.css", |
| 93 "spectrum.css" | 93 "spectrum.css" |
| 94 ] | 94 ] |
| 95 } | 95 } |
| OLD | NEW |