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", |
11 "settingName": "networkBlockedURLs", | 11 "settingName": "networkBlockedURLs", |
12 "settingType": "array", | 12 "settingType": "array", |
| 13 "storageType": "session", |
13 "defaultValue": [] | 14 "defaultValue": [] |
14 }, | 15 }, |
15 { | 16 { |
16 "type": "setting", | 17 "type": "setting", |
17 "settingName": "skipStackFramesPattern", | 18 "settingName": "skipStackFramesPattern", |
18 "settingType": "regex", | 19 "settingType": "regex", |
19 "defaultValue": "" | 20 "defaultValue": "" |
20 }, | 21 }, |
21 { | 22 { |
22 "type": "setting", | 23 "type": "setting", |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 "NetworkRequest.js", | 139 "NetworkRequest.js", |
139 "PaintProfiler.js", | 140 "PaintProfiler.js", |
140 "HeapProfilerModel.js", | 141 "HeapProfilerModel.js", |
141 "../SupportedCSSProperties.js", | 142 "../SupportedCSSProperties.js", |
142 "FilmStripModel.js" | 143 "FilmStripModel.js" |
143 ], | 144 ], |
144 "skip_compilation": [ | 145 "skip_compilation": [ |
145 "../SupportedCSSProperties.js" | 146 "../SupportedCSSProperties.js" |
146 ] | 147 ] |
147 } | 148 } |
OLD | NEW |