[webkit-dev] Bots temporarily red

2010-06-18 Thread Nikolas Zimmermann
Hey WebKit crowd, I've just landed a large SVG changeset, that requires a rebaseline of virtually all SVG tests on all platforms. I'm waiting for the bots and will rebaseline them, soon. Please be patient, I will fix all breakage. Cheers, Niko

Re: [webkit-dev] Bots temporarily red

2010-06-18 Thread Nikolas Zimmermann
Am 18.06.2010 um 13:31 schrieb Nikolas Zimmermann: Hey WebKit crowd, I've just landed a large SVG changeset, that requires a rebaseline of virtually all SVG tests on all platforms. I'm waiting for the bots and will rebaseline them, soon. Please be patient, I will fix all breakage.

Re: [webkit-dev] A proposal for Platform Mechanisms

2010-06-18 Thread Anders Carlsson
On Jun 17, 2010, at 2:04 PM, Jeremy Orlow wrote: Overall, looks great!! On Wed, Jun 16, 2010 at 6:05 PM, Anders Carlsson ander...@apple.com wrote: Also, PlatformMechanism is a Factory, and should be named accordingly. Or maybe it's a Source of clients/mechanisms. Good point, it

Re: [webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-18 Thread Andreas Delmelle
On 17 Jun 2010, at 20:37, Alexey Proskuryakov wrote: 17.06.2010, в 9:53, Andreas Delmelle написал(а): If WebKit chooses, for example, to ignore character events from the parser in nodes where logically it doesn't make sense to have stray characters That would break e.g. Web sites

Re: [webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-18 Thread Eric Seidel
firstElementChild already exists in modern browsers: http://www.w3.org/TR/ElementTraversal/#interface-elementTraversal Anyway, this thread is done. On Fri, Jun 18, 2010 at 10:27 AM, Andreas Delmelle andreas.delme...@telenet.be wrote: On 17 Jun 2010, at 20:37, Alexey Proskuryakov wrote:

Re: [webkit-dev] Bots temporarily red

2010-06-18 Thread Adam Roben
On Jun 18, 2010, at 10:54 AM, Nikolas Zimmermann wrote: the win bots have some unrelated problems, that someone might look into. I've been looking into these. I got the Windows bots down from 11 failures to 3 failures on Wednesday. -Adam ___

[webkit-dev] Faster bot cycle times on Windows (Re: Bots temporarily red)

2010-06-18 Thread Adam Barth
On Fri, Jun 18, 2010 at 1:22 PM, Adam Roben aro...@apple.com wrote: I've been looking into these. I got the Windows bots down from 11 failures to 3 failures on Wednesday. The main difficulty I have with the windows bots is that they get really behind. Is there something stopping us from

[webkit-dev] @ layers Understanding

2010-06-18 Thread zabar khorogus
Hi, In the youtube video by Eric on WebKit rendering some spec is pointed for layers understanding. I tried searching the layer spec but could not succeed. Can any body please point me to the same , I wanted to understand the render layer concept and it's operations and effects on paint. ...Zkho

Re: [webkit-dev] @ layers Understanding

2010-06-18 Thread Simon Fraser
What kind of layers are you interested in, and why? Simon On Jun 18, 2010, at 1:31 PM, zabar khorogus wrote: Hi, In the youtube video by Eric on WebKit rendering some spec is pointed for layers understanding. I tried searching the layer spec but could not succeed. Can any body please

Re: [webkit-dev] Faster bot cycle times on Windows (Re: Bots temporarily red)

2010-06-18 Thread Darin Adler
On Jun 18, 2010, at 1:28 PM, Adam Barth wrote: On Fri, Jun 18, 2010 at 1:22 PM, Adam Roben aro...@apple.com wrote: I've been looking into these. I got the Windows bots down from 11 failures to 3 failures on Wednesday. The main difficulty I have with the windows bots is that they get really

[webkit-dev] Initialization of Attribute Map

2010-06-18 Thread Fady Samuel
Hi all, I'm looking at a bug listed on chromium.org ( http://code.google.com/p/chromium/issues/detail?id=46025) but it's actually a WebKit bug...I've verified that the crash is in WebKit and Safari also crashes on Mac. It seems that the javascript line: ellipse.className.baseVal = cls1; results

Re: [webkit-dev] Faster bot cycle times on Windows (Re: Bots temporarily red)

2010-06-18 Thread Adam Barth
On Fri, Jun 18, 2010 at 1:33 PM, Darin Adler da...@apple.com wrote: On Jun 18, 2010, at 1:28 PM, Adam Barth wrote: On Fri, Jun 18, 2010 at 1:22 PM, Adam Roben aro...@apple.com wrote: I've been looking into these. I got the Windows bots down from 11 failures to 3 failures on Wednesday. The

Re: [webkit-dev] Initialization of Attribute Map

2010-06-18 Thread Darin Adler
This is the kind of discussion we usually have in bug reports. First step would be to put the bug report into bugs.webkit.org. To answer your question, it’s not legal to call StyledElement::classNames without first checking hasClass. And if hasClass is true, then there will already be an

Re: [webkit-dev] @ layers Understanding

2010-06-18 Thread zabar khorogus
Hi, I am a collage debugging webkit since couple of months on windows out of curiosity.In the youtube video i got that there are 3-4 kind of trees in Webkit. Out of which DOM-Rendering is wahat, I could make out something. But Style and Layer tree concept I could not get. ...ZKho On Sat, Jun 19,