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

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

Powered by Google App Engine
This is Rietveld 408576698