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

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

Issue 2306723002: Enable PassiveEventListenersDueToFling on waterfall (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 } 189 }
190 ], 190 ],
191 "PassiveDocumentEventListeners": [ 191 "PassiveDocumentEventListeners": [
192 { 192 {
193 "enable_features": [ 193 "enable_features": [
194 "PassiveDocumentEventListeners" 194 "PassiveDocumentEventListeners"
195 ], 195 ],
196 "group_name": "Enabled" 196 "group_name": "Enabled"
197 } 197 }
198 ], 198 ],
199 "PassiveEventListenersDueToFling": [
200 {
201 "enable_features": [
202 "PassiveEventListenersDueToFling"
203 ],
204 "group_name": "Enabled"
205 }
206 ],
199 "PasswordBranding": [ 207 "PasswordBranding": [
200 { 208 {
201 "group_name": "SmartLockBrandingSavePromptOnly" 209 "group_name": "SmartLockBrandingSavePromptOnly"
202 } 210 }
203 ], 211 ],
204 "PasswordManagerSettingsMigration": [ 212 "PasswordManagerSettingsMigration": [
205 { 213 {
206 "group_name": "Enable" 214 "group_name": "Enable"
207 } 215 }
208 ], 216 ],
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ], 438 ],
431 "use-new-media-cache": [ 439 "use-new-media-cache": [
432 { 440 {
433 "enable_features": [ 441 "enable_features": [
434 "use-new-media-cache" 442 "use-new-media-cache"
435 ], 443 ],
436 "group_name": "Enabled" 444 "group_name": "Enabled"
437 } 445 }
438 ] 446 ]
439 } 447 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698