Bug 35385

Summary: Replace 'autobuffer' attribute with 'preload'
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal Keywords: HTML5, InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch. adele: review+

Description Eric Carlson 2010-02-25 07:12:46 PST
The 'autobuffer' boolean attribute has been replaced with 'preload', see http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#attr-media-preload and http://www.w3.org/Bugs/Public/show_bug.cgi?id=8731
Comment 1 Eric Carlson 2010-02-25 07:16:07 PST
<rdar://problem/7689602>
Comment 2 Eric Carlson 2010-03-02 17:43:05 PST
Created attachment 49870 [details]
Proposed patch.
Comment 3 Simon Fraser (smfr) 2010-03-03 08:19:47 PST
Comment on attachment 49870 [details]
Proposed patch.

> Index: WebCore/ChangeLog
> ===================================================================

> +        Replace 'autobuffer' attribute with 'preload'
> +        https://bugs.webkit.org/show_bug.cgi?id=35385
> +        rdar://problem/7689602

This should say why you're making the change. Is it just to align with the spec?
Comment 4 Eric Carlson 2010-03-03 09:28:54 PST
http://trac.webkit.org/changeset/55463