Bug 21003 - HTMLMediaElement "begin" event is now "loadstart"
Summary: HTMLMediaElement "begin" event is now "loadstart"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 13:27 PDT by Eric Carlson
Modified: 2008-09-25 09:50 PDT (History)
0 users

See Also:


Attachments
proposed patch (24.19 KB, patch)
2008-09-22 13:41 PDT, Eric Carlson
eric: 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 2008-09-22 13:27:57 PDT
Section 4.8.10.4 of the spec [1] changed the name of the event fired when media loading starts from "begin" to "loadstart".

[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#loading
Comment 1 Eric Carlson 2008-09-22 13:41:48 PDT
Created attachment 23665 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2008-09-25 00:38:28 PDT
Comment on attachment 23665 [details]
proposed patch

The technical bits of this change look totally fine.  I'm relying on you to have made sure this conforms to the current spec proposal.  Thanks for the patch!
Comment 3 Eric Carlson 2008-09-25 09:50:56 PDT
Committed revision 36893.