Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Andrew Wilson
On Wed, Feb 15, 2012 at 6:12 PM, Jian Li wrote: > > > On Wed, Feb 15, 2012 at 9:46 AM, Jon Lee wrote: > >> On Feb 13, 2012, at 5:51 PM, Andrew Wilson wrote: >> > I don't have an answer for you here, as the internet is vast :) Among >> google properties, Gmail and Google Calendar currently use i

Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Jian Li
On Wed, Feb 15, 2012 at 9:46 AM, Jon Lee wrote: > On Feb 13, 2012, at 5:51 PM, Andrew Wilson wrote: > > I don't have an answer for you here, as the internet is vast :) Among > google properties, Gmail and Google Calendar currently use it. I'm not > aware of any other google property that uses it

Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Jon Lee
On Feb 13, 2012, at 5:51 PM, Andrew Wilson wrote: > I don't have an answer for you here, as the internet is vast :) Among google > properties, Gmail and Google Calendar currently use it. I'm not aware of any > other google property that uses it in their web pages, but some do via > extensions.

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Daniel Cheng
I think TweetDeck actually uses HTML notifications. Daniel On Tue, Feb 14, 2012 at 14:14, Adam Barth wrote: > On Tue, Feb 14, 2012 at 2:07 PM, Jian Li wrote: > > Both GMail and Google Calendar are using text based notification, not > html > > notification. > > > > What kind of notifications do

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Adam Barth
On Tue, Feb 14, 2012 at 2:07 PM, Jian Li wrote: > Both GMail and Google Calendar are using text based notification, not html > notification. > > What kind of notifications do IRCCloud, New York Timers "skimmer" view, and > TweetDeck use, text based or html? I believe they use text-based notificat

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Jian Li
Both GMail and Google Calendar are using text based notification, not html notification. What kind of notifications do IRCCloud, New York Timers "skimmer" view, and TweetDeck use, text based or html? Are notifications trigger from the web site or Chrome App extension? On Mon, Feb 13, 2012 at 6:0

Re: [webkit-dev] Web Notifications API

2012-02-13 Thread Adam Barth
On Mon, Feb 13, 2012 at 5:31 PM, David Levin wrote: > On Mon, Feb 13, 2012 at 5:29 PM, Adam Barth wrote: >> On Mon, Feb 13, 2012 at 5:23 PM, Jon Lee wrote: >> > I also have concerns about backwards compatibility support. Aside from >> > Gmail, what other web sites have integrated the notificatio

Re: [webkit-dev] Web Notifications API

2012-02-13 Thread Andrew Wilson
On Mon, Feb 13, 2012 at 5:23 PM, Jon Lee wrote: > Hi! Lots of responses below (mashed previous replies together for topic > coherency): > > John Gregg wrote: > > Which missing aspects of the Feature permissions spec are you concerned >> about? >> > > I was only referring to the fact that the spec

Re: [webkit-dev] Web Notifications API

2012-02-13 Thread David Levin
On Mon, Feb 13, 2012 at 5:29 PM, Adam Barth wrote: > On Mon, Feb 13, 2012 at 5:23 PM, Jon Lee wrote: > > I also have concerns about backwards compatibility support. Aside from > > Gmail, what other web sites have integrated the notifications feature? I > > could only find example pages, one of w

Re: [webkit-dev] Web Notifications API

2012-02-13 Thread Adam Barth
On Mon, Feb 13, 2012 at 5:23 PM, Jon Lee wrote: > I also have concerns about backwards compatibility support. Aside from > Gmail, what other web sites have integrated the notifications feature? I > could only find example pages, one of which was using already an outdated > API. IRCCloud is an exa

Re: [webkit-dev] Web Notifications API

2012-02-13 Thread Jon Lee
Hi! Lots of responses below (mashed previous replies together for topic coherency): John Gregg wrote: > Which missing aspects of the Feature permissions spec are you concerned about? > > I was only referring to the fact that the spec calls for a separate generic > interface for permissions with

Re: [webkit-dev] Web Notifications API

2012-02-09 Thread John Gregg
On Thu, Feb 9, 2012 at 9:53 AM, Jon Lee wrote: > > On Feb 8, 2012, at 5:41 PM, John Gregg wrote: > > 3. Use static functions on the notification constructor for permissions >> checks. >> >> By moving them there, it allows us to remove window.webkitNotifications >> and the NotificationCenter class

Re: [webkit-dev] Web Notifications API

2012-02-09 Thread Andrew Wilson
On Thu, Feb 9, 2012 at 9:53 AM, Jon Lee wrote: > > On Feb 8, 2012, at 5:41 PM, John Gregg wrote: > > 3. Use static functions on the notification constructor for permissions >> checks. >> >> By moving them there, it allows us to remove window.webkitNotifications >> and the NotificationCenter class

Re: [webkit-dev] Web Notifications API

2012-02-09 Thread Andrew Wilson
On Wed, Feb 8, 2012 at 4:58 PM, Jon Lee wrote: > Hi WebKit! > > I am interested in refactoring the API for web notifications, and would > like your feedback. We are working on getting permission to join the Web > Notifications working group, but thought that while doing that I could try > to get

Re: [webkit-dev] Web Notifications API

2012-02-09 Thread Jon Lee
On Feb 8, 2012, at 5:41 PM, John Gregg wrote: > 3. Use static functions on the notification constructor for permissions > checks. > > By moving them there, it allows us to remove window.webkitNotifications and > the NotificationCenter class, cleaning up the API. > > I think that would be cons

Re: [webkit-dev] Web Notifications API

2012-02-08 Thread John Gregg
On Wed, Feb 8, 2012 at 4:58 PM, Jon Lee wrote: > Hi WebKit! > > I am interested in refactoring the API for web notifications, and would > like your feedback. We are working on getting permission to join the Web > Notifications working group, but thought that while doing that I could try > to get

[webkit-dev] Web Notifications API

2012-02-08 Thread Jon Lee
Hi WebKit! I am interested in refactoring the API for web notifications, and would like your feedback. We are working on getting permission to join the Web Notifications working group, but thought that while doing that I could try to get some general consensus from the WebKit community about th