Bug 28314

Summary: HTMLMediaElement should fire 'progress' event before 'load'
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebCore Misc.Assignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch simon.fraser: review+

Eric Carlson
Reported 2009-08-14 13:09:04 PDT
The spec was updated to require a 'progress' event just before the 'load' event: Once the entire media resource has been fetched (but potentially before any of it has been decoded) Queue a task to fire a progress event called progress at the element. http://html5.org/tools/web-apps-tracker?from=3618&to=3619
Attachments
proposed patch (5.37 KB, patch)
2009-08-18 10:14 PDT, Eric Carlson
simon.fraser: review+
Eric Carlson
Comment 1 2009-08-18 10:14:30 PDT
Created attachment 35047 [details] proposed patch
Eric Carlson
Comment 2 2009-08-18 11:00:56 PDT
Note You need to log in before you can comment on or make changes to this bug.