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

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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Review 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
(Empty)
1 {
2 "AsyncDNS": [
3 {
4 "group_name": "AsyncDNSA"
5 }
6 ],
7 "AutofillClassifier": [
8 {
9 "group_name": "Enabled"
10 }
11 ],
12 "AutofillFieldMetadata": [
13 {
14 "group_name": "Enabled"
15 }
16 ],
17 "AutofillProfileOrderByFrecency": [
18 {
19 "group_name": "EnabledLimitTo3",
20 "params": {
21 "limit": "3"
22 }
23 },
24 {
25 "group_name": "Enabled"
26 }
27 ],
28 "BlockSmallPluginContent": [
29 {
30 "group_name": "Enabled"
31 }
32 ],
33 "CaptivePortalInterstitial": [
34 {
35 "group_name": "Enabled"
36 }
37 ],
38 "ChromeDashboard": [
39 {
40 "group_name": "Enabled"
41 },
42 {
43 "group_name": "Default"
44 }
45 ],
46 "ChromotingQUIC": [
47 {
48 "group_name": "Enabled"
49 }
50 ],
51 "DisallowFetchForDocWrittenScriptsInMainFrame": [
52 {
53 "enable_features": [
54 "DocumentWriteEvaluator"
55 ],
56 "group_name": "DocumentWriteEvaluatorGroup",
57 "params": {
58 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
59 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
60 }
61 }
62 ],
63 "EnableGoogleCachedCopyTextExperiment": [
64 {
65 "group_name": "Button"
66 }
67 ],
68 "EnableMediaRouter": [
69 {
70 "group_name": "Enabled"
71 }
72 ],
73 "EnableMediaRouterWithCastExtension": [
74 {
75 "group_name": "Enabled"
76 }
77 ],
78 "EnableSessionCrashedBubbleUI": [
79 {
80 "group_name": "Enabled"
81 }
82 ],
83 "ExpectCTReporting": [
84 {
85 "enable_features": [
86 "ExpectCTReporting"
87 ],
88 "group_name": "ExpectCTReportingEnabled"
89 }
90 ],
91 "ExtensionActionRedesign": [
92 {
93 "group_name": "Enabled"
94 }
95 ],
96 "GoogleBrandedContextMenu": [
97 {
98 "group_name": "branded"
99 }
100 ],
101 "InstanceID": [
102 {
103 "group_name": "Enabled"
104 }
105 ],
106 "MainFrameBeforeActivation": [
107 {
108 "enable_features": [
109 "MainFrameBeforeActivation"
110 ],
111 "group_name": "Enabled"
112 }
113 ],
114 "MaterialDesignDownloads": [
115 {
116 "group_name": "Enabled"
117 }
118 ],
119 "MaterialDesignUserManager": [
120 {
121 "enable_features": [
122 "MaterialDesignUserManager"
123 ],
124 "group_name": "Enabled"
125 }
126 ],
127 "MojoChannel": [
128 {
129 "group_name": "Enabled"
130 }
131 ],
132 "NetworkTimeQueries": [
133 {
134 "enable_features": [
135 "NetworkTimeServiceQuerying"
136 ],
137 "group_name": "NetworkTimeQueriesEnabled"
138 }
139 ],
140 "NewAudioRenderingMixingStrategy": [
141 {
142 "enable_features": [
143 "NewAudioRenderingMixingStrategy"
144 ],
145 "group_name": "Enabled"
146 }
147 ],
148 "NonValidatingReloadOnNormalReload": [
149 {
150 "enable_features": [
151 "NonValidatingReloadOnNormalReload"
152 ],
153 "group_name": "Enabled"
154 }
155 ],
156 "OfferUploadCreditCards": [
157 {
158 "group_name": "Enabled"
159 }
160 ],
161 "OutOfProcessPac": [
162 {
163 "group_name": "Enabled"
164 }
165 ],
166 "PageRevisitInstrumentation": [
167 {
168 "group_name": "Enabled"
169 }
170 ],
171 "ParseHTMLOnMainThread": [
172 {
173 "enable_features": [
174 "ParseHTMLOnMainThread"
175 ],
176 "group_name": "Enabled",
177 "params": {
178 "parseHTMLOnMainThreadCoalesceChunks": "false",
179 "parseHTMLOnMainThreadSyncTokenize": "false"
180 }
181 }
182 ],
183 "PassiveDocumentEventListeners": [
184 {
185 "enable_features": [
186 "PassiveDocumentEventListeners"
187 ],
188 "group_name": "Enabled"
189 }
190 ],
191 "PasswordBranding": [
192 {
193 "group_name": "SmartLockBrandingSavePromptOnly"
194 }
195 ],
196 "PasswordManagerSettingsMigration": [
197 {
198 "group_name": "Enable"
199 }
200 ],
201 "PasswordSeparatedSigninFlow": [
202 {
203 "enable_features": [
204 "UsePasswordSeparatedSigninFlow"
205 ],
206 "group_name": "Enabled"
207 }
208 ],
209 "PasswordSmartBubble": [
210 {
211 "group_name": "3-Times",
212 "params": {
213 "dismissal_count": "3"
214 }
215 }
216 ],
217 "PointerEvent": [
218 {
219 "enable_features": [
220 "PointerEvent"
221 ],
222 "group_name": "Enabled"
223 }
224 ],
225 "PreconnectMore": [
226 {
227 "enable_features": [
228 "PreconnectMore"
229 ],
230 "group_name": "Enabled"
231 }
232 ],
233 "QUIC": [
234 {
235 "group_name": "Enabled",
236 "params": {
237 "delay_tcp_race": "true"
238 }
239 }
240 ],
241 "RefreshTokenDeviceId": [
242 {
243 "group_name": "Enabled"
244 }
245 ],
246 "ReportCertificateErrors": [
247 {
248 "group_name": "ShowAndPossiblySend",
249 "params": {
250 "sendingThreshold": "1.0"
251 }
252 },
253 {
254 "group_name": "DontShowAndDontSend"
255 }
256 ],
257 "SSLCommonNameMismatchHandling": [
258 {
259 "group_name": "Enabled"
260 }
261 ],
262 "SafeBrowsingIncidentReportingService": [
263 {
264 "enable_features": [
265 "IncidentReportingDisableUpload"
266 ],
267 "group_name": "Enabled",
268 "params": {
269 "collect_reg_data": "true"
270 }
271 },
272 {
273 "group_name": "Default"
274 }
275 ],
276 "SafeBrowsingIncidentReportingServiceFeatures": [
277 {
278 "enable_features": [
279 "IncidentReportingModuleLoadAnalysis",
280 "IncidentReportingSuspiciousModuleReporting"
281 ],
282 "group_name": "WithSuspiciousModuleReporting"
283 },
284 {
285 "enable_features": [
286 "IncidentReportingModuleLoadAnalysis"
287 ],
288 "group_name": "WithModuleLoadAnalysis"
289 },
290 {
291 "group_name": "Default"
292 }
293 ],
294 "SafeBrowsingReportPhishingErrorLink": [
295 {
296 "group_name": "Enabled"
297 },
298 {
299 "group_name": "Control"
300 },
301 {
302 "group_name": "Disabled"
303 }
304 ],
305 "SafeBrowsingUpdateFrequency": [
306 {
307 "group_name": "UpdateTime15m",
308 "params": {
309 "NextUpdateIntervalInMinutes": "15"
310 }
311 }
312 ],
313 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
314 {
315 "group_name": "Enabled"
316 }
317 ],
318 "SchedulerExpensiveTaskBlocking": [
319 {
320 "group_name": "Enabled"
321 }
322 ],
323 "SdchPersistence": [
324 {
325 "group_name": "Enabled"
326 }
327 ],
328 "SignInPasswordPromo": [
329 {
330 "group_name": "Enable",
331 "params": {
332 "dismissal_threshold": "1"
333 }
334 }
335 ],
336 "SimpleCacheTrial": [
337 {
338 "group_name": "ExperimentYes"
339 }
340 ],
341 "SpeculativeLaunchServiceWorker": [
342 {
343 "enable_features": [
344 "SpeculativeLaunchServiceWorker"
345 ],
346 "group_name": "Enabled"
347 },
348 {
349 "group_name": "Disabled"
350 }
351 ],
352 "StrictSecureCookies": [
353 {
354 "group_name": "Enabled"
355 }
356 ],
357 "SyncHttpContentCompression": [
358 {
359 "group_name": "Enabled"
360 },
361 {
362 "group_name": "Disabled"
363 }
364 ],
365 "TabSyncByRecency": [
366 {
367 "group_name": "Enabled"
368 }
369 ],
370 "TokenBinding": [
371 {
372 "enable_features": [
373 "token-binding"
374 ],
375 "group_name": "TokenBinding"
376 }
377 ],
378 "V8CacheStrategiesForCacheStorage": [
379 {
380 "group_name": "default"
381 },
382 {
383 "group_name": "none"
384 },
385 {
386 "group_name": "normal"
387 },
388 {
389 "group_name": "aggressive"
390 }
391 ],
392 "VarationsServiceControl": [
393 {
394 "group_name": "Interval_30min",
395 "params": {
396 "fetch_period_min": "30"
397 }
398 }
399 ],
400 "WebFontsInterventionV2": [
401 {
402 "group_name": "Enabled-slow2g"
403 }
404 ],
405 "WebRTC-EnableWebRtcEcdsa": [
406 {
407 "enable_features": [
408 "WebRTC-EnableWebRtcEcdsa"
409 ],
410 "group_name": "Enabled"
411 }
412 ],
413 "WebRTC-H264WithOpenH264FFmpeg": [
414 {
415 "enable_features": [
416 "WebRTC-H264WithOpenH264FFmpeg"
417 ],
418 "group_name": "Enabled"
419 }
420 ],
421 "WebRTC-LocalIPPermissionCheck": [
422 {
423 "group_name": "Enabled"
424 }
425 ],
426 "WebRTC-PeerConnectionDTLS1.2": [
427 {
428 "group_name": "Enabled"
429 }
430 ],
431 "use-new-media-cache": [
432 {
433 "enable_features": [
434 "use-new-media-cache"
435 ],
436 "group_name": "Enabled"
437 }
438 ]
439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698