Re: [webkit-dev] Blob will support ArrayBufferView instead of ArrayBuffer for Constructor Parameters

2013-03-20 Thread Kinuko Yasuda
Hi, I haven't been closely following the thread on public-webapps, but looks like ArrayBuffer is back again: http://dev.w3.org/2006/webapi/FileAPI/#dfn-Blob It was certainly not there in spec 20120712: http://www.w3.org/TR/2012/WD-FileAPI-20120712/#dfn-Blob But added back when it's updated to

Re: [webkit-dev] Unprefixing Blob.webkitSlice() ?

2012-08-12 Thread Kinuko Yasuda
% webkitSlice usage: 77.39% On Mon, Jun 11, 2012 at 3:55 PM, Kinuko Yasuda kin...@chromium.org wrote: On Mon, Jun 11, 2012 at 3:34 PM, Darin Fisher da...@chromium.org wrote: Happy to see us support unprefixed too. With other vendors on board, it seems like a straightforward addition

[webkit-dev] Unprefixing Blob.webkitSlice() ?

2012-06-11 Thread Kinuko Yasuda
Hi WebKit folks, We've been vendor-prefixing Blob.slice() since we changed the semantics of slice() to make it alike Array.slice, i.e. from start, length to start, end semantics in r83873 [1]. The non-prefixed version had only been shipped in Chrome and must have helped apps migrate into the new

Re: [webkit-dev] Unprefixing Blob.webkitSlice() ?

2012-06-11 Thread Kinuko Yasuda
and in Safari 5), so I propose keeping the prefixed version too for now, but to start showing a deprecation message to encourage migration. -Darin On Sun, Jun 10, 2012 at 11:17 PM, Kinuko Yasuda kin...@chromium.orgwrote: Hi WebKit folks, We've been vendor-prefixing Blob.slice() since we changed

[webkit-dev] Adding File/DirectoryEntry access support for drag-and-drop (if ENABLE(FILE_SYSTEM))

2012-06-06 Thread Kinuko Yasuda
Hi WebKit-dev folks, Last year I proposed [1] adding support to access dropped/selected files/directories via {File,Directory}Entry defined in FileSystem API [2] for better directory drag- and-drop support. The proposal got positive feedbacks in general and I would like to land the changes that

[webkit-dev] Adding ENABLE_FILE_SYSTEM for FileSystem API support to WebCore

2011-05-11 Thread Kinuko Yasuda
Hi Webkit-dev folks, I wanted to let you know that we have been working on and adding code for FileSystem API [1] to WebKit. (I think I have mentioned the feature several times in the past on this mailing list but have never sent out an announce or request-for-comments type email so far.) The

Re: [webkit-dev] Adding ENABLE_QUOTA for unified quota support to WebCore

2011-05-07 Thread Kinuko Yasuda
On Sat, May 7, 2011 at 9:26 AM, Maciej Stachowiak m...@apple.com wrote: On May 6, 2011, at 1:53 AM, Kinuko Yasuda wrote: Hi webkit-dev folks, I wanted to let you know that I plan to add (and have added some code for) unified storage quota API to WebKit. The feature/API is to allow webapps

[webkit-dev] Adding ENABLE_QUOTA for unified quota support to WebCore

2011-05-06 Thread Kinuko Yasuda
Hi webkit-dev folks, I wanted to let you know that I plan to add (and have added some code for) unified storage quota API to WebKit. The feature/API is to allow webapps to request or query per-origin storage quota across multiple storage types (e.g. IndexedDB, SQL DB and FileSystem API). The

Re: [webkit-dev] JSC binding code question

2010-09-29 Thread Kinuko Yasuda
On Tue, Sep 28, 2010 at 11:02 PM, Maciej Stachowiak m...@apple.com wrote: And what I have written for this is like following: if (!exec-argument(1).isNull() !exec-argument(1).isUndefined() exec-argument(1).isObject() !exec-argument(1).inherits(JSFlags::s_info)) {        JSObject* object =

[webkit-dev] JSC binding code question

2010-09-28 Thread Kinuko Yasuda
Hi Webkit folks, I'm writing a JSC binding code (custom binding code for now) for a method that can take JSON-format parameters, and I want to know what would be the right/recommended way. I mean, I want to write a binding code that can executes javascript code like:

Re: [webkit-dev] Misplaced files

2010-08-30 Thread Kinuko Yasuda
, at 6:19 PM, Kinuko Yasuda wrote: We have bunch of FileSystem (which is a part of File API) related files in WebCore/storage/. Maybe we should move them to the new directory too? Are these the files you're talking about? WebCore/storage/DOMFilePath.cpp WebCore/storage/DOMFilePath.h

Re: [webkit-dev] Misplaced files

2010-08-27 Thread Kinuko Yasuda
(Sending from the right address) We have bunch of FileSystem (which is a part of File API) related files in WebCore/storage/. Maybe we should move them to the new directory too? On Fri, Aug 27, 2010 at 6:01 PM, Maciej Stachowiak m...@apple.com wrote: On Aug 27, 2010, at 5:15 PM, Adam Barth

Re: [webkit-dev] FileAPI/FileWriter support

2010-03-25 Thread Kinuko Yasuda
that sound make sense? Any suggestions would be appreciated. Kinuko Dmitry On Wed, Mar 24, 2010 at 5:42 PM, Kinuko Yasuda kin...@chromium.orgwrote: 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

[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