| 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 13 matching lines...) Expand all Loading... |
| 24 "DOMPresentationUtils.js", | 24 "DOMPresentationUtils.js", |
| 25 "DockController.js", | 25 "DockController.js", |
| 26 "Drawer.js", | 26 "Drawer.js", |
| 27 "ExecutionContextSelector.js", | 27 "ExecutionContextSelector.js", |
| 28 "HandlerRegistry.js", | 28 "HandlerRegistry.js", |
| 29 "InspectElementModeController.js", | 29 "InspectElementModeController.js", |
| 30 "InspectorView.js", | 30 "InspectorView.js", |
| 31 "ObjectPopoverHelper.js", | 31 "ObjectPopoverHelper.js", |
| 32 "ObjectPropertiesSection.js", | 32 "ObjectPropertiesSection.js", |
| 33 "RemoteObjectPreviewFormatter.js", | 33 "RemoteObjectPreviewFormatter.js", |
| 34 "ShortcutsScreen.js" | 34 "ShortcutsScreen.js", |
| 35 "EventListenersTreeOutline.js" |
| 35 ], | 36 ], |
| 36 "stylesheets": [ | 37 "stylesheets": [ |
| 37 "breakpointsList.css", | 38 "breakpointsList.css", |
| 38 "customPreviewSection.css", | 39 "customPreviewSection.css", |
| 40 "eventListenersTreeOutline.css", |
| 39 "nodeLink.css", | 41 "nodeLink.css", |
| 40 "objectPropertiesSection.css", | 42 "objectPropertiesSection.css", |
| 41 "objectValue.css" | 43 "objectValue.css" |
| 42 ] | 44 ] |
| 43 } | 45 } |
| OLD | NEW |