Re: [Crosswalk-dev] Intent to Implement - Native File API

2014-04-01 Thread Cao, Jenny Q
sswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement - Native File API Hi, All, Crosswalk is based on Chromium. Native File API is based on Isolated File System of Chromium. Currently, all Chromium file APIs use callback. The implementation will be more straight forward, if we use ca

Re: [Crosswalk-dev] Intent to Implement - Native File API

2014-03-31 Thread Gao, Shawn
@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement - Native File API I also support basing our work of the Mozilla spec Kenneth On Fri, Mar 14, 2014 at 11:14 AM, Kostiainen, Anssi mailto:anssi.kostiai...@intel.com>> wrote: Hi Shawn, Thiago, All, The c

Re: [Crosswalk-dev] Intent to Implement - Native File API

2014-03-14 Thread Kenneth Rohde Christiansen
I also support basing our work of the Mozilla spec Kenneth On Fri, Mar 14, 2014 at 11:14 AM, Kostiainen, Anssi < anssi.kostiai...@intel.com> wrote: > Hi Shawn, Thiago, All, > > The current standardization status (no change since 31 Jan) of the various > file system APIs may be of interest to yo

Re: [Crosswalk-dev] Intent to Implement - Native File API

2014-03-14 Thread Kostiainen, Anssi
Hi Shawn, Thiago, All, The current standardization status (no change since 31 Jan) of the various file system APIs may be of interest to you: http://lists.w3.org/Archives/Public/public-webapps/2014JanMar/0164.html In short, there is no consensus yet among browser vendors, and thus no single

Re: [Crosswalk-dev] Intent to Implement - Native File API

2014-03-13 Thread Thiago Marcos P. Santos
LGTM, let me know if I can help on something. Would be good to have this API on all the platforms we support. On 03-03-2014 12:11, Gao, Shawn wrote: *Description:* Native file API allows web app developer to read, write and enumerate native file system via JavaScript. From Webapp developer pers