RESOLVED FIXED Bug 58518
BlobBuilder should be vendor-prefixed
https://bugs.webkit.org/show_bug.cgi?id=58518
Summary BlobBuilder should be vendor-prefixed
Kinuko Yasuda
Reported 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
Attachments
Proposed Patch (70.47 KB, patch)
2011-04-14 13:01 PDT, Jian Li
fishd: review+
jianli: commit-queue-
Darin Fisher (:fishd, Google)
Comment 1 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?
Jian Li
Comment 2 2011-04-14 13:01:27 PDT
Created attachment 89631 [details] Proposed Patch
Kinuko Yasuda
Comment 3 2011-04-17 22:45:17 PDT
Note You need to log in before you can comment on or make changes to this bug.