Bug 25041

Summary: HTMLMediaElement: OSX autoplay broken by r41907
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: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch simon.fraser: review+

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