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

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

Issue 2871733002: New bisect for crbug.com/706941. [A]
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 } 547 }
558 ], 548 ],
559 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 549 "DisallowFetchForDocWrittenScriptsInMainFrame": [
560 { 550 {
561 "platforms": [ 551 "platforms": [
562 "android" 552 "android"
563 ], 553 ],
564 "experiments": [ 554 "experiments": [
565 { 555 {
566 "name": "DocumentWriteEvaluatorGroup", 556 "name": "DocumentWriteEvaluatorGroup",
567 "params": {
568 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
569 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "false"
570 },
571 "enable_features": [ 557 "enable_features": [
572 "DocumentWriteEvaluator" 558 "DocumentWriteEvaluator"
573 ] 559 ]
574 } 560 }
575 ] 561 ]
576 }, 562 },
577 { 563 {
578 "platforms": [ 564 "platforms": [
579 "chromeos" 565 "chromeos"
580 ], 566 ],
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 "platforms": [ 825 "platforms": [
840 "android", 826 "android",
841 "chromeos", 827 "chromeos",
842 "linux", 828 "linux",
843 "mac", 829 "mac",
844 "win" 830 "win"
845 ], 831 ],
846 "experiments": [ 832 "experiments": [
847 { 833 {
848 "name": "Enabled_30sMaxThrottilingDelay", 834 "name": "Enabled_30sMaxThrottilingDelay",
849 "params": {
850 "cpu_budget": "0.01",
851 "initial_budget": "1.0",
852 "max_budget": "3.0",
853 "max_delay": "-1"
854 },
855 "enable_features": [ 835 "enable_features": [
856 "ExpensiveBackgroundTimerThrottling" 836 "ExpensiveBackgroundTimerThrottling"
857 ] 837 ]
858 } 838 }
859 ] 839 ]
860 } 840 }
861 ], 841 ],
862 "ExtensionContentVerification": [ 842 "ExtensionContentVerification": [
863 { 843 {
864 "platforms": [ 844 "platforms": [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 } 1252 }
1273 ], 1253 ],
1274 "NTPArticleSuggestions": [ 1254 "NTPArticleSuggestions": [
1275 { 1255 {
1276 "platforms": [ 1256 "platforms": [
1277 "android" 1257 "android"
1278 ], 1258 ],
1279 "experiments": [ 1259 "experiments": [
1280 { 1260 {
1281 "name": "EnabledSoftFetches", 1261 "name": "EnabledSoftFetches",
1282 "params": {
1283 "fetching_interval_hours-wifi-active_ntp_user": "8",
1284 "scheduler_trigger_types": "persistent_scheduler_wake_up ,ntp_opened",
1285 "send_top_languages": "true",
1286 "soft_fetching_interval_hours-active-active_ntp_user": " 2",
1287 "soft_fetching_interval_hours-active-active_suggestions_ consumer": "1",
1288 "soft_fetching_interval_hours-active-rare_ntp_user": "4"
1289 },
1290 "enable_features": [ 1262 "enable_features": [
1291 "NTPArticleSuggestions" 1263 "NTPArticleSuggestions"
1292 ] 1264 ]
1293 } 1265 }
1294 ] 1266 ]
1295 } 1267 }
1296 ], 1268 ],
1297 "NTPBookmarkSuggestions": [ 1269 "NTPBookmarkSuggestions": [
1298 { 1270 {
1299 "platforms": [ 1271 "platforms": [
1300 "android" 1272 "android"
1301 ], 1273 ],
1302 "experiments": [ 1274 "experiments": [
1303 { 1275 {
1304 "name": "Phase2Enabled3wWithDesktop", 1276 "name": "Phase2Enabled3wWithDesktop",
1305 "params": {
1306 "bookmarks_consider_desktop_visits": "true",
1307 "bookmarks_max_age_in_days": "21"
1308 },
1309 "enable_features": [ 1277 "enable_features": [
1310 "NTPBookmarkSuggestions" 1278 "NTPBookmarkSuggestions"
1311 ] 1279 ]
1312 } 1280 }
1313 ] 1281 ]
1314 } 1282 }
1315 ], 1283 ],
1316 "NTPPersonalizedSectionRanking": [ 1284 "NTPPersonalizedSectionRanking": [
1317 { 1285 {
1318 "platforms": [ 1286 "platforms": [
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 { 3038 {
3071 "name": "Enabled", 3039 "name": "Enabled",
3072 "enable_features": [ 3040 "enable_features": [
3073 "use-new-media-cache" 3041 "use-new-media-cache"
3074 ] 3042 ]
3075 } 3043 }
3076 ] 3044 ]
3077 } 3045 }
3078 ] 3046 ]
3079 } 3047 }
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