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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "show_summary": "true" 437 "show_summary": "true"
438 } 438 }
439 }, 439 },
440 { 440 {
441 "group_name": "Default", 441 "group_name": "Default",
442 "params": { 442 "params": {
443 "enable_update_menu_item": "false" 443 "enable_update_menu_item": "false"
444 } 444 }
445 } 445 }
446 ], 446 ],
447 "V8SerializeOptions": [
448 {
449 "enable_features": [
450 "V8_Serialize_Eager",
451 "V8_Serialize_Age_Code"
452 ],
453 "group_name": "SerializeEagerAndAgeCode"
454 }
455 ],
447 "VarationsServiceControl": [ 456 "VarationsServiceControl": [
448 { 457 {
449 "group_name": "Interval_30min", 458 "group_name": "Interval_30min",
450 "params": { 459 "params": {
451 "fetch_period_min": "30" 460 "fetch_period_min": "30"
452 } 461 }
453 } 462 }
454 ], 463 ],
455 "WebFontsIntervention": [ 464 "WebFontsIntervention": [
456 { 465 {
(...skipping 12 matching lines...) Expand all
469 ], 478 ],
470 "use-new-media-cache": [ 479 "use-new-media-cache": [
471 { 480 {
472 "enable_features": [ 481 "enable_features": [
473 "use-new-media-cache" 482 "use-new-media-cache"
474 ], 483 ],
475 "group_name": "Enabled" 484 "group_name": "Enabled"
476 } 485 }
477 ] 486 ]
478 } 487 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698