[webkit-dev] build.webkit.org is down?

2013-02-16 Thread Christophe Dumez - SISA
Hi, build.webkit.org appears to be down: http://www.downforeveryoneorjustme.com/build.webkit.org kr, Christophe DUMEZ. ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

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

2013-02-16 Thread Mark Rowe
On 2013-02-16, at 00:12, Christophe Dumez - SISA ch.du...@sisa.samsung.com wrote: build.webkit.org appears to be down: http://www.downforeveryoneorjustme.com/build.webkit.org I’ve fixed it. - Mark ___ webkit-dev mailing list

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

2013-02-16 Thread Christophe Dumez - SISA
Indeed. Thanks! Christophe DUMEZ. From: Mark Rowe [mr...@apple.com] Sent: Saturday, February 16, 2013 10:26 To: Christophe Dumez - SISA Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] build.webkit.org is down? On 2013-02-16, at 00:12, Christophe Dumez

[webkit-dev] Github repository not being updated

2013-02-16 Thread Vivek Galatage
Hello Webkit-dev, I am using the github repository https://github.com/webkit/webkit but since the rev 142863 its not been updated. i.e. since 3 days. So wanted to see if someone who is maintaining this repo can look into this and fix if possible. Many thanks, Vivek

Re: [webkit-dev] Access WebKit Rendering pixel data

2013-02-16 Thread Arunprasad Rajkumar
Are you talking about Rendered buffer? It is graphics library specific. From which layer you wanted to access? Each WebKit port(qt,gtk,chromium,efl,wx,mac) has their own API exposed to the app developers. Incase of Qt QWebView is a QWidget and you can use

[webkit-dev] ok

2013-02-16 Thread liuxing
ok ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
Hi, There are several steps on deprecating features[1]. My question is about deprecating a whole interface and throwing warnings that the feature is deprecated. If I have the following interface for deprecation: [Constructor] interface Bla { attribute bar; void foo(); }

[webkit-dev] How to get patch test at different platform before webkit-patch upload

2013-02-16 Thread 徐征
Hi I am handling this issue (https://bugs.webkit.org/show_bug.cgi?id=78957) now. My question is I test my added test code locally, however, it seems failed on some other platform(get red on cr-linux). So can I(and how can I) test my added test code on some EWS before I upload some patch? BTW, is

Re: [webkit-dev] How to get patch test at different platform before webkit-patch upload

2013-02-16 Thread Benjamin Poulain
Hi, On Sat, Feb 16, 2013 at 5:45 PM, 徐征 xz91...@yahoo.co.jp wrote: I am handling this issue (https://bugs.webkit.org/show_bug.cgi?id=78957) now. My question is I test my added test code locally, however, it seems failed on some other platform(get red on cr-linux). So can I(and how can I)

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Adam Barth
It's much easier to discuss a concrete example. Which interface are you interested in deprecating? Adam On Sat, Feb 16, 2013 at 5:28 PM, Dirk Schulze dschu...@adobe.com wrote: Hi, There are several steps on deprecating features[1]. My question is about deprecating a whole interface and

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
On Feb 16, 2013, at 6:54 PM, Adam Barth aba...@webkit.org wrote: It's much easier to discuss a concrete example. Which interface are you interested in deprecating? I can understand that it is easier to discuss on a concrete example, even if I would like to discuss this in a general scope.

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Maciej Stachowiak
On Feb 16, 2013, at 10:16 PM, Dirk Schulze dschu...@adobe.com wrote: On Feb 16, 2013, at 6:54 PM, Adam Barth aba...@webkit.org wrote: It's much easier to discuss a concrete example. Which interface are you interested in deprecating? I can understand that it is easier to discuss on a

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
On Feb 16, 2013, at 10:50 PM, Maciej Stachowiak m...@apple.com wrote: On Feb 16, 2013, at 10:16 PM, Dirk Schulze dschu...@adobe.com wrote: On Feb 16, 2013, at 6:54 PM, Adam Barth aba...@webkit.org wrote: It's much easier to discuss a concrete example. Which interface are you