Re: [webkit-dev] strcmp result checking

2009-12-16 Thread Peter Kasting
On Wed, Dec 16, 2009 at 9:12 PM, Alexey Proskuryakov wrote: > As current style rules say that tests for zero/non-zero should all be done > without equality comparisons. However, this rule can cause significant > readability problems if blindly applied to strcmp: if (!strcmp(string, > "foobar")) n

[webkit-dev] strcmp result checking

2009-12-16 Thread Alexey Proskuryakov
As current style rules say that tests for zero/non-zero should all be done without equality comparisons. However, this rule can cause significant readability problems if blindly applied to strcmp: if (!strcmp(string, "foobar")) naturally reads as "does not equal". I think that this strcmp shou

Re: [webkit-dev] First Early Warning System (EWS) bot online

2009-12-16 Thread Dimitri Glazkov
Anything that's pronounced "Ooze" is bound to be awesome. Keep up the good work, guys! :DG< On Wed, Dec 16, 2009 at 1:06 AM, Adam Barth wrote: > In the wee hours of the morning, I turned on a new bot, which is the > first part of the Early Warning System (EWS) that Eric and I have been > buildin

Re: [webkit-dev] FONTOS: Buildbot red!

2009-12-16 Thread Andras Becsi
Sorry for that. Should have gone to our mailing list. 2009-12-16 20:42 keltezéssel, Andras Becsi írta: Oszi, kellene egy clean build a botnak, mert nagyon vérzik: (Dec 16 11:34) rev=[52212] failure #4999: failed Exiting early after 32 failures. 697 tests run. 32 test cases (4%) crashed Egyébké

[webkit-dev] FONTOS: Buildbot red!

2009-12-16 Thread Andras Becsi
Oszi, kellene egy clean build a botnak, mert nagyon vérzik: (Dec 16 11:34) rev=[52212] failure #4999: failed Exiting early after 32 failures. 697 tests run. 32 test cases (4%) crashed Egyébként mi az IP-je most, mert a régi IP-vel nem megy. Üdv: Bandi _

Re: [webkit-dev] error: JSDOMWindow.h: No such file or directory

2009-12-16 Thread Zoltan Horvath
Hey, this question is for webkit-help, not webkit-dev (http://webkit.org/contact.html). Before posting please check Ariya's suggestions about get help: http://lists.macosforge.org/pipermail/webkit-help/2009-August/000146.html Zoltan On Wednesday 16 December 2009, at 10:59, Girish Kumar wrote

Re: [webkit-dev] JIT on Windows CE

2009-12-16 Thread İsmail Dönmez
Hi Jason; Nice to know that you are interested in JIT support for WinCE. I wonder if you tested of CE 5 or 6? Also did you use Visual Studio 2005 or 2008? And lastly if you could publish your work someone else might be interested in it too. A working JIT support for WinCE would be fabolous. Regar

[webkit-dev] error: JSDOMWindow.h: No such file or directory

2009-12-16 Thread Girish Kumar
While compiling webkit, I get the following message: In file included from ./WebCore/bindings/js/ScriptController.h:25, from ./WebCore/page/Frame.h:40, from ./WebKit/gtk/webkit/webkitprivate.h:55, from WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:

[webkit-dev] First Early Warning System (EWS) bot online

2009-12-16 Thread Adam Barth
In the wee hours of the morning, I turned on a new bot, which is the first part of the Early Warning System (EWS) that Eric and I have been building. The EWS bots are very much like the style-queue, except they test compilation instead of style. == Executive Summary == When a patch is posted for