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

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

Issue 2728153002: Turn off LazyParseCSS on trybots for now (Closed)
Patch Set: Created 3 years, 9 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 "LazyParseCSS": [ 1086 "LazyParseCSS": [
1087 { 1087 {
1088 "platforms": [ 1088 "platforms": [
1089 "linux", 1089 "linux",
1090 "mac", 1090 "mac",
1091 "win", 1091 "win",
1092 "android" 1092 "android"
1093 ], 1093 ],
1094 "experiments": [ 1094 "experiments": [
1095 { 1095 {
1096 "name": "Enabled", 1096 "name": "Control",
1097 "enable_features": [ 1097 "disable_features": [
1098 "LazyParseCSS" 1098 "LazyParseCSS"
1099 ] 1099 ]
1100 } 1100 }
1101 ] 1101 ]
1102 } 1102 }
1103 ], 1103 ],
1104 "LimitSyncPassphrasePrompt": [ 1104 "LimitSyncPassphrasePrompt": [
1105 { 1105 {
1106 "platforms": [ 1106 "platforms": [
1107 "android" 1107 "android"
(...skipping 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 { 2994 {
2995 "name": "Enabled", 2995 "name": "Enabled",
2996 "enable_features": [ 2996 "enable_features": [
2997 "use-new-media-cache" 2997 "use-new-media-cache"
2998 ] 2998 ]
2999 } 2999 }
3000 ] 3000 ]
3001 } 3001 }
3002 ] 3002 ]
3003 } 3003 }
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