Re: now available on desktop Firefox

2016-03-08 Thread J. Ryan Stinnett
On Mon, Mar 7, 2016 at 8:00 PM, Jonas Sicking wrote: > > On Mon, Mar 7, 2016 at 1:55 PM, J. Ryan Stinnett wrote: > > By default, can't access the storage used by > > for cookies and other site data, making it hard to share page > > state across the two browser frame types. An additional feature

Re: now available on desktop Firefox

2016-03-08 Thread Jonas Sicking
On Mon, Mar 7, 2016 at 10:35 PM, Tim Guan-tin Chien wrote: > I am confused. In your proposal, are you referring to the chrome > *user/embedder* of (e.g. shell.html), or a chrome > *embedded* page (I am not aware of any example). What I'm saying is that in pages that run with chrome privileges (l

Re: now available on desktop Firefox

2016-03-08 Thread Benjamin Francis
On 8 March 2016 at 06:06, Jonas Sicking wrote: > On Mon, Mar 7, 2016 at 9:51 PM, Tim Guan-tin Chien > wrote: > > This implies the Gaia System app, which is framed by shell.html (a > > chrome document), will switch cookie jar when the default is changed, > > no? > > No, the Gaia System app doesn'

Re: now available on desktop Firefox

2016-03-08 Thread Chris Mills
Thanks! We’ll have a discussion and work out exactly where best to put this on MDN. Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills > On 8 Mar 2016, at 08:34, Kan-Ru Chen (陳侃如) wrote: > > It's only available to chrome code on desk

Re: now available on desktop Firefox

2016-03-08 Thread 陳侃如
It's only available to chrome code on desktop. For FxOS I'm not sure how the permission model will evolve. Kanru Chris Mills writes: > So I guess this means we need to move the API out of Firefox-OS-specific > APIs, and back into the regular APIs section? > > https://developer.mozilla.org/en-U

Re: now available on desktop Firefox

2016-03-08 Thread Chris Mills
So I guess this means we need to move the API out of Firefox-OS-specific APIs, and back into the regular APIs section? https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/API/Browser_API And this is only available to privileged code on desktop (and FxOS still), right? Chris Mills Seni

Re: now available on desktop Firefox

2016-03-07 Thread Tim Guan-tin Chien
I am confused. In your proposal, are you referring to the chrome *user/embedder* of (e.g. shell.html), or a chrome *embedded* page (I am not aware of any example). Tim On Tue, Mar 8, 2016 at 2:06 PM, Jonas Sicking wrote: > On Mon, Mar 7, 2016 at 9:51 PM, Tim Guan-tin Chien > wrote: >> This i

Re: now available on desktop Firefox

2016-03-07 Thread Jonas Sicking
On Mon, Mar 7, 2016 at 9:51 PM, Tim Guan-tin Chien wrote: > This implies the Gaia System app, which is framed by shell.html (a > chrome document), will switch cookie jar when the default is changed, > no? No, the Gaia System app doesn't run as chrome (i.e. doesn't have a system principal). So it

Re: now available on desktop Firefox

2016-03-07 Thread Tim Guan-tin Chien
This implies the Gaia System app, which is framed by shell.html (a chrome document), will switch cookie jar when the default is changed, no? (I am for simplying cookie jar shenanigans -- we have been workaround that in Gaia for too long!) On Tue, Mar 8, 2016 at 10:00 AM, Jonas Sicking wrote: > >

Re: now available on desktop Firefox

2016-03-07 Thread Jonas Sicking
On Mon, Mar 7, 2016 at 1:55 PM, J. Ryan Stinnett wrote: > By default, can't access the storage used by > for cookies and other site data, making it hard to share page > state across the two browser frame types. An additional feature mozbrowser noisolation> has been added, which gives the frame

Re: now available on desktop Firefox

2016-03-07 Thread Yonggang Luo
Wonderful, that's the feature I am looking for a long time. On Tue, Mar 8, 2016 at 5:55 AM, J. Ryan Stinnett wrote: > Do you like HTML? Do you like to build core browsing UI for desktop > Firefox? Now you can have both together! > > In more detail, is now enabled[1] on desktop Firefox. > This m

now available on desktop Firefox

2016-03-07 Thread J. Ryan Stinnett
Do you like HTML? Do you like to build core browsing UI for desktop Firefox? Now you can have both together! In more detail, is now enabled[1] on desktop Firefox. This makes it possible to create frames for displaying web content (similar to a ) from HTML chrome pages. This is the same system tha