Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.json

Issue 1866323002: Add fieldtrial config for V8 serialize options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 } 219 }
220 ], 220 ],
221 "TokenBinding": [ 221 "TokenBinding": [
222 { 222 {
223 "enable_features": [ 223 "enable_features": [
224 "token-binding" 224 "token-binding"
225 ], 225 ],
226 "group_name": "TokenBinding" 226 "group_name": "TokenBinding"
227 } 227 }
228 ], 228 ],
229 "V8SerializeOptions": [
230 {
231 "enable_features": [
232 "V8_Serialize_Eager",
233 "V8_Serialize_Age_Code"
234 ],
235 "group_name": "SerializeEagerAndAgeCode"
236 }
237 ],
229 "VarationsServiceControl": [ 238 "VarationsServiceControl": [
230 { 239 {
231 "group_name": "Interval_30min", 240 "group_name": "Interval_30min",
232 "params": { 241 "params": {
233 "fetch_period_min": "30" 242 "fetch_period_min": "30"
234 } 243 }
235 } 244 }
236 ], 245 ],
237 "WebFontsIntervention": [ 246 "WebFontsIntervention": [
238 { 247 {
(...skipping 20 matching lines...) Expand all
259 ], 268 ],
260 "use-new-media-cache": [ 269 "use-new-media-cache": [
261 { 270 {
262 "enable_features": [ 271 "enable_features": [
263 "use-new-media-cache" 272 "use-new-media-cache"
264 ], 273 ],
265 "group_name": "Enabled" 274 "group_name": "Enabled"
266 } 275 }
267 ] 276 ]
268 } 277 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698