Re: Communication (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-15 Thread Maciej Stachowiak


On Jan 14, 2008, at 8:02 PM, Adam Roben wrote:


Oliver Hunt wrote:

On 14/01/2008, at 4:26 PM, [EMAIL PROTECTED] wrote:


The best and easiest way to discuss this would be on IRC in the
#webkit channel of
freenode...


Sure, but it seems tough to get a time when everyone interested is  
on.

Should we set a time to discuss this?


I think you'd be safe anywhere between 2pm and 10pm PST, although  
that's
only an educated guess based on my recollection of when GTK, QT,  
and Apple

folk are around.


It's been mentioned (by some of the Trolltech folks, I believe) that  
using IRC so exclusively for communication not only makes it very  
easy for information to be lost into the aether but is also  
difficult for those not operating on California (or US) time.  
Perhaps we should be making an effort to have more of our  
discussions take place on webkit-dev, at the very least in the cases  
where they originate on webkit-dev as well?


We could also consider logging the IRC channel. This is something I've  
been hesitant to do before, but it makes asynchronous participation  
easier, and that's important as we span more time zones and get more  
people involved in the project part-time.


Cheers,
Maciej

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: Communication (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-15 Thread Pierre-Luc Beaudoin
Le mardi 15 janvier 2008 à 01:19 -0800, Maciej Stachowiak a écrit :
 On Jan 14, 2008, at 8:02 PM, Adam Roben wrote:
 
  Oliver Hunt wrote:
  On 14/01/2008, at 4:26 PM, [EMAIL PROTECTED] wrote:
 
  The best and easiest way to discuss this would be on IRC in the
  #webkit channel of
  freenode...
 
  Sure, but it seems tough to get a time when everyone interested is  
  on.
  Should we set a time to discuss this?
 
  I think you'd be safe anywhere between 2pm and 10pm PST, although  
  that's
  only an educated guess based on my recollection of when GTK, QT,  
  and Apple
  folk are around.
 
  It's been mentioned (by some of the Trolltech folks, I believe) that  
  using IRC so exclusively for communication not only makes it very  
  easy for information to be lost into the aether but is also  
  difficult for those not operating on California (or US) time.  
  Perhaps we should be making an effort to have more of our  
  discussions take place on webkit-dev, at the very least in the cases  
  where they originate on webkit-dev as well?
 
 We could also consider logging the IRC channel. This is something I've  
 been hesitant to do before, but it makes asynchronous participation  
 easier, and that's important as we span more time zones and get more  
 people involved in the project part-time.
 
 Cheers,
 Maciej

There is also IRC proxies which logs the channel while you are not
logged in and sends you the log next time you show up.  Personally, I
use Bip http://bip.t1r.net/ to make sure I don't miss a thing on
#webkit-gtk!  But this solution works fine only if you do show up once
per day, if not the logs gets a little big (for #webkit anyway).

Pierre-Luc Beaudoin
aka pierlux

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] run-webkit-tests on Windows

2008-01-15 Thread Double-Dee Zee
Hi,

I am having some problems with run-webkit-tests on Windows.

Likely, these are simple problems, but this script is not well documented,
so please let me just ask here.

First, when I run run-webkit-tests, DumpRenderTree does compile and build
successfully, but I get this error:

can't find executable DumpRenderTree (looked in
/cygdrive/c/Source/WebKit/WebKitBuild/bin)

But, the executable really is there.  When I do an ls
/cygdrive/c/Source/WebKit/WebKitBuild/bin/Dump*, I do get
/cygdrive/c/Source/WebKit/WebKitBuild/bin/DumpRenderTree.exe.

So, I comment the line doing that check and move on.  Now, the tests run,
but they all fail.  The output is something like this:

running css1/basic/class_as_selector.html - failed
running css1/basic/comments.html - failed
running css1/basic/containment.html - failed
running css1/basic/grouping.html - failed
running css1/basic/id_as_selector.html - failed
running css1/basic/inheritance.html - failed
running css1/box_properties/acid_test.html - failed
running css1/box_properties/border.html - failed
running css1/box_properties/border_bottom.html - failed
running css1/box_properties/border_bottom_inline.html - failed
running css1/box_properties/border_bottom_width.html - failed
running css1/box_properties/border_bottom_width_inline.html - failed
running css1/box_properties/border_color.html - failed
running css1/box_properties/border_color_inline.html - failed
running css1/box_properties/border_inline.html - failed
running css1/box_properties/border_left.html - failed
running css1/box_properties/border_left_inline.html - failed
running css1/box_properties/border_left_width.html - failed
running css1/box_properties/border_left_width_inline.html - failed

Any ideas why this isn't working?  My webkit.dll is definitely building and
running successfully.  Is run-webkit-tests supported on Windows?  Can I get
more detailed error information?

Thanks,
DD
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev