Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-08-30 Thread Holger Freyther
On 08/30/2012 12:10 AM, Gergely Kis wrote: Would this be acceptable for you? sure, an actively and publicly maintained MIPS build would be great. We have some documentation on how to setup a build slave in the wiki[1] and the slave configuration files are maintained in SVN[2]. The

Re: [webkit-dev] broken build.webkit.org?

2012-08-30 Thread Gyuyoung Kim
Thank you for your bug cc. I will also take a look this bug. Gyuyoung On Mon, Aug 6, 2012 at 7:43 PM, Osztrogonac Csaba o...@inf.u-szeged.huwrote: Hi, Your patch is unrelated to build.webkit.org breakage. Your patch only revealed a bug near watchlist. I filed a new bug for it:

[webkit-dev] EFL bot needs to rebuild WebCore derived sources

2012-08-30 Thread Geoffrey Garen
Hi folks. The EFL build is failing because the bot did not rebuild WebCore derived sources, despite a change to CodeGeneratorJS.pm. Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] EFL bot needs to rebuild WebCore derived sources

2012-08-30 Thread Gyuyoung Kim
Hello Geoffrey, Thank you for your notification. I restart EFL buildbots which I maintain with a clean build. Other bots are going to be fixed. Gyuyoung. On Fri, Aug 31, 2012 at 8:18 AM, Geoffrey Garen gga...@apple.com wrote: Hi folks. The EFL build is failing because the bot did not

[webkit-dev] Forms: Re-implement validation message implementation

2012-08-30 Thread TAMURA, Kent
The current implementation of the form validation message UI [1] is built of Shadow DOM. I'll change the implementation so that it doesn't use Shadow DOM, but uses native code via ChromeClient to show bubble message UI. Shadow DOM is good to build platform-independent UI, but I realized it