[webkit-dev] Trunk policy regarding new features and stabilization

2008-01-23 Thread Eric Seidel
I'd like to get some clarification from other members of the WebKit project, regarding the policy regarding having features on/off on trunk. Specifically Apple folks, since they are the largest single vendor actively contributing to the WebKit Open Source Project. I'm interested in discussing the

Re: [webkit-dev] webkit test suite help

2008-01-23 Thread Mark Rowe
On 24/01/2008, at 16:09, syed mehdi wrote: I got qt4 installed and also read the documentation at the given pages. While building webkit using WebKitTools/Scripts/build-webkit i got lots of errors like: can't find iculib, cairo-fti installed thos libs also...than i was getting errors l

Re: [webkit-dev] webkit test suite help

2008-01-23 Thread syed mehdi
I got qt4 installed and also read the documentation at the given pages. While building webkit using WebKitTools/Scripts/build-webkit i got lots of errors like: can't find iculib, cairo-fti installed thos libs also...than i was getting errors like: can't find include file like chartables.c and a

Re: [webkit-dev] Abstracting the canvas

2008-01-23 Thread Christopher Brichford
I agree with Darin, it would be better to have the graphics code behind the GraphicsContext interface as much as possible. Chris On Jan 23, 2008, at 7:50 AM, Darin Adler wrote: On Jan 23, 2008, at 3:25 AM, Alp Toker wrote: Oliver has proposed the first move in abstracting WebKit's canvas

Re: [webkit-dev] performance on ARM

2008-01-23 Thread Johan Bilien
On Wed, Jan 23, 2008, zaheer ahmad wrote: > we are working on gtk port of webkit on ARM board(400MHZ CPU, 128MB RAM, > 64MB Nand flash) over fast ethernet connection. > > we are facing issues when loading pages where the webkit is not responsive > to key presses and other events. The same works f

Re: [webkit-dev] Abstracting the canvas

2008-01-23 Thread Darin Adler
On Jan 23, 2008, at 3:25 AM, Alp Toker wrote: Oliver has proposed the first move in abstracting WebKit's canvas implementation as part of his putImageData patch: http://bugs.webkit.org/show_bug.cgi?id=16954 The strategy involves splitting functions out into CanvasRenderingContext2DCG, Can

[webkit-dev] performance on ARM

2008-01-23 Thread zaheer ahmad
hi, we are working on gtk port of webkit on ARM board(400MHZ CPU, 128MB RAM, 64MB Nand flash) over fast ethernet connection. we are facing issues when loading pages where the webkit is not responsive to key presses and other events. The same works fine on a x86 build. Any pointers for this behav

[webkit-dev] Abstracting the canvas

2008-01-23 Thread Alp Toker
Oliver has proposed the first move in abstracting WebKit's canvas implementation as part of his putImageData patch: http://bugs.webkit.org/show_bug.cgi?id=16954 The strategy involves splitting functions out into CanvasRenderingContext2DCG, CanvasRenderingContext2DCairo, and possibly moving