| OLD | NEW |
| 1 { | 1 { |
| 2 "dependencies": [ | 2 "dependencies": [ |
| 3 "common", | 3 "common", |
| 4 "host", | 4 "host", |
| 5 "platform", | 5 "platform", |
| 6 "protocol" | 6 "protocol" |
| 7 ], | 7 ], |
| 8 "extensions": [ | 8 "extensions": [ |
| 9 { | 9 { |
| 10 "type": "setting", | 10 "type": "setting", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "value": false, | 80 "value": false, |
| 81 "title": "Do not capture async stack traces" | 81 "title": "Do not capture async stack traces" |
| 82 } | 82 } |
| 83 ] | 83 ] |
| 84 }, | 84 }, |
| 85 { | 85 { |
| 86 "type": "setting", | 86 "type": "setting", |
| 87 "settingName": "showMetricsRulers", | 87 "settingName": "showMetricsRulers", |
| 88 "settingType": "boolean", | 88 "settingType": "boolean", |
| 89 "defaultValue": false | 89 "defaultValue": false |
| 90 }, |
| 91 { |
| 92 "type": "setting", |
| 93 "category": "Console", |
| 94 "title": "Enable custom formatters", |
| 95 "settingName": "customFormatters", |
| 96 "settingType": "boolean", |
| 97 "defaultValue": false |
| 90 } | 98 } |
| 91 ], | 99 ], |
| 92 "scripts": [ | 100 "scripts": [ |
| 93 "Target.js", | 101 "Target.js", |
| 94 "TargetManager.js", | 102 "TargetManager.js", |
| 95 "Connections.js", | 103 "Connections.js", |
| 96 "ConsoleModel.js", | 104 "ConsoleModel.js", |
| 97 "ContentProviders.js", | 105 "ContentProviders.js", |
| 98 "CookieParser.js", | 106 "CookieParser.js", |
| 99 "ProfileTreeModel.js", | 107 "ProfileTreeModel.js", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 129 "NetworkRequest.js", | 137 "NetworkRequest.js", |
| 130 "PaintProfiler.js", | 138 "PaintProfiler.js", |
| 131 "HeapProfilerModel.js", | 139 "HeapProfilerModel.js", |
| 132 "../SupportedCSSProperties.js", | 140 "../SupportedCSSProperties.js", |
| 133 "FilmStripModel.js" | 141 "FilmStripModel.js" |
| 134 ], | 142 ], |
| 135 "skip_compilation": [ | 143 "skip_compilation": [ |
| 136 "../SupportedCSSProperties.js" | 144 "../SupportedCSSProperties.js" |
| 137 ] | 145 ] |
| 138 } | 146 } |
| OLD | NEW |