Bug 25041 - HTMLMediaElement: OSX autoplay broken by r41907
Summary: HTMLMediaElement: OSX autoplay broken by r41907
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 15:47 PDT by Eric Carlson
Modified: 2009-04-08 07:44 PDT (History)
0 users

See Also:


Attachments
proposed patch (2.60 KB, patch)
2009-04-03 15:56 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-04-03 15:47:36 PDT
'autoplay' starts when the ready state reaches HAVE_ENOUGH_DATA but the OSX media engine doesn't set readyState to HAVE_ENOUGH_DATA until the entire file has been loaded.
Comment 1 Eric Carlson 2009-04-03 15:48:17 PDT
<rdar://problem/6697754>
Comment 2 Eric Carlson 2009-04-03 15:56:36 PDT
Created attachment 29246 [details]
proposed patch
Comment 3 Simon Fraser (smfr) 2009-04-03 16:01:17 PDT
Comment on attachment 29246 [details]
proposed patch

r=me, but it would be nice if we could have LayoutTests to test slower loading movies.
Comment 4 Eric Carlson 2009-04-08 07:44:38 PDT
http://trac.webkit.org/changeset/42320