Re: IndexedDB access in third-party iFrames disabled or not?

2016-01-25 Thread jason
Thank you so much for the prompt reply Kyle! Everything has been cleared up now!
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: IndexedDB access in third-party iFrames disabled or not?

2016-01-25 Thread Kyle Huey
Awesome, thanks.

- Kyle

On Mon, Jan 25, 2016 at 10:56 AM, Chris Mills  wrote:

> Whoops, sorry about that. I’ve updated it now, and made sure that we don’t
> repeat this erroneous point in any other docs.
>
> Chris Mills
>  Senior tech writer || Mozilla
> developer.mozilla.org || MDN
>  cmi...@mozilla.com || @chrisdavidmills
>
> > On 25 Jan 2016, at 18:35, Kyle Huey  wrote:
> >
> > We changed this in bug 1147821.  It looks like the documentation hasn't
> > been updated.
> >
> > - Kyle
> >
> > On Mon, Jan 25, 2016 at 10:26 AM,  wrote:
> >
> >> Is IndexedDB supposed to be accessible in third-party iFrames? From
> what I
> >> understand, the MDN documentation says IndexedDB is *not* accessible in
> >> third-party iFrames, but from my own tests, I have been fully able to
> use
> >> IndexedDB in third-party iFrames.
> >>
> >> The MDN documentation link:
> >>
> https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Security
> >> Search for "It's important to note that IndexedDB doesn't work for
> content
> >> loaded into a frame"
> >>
> >> MDN links to RESOLVED FIXED Bugzilla 595307:
> >> https://bugzilla.mozilla.org/show_bug.cgi?id=595307
> >>
> >> I guess I don't really understand what the status is. I'm able to use
> >> IndexedDB in third-party iFrames, but maybe I shouldn't be able to? What
> >> are Firefox's plans for IndexedDB in third-party iFrames?
> >>
> >> If necessary, I can upload some test code. Hopefully this is the right
> >> place to ask, thanks for reading this!
> >> ___
> >> dev-platform mailing list
> >> dev-platform@lists.mozilla.org
> >> https://lists.mozilla.org/listinfo/dev-platform
> >>
> > ___
> > dev-platform mailing list
> > dev-platform@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-platform
>
>
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: IndexedDB access in third-party iFrames disabled or not?

2016-01-25 Thread Chris Mills
Whoops, sorry about that. I’ve updated it now, and made sure that we don’t 
repeat this erroneous point in any other docs.

Chris Mills
 Senior tech writer || Mozilla
developer.mozilla.org || MDN
 cmi...@mozilla.com || @chrisdavidmills

> On 25 Jan 2016, at 18:35, Kyle Huey  wrote:
> 
> We changed this in bug 1147821.  It looks like the documentation hasn't
> been updated.
> 
> - Kyle
> 
> On Mon, Jan 25, 2016 at 10:26 AM,  wrote:
> 
>> Is IndexedDB supposed to be accessible in third-party iFrames? From what I
>> understand, the MDN documentation says IndexedDB is *not* accessible in
>> third-party iFrames, but from my own tests, I have been fully able to use
>> IndexedDB in third-party iFrames.
>> 
>> The MDN documentation link:
>> https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Security
>> Search for "It's important to note that IndexedDB doesn't work for content
>> loaded into a frame"
>> 
>> MDN links to RESOLVED FIXED Bugzilla 595307:
>> https://bugzilla.mozilla.org/show_bug.cgi?id=595307
>> 
>> I guess I don't really understand what the status is. I'm able to use
>> IndexedDB in third-party iFrames, but maybe I shouldn't be able to? What
>> are Firefox's plans for IndexedDB in third-party iFrames?
>> 
>> If necessary, I can upload some test code. Hopefully this is the right
>> place to ask, thanks for reading this!
>> ___
>> dev-platform mailing list
>> dev-platform@lists.mozilla.org
>> https://lists.mozilla.org/listinfo/dev-platform
>> 
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: IndexedDB access in third-party iFrames disabled or not?

2016-01-25 Thread Kyle Huey
We changed this in bug 1147821.  It looks like the documentation hasn't
been updated.

- Kyle

On Mon, Jan 25, 2016 at 10:26 AM,  wrote:

> Is IndexedDB supposed to be accessible in third-party iFrames? From what I
> understand, the MDN documentation says IndexedDB is *not* accessible in
> third-party iFrames, but from my own tests, I have been fully able to use
> IndexedDB in third-party iFrames.
>
> The MDN documentation link:
> https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Security
> Search for "It's important to note that IndexedDB doesn't work for content
> loaded into a frame"
>
> MDN links to RESOLVED FIXED Bugzilla 595307:
> https://bugzilla.mozilla.org/show_bug.cgi?id=595307
>
> I guess I don't really understand what the status is. I'm able to use
> IndexedDB in third-party iFrames, but maybe I shouldn't be able to? What
> are Firefox's plans for IndexedDB in third-party iFrames?
>
> If necessary, I can upload some test code. Hopefully this is the right
> place to ask, thanks for reading this!
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


IndexedDB access in third-party iFrames disabled or not?

2016-01-25 Thread jason
Is IndexedDB supposed to be accessible in third-party iFrames? From what I 
understand, the MDN documentation says IndexedDB is *not* accessible in 
third-party iFrames, but from my own tests, I have been fully able to use 
IndexedDB in third-party iFrames.

The MDN documentation link: 
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#Security
Search for "It's important to note that IndexedDB doesn't work for content 
loaded into a frame"

MDN links to RESOLVED FIXED Bugzilla 595307: 
https://bugzilla.mozilla.org/show_bug.cgi?id=595307

I guess I don't really understand what the status is. I'm able to use IndexedDB 
in third-party iFrames, but maybe I shouldn't be able to? What are Firefox's 
plans for IndexedDB in third-party iFrames? 

If necessary, I can upload some test code. Hopefully this is the right place to 
ask, thanks for reading this!
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform