Open
Bug 851985
Opened 12 years ago
Updated 3 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•12 years ago
|
Attachment #725958 -
Flags: review?(chris.double) → review+
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [leave open]
| Reporter | ||
Comment 1•12 years ago
|
||
It's possible that we just need to wait for something later than loadeddata in these tests.
| Reporter | ||
Comment 2•12 years ago
|
||
| Reporter | ||
Updated•12 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•12 years ago
|
||
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•