[Webkit-unassigned] [Bug 88294] [FileAPI] Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 01:31:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88294





--- Comment #3 from Li Yin <li.yin at intel.com>  2012-06-05 01:31:37 PST ---
(In reply to comment #2)
> (From update of attachment 145721 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=145721&action=review
> 
> The implementation looks correct but I am not sure if the change is acceptable in terms of compatibility. I'll delegate the review to File API folks.
> 
> > LayoutTests/fast/files/script-tests/blob-constructor.js:70
> > +var intArray = new Uint32Array(100);
> > +var shortArray = new Uint16Array(100);
> > +var byteArray = new Uint8Array(100);
> 
> Let's add test cases for Int8Array, Int16Array, Int32Array, Uint8ClampedArray, Float32Array and Float64Array.

Okay, I will add more tests. Thanks for your review.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list