Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Adam Barth
On Wed, Jan 23, 2013 at 11:28 AM, Jon Lee wrote: > Happy to hear about this! > > As a follow-up question, what numbers are you seeing with the rest of the > legacy API? (webkitNotifications.createNotification, > webkitNotifications.checkPermission, and > webkitNotifications.requestPermission)

Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Jon Lee
Happy to hear about this! As a follow-up question, what numbers are you seeing with the rest of the legacy API? (webkitNotifications.createNotification, webkitNotifications.checkPermission, and webkitNotifications.requestPermission) Jon On Jan 23, 2013, at 1:11 AM, Adam Barth wrote: > On Wed

Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Adam Barth
On Wed, Jan 23, 2013 at 1:08 AM, Andrew Wilson wrote: > Apologies for the confusion - I should have finished my coffee before > reading my mail. I didn't realize this only impacts HTML notifications. > > It's still a good reminder that Google really should migrate to the new > notification APIs, t

Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Andrew Wilson
Apologies for the confusion - I should have finished my coffee before reading my mail. I didn't realize this only impacts HTML notifications. It's still a good reminder that Google really should migrate to the new notification APIs, though. I'll get the ball rolling on gmail, at least. -atw On

Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Adam Barth
On Wed, Jan 23, 2013 at 12:45 AM, Andrew Wilson wrote: > Hmmm. Does FeatureObserver detect features invoked from web apps like Gmail? Yes. > Because I'm fairly certain that Gmail and Google Calendar still use > webkitNotifications for their notifications. Not to say that we shouldn't > land this

Re: [webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-23 Thread Andrew Wilson
Hmmm. Does FeatureObserver detect features invoked from web apps like Gmail? Because I'm fairly certain that Gmail and Google Calendar still use webkitNotifications for their notifications. Not to say that we shouldn't land this patch anyway - just pointing out that this may still be used more oft

[webkit-dev] Followup on removing webkitNotifications.createHTMLNotification

2013-01-22 Thread Adam Barth
As discussed in February 2012 [1], we have been deprecating the webkitNotifications.createHTMLNotification API for almost a year. According to FeatureObserver, the API is used in only 0.0008% of web page views, indicating that we have been successful in depreciating it. I've posted a patch to remo