Open
Bug 851985
Opened 10 years ago
Updated 5 years ago
nsVideoFrame (or nsHTMLMediaElement) needs to block onloadeddata on poster loads
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
NEW
People
(Reporter: joe, Unassigned)
References
Details
(Whiteboard: [leave open])
Attachments
(1 file)
2.80 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
Currently the video frame doesn't block onload on loading the poster image, which means that post-bug 716140, several of the tests start failing intermittently. An easier workaround might be to wait for MozAfterPaint instead of just a delay in poster-1[012].html, but for now let's just mark them as random.
Attachment #725958 -
Flags: review?(chris.double)
Updated•10 years ago
|
Attachment #725958 -
Flags: review?(chris.double) → review+
Reporter | ||
Updated•10 years ago
|
Whiteboard: [leave open]
Reporter | ||
Comment 1•10 years ago
|
||
It's possible that we just need to wait for something later than loadeddata in these tests.
Reporter | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/246083a5c939
Reporter | ||
Updated•10 years ago
|
Summary: nsVideoFrame (or nsHTMLMediaElement) needs to block onload on poster loads → nsVideoFrame (or nsHTMLMediaElement) needs to block onloadeddata on poster loads
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/246083a5c939
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: Playback
You need to log in
before you can comment on or make changes to this bug.
Description
•