[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 14:01:49 PST 2013


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





--- Comment #34 from Piotr Grad <p.grad at samsung.com>  2013-11-08 14:00:34 PST ---
(In reply to comment #32)
> (In reply to comment #21)
> > (In reply to comment #19)
> > > (From update of attachment 216278 [details] [details] [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.
> 
> Really? Did you actually try my suggestion?
Yes, i tried to be 100% sure after your second question about it.

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