Bug 24964

Summary: HTMLMediaElement: 'waiting' event may fire twice
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

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.