Re: [webkit-qt] Almost all webkit LayoutTests failing on Qt for Embedded Linux

2011-07-26 Thread simon.hausmann
I think the tests Alexis is referring to are unit tests. I can understand that the layout tests would not pass on QWS against x11 metrics (see dpi setting for example). Simon -- Sent from my Nokia N9 On 26.07.11 09:05 ext Holger Freyther wrote: Alexis Menard alexis.menard at openbossa.org

Re: [webkit-qt] Almost all webkit LayoutTests failing on Qt for Embedded Linux

2011-07-26 Thread Holger Freyther
simon.hausmann at nokia.com writes: I think the tests Alexis is referring to are unit tests. I can understand that the layout tests would not pass on QWS against x11 metrics (see dpi setting for example). Yes, my point was LayoutTest vs. API tests. I am working on a MIPS buildbot and

Re: [webkit-qt] Almost all webkit LayoutTests failing on Qt for Embedded Linux

2011-07-26 Thread Alexis Menard
Yes I read too fast :D. I was talking about the API tests :D. It's most likely that the layout tests will not pass as nobody actually tried to make them pass. And it's not just about making them pass, it's maintaining them too. Though in the long term I'm not sure if it make sense to work on

Re: [webkit-qt] Inline Spell Checking Completish ...

2011-07-26 Thread Benjamin Poulain
Hey, On 07/19/2011 04:48 AM, ext Lindsay Mathieson wrote: Ok, I believe its ready for review - what do I do now? my git clone is here: https://gitorious.org/~blackpaw/webkit/webkit-qt-inline-spell Note: I actually modified the QtTestBrowser project so it defined its own static platform

Re: [webkit-qt] Almost all webkit LayoutTests failing on Qt for Embedded Linux

2011-07-26 Thread Konstantin Tokarev
26.07.2011, 16:28, Alexis Menard alexis.men...@openbossa.org: As far as I understood the way Qt For Embedded Linux stands today is dead/replace/deprecated with Lighthouse no? Do you expect all embedded developers to switch to Lighthouse overnight once Qt 4.8 is released? -- Regards,

[webkit-qt] Change of dependencies

2011-07-26 Thread Holger Freyther
Hi, in r91752[1] the default media backend was changed from QtMultiMedia to GStramer and it breaks on the shiny new MIPS buildbot. The question is if one has a full Qt configuration, should QtWebKit compile? Qt Configuration: $ qt/configure -no-glib -embedded mips -little-endian \

Re: [webkit-qt] Change of dependencies

2011-07-26 Thread Alexis Menard
On Tue, Jul 26, 2011 at 12:31 PM, Holger Freyther ze...@selfish.org wrote: Hi, Hi, in r91752[1] the default media backend was changed from QtMultiMedia to GStramer and it breaks on the shiny new MIPS buildbot. The question Sorry for the inconvenience. is if one has a full Qt

Re: [webkit-qt] QtWebKit very slow compared to WebKitGtk (on top of directfb)

2011-07-26 Thread haithem rahmani
Hi, I doubt decoding is the issue. Except for the GIF format, the decoding of images is done by the usual libraries (libjpeg, libpng). My guess is color conversion could be an issue depending on the target color format on your directfb. If the color format on 32 bits, the problem could

Re: [webkit-qt] QtWebKit very slow compared to WebKitGtk (on top of directfb)

2011-07-26 Thread Benjamin Poulain
On 07/26/2011 06:22 PM, ext haithem rahmani wrote: I really can't understand why the 51% of the time is spent in the kernel as idle ? No idea. The profile looks very wrong, the top functions do not make any sense. It also looks like this code is compiled in debug because