[webkit-dev] bug when launching

Ariya Hidayat ariya.hidayat at trolltech.com
Tue Jan 6 07:48:58 PST 2009


> Hello Ariya! thank you for the quick answer.
> http://www.nabble.com/file/p21310419/lt-GtkLauncher-rapport-anomalie.txt
> lt-GtkLauncher-rapport-anomalie.txt
> I wasn't precise enough in my previous message, there is more details:
> I am under fedora coere 9 and i Have the plugin "Flash 10", My Firefox 3
> loads perfectly the pages including Flash with any matters.
> I use the version 37132 of webKit (svn -r 37132 checkout
> http://svn.webkit.org/repository/webkit/trunk WebKit)
> and during my first compilation, I comented the following line in the file
> "WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp" because it provoked an
> error:
>
> --- WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp        2009-01-05
> 15:04:24.000000000 +0100
> +++ WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp-new        2009-01-05
> 15:04:39.000000000 +0100
> @@ -180,7 +180,7 @@
>
>      // Now update the window (which should do nothing but a blit of the
> backing store's updateRect and so should
>      // be very fast).
> -    view->update();
> +    //view->update();
>  }

AFAICS gcjwebplugin is about Java applet plugin. I guess that is the direction 
you should investigate. Commenting that update() line only surpress, but not 
fix, the problem, and you might have a painting error.

Honestly, until you can find out what is wrong with gcjwebplugin, I reckon we 
can't do anything (w.r.t to WebKit side).



-- 
Ariya Hidayat, Software Engineer
Qt Software, Nokia Devices R&D


More information about the webkit-dev mailing list