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

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

Issue 2835723002: Update the background video optimization studies according to the new Finch config. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "enable_features": [ 256 "enable_features": [
257 "AutomaticTabDiscarding" 257 "AutomaticTabDiscarding"
258 ] 258 ]
259 } 259 }
260 ] 260 ]
261 } 261 }
262 ], 262 ],
263 "BackgroundVideoOptimizations": [ 263 "BackgroundVideoOptimizations": [
264 { 264 {
265 "platforms": [ 265 "platforms": [
266 "android",
267 "chromeos", 266 "chromeos",
268 "linux", 267 "linux",
269 "mac", 268 "mac",
270 "win" 269 "win"
271 ], 270 ],
272 "experiments": [ 271 "experiments": [
273 { 272 {
274 "name": "BackgroundOptimizationEnabled5sOrLess", 273 "name": "BackgroundOptimizationEnabled1sOrLessMediaSource",
275 "params": { 274 "params": {
276 "max_keyframe_distance_ms": "5000" 275 "max_keyframe_distance_media_source_ms": "1000",
276 "max_keyframe_distance_ms": "0"
277 }, 277 },
278 "enable_features": [ 278 "enable_features": [
279 "BackgroundVideoTrackOptimization" 279 "BackgroundVideoTrackOptimization"
280 ]
281 },
282 {
283 "name": "BackgroundOptimizationEnabled3sOrLessMediaSource",
284 "params": {
285 "max_keyframe_distance_media_source_ms": "3000",
286 "max_keyframe_distance_ms": "0"
287 },
288 "enable_features": [
289 "BackgroundVideoTrackOptimization"
290 ]
291 },
292 {
293 "name": "BackgroundOptimizationEnabled5sOrLessMediaSource",
294 "params": {
295 "max_keyframe_distance_media_source_ms": "5000",
296 "max_keyframe_distance_ms": "0"
297 },
298 "enable_features": [
299 "BackgroundVideoTrackOptimization"
280 ] 300 ]
281 } 301 }
282 ] 302 ]
283 }, 303 },
284 { 304 {
285 "platforms": [ 305 "platforms": [
286 "android" 306 "android"
287 ], 307 ],
288 "experiments": [ 308 "experiments": [
289 { 309 {
290 "name": "BackgroundOptimizationEnabled", 310 "name": "BackgroundOptimizationEnabled1sOrLessMediaSource",
291 "params": { 311 "params": {
292 "max_keyframe_distance_media_source_ms": "10000", 312 "max_keyframe_distance_media_source_ms": "1000",
293 "max_keyframe_distance_ms": "1000" 313 "max_keyframe_distance_ms": "1000"
294 }, 314 },
295 "enable_features": [ 315 "enable_features": [
296 "BackgroundVideoTrackOptimization" 316 "BackgroundVideoTrackOptimization"
297 ] 317 ]
298 } 318 },
299 ]
300 },
301 {
302 "platforms": [
303 "chromeos",
304 "linux",
305 "mac",
306 "win"
307 ],
308 "experiments": [
309 { 319 {
310 "name": "BackgroundOptimizationEnabled", 320 "name": "BackgroundOptimizationEnabled3sOrLessMediaSource",
311 "params": { 321 "params": {
312 "max_keyframe_distance_media_source_ms": "10000", 322 "max_keyframe_distance_media_source_ms": "3000",
313 "max_keyframe_distance_ms": "0" 323 "max_keyframe_distance_ms": "1000"
314 }, 324 },
315 "enable_features": [ 325 "enable_features": [
316 "BackgroundVideoTrackOptimization" 326 "BackgroundVideoTrackOptimization"
327 ]
328 },
329 {
330 "name": "BackgroundOptimizationEnabled5sOrLessMediaSource",
331 "params": {
332 "max_keyframe_distance_media_source_ms": "5000",
333 "max_keyframe_distance_ms": "1000"
334 },
335 "enable_features": [
336 "BackgroundVideoTrackOptimization"
317 ] 337 ]
318 } 338 }
319 ] 339 ]
320 } 340 }
321 ], 341 ],
322 "BrowserBlacklist": [ 342 "BrowserBlacklist": [
323 { 343 {
324 "platforms": [ 344 "platforms": [
325 "win" 345 "win"
326 ], 346 ],
(...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 { 3341 {
3322 "name": "Enabled", 3342 "name": "Enabled",
3323 "enable_features": [ 3343 "enable_features": [
3324 "use-new-media-cache" 3344 "use-new-media-cache"
3325 ] 3345 ]
3326 } 3346 }
3327 ] 3347 ]
3328 } 3348 }
3329 ] 3349 ]
3330 } 3350 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698