Re: Intent to implement: BroadcastChannel API

2014-10-09 Thread Jonas Sicking
"Jonas Sicking" > > To: "Andrea Marchesini" > > Cc: "dev-platform" > > Sent: Wednesday, September 24, 2014 5:49:21 PM > > Subject: Re: Intent to implement: BroadcastChannel API > > > > Yes! > > > > Though as previously expr

Re: Intent to implement: BroadcastChannel API

2014-10-09 Thread Andrea Marchesini
My implementation supports sending blobs. However, the API is still disabled by pref. - Original Message - > From: "Jonas Sicking" > To: "Andrea Marchesini" > Cc: "dev-platform" > Sent: Wednesday, September 24, 2014 5:49:21 PM > Subject:

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Andrew Overholt
On 01/10/14 04:46 AM, Mounir Lamouri wrote: On Wed, 1 Oct 2014, at 10:51, Jonas Sicking wrote: On Tue, Sep 30, 2014 at 3:54 AM, Mounir Lamouri wrote: On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: Yes! Though as previously expressed, I don't think we should ship this until it supports s

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Jonas Sicking
On Wed, Oct 1, 2014 at 1:52 AM, Anne van Kesteren wrote: > On Wed, Oct 1, 2014 at 2:51 AM, Jonas Sicking wrote: >> I don't know. Does anyone else implement BroadcastChannel yet? > > Last activity at Google appears to be four months ago: > https://code.google.com/p/chromium/issues/detail?id=161070

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Anne van Kesteren
On Wed, Oct 1, 2014 at 2:51 AM, Jonas Sicking wrote: > I don't know. Does anyone else implement BroadcastChannel yet? Last activity at Google appears to be four months ago: https://code.google.com/p/chromium/issues/detail?id=161070 No activity in other browsers as far as I can tell. Seems we can

Re: Intent to implement: BroadcastChannel API

2014-10-01 Thread Mounir Lamouri
On Wed, 1 Oct 2014, at 10:51, Jonas Sicking wrote: > On Tue, Sep 30, 2014 at 3:54 AM, Mounir Lamouri > wrote: > > On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: > >> Yes! > >> > >> Though as previously expressed, I don't think we should ship this until > >> it > >> supports sending Blobs. > >

Re: Intent to implement: BroadcastChannel API

2014-09-30 Thread Jonas Sicking
On Tue, Sep 30, 2014 at 3:54 AM, Mounir Lamouri wrote: > On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: >> Yes! >> >> Though as previously expressed, I don't think we should ship this until >> it >> supports sending Blobs. > > What do other UAs implement? I don't know. Does anyone else imple

Re: Intent to implement: BroadcastChannel API

2014-09-30 Thread Mounir Lamouri
On Thu, 25 Sep 2014, at 02:49, Jonas Sicking wrote: > Yes! > > Though as previously expressed, I don't think we should ship this until > it > supports sending Blobs. What do other UAs implement? -- Mounir ___ dev-platform mailing list dev-platform@list

Re: Intent to implement: BroadcastChannel API

2014-09-24 Thread Jonas Sicking
Yes! Though as previously expressed, I don't think we should ship this until it supports sending Blobs. But we should definitely land preffed off as soon as patches are reviewed. / Jonas On Sep 24, 2014 3:45 AM, "Andrea Marchesini" wrote: > Summary: (from the spec) Pages on a single origin ope

Intent to implement: BroadcastChannel API

2014-09-24 Thread Andrea Marchesini
Summary: (from the spec) Pages on a single origin opened by the same user in the same user agent but in different unrelated browsing contexts sometimes need to send notifications to each other, for example "hey, the user logged in over here, check your credentials again". For elaborate cases, e.

Intent to implement: BroadcastChannel API

2014-09-24 Thread Andrea Marchesini
Summary: (from the spec) Pages on a single origin opened by the same user in the same user agent but in different unrelated browsing contexts sometimes need to send notifications to each other, for example "hey, the user logged in over here, check your credentials again". For elaborate cases, e.