[webkit-dev] FileAPI/FileWriter support

2010-03-24 Thread Kinuko Yasuda
Hi webkit-dev folks, I'm working on FileAPI/FileWriter support and would like to start making changes / send patches for the work. Our initial target platform is chromium and many of the changes will only touch files under platform/chromium, but I will also change existing Blob/File code and will

Re: [webkit-dev] FileAPI/FileWriter support

2010-03-24 Thread Dmitry Titov
I'm curious what the ByteStore object is for? While reading the document, I've got an impression that BlobBuilder would store all content of the blob under construction in that store, 'realizing' the parts (encoding the strings into utf-8 and reading the files underlying Blobs). It seems to be bett

Re: [webkit-dev] FileAPI/FileWriter support

2010-03-25 Thread Kinuko Yasuda
On Thu, Mar 25, 2010 at 12:44 PM, Dmitry Titov wrote: > I'm curious what the ByteStore object is for? While reading the document, > I've got an impression that BlobBuilder would store all content of the blob > under construction in that store, 'realizing' the parts (encoding the > strings into ut