Closed
Bug 589561
Opened 14 years ago
Closed 14 years ago
(ietestcenter) HTML5 Media Elements 1/23: 'buffered' returns a TimeRanges object.
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta5+ |
People
(Reporter: darxus-mozillabug, Assigned: cpearce)
References
()
Details
(Keywords: html5)
Attachments
(1 file, 1 obsolete file)
44.46 KB,
patch
|
roc
:
review+
roc
:
approval2.0+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4pre) Gecko/20100817 Minefield/4.0b4pre
Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4pre) Gecko/20100817 Minefield/4.0b4pre
Fails test.
Reproducible: Always
Blocks: ietestcenter
Version: unspecified → Trunk
Comment 1•14 years ago
|
||
We need to s/HTMLTimeRanges/TimeRanges/q
Assignee | ||
Comment 2•14 years ago
|
||
Thanks for filing all these ietestcenter bugs Darxus, much appreciated.
(In reply to comment #1)
> We need to s/HTMLTimeRanges/TimeRanges/q
Ms2ger is correct, we've named our time ranges object HTMLTimeRanges, but the spec calls the interface TimeRanges:
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#timeranges
We should fix this before we ship buffered in Firefox 4, it's a pretty easy fix.
blocking2.0: --- → ?
Chris: You're welcome, and thanks for the response. I've been waiting to see how they were received to continue.
Assignee | ||
Comment 4•14 years ago
|
||
Looks like we also call MediaError HTMLMediaError. That should change too.
Assignee | ||
Comment 5•14 years ago
|
||
Rename HTMLTimeRanges to TimeRanges, HTMLMediaError to MediaError. We pass the ietestcenter test with this patch.
Assignee: nobody → chris
Attachment #468532 -
Flags: review?(roc)
Attachment #468532 -
Flags: approval2.0?
nsIMediaError and nsITimeRanges should be nsIDOMMediaError and nsIDOMTimeRanges respectively. Other than that, this is good.
Assignee | ||
Comment 7•14 years ago
|
||
With nsIDOM{MediaError,TimeRanges} instead of nsI{MediaError,TimeRanges}.
Attachment #468532 -
Attachment is obsolete: true
Attachment #468575 -
Flags: review?(roc)
Attachment #468575 -
Flags: approval2.0?
Attachment #468532 -
Flags: review?(roc)
Attachment #468532 -
Flags: approval2.0?
Attachment #468575 -
Flags: review?(roc)
Attachment #468575 -
Flags: review+
Attachment #468575 -
Flags: approval2.0?
Attachment #468575 -
Flags: approval2.0+
Updated•14 years ago
|
blocking2.0: ? → beta5+
Assignee | ||
Comment 8•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•