[Webkit-unassigned] [Bug 123879] Ended event should be triggered also when playback rate is negative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 08:47:57 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=123879


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #216278|review?                     |review-
               Flag|                            |




--- Comment #19 from Eric Carlson <eric.carlson at apple.com>  2013-11-07 08:46:43 PST ---
(From update of attachment 216278)
View in context: https://bugs.webkit.org/attachment.cgi?id=216278&action=review

> LayoutTests/media/video-ended-event-negative-playback.html:22
> +        <video loop/>

I wonder if the failure on the Mac is because of this: a video element is not a void element, it must have an end tag

> Source/WebCore/html/HTMLMediaElement.cpp:3679
>      double dur = duration();

As before, can you please get rid of the "dur" abbreviation while you are here: 

double duration = this->duration();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list