Re: [webkit-dev] ArrayBuffer supprot

2010-11-15 Thread Kenneth Russell
I got swamped with other work and haven't started it. It would be great if you would pick it up. I'll be happy to do code reviews. -Ken On Sun, Nov 14, 2010 at 6:49 PM, Jian Li wrote: > Kenneth, if you have not started working on adding DataView support, I can > take this to make it work. How do

Re: [webkit-dev] ArrayBuffer supprot

2010-11-14 Thread Jian Li
Kenneth, if you have not started working on adding DataView support, I can take this to make it work. How do you think? Thanks. On Wed, Oct 13, 2010 at 8:37 AM, Jian Li wrote: > > > On Tue, Oct 12, 2010 at 2:17 PM, Kenneth Russell wrote: > >> On Fri, Oct 8, 2010 at 2:46 PM, Jian Li wrote: >> >

Re: [webkit-dev] ArrayBuffer supprot

2010-10-12 Thread Jian Li
On Tue, Oct 12, 2010 at 2:17 PM, Kenneth Russell wrote: > On Fri, Oct 8, 2010 at 2:46 PM, Jian Li wrote: > > Hi, > > I am looking into hooking up ArrayBuffer support in FileReader and > > BlobBuilder. It seems that most of the typed array types (ArrayBuffer, > > ArrayBufferView, Uint8Array, and

Re: [webkit-dev] ArrayBuffer supprot

2010-10-12 Thread Kenneth Russell
On Fri, Oct 8, 2010 at 2:46 PM, Jian Li wrote: > Hi, > I am looking into hooking up ArrayBuffer support in FileReader and > BlobBuilder. It seems that most of the typed array types (ArrayBuffer, > ArrayBufferView, Uint8Array, and etc) have already been implemented in > WebKit, except TypedArray.ge

Re: [webkit-dev] ArrayBuffer supprot

2010-10-09 Thread Chris Marrin
On Oct 8, 2010, at 3:51 PM, Jian Li wrote: > > > On Fri, Oct 8, 2010 at 3:29 PM, Maciej Stachowiak wrote: > > On Oct 8, 2010, at 3:05 PM, Jian Li wrote: > >> Sounds good. I will add the File API feature guard to it and still keep >> those files under html/canvas. > > Another possibility is

Re: [webkit-dev] ArrayBuffer supprot

2010-10-08 Thread Jian Li
On Fri, Oct 8, 2010 at 3:29 PM, Maciej Stachowiak wrote: > > On Oct 8, 2010, at 3:05 PM, Jian Li wrote: > > Sounds good. I will add the File API feature guard to it and still keep > those files under html/canvas. > > > Another possibility is to have an ArrayBuffer feature guard and ensure that >

Re: [webkit-dev] ArrayBuffer supprot

2010-10-08 Thread Maciej Stachowiak
On Oct 8, 2010, at 3:05 PM, Jian Li wrote: > Sounds good. I will add the File API feature guard to it and still keep those > files under html/canvas. Another possibility is to have an ArrayBuffer feature guard and ensure that it is on if at least one of the features depending on it is on. -

Re: [webkit-dev] ArrayBuffer supprot

2010-10-08 Thread Jian Li
Sounds good. I will add the File API feature guard to it and still keep those files under html/canvas. On Fri, Oct 8, 2010 at 2:55 PM, Darin Adler wrote: > On Oct 8, 2010, at 2:46 PM, Jian Li wrote: > > > Currently all these typed array supports are put under 3D_CANVAS feature > guard. Since the

Re: [webkit-dev] ArrayBuffer supprot

2010-10-08 Thread Darin Adler
On Oct 8, 2010, at 2:46 PM, Jian Li wrote: > Currently all these typed array supports are put under 3D_CANVAS feature > guard. Since they're going to be widely used in other areas, like File API > and XHR, should we remove the conditional guard 3D_CANVAS from all the > related files? I suggest