WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
88389
FileAPI: Remove deprecation warning when ArrayBuffer is in Blob constructor.
https://bugs.webkit.org/show_bug.cgi?id=88389
Summary
FileAPI: Remove deprecation warning when ArrayBuffer is in Blob constructor.
Li Yin
Reported
2012-06-05 19:33:23 PDT
From Spec:
http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob
Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters. This bug depends on
Bug 88294
Attachments
Patch
(5.93 KB, patch)
2013-03-21 06:29 PDT
,
Li Yin
kbr
: review+
buildbot
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Li Yin
Comment 1
2013-03-21 05:52:44 PDT
Spec:
http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob
Both ArrayBuffer and ArrayBufferView should be supported for Constructor Parameters. So we need to remove the deprecated warning for ArrayBuffer.
Li Yin
Comment 2
2013-03-21 06:29:02 PDT
Created
attachment 194244
[details]
Patch
Build Bot
Comment 3
2013-03-21 07:05:41 PDT
Comment on
attachment 194244
[details]
Patch
Attachment 194244
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-commit-queue.appspot.com/results/17193561
Build Bot
Comment 4
2013-03-21 11:23:34 PDT
Comment on
attachment 194244
[details]
Patch
Attachment 194244
[details]
did not pass mac-ews (mac): Output:
http://webkit-commit-queue.appspot.com/results/17288124
Kenneth Russell
Comment 5
2013-03-21 11:32:28 PDT
Comment on
attachment 194244
[details]
Patch Looks fine, but the unused parameter build failure needs to be fixed.
Li Yin
Comment 6
2013-03-21 20:14:16 PDT
Committed
r146557
: <
http://trac.webkit.org/changeset/146557
>
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