[webkit-dev] prototype for adding new feature in CSS using webkit

2013-01-23 Thread 85.mukesh
Dear All, I want to make prototype for adding new feature in CSS using webkit_clutter and try to launch css application using ClutterLuancher. For that, I have chosen Animation properties for my understanding, Under which I have chosen only to add replicate of duration properties. Say for example,

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

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 atwil...@google.com 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

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

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 atwil...@google.com 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

Re: [webkit-dev] RGBA8 and BGRA8 formats in WebKit

2013-01-23 Thread Balazs Kelemen
On 01/23/2013 01:43 AM, Allan Sandfeld Jensen wrote: On Wednesday 23 January 2013, Balazs Kelemen wrote: On 01/22/2013 05:14 PM, Zoltan Herczeg wrote: Where in WebKit do you experience problems with color conversion? As for me WebKit2 transmits BGRA images, which needs to be converted to RGBA

[webkit-dev] build.webkit.org down

2013-01-23 Thread William Siegrist
build.webkit.org went down over night due to running out of disk space. I'm working to bring it back as soon as possible. -Bill ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] build.webkit.org down

2013-01-23 Thread William Siegrist
build.webkit.org is back up. I reduced the retention of build archives from 2 weeks to 1 week to regain enough space to get the master running again. I'm still waiting on space calculations to figure out what ate up all of the space (the server uses 9TB of space currently after deleting 1TB of

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

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 jon...@apple.com 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