Bug 58518

Summary: BlobBuilder should be vendor-prefixed
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Jian Li <jianli>
Status: RESOLVED FIXED    
Severity: Normal CC: ericu, fishd, tzik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed Patch fishd: review+, jianli: commit-queue-

Description Kinuko Yasuda 2011-04-13 23:28:33 PDT
Since FileWriter API is not yet standard, we should vendor-prefix BlobBuilder.
(As for FileWriter it cannot be created without requesting FileSystem, whose entry point will be prefixed as well, we won't need to prefix it separately.)

window.BlobBuilder -> window.webkitBlobBuilder
Comment 1 Darin Fisher (:fishd, Google) 2011-04-14 08:59:14 PDT
Shouldn't it be WebKitBlobBuilder, like WebKitPoint?  Things you can construct start with an upper-case letter, right?
Comment 2 Jian Li 2011-04-14 13:01:27 PDT
Created attachment 89631 [details]
Proposed Patch
Comment 3 Kinuko Yasuda 2011-04-17 22:45:17 PDT
Submitted: http://trac.webkit.org/changeset/83884