Re: [webkit-dev] On frequently hosing other port's WebKit2 builds

2010-10-06 Thread Adam Barth
On Wed, Oct 6, 2010 at 9:33 PM, Antonio Gomes wrote: > Maybe making EWS bots build already r+'ed patches could help here as well. That's a top feature request. I'll make that happen next time I get some time to work on the tools. Adam ___ webkit-dev m

Re: [webkit-dev] Ruby Text Enhancements

2010-10-06 Thread Roland Steiner
Seeing that this is progressing ad a quick pace, could I entice some kind reviewer to r+ my patch for bug https://bugs.webkit.org/show_bug.cgi?id=41040 before I get (another...) mid-air collision? ^_^; Roland On Wed, Oct 6, 2010 at 5:34 PM, Eric Mader wrote: > > On Oct 5, 2010, at 6:25 PM, Dav

Re: [webkit-dev] New Rich Text Editing Test suite

2010-10-06 Thread Roland Steiner
Hi Ryosuke, looking closer at RTE2-AC_JF_TEXT-1_SC it seems to actually pass on my Chrome Mac build (but it doesn't generate a )?!): Result: foo^bar Chromium7.0.547.0 (Developer Build ) WebKit534.10 V82.4.8 did you make any changes, or are you looking at a different build? Cheers, - Roland O

Re: [webkit-dev] Upgrading VS (WAS: Any objections to switching to Xcode 3.2.4 or newer?)

2010-10-06 Thread Eric Mader
On Oct 6, 2010, at 5:13 PM, Jeremy Orlow wrote: > 2) Any Windows based WebKit hackers needing to upgrade their Visual > Studio...which would require $$? [1] Could we use the Visual Studio Express Editions? They're free. Regards, Eric___ webkit-dev m

Re: [webkit-dev] On frequently hosing other port's WebKit2 builds

2010-10-06 Thread Antonio Gomes
Maybe making EWS bots build already r+'ed patches could help here as well. On Wed, Oct 6, 2010 at 7:13 PM, Andras Becsi wrote: > Dear WebKit Community, > > In the past few weeks there were several occasions where Apple-WebKit2 > developers ignored the red Qt EWS on Bugzilla and nonetheless commi

[webkit-dev] Upgrading VS (WAS: Any objections to switching to Xcode 3.2.4 or newer?)

2010-10-06 Thread Jeremy Orlow
Although this is a noble goal, wouldn't it require either 1) Us maintaining yet another build system or 2) Any Windows based WebKit hackers needing to upgrade their Visual Studio...which would require $$? [1] Either way, what's our migration plan (since we can't use VS 2005 forever)? J [1] Yes

Re: [webkit-dev] Any objections to switching to Xcode 3.2.4 or newer?

2010-10-06 Thread Brent Fulgham
Can we go one better and also update Visual Studio? :-) On Oct 6, 2010, at 5:55 PM, Chris Marrin wrote: > +1 +1 +1 ! > > On Oct 6, 2010, at 5:00 PM, Darin Adler wrote: > >> Hi folks. >> >> For those working on Mac OS X: Any objection to upgrading to Xcode 3.2.4? >> It’s now showing up in App

Re: [webkit-dev] landed

2010-10-06 Thread Maciej Stachowiak
We've never really formalized an approach to new Web platform features, but the usual practice has been something like: - Use an ENABLE macro if the feature is one that ports may be unable to support immediately or may wish to turn off for other reasons. - Have it on by default if: (a) The f

Re: [webkit-dev] Any objections to switching to Xcode 3.2.4 or newer?

2010-10-06 Thread Chris Marrin
+1 +1 +1 ! On Oct 6, 2010, at 5:00 PM, Darin Adler wrote: > Hi folks. > > For those working on Mac OS X: Any objection to upgrading to Xcode 3.2.4? > It’s now showing up in Apple’s Software Update for all Xcode users, I believe. > > I ask because this adds a "developmentRegion = English" strin

[webkit-dev] intercept all http requests, best way to run headless webkit

2010-10-06 Thread Steve Conover
Another couple of questions - hoping people on webkit-dev might be able to help. -Steve -- Forwarded message -- From: Steve Conover Date: Tue, Sep 28, 2010 at 7:53 AM Subject: intercept all http requests, best way to run headless webkit To: webkit-h...@lists.webkit.org Hi, 1.

