Closed
Bug 1144509
Opened 10 years ago
Closed 10 years ago
timeupdate event isn't fired before seeked event
Categories
(Core :: Audio/Video, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
996 bytes,
patch
|
karlt
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.26 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
Per HTMLMediaElement spec:
http://www.w3.org/html/wg/drafts/html/master/semantics.html#seeking
"4.8.14.9 Seeking
16. ⌛ Queue a task to fire a simple event named timeupdate at the element.
17. ⌛ Queue a task to fire a simple event named seeked at the element.
"
The event timeupdate isn't fired.
This cause failure of the media-source/mediasource-duration.html test
Assignee | ||
Comment 1•10 years ago
|
||
fire timeupdate before seeked event.
Attachment #8579129 -
Flags: review?(karlt)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
update test. We don't pass on linux and webm as we fail an assert to calculate the duration of the video (6.042 vs 6.045)
Attachment #8579137 -
Flags: review?(karlt)
Updated•10 years ago
|
Attachment #8579129 -
Flags: review?(karlt) → review+
Updated•10 years ago
|
Attachment #8579137 -
Flags: review?(karlt) → review+
Comment 3•10 years ago
|
||
Should the test be re-enabled on Mac now?
Perhaps win too?
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 4•10 years ago
|
||
There's more failure with the two following tests, they timeout.
I have found the cause for those (tracked in bug 1143971 and bug 1144617)
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 5•10 years ago
|
||
Updated•10 years ago
|
Priority: -- → P2
https://hg.mozilla.org/mozilla-central/rev/749fd9127c14
https://hg.mozilla.org/mozilla-central/rev/0abff0bf399a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 8•10 years ago
|
||
Comment on attachment 8579129 [details] [diff] [review]
Part1. Fire timeupdate before seeked event as per spec
Approval Request Comment
[Feature/regressing bug #]: MSE and HTML5 video
[User impact if declined]: Spec compliance, possible stalls after seeking.
[Describe test coverage new/current, TreeHerder]: Landed on m-c, web platform tests.
[Risks and why]: Risk is low. We just queue the missing event, which should have no harmful side-effects.
[String/UUID change made/needed]: None.
Flags: needinfo?(giles)
Attachment #8579129 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
status-firefox37:
--- → wontfix
status-firefox38:
--- → affected
Updated•10 years ago
|
Attachment #8579129 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Windows permafail on Aurora:
https://treeherder.mozilla.org/logviewer.html#?job_id=715812&repo=mozilla-aurora
Flags: needinfo?(jyavenard)
Flags: needinfo?(giles)
You need to log in
before you can comment on or make changes to this bug.
Description
•