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" | |
11 }, | 10 }, |
12 { | 11 { |
13 "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator", | 12 "type": "@WebInspector.DOMPresentationUtils.MarkerDecorator", |
14 "className": "WebInspector.DOMBreakpointsSidebarPane.MarkerDecorator
", | 13 "className": "WebInspector.DOMBreakpointsSidebarPane.MarkerDecorator
", |
15 "marker": "breakpoint-marker" | 14 "marker": "breakpoint-marker" |
16 }, | 15 }, |
17 { | 16 { |
18 "type": "setting", | 17 "type": "setting", |
19 "settingName": "networkConditionsCustomProfiles", | 18 "settingName": "networkConditionsCustomProfiles", |
20 "settingType": "array", | 19 "settingType": "array", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "breakpointsList.css", | 61 "breakpointsList.css", |
63 "customPreviewSection.css", | 62 "customPreviewSection.css", |
64 "eventListenersView.css", | 63 "eventListenersView.css", |
65 "domUtils.css", | 64 "domUtils.css", |
66 "inspectorViewTabbedPane.css", | 65 "inspectorViewTabbedPane.css", |
67 "networkConditionsSettingsTab.css", | 66 "networkConditionsSettingsTab.css", |
68 "objectPropertiesSection.css", | 67 "objectPropertiesSection.css", |
69 "objectValue.css" | 68 "objectValue.css" |
70 ] | 69 ] |
71 } | 70 } |
OLD | NEW |