| 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 "experiment": "customObjectFormatters" | 10 "experiment": "customObjectFormatters" |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "ExecutionContextModel.js", | 49 "ExecutionContextModel.js", |
| 50 "HandlerRegistry.js", | 50 "HandlerRegistry.js", |
| 51 "InspectElementModeController.js", | 51 "InspectElementModeController.js", |
| 52 "InspectorView.js", | 52 "InspectorView.js", |
| 53 "Linkifier.js", | 53 "Linkifier.js", |
| 54 "NetworkConditionsSelector.js", | 54 "NetworkConditionsSelector.js", |
| 55 "ObjectPopoverHelper.js", | 55 "ObjectPopoverHelper.js", |
| 56 "ObjectPropertiesSection.js", | 56 "ObjectPropertiesSection.js", |
| 57 "RemoteObjectPreviewFormatter.js", | 57 "RemoteObjectPreviewFormatter.js", |
| 58 "ShortcutsScreen.js", | 58 "ShortcutsScreen.js", |
| 59 "EventListenersUtils.js", |
| 59 "EventListenersView.js" | 60 "EventListenersView.js" |
| 60 ], | 61 ], |
| 61 "resources": [ | 62 "resources": [ |
| 62 "breakpointsList.css", | 63 "breakpointsList.css", |
| 63 "customPreviewSection.css", | 64 "customPreviewSection.css", |
| 64 "eventListenersView.css", | 65 "eventListenersView.css", |
| 65 "domUtils.css", | 66 "domUtils.css", |
| 66 "inspectorViewTabbedPane.css", | 67 "inspectorViewTabbedPane.css", |
| 67 "networkConditionsSettingsTab.css", | 68 "networkConditionsSettingsTab.css", |
| 68 "objectPropertiesSection.css", | 69 "objectPropertiesSection.css", |
| 69 "objectValue.css" | 70 "objectValue.css" |
| 70 ] | 71 ] |
| 71 } | 72 } |
| OLD | NEW |