Re: Intent to implement: File system provider API

2015-08-05 Thread Kershaw Chang
Hi All, It seems there is no strong objection to this API, so we would like to start the implementation. If you have any further question, please leave your comment on *Bug 1187223* . Thanks. On Wed, Jul 29, 2015 at 12:39 AM, Jonas Sicking

Re: Intent to implement: File system provider API

2015-07-28 Thread Jonas Sicking
On Tue, Jul 28, 2015 at 7:52 AM, Jesper Kristensen wrote: > Den 28-07-2015 kl. 02:05 skrev Jonas Sicking: >> >> I don't think registerProtocolHandler has nearly enough API surface to >> support what's needed here. But if you mean copying the idea that >> there's a function call which displays a UI

Re: Intent to implement: File system provider API

2015-07-28 Thread Jesper Kristensen
Den 28-07-2015 kl. 02:05 skrev Jonas Sicking: I don't think registerProtocolHandler has nearly enough API surface to support what's needed here. But if you mean copying the idea that there's a function call which displays a UI prompt which allows the user to accept/deny then that could work. I

Re: Intent to implement: File system provider API

2015-07-27 Thread Sean Lee
On Mon, Jul 27, 2015 at 7:31 PM, Ted Mielczarek wrote: > On Fri, Jul 24, 2015, at 12:43 PM, Jonas Sicking wrote: > > On Fri, Jul 24, 2015 at 3:49 AM, David Rajchenbach-Teller > > wrote: > > > On 24/07/15 11:38, Jonas Sicking wrote: > > >> I think we should allow addons to implement something lik

Re: Intent to implement: File system provider API

2015-07-27 Thread Jonas Sicking
On Mon, Jul 27, 2015 at 4:31 AM, Ted Mielczarek wrote: > On Fri, Jul 24, 2015, at 12:43 PM, Jonas Sicking wrote: >> On Fri, Jul 24, 2015 at 3:49 AM, David Rajchenbach-Teller >> wrote: >> > On 24/07/15 11:38, Jonas Sicking wrote: >> >> I think we should allow addons to implement something like thi

Re: Intent to implement: File system provider API

2015-07-27 Thread Jonas Sicking
On Sun, Jul 26, 2015 at 8:42 PM, Shih-Chiang Chien wrote: > Hi Jonas, > > Is there any document or bug for the new addon architecture? We'd like to > know more details and put it into our design. I'd recommend reaching out to William McCloskey. He's currently working on the desktop support. I sus

Re: Intent to implement: File system provider API

2015-07-27 Thread Eden Chuang
For FirefoxOS devices, I think FileSystemProviderAPI provides a capability to connect to other type of storage, not only well-known cloud storage, for example Dropbox, but also user's private cloud. With FileSystemProviderAPI, FirefoxOS provides apps a general or easy way, for example DeviceStorage

Re: Intent to implement: File system provider API

2015-07-27 Thread Kershaw Chang
The motivation behind this is to let Firefox OS has the ability to access files on cloud storage. With file system provider API, we can allow device storage API to read/write files on cloud storage seamlessly. From user's point of view, I think it would be better to use our current music/video/gall

Re: Intent to implement: File system provider API

2015-07-27 Thread Ted Mielczarek
On Fri, Jul 24, 2015, at 04:13 AM, Kershaw Chang wrote: > Link to standard: > No formal specifications found on w3c. This API is only supported by > Chrome > OS now. What's the motivation here? Do we expect this to get used by apps if it's Chrome OS only right now? I've been looking into this prob

Re: Intent to implement: File system provider API

2015-07-27 Thread Ted Mielczarek
On Fri, Jul 24, 2015, at 12:43 PM, Jonas Sicking wrote: > On Fri, Jul 24, 2015 at 3:49 AM, David Rajchenbach-Teller > wrote: > > On 24/07/15 11:38, Jonas Sicking wrote: > >> I think we should allow addons to implement something like this. But I > >> don't think it's something that we should let ap

Re: Intent to implement: File system provider API

2015-07-26 Thread Shih-Chiang Chien
Hi Jonas, Is there any document or bug for the new addon architecture? We'd like to know more details and put it into our design. Best Regards, Shih-Chiang Chien Mozilla Taiwan On Mon, Jul 27, 2015 at 6:31 AM, Jonas Sicking wrote: > On Sat, Jul 25, 2015 at 7:14 AM, Kershaw Chang > wrote: > >

Re: Intent to implement: File system provider API

2015-07-26 Thread Jonas Sicking
On Sat, Jul 25, 2015 at 7:14 AM, Kershaw Chang wrote: > Since the addon model on Firefox OS is not implemented now, I still use the > old term "apps" in previous mail. > I also think it makes much more sense to make this API to be only available > for addons. Great! > In addition, do we have a w

Re: Intent to implement: File system provider API

2015-07-25 Thread Kershaw Chang
Since the addon model on Firefox OS is not implemented now, I still use the old term "apps" in previous mail. I also think it makes much more sense to make this API to be only available for addons. In addition, do we have a way to let an API only be used by addons now? Thanks. On Sat, Jul 25, 201

Re: Intent to implement: File system provider API

2015-07-24 Thread Jonas Sicking
On Fri, Jul 24, 2015 at 3:49 AM, David Rajchenbach-Teller wrote: > On 24/07/15 11:38, Jonas Sicking wrote: >> I think we should allow addons to implement something like this. But I >> don't think it's something that we should let apps do. >> >> / Jonas > > So Dropbox, Cozy Cloud, etc. should be ad

Re: Intent to implement: File system provider API

2015-07-24 Thread David Rajchenbach-Teller
On 24/07/15 11:38, Jonas Sicking wrote: > I think we should allow addons to implement something like this. But I > don't think it's something that we should let apps do. > > / Jonas So Dropbox, Cozy Cloud, etc. should be add-ons instead of apps? This strikes me as odd. -- David Rajchenbach-Tel

Re: Intent to implement: File system provider API

2015-07-24 Thread Jonas Sicking
I think we should allow addons to implement something like this. But I don't think it's something that we should let apps do. / Jonas On Fri, Jul 24, 2015 at 1:13 AM, Kershaw Chang wrote: > Hi all, > > Summary: > File system provider API [1] is now supported by Google. This API allows > develope