[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
Fri Nov 8 05:20:52 PST 2013


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





--- Comment #21 from Piotr Grad <p.grad at samsung.com>  2013-11-08 05:19:37 PST ---
(In reply to comment #19)
> (From update of attachment 216278 [details])
> 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();

I cannot change 'dur' to 'duration' because then i would get compiler error. Var name cannot override function name used in same scope.

-- 
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