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

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

Issue 2870023004: New bisect for crbug.com/706941. [AA]
Patch Set: Created 3 years, 7 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 | tools/perf/core/trybot_command.py » ('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 "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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 } 126 }
127 ], 127 ],
128 "AutofillCreditCardDropdownVariations": [ 128 "AutofillCreditCardDropdownVariations": [
129 { 129 {
130 "platforms": [ 130 "platforms": [
131 "android" 131 "android"
132 ], 132 ],
133 "experiments": [ 133 "experiments": [
134 { 134 {
135 "name": "LastUsedDateAndExpDate_IncreaseDropdownItemHeight_E xperiment", 135 "name": "LastUsedDateAndExpDate_IncreaseDropdownItemHeight_E xperiment",
136 "params": {
137 "dropdown_item_height": "56",
138 "show_expiration_date": "true"
139 },
140 "enable_features": [ 136 "enable_features": [
141 "AutofillCreditCardLastUsedDateDisplay", 137 "AutofillCreditCardLastUsedDateDisplay",
142 "AutofillCreditCardPopupLayout" 138 "AutofillCreditCardPopupLayout"
143 ] 139 ]
144 } 140 }
145 ] 141 ]
146 } 142 }
147 ], 143 ],
148 "AutofillCreditCardSigninPromo": [ 144 "AutofillCreditCardSigninPromo": [
149 { 145 {
150 "platforms": [ 146 "platforms": [
151 "android", 147 "android",
152 "chromeos", 148 "chromeos",
153 "linux", 149 "linux",
154 "mac", 150 "mac",
155 "win" 151 "win"
156 ], 152 ],
157 "experiments": [ 153 "experiments": [
158 { 154 {
159 "name": "EnabledThree", 155 "name": "EnabledThree",
160 "params": {
161 "impression_limit": "3"
162 },
163 "enable_features": [ 156 "enable_features": [
164 "AutofillCreditCardSigninPromo" 157 "AutofillCreditCardSigninPromo"
165 ] 158 ]
166 } 159 }
167 ] 160 ]
168 } 161 }
169 ], 162 ],
170 "AutofillFieldMetadata": [ 163 "AutofillFieldMetadata": [
171 { 164 {
172 "platforms": [ 165 "platforms": [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "platforms": [ 244 "platforms": [
252 "android", 245 "android",
253 "chromeos", 246 "chromeos",
254 "linux", 247 "linux",
255 "mac", 248 "mac",
256 "win" 249 "win"
257 ], 250 ],
258 "experiments": [ 251 "experiments": [
259 { 252 {
260 "name": "BackgroundOptimizationEnabled5sOrLess", 253 "name": "BackgroundOptimizationEnabled5sOrLess",
261 "params": {
262 "max_keyframe_distance_ms": "5000"
263 },
264 "enable_features": [ 254 "enable_features": [
265 "BackgroundVideoTrackOptimization" 255 "BackgroundVideoTrackOptimization"
266 ] 256 ]
267 } 257 }
268 ] 258 ]
269 } 259 }
270 ], 260 ],
271 "BrowserBlacklist": [ 261 "BrowserBlacklist": [
272 { 262 {
273 "platforms": [ 263 "platforms": [
(...skipping 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 { 3060 {
3071 "name": "Enabled", 3061 "name": "Enabled",
3072 "enable_features": [ 3062 "enable_features": [
3073 "use-new-media-cache" 3063 "use-new-media-cache"
3074 ] 3064 ]
3075 } 3065 }
3076 ] 3066 ]
3077 } 3067 }
3078 ] 3068 ]
3079 } 3069 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/core/trybot_command.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698