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

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

Issue 2619863002: Add field test config for backgrounding hidden renderers on Mac (Closed)
Patch Set: Extract test change to a different CL Created 3 years, 11 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 | 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 "experiments": [ 936 "experiments": [
937 { 937 {
938 "name": "Enabled", 938 "name": "Enabled",
939 "params": { 939 "params": {
940 "lowPriorityIframes": "true" 940 "lowPriorityIframes": "true"
941 } 941 }
942 } 942 }
943 ] 943 ]
944 } 944 }
945 ], 945 ],
946 "MacAllowBackgroundingProcesses": [
947 {
948 "platforms": [
949 "mac"
950 ],
951 "experiments": [
952 {
953 "name": "Enabled",
954 "enable_features": [
955 "MacAllowBackgroundingProcesses"
956 ]
957 }
958 ]
959 }
960 ],
946 "MacMemoryMechanism": [ 961 "MacMemoryMechanism": [
947 { 962 {
948 "platforms": [ 963 "platforms": [
949 "mac" 964 "mac"
950 ], 965 ],
951 "experiments": [ 966 "experiments": [
952 { 967 {
953 "name": "Mach" 968 "name": "Mach"
954 } 969 }
955 ] 970 ]
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 { 2554 {
2540 "name": "Enabled", 2555 "name": "Enabled",
2541 "enable_features": [ 2556 "enable_features": [
2542 "use-new-media-cache" 2557 "use-new-media-cache"
2543 ] 2558 ]
2544 } 2559 }
2545 ] 2560 ]
2546 } 2561 }
2547 ] 2562 ]
2548 } 2563 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698