[Webkit-unassigned] [Bug 28335] HTML5 media elements do not fire waiting events correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 00:06:06 PDT 2009


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


Albert J. Wong <ajwong at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|HTML5 media elements do not |HTML5 media elements do not
                   |fire seeking of waiting     |fire waiting events
                   |events                      |correctly




--- Comment #2 from Albert J. Wong <ajwong at chromium.org>  2009-08-15 00:06:06 PDT ---
reread the spec some more and looked over the implementation further.  The main
issue seems to be that HTMLMediaElement doesn't fire waiting before seeking
(4.8.10.10 step 8), and doesn't fire seeked if the ready state changes down to
HAVE_METADATA during a seek.

This patch addresses those issues.

I could not setup a test where MediaPlayerQT.mm would lower the readyState, but
I did test this change on chromium and it looked right.

Patch is attached.

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