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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "token-binding" 312 "token-binding"
313 ], 313 ],
314 "group_name": "TokenBinding" 314 "group_name": "TokenBinding"
315 } 315 }
316 ], 316 ],
317 "TriggeredResetFieldTrial": [ 317 "TriggeredResetFieldTrial": [
318 { 318 {
319 "group_name": "On" 319 "group_name": "On"
320 } 320 }
321 ], 321 ],
322 "V8SerializeOptions": [
323 {
324 "enable_features": [
325 "V8_Serialize_Eager",
326 "V8_Serialize_Age_Code"
327 ],
328 "group_name": "SerializeEagerAndAgeCode"
329 }
330 ],
322 "VarationsServiceControl": [ 331 "VarationsServiceControl": [
323 { 332 {
324 "group_name": "Interval_30min", 333 "group_name": "Interval_30min",
325 "params": { 334 "params": {
326 "fetch_period_min": "30" 335 "fetch_period_min": "30"
327 } 336 }
328 } 337 }
329 ], 338 ],
330 "WebFontsIntervention": [ 339 "WebFontsIntervention": [
331 { 340 {
(...skipping 20 matching lines...) Expand all
352 ], 361 ],
353 "use-new-media-cache": [ 362 "use-new-media-cache": [
354 { 363 {
355 "enable_features": [ 364 "enable_features": [
356 "use-new-media-cache" 365 "use-new-media-cache"
357 ], 366 ],
358 "group_name": "Enabled" 367 "group_name": "Enabled"
359 } 368 }
360 ] 369 ]
361 } 370 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698