WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Submitted:
http://trac.webkit.org/changeset/83884
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug