| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "DockController.js", | 69 "DockController.js", |
| 70 "ExecutionContextSelector.js", | 70 "ExecutionContextSelector.js", |
| 71 "HandlerRegistry.js", | 71 "HandlerRegistry.js", |
| 72 "Linkifier.js", | 72 "Linkifier.js", |
| 73 "NetworkConditionsSelector.js", | 73 "NetworkConditionsSelector.js", |
| 74 "ObjectPopoverHelper.js", | 74 "ObjectPopoverHelper.js", |
| 75 "ObjectPropertiesSection.js", | 75 "ObjectPropertiesSection.js", |
| 76 "RemoteObjectPreviewFormatter.js", | 76 "RemoteObjectPreviewFormatter.js", |
| 77 "RequestAppBannerActionDelegate.js", | 77 "RequestAppBannerActionDelegate.js", |
| 78 "ShortcutsScreen.js", | 78 "ShortcutsScreen.js", |
| 79 "Spectrum.js", |
| 79 "EventListenersUtils.js", | 80 "EventListenersUtils.js", |
| 80 "EventListenersView.js", | 81 "EventListenersView.js", |
| 81 "Reload.js" | 82 "Reload.js" |
| 82 ], | 83 ], |
| 83 "resources": [ | 84 "resources": [ |
| 84 "breakpointsList.css", | 85 "breakpointsList.css", |
| 85 "customPreviewSection.css", | 86 "customPreviewSection.css", |
| 86 "eventListenersView.css", | 87 "eventListenersView.css", |
| 87 "domUtils.css", | 88 "domUtils.css", |
| 88 "networkConditionsSettingsTab.css", | 89 "networkConditionsSettingsTab.css", |
| 89 "objectPropertiesSection.css", | 90 "objectPropertiesSection.css", |
| 90 "objectValue.css" | 91 "objectValue.css", |
| 92 "spectrum.css" |
| 91 ] | 93 ] |
| 92 } | 94 } |
| OLD | NEW |