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

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

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

Powered by Google App Engine
This is Rietveld 408576698