Bug 28314 - HTMLMediaElement should fire 'progress' event before 'load'
Summary: HTMLMediaElement should fire 'progress' event before 'load'
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: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 13:09 PDT by Eric Carlson
Modified: 2009-08-18 11:00 PDT (History)
0 users

See Also:


Attachments
proposed patch (5.37 KB, patch)
2009-08-18 10:14 PDT, Eric Carlson
simon.fraser: 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-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
Comment 1 Eric Carlson 2009-08-18 10:14:30 PDT
Created attachment 35047 [details]
proposed patch
Comment 2 Eric Carlson 2009-08-18 11:00:56 PDT
http://trac.webkit.org/changeset/47431