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

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

Issue 2227823002: Re-land Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "OutOfProcessPac": [ 148 "OutOfProcessPac": [
149 { 149 {
150 "group_name": "Enabled" 150 "group_name": "Enabled"
151 } 151 }
152 ], 152 ],
153 "PageRevisitInstrumentation": [ 153 "PageRevisitInstrumentation": [
154 { 154 {
155 "group_name": "Enabled" 155 "group_name": "Enabled"
156 } 156 }
157 ], 157 ],
158 "PassiveDocumentEventListeners": [
159 {
160 "enable_features": [
161 "PassiveDocumentEventListeners"
162 ],
163 "group_name": "Enabled"
164 }
165 ],
158 "PasswordBranding": [ 166 "PasswordBranding": [
159 { 167 {
160 "group_name": "SmartLockBrandingSavePromptOnly" 168 "group_name": "SmartLockBrandingSavePromptOnly"
161 } 169 }
162 ], 170 ],
163 "PasswordManagerSettingsMigration": [ 171 "PasswordManagerSettingsMigration": [
164 { 172 {
165 "group_name": "Enable" 173 "group_name": "Enable"
166 } 174 }
167 ], 175 ],
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 399 ],
392 "use-new-media-cache": [ 400 "use-new-media-cache": [
393 { 401 {
394 "enable_features": [ 402 "enable_features": [
395 "use-new-media-cache" 403 "use-new-media-cache"
396 ], 404 ],
397 "group_name": "Enabled" 405 "group_name": "Enabled"
398 } 406 }
399 ] 407 ]
400 } 408 }
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