| 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 15 matching lines...) Expand all Loading... |
| 26 "Drawer.js", | 26 "Drawer.js", |
| 27 "ExecutionContextSelector.js", | 27 "ExecutionContextSelector.js", |
| 28 "ExecutionContextModel.js", | 28 "ExecutionContextModel.js", |
| 29 "HandlerRegistry.js", | 29 "HandlerRegistry.js", |
| 30 "InspectElementModeController.js", | 30 "InspectElementModeController.js", |
| 31 "InspectorView.js", | 31 "InspectorView.js", |
| 32 "NetworkConditionsSelector.js", | 32 "NetworkConditionsSelector.js", |
| 33 "ObjectPopoverHelper.js", | 33 "ObjectPopoverHelper.js", |
| 34 "ObjectPropertiesSection.js", | 34 "ObjectPropertiesSection.js", |
| 35 "RemoteObjectPreviewFormatter.js", | 35 "RemoteObjectPreviewFormatter.js", |
| 36 "SearchData.js", |
| 36 "ShortcutsScreen.js", | 37 "ShortcutsScreen.js", |
| 37 "EventListenersView.js" | 38 "EventListenersView.js" |
| 38 ], | 39 ], |
| 39 "resources": [ | 40 "resources": [ |
| 40 "breakpointsList.css", | 41 "breakpointsList.css", |
| 41 "customPreviewSection.css", | 42 "customPreviewSection.css", |
| 42 "eventListenersView.css", | 43 "eventListenersView.css", |
| 43 "domUtils.css", | 44 "domUtils.css", |
| 44 "inspectorViewTabbedPane.css", | 45 "inspectorViewTabbedPane.css", |
| 45 "objectPropertiesSection.css", | 46 "objectPropertiesSection.css", |
| 46 "objectValue.css" | 47 "objectValue.css" |
| 47 ] | 48 ] |
| 48 } | 49 } |
| OLD | NEW |