[Webkit-unassigned] [Bug 93248] [V8] Remove custom toV8() calls for TypedArray.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 04:53:18 PDT 2012


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


Vineet Chaudhary (vineetc) <rgf748 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |rgf748 at motorola.com
                   |kit.org                     |




--- Comment #1 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2012-08-06 04:53:17 PST ---
Created an attachment (id=156663)
 --> (https://bugs.webkit.org/attachment.cgi?id=156663&action=review)
wipPatch

With current patch I had to skip below idls with custom bindings because of 
naming conventions at v8 bindings side.
ExternalArrayType enum values are declared in v8.h and used in v8/heap and v8/d8 code.

IDL File              could be          Actual  
Int8Array.idl         signed char   ==> Byte
Uint8Array.idl        unsigned char ==> UnsignedByte
Uint8ClampedArray.idl unsigned char ==> Pixel

-- 
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