Bug 24964 - HTMLMediaElement: 'waiting' event may fire twice
Summary: HTMLMediaElement: 'waiting' event may fire twice
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 13:35 PDT by Eric Carlson
Modified: 2009-03-31 15:01 PDT (History)
0 users

See Also:


Attachments
proposed patch (3.08 KB, patch)
2009-03-31 13:43 PDT, Eric Carlson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2009-03-31 13:35:10 PDT
The 'waiting' event should only fire once when the ready state drops below HAVE_CURRENT_DATA, currently it can fire twice.
Comment 1 Eric Carlson 2009-03-31 13:43:04 PDT
Created attachment 29131 [details]
proposed patch
Comment 2 Darin Adler 2009-03-31 14:38:26 PDT
Comment on attachment 29131 [details]
proposed patch

r=me
Comment 3 Eric Carlson 2009-03-31 15:01:18 PDT
Committed revision 42143.