зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1213731 - Remove unused Youtube URLs, use embedded URLs where possible. r=maja_zf
Many of the youtube URLs were not being used in tests. Many were are/also dead. Furthermore, non-embedded links are causing issues due to the next video auto play feature defaulting to on in youtube. This is a quick once over to remove unused links, prune some of the dead, and rewrite those that can be embedded to embedded URLs. In future I would like to see the embedded links and non embedded separated into their own files. However, theses changes are a halfway house that will not break compatibility downstream. MozReview-Commit-ID: 4aPMNjD3LC4 --HG-- rename : dom/media/test/external/external_media_tests/urls/youtube/long3-crashes-720.ini => dom/media/test/external/external_media_tests/urls/youtube/long2-crashes-720.ini rename : dom/media/test/external/external_media_tests/urls/youtube/long4-crashes-900.ini => dom/media/test/external/external_media_tests/urls/youtube/long3-crashes-900.ini rename : dom/media/test/external/external_media_tests/urls/youtube/short0-10.ini => dom/media/test/external/external_media_tests/urls/youtube/short1-10.ini rename : dom/media/test/external/external_media_tests/urls/youtube/short3-crashes-15.ini => dom/media/test/external/external_media_tests/urls/youtube/short2-crashes-15.ini extra : rebase_source : a5abcc8d7b1f1f1e3e2b6303f91b6183f4e4d9ee
This commit is contained in:
Родитель
ab7cc0932e
Коммит
ae1691c635
|
@ -1,9 +1,9 @@
|
|||
# short videos; no ads; max 5 minutes
|
||||
# short videos; no ads; embedded; max 5 minutes
|
||||
# 0:12
|
||||
[https://youtu.be/AbAACm1IQE0]
|
||||
[https://youtube.com/embed/AbAACm1IQE0?autoplay=1]
|
||||
# 2:18
|
||||
[https://www.youtube.com/watch?v=yOQQCoxs8-k]
|
||||
[https://youtube.com/embed/yOQQCoxs8-k?autoplay=1]
|
||||
# 0:08
|
||||
[https://www.youtube.com/watch?v=1visYpIREUM]
|
||||
[https://youtube.com/embed/1visYpIREUM?autoplay=1]
|
||||
# 2:09
|
||||
[https://www.youtube.com/watch?v=rjmuKV9BTkE]
|
||||
[https://youtube.com/embed/rjmuKV9BTkE?autoplay=1]
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
# all long videos; < 12 hours total
|
||||
# 2:18:00
|
||||
[http://youtu.be/FLX64H5FYa8]
|
||||
# 1:00:00
|
||||
[https://www.youtube.com/watch?v=AYYDshv8C4g]
|
||||
# 1:10:00
|
||||
[https://www.youtube.com/watch?v=V0Vy4kYAPDk]
|
||||
# 1:47:00
|
||||
[https://www.youtube.com/watch?v=bFtGE2C7Pxs]
|
||||
|
||||
|
||||
# shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::MediaShutdownManager::Shutdown()
|
||||
# 1:43:00
|
||||
[https://www.youtube.com/watch?v=BXMtXpmpXPU]
|
||||
# a couple of very long videos, < 12 hours total
|
||||
# 6:00:00 - can't embed due to copyright
|
||||
[https://www.youtube.com/watch?v=5N8sUccRiTA]
|
||||
# 2:09:00
|
||||
[https://www.youtube.com/embed/b6q5N16dje4?autoplay=1]
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# a couple of very long videos, < 12 hours total
|
||||
# 6:00:00
|
||||
[https://www.youtube.com/watch?v=5N8sUccRiTA]
|
||||
# 2:27:00
|
||||
[https://www.youtube.com/watch?v=NAVrm3wjzq8]
|
||||
# 58:50
|
||||
[https://www.youtube.com/watch?v=uP1BBw3IYco]
|
||||
# 2:09:00
|
||||
[https://www.youtube.com/watch?v=b6q5N16dje4]
|
|
@ -1,3 +1,6 @@
|
|||
# It appears these are not currently used by tests. They are left here as they
|
||||
# reference failure scenarios. If tese are fixed that can be removed.
|
||||
|
||||
# videos from crashes, < 12 hours
|
||||
|
||||
# hang | NtUserMessageCall | SendMessageW
|
|
@ -1,3 +1,6 @@
|
|||
# It appears these are not currently used by tests. They are left here as they
|
||||
# reference failure scenarios. If tese are fixed that can be removed.
|
||||
|
||||
# Total time: about 12-13 hours + unskippable ads
|
||||
#Request url: https://crash-stats.mozilla.com/api/SuperSearchUnredacted/?product=Firefox&url=%24https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D&url=%21~list&url=%21~index&_results_number=50&platform=Windows&version=37.0&date=%3E2015-03-26
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# very long test; 96-100 hours?
|
||||
# 00:3:26
|
||||
[https://www.youtube.com/watch?v=7RMQksXpQSk]
|
||||
# nyan cat 10 hours
|
||||
[http://youtu.be/9bZkp7q19f0]
|
||||
# 4:54:00
|
||||
[https://www.youtube.com/watch?v=jWlKjw3LBDk]
|
||||
# 3:00:01
|
||||
[https://www.youtube.com/watch?v=ub9JUDS_6i8]
|
||||
# 10 hours rick roll
|
||||
[https://www.youtube.com/watch?v=BROWqjuTM0g]
|
||||
# 24 hours
|
||||
[https://www.youtube.com/watch?v=FvHiLLkPhQE]
|
||||
# 2 hours
|
||||
[https://www.youtube.com/watch?v=VmOuW5zTt9w
|
|
@ -1,18 +1,18 @@
|
|||
# mix of shorter/longer videos with/without ads, < 60 min
|
||||
# 4:59
|
||||
[http://youtu.be/pWI8RB2dmfU]
|
||||
# 4:59 - can't embed
|
||||
[https://www.youtube.com/watch?v=pWI8RB2dmfU]
|
||||
# 0:46 ad at start
|
||||
[http://youtu.be/6SFp1z7uA6g]
|
||||
[https://www.youtube.com/embed/6SFp1z7uA6g?autoplay=1]
|
||||
# 0:58 ad at start
|
||||
[http://youtu.be/Aebs62bX0dA]
|
||||
[https://www.youtube.com/embed/Aebs62bX0dA?autoplay=1]
|
||||
# 1:43 ad
|
||||
[https://www.youtube.com/watch?v=l5ODwR6FPRQ]
|
||||
# 8:00 ad
|
||||
[https://www.youtube.com/embed/l5ODwR6FPRQ?autoplay=1]
|
||||
# 8:00 ad - can't embed
|
||||
[https://www.youtube.com/watch?v=KlyXNRrsk4A]
|
||||
# video with ad in beginning and in the middle 20:00
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1176815
|
||||
[https://www.youtube.com/watch?v=cht9Xq9suGg]
|
||||
[https://www.youtube.com/embed/cht9Xq9suGg?autoplay=1]
|
||||
# 1:35 ad
|
||||
[https://www.youtube.com/watch?v=orybDrUj4vA]
|
||||
# 3:02 - ad
|
||||
[https://youtu.be/tDDVAErOI5U]
|
||||
[https://www.youtube.com/embed/orybDrUj4vA?autoplay=1]
|
||||
# 3:02 ad
|
||||
[https://www.youtube.com/embed/tDDVAErOI5U?autoplay=1]
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# a few longer videos, < 60 min total
|
||||
# 0:30:00 no ad
|
||||
[https://www.youtube.com/watch?v=-qXxNPvqHtQ]
|
||||
# 0:20:00
|
||||
[http://youtu.be/Fu2DcHzokew]
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# a few longer videos, < 120 min total
|
||||
# video with ad in the middle
|
||||
# 21:00
|
||||
[https://www.youtube.com/watch?v=cht9Xq9suGg]
|
||||
# 16:00
|
||||
[https://www.youtube.com/watch?v=6Lm9EHhbJAY]
|
||||
# 20:00
|
||||
[https://www.youtube.com/watch?v=8XQ1onjXJK0]
|
||||
# 59:06
|
||||
[https://www.youtube.com/watch?v=kmpiY5kssU4]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# 00:12
|
||||
[https://youtu.be/AbAACm1IQE0]
|
||||
# longer video with ads; < 15 min total
|
||||
# 13:40
|
||||
[https://www.youtube.com/watch?v=87uo2TPrsl8]
|
|
@ -1,5 +0,0 @@
|
|||
# 1-2 longer videos with ads; < 15 minutes total
|
||||
[https://www.youtube.com/watch?v=v678Em6qyzk]
|
||||
[https://www.youtube.com/watch?v=l8XOZJkozfI]
|
||||
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
# It appears these are not currently used by tests. They are left here as they
|
||||
# reference failure scenarios. If tese are fixed that can be removed.
|
||||
|
||||
# crash-data videos, < 15 minutes total
|
||||
|
||||
# hang | NtUserMessageCall | SendMessageW
|
Загрузка…
Ссылка в новой задаче