Re: [webkit-dev] How to interpret repaint test results?

2012-02-08 Thread Simon Fraser
On Feb 9, 2012, at 12:16 AM, Xianzhu (Drew) Wang ηŽ‹ζ˜Ύθ‘— wrote: > I'm confused with the expected results of some repaint tests, for example, > fast/repaint/fixed-scroll-simple.html. The expected pixel result > (platform/mac/fast/repaint/fixed-scroll-simple-expected.png) is all masked by > dark gray

Re: [webkit-dev] Removing HTML notifications from WebKit (Was: Web Notifications API)

2012-02-08 Thread Adam Barth
On Wed, Feb 8, 2012 at 7:50 PM, Maciej Stachowiak wrote: > On Feb 8, 2012, at 6:15 PM, Aaron Boodman wrote: >> On Wed, Feb 8, 2012 at 4:58 PM, Jon Lee wrote: >>> 2. Remove HTML notifications. >>> >>> It has been removed from the spec, and we don't intend on ever supporting >>> HTML notifications.

[webkit-dev] Unable to Build Webkit with WebGL Enabled

2012-02-08 Thread ketan goyal
Hi, I am building webkit with WebGL Enabled in windows for WIN port but i am getting errors . One of them is like unable to find declaration of 'validateAttributes' function in GraphicsContext3D.h as it is defined under MAC and GTK Platform #if PLATFORM(MAC) || PLATFORM(GTK) So i am confused wh

Re: [webkit-dev] Removing HTML notifications from WebKit (Was: Web Notifications API)

2012-02-08 Thread Maciej Stachowiak
On Feb 8, 2012, at 6:15 PM, Aaron Boodman wrote: > On Wed, Feb 8, 2012 at 4:58 PM, Jon Lee wrote: >> 2. Remove HTML notifications. >> >> It has been removed from the spec, and we don't intend on ever supporting >> HTML notifications. I brought this issue up before; is there an update on >> this

[webkit-dev] Removing HTML notifications from WebKit (Was: Web Notifications API)

2012-02-08 Thread Aaron Boodman
On Wed, Feb 8, 2012 at 4:58 PM, Jon Lee wrote: > 2. Remove HTML notifications. > > It has been removed from the spec, and we don't intend on ever supporting > HTML notifications. I brought this issue up before; is there an update on > this front from any other platforms? HTML notifications are a

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

Re: [webkit-dev] Bug 12250 being progressed?

2012-02-08 Thread Toshiya TSURU
Thanks Ryosuke, I've just started trying. 15+ Japanese developpers are concerned about this bug. But, most of us are newbie at Webkit developement. We're also discussing at mailing list (webkit.12...@groups.facebook.com) The topics on the ML is only about #12250. We're very glad to hear from th

[webkit-dev] How to interpret repaint test results?

2012-02-08 Thread Drew
Hi, I'm confused with the expected results of some repaint tests, for example, fast/repaint/fixed-scroll-simple.html. The expected pixel result (platform/mac/fast/repaint/fixed-scroll-simple-expected.png) is all masked by dark gray. Does this mean that no part of the page is repainted? However, th

[webkit-dev] CSS3 Paged Media module

2012-02-08 Thread Milian Wolff
Hello! I am interested in improving WebKits printing capabilities. Especially a way to define headers and footers would be most welcome. The CSS3 Paged Media module [1] should allow just that. I wonder, has anyone begun working on this? If not, I am willing to give it a shot. I realize that th

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-02-08 Thread Soo-Hyun Choi
It seems that a WebKit reviewer, Hajime Morrita, created another bug (https://bugs.webkit.org/show_bug.cgi?id=78085) related to this patch. As said in the bug #78085, it would be more preferred way not to access Page and PageClient directly. The author of this bug might want to check them before a