Bug 35385 - Replace 'autobuffer' attribute with 'preload'
Summary: Replace 'autobuffer' attribute with 'preload'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: HTML5, InRadar
Depends on:
Blocks:
 
Reported: 2010-02-25 07:12 PST by Eric Carlson
Modified: 2010-03-03 09:28 PST (History)
0 users

See Also:


Attachments
Proposed patch. (25.36 KB, patch)
2010-03-02 17:43 PST, Eric Carlson
adele: 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 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