| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 } | 50 } |
| 51 ], | 51 ], |
| 52 "dependencies": [ | 52 "dependencies": [ |
| 53 "bindings", | 53 "bindings", |
| 54 "platform", | 54 "platform", |
| 55 "ui" | 55 "ui" |
| 56 ], | 56 ], |
| 57 "scripts": [ | 57 "scripts": [ |
| 58 "BreakpointsSidebarPaneBase.js", | 58 "BreakpointsSidebarPaneBase.js", |
| 59 "CustomPreviewSection.js", | 59 "CustomPreviewSection.js", |
| 60 "CPUThrottlingManager.js", |
| 60 "DataSaverInfobar.js", | 61 "DataSaverInfobar.js", |
| 61 "DOMBreakpointsSidebarPane.js", | 62 "DOMBreakpointsSidebarPane.js", |
| 62 "DOMPresentationUtils.js", | 63 "DOMPresentationUtils.js", |
| 63 "DockController.js", | 64 "DockController.js", |
| 64 "JavaScriptAutocomplete.js", | 65 "JavaScriptAutocomplete.js", |
| 65 "Linkifier.js", | 66 "Linkifier.js", |
| 66 "NetworkConditionsSelector.js", | 67 "NetworkConditionsSelector.js", |
| 67 "ObjectPopoverHelper.js", | 68 "ObjectPopoverHelper.js", |
| 68 "ObjectPropertiesSection.js", | 69 "ObjectPropertiesSection.js", |
| 69 "RemoteObjectPreviewFormatter.js", | 70 "RemoteObjectPreviewFormatter.js", |
| 70 "EventListenersUtils.js", | 71 "EventListenersUtils.js", |
| 71 "EventListenersView.js", | 72 "EventListenersView.js", |
| 72 "Reload.js" | 73 "Reload.js" |
| 73 ], | 74 ], |
| 74 "resources": [ | 75 "resources": [ |
| 75 "breakpointsList.css", | 76 "breakpointsList.css", |
| 76 "customPreviewSection.css", | 77 "customPreviewSection.css", |
| 77 "eventListenersView.css", | 78 "eventListenersView.css", |
| 78 "domUtils.css", | 79 "domUtils.css", |
| 79 "networkConditionsSettingsTab.css", | 80 "networkConditionsSettingsTab.css", |
| 80 "objectPropertiesSection.css", | 81 "objectPropertiesSection.css", |
| 81 "objectValue.css" | 82 "objectValue.css" |
| 82 ] | 83 ] |
| 83 } | 84 } |
| OLD | NEW |