[Webkit-unassigned] [Bug 73957] Repaint video controls when buffering during pause.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 16:07:24 PST 2011


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


Dale Curtis <dalecurtis at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Unspecified                 |All
         OS/Version|Unspecified                 |All
          Component|New Bugs                    |WebCore Misc.
                 CC|                            |scherkus at chromium.org,
                   |                            |vrk at chromium.org




--- Comment #2 from Dale Curtis <dalecurtis at chromium.org>  2011-12-06 16:07:24 PST ---
Currently buffering progress on the media controls does not update when the video is paused or hasn't started. Not exactly the end of world, but a polish issue none the less.

The attached patch fixes this issue by piping a new MediaControls::bufferingProgressed() method which is called when the buffer updates according to HTMLMediaElement::progressEventTimerFired. A new layout test is included to verify this behavior.

The layout test uses an image diff, but I'm not sure what the process for generating the platform expected images is. Please take a look and advise.

Chromium Issue: http://crbug.com/97720
Chromium CL: http://codereview.chromium.org/8496044/

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