Re: [webkit-dev] setTimeout and Safari

2010-10-06 Thread Simon Fraser
Why do you need to know if there are no more pending setTimeouts? Simon On Oct 6, 2010, at 5:52 PM, Steve Conover wrote: > Hoping someone on -dev might have an idea about this... > > -Steve > > > -- Forwarded message -- > From: Steve Conover > Date: Tue, Sep 28, 2010 at 11:19

[webkit-dev] setTimeout and Safari

2010-10-06 Thread Steve Conover
Hoping someone on -dev might have an idea about this... -Steve -- Forwarded message -- From: Steve Conover Date: Tue, Sep 28, 2010 at 11:19 PM Subject: Re: setTimeout and Safari To: webkit-h...@lists.webkit.org Actually I am discovering what one might describe as a "normal" pr

Re: [webkit-dev] Any objections to switching to Xcode 3.2.4 or newer?

2010-10-06 Thread Adam Barth
+1000 for stoping the edit war over developmentRegion = English. Adam On Wed, Oct 6, 2010 at 5:00 PM, Darin Adler wrote: > Hi folks. > > For those working on Mac OS X: Any objection to upgrading to Xcode 3.2.4? > It’s now showing up in Apple’s Software Update for all Xcode users, I believe. >

[webkit-dev] Any objections to switching to Xcode 3.2.4 or newer?

2010-10-06 Thread Darin Adler
Hi folks. For those working on Mac OS X: Any objection to upgrading to Xcode 3.2.4? It’s now showing up in Apple’s Software Update for all Xcode users, I believe. I ask because this adds a "developmentRegion = English" string to the project file but the older versions of Xcode remove that strin

Re: [webkit-dev] how to create a test that can perform actions while resources are still loading?

2010-10-06 Thread Darin Adler
On Oct 6, 2010, at 4:36 PM, Jenn Braithwaite (胡慧鋒) wrote: > I've also tried making this an http test using a slow loading iframe, but the > window onload handler for the page does not run until after its iframe has > finished loading. This seems OK. You can put your test code somewhere other th

[webkit-dev] how to create a test that can perform actions while resources are still loading?

2010-10-06 Thread 胡慧鋒
Hi, I am trying to create a layout test that has 2 pages, each containing an iframe. I need to perform the main actions while both iframes are still loading. Does anyone know how I can do this? I've tried opening 2 pages (via window.open) that contain iframes, and performing the actions in the

[webkit-dev] On frequently hosing other port's WebKit2 builds

2010-10-06 Thread Andras Becsi
Dear WebKit Community, In the past few weeks there were several occasions where Apple-WebKit2 developers ignored the red Qt EWS on Bugzilla and nonetheless committed their patches and let the Qt bot stay red for several hours without any sign of trying to fix the issues (mostly introduced by t

Re: [webkit-dev] Build slave: requesting username/password pairs

2010-10-06 Thread William Siegrist
On Oct 6, 2010, at 12:16 PM, Leandro Pereira wrote: > Hi. > > I've setup a machine to run as as a build bot for the EFL port. Instructions > in the wiki says I should ask for a username/password pair here, so here I > am. > > The necessary configuration to be sent to build.webkit.org was submitt

[webkit-dev] Build slave: requesting username/password pairs

2010-10-06 Thread Leandro Pereira
Hi. I've setup a machine to run as as a build bot for the EFL port. Instructions in the wiki says I should ask for a username/password pair here, so here I am. The necessary configuration to be sent to build.webkit.org was submitted as a patch on bug #47290. On a related note, the EFL EWS is alr

Re: [webkit-dev] Ruby Text Enhancements

2010-10-06 Thread Eric Mader
On Oct 5, 2010, at 6:25 PM, David Hyatt wrote: > On Oct 5, 2010, at 7:33 PM, Eric Mader wrote: > >> >> On Sep 24, 2010, at 8:02 PM, David Hyatt wrote: >> >>> This is a tough problem. It seems like you have to get involved in the >>> line layout code e.g., findNextLineBreak in order to really