Hey,

Martin gave me this URL:

        http://themaninblue.com/experiment/AnimationBenchmark/canvas/

What makes that site not "load" is not the scrollbars problem - I
suspect the problem is the GTK+ drawing idle being starved. The page
_is_ loading, and the canvas animation _is_ happening, but it takes up
so much time doing it that the main loop is never idle. I was kind of
aware this might happen one day, because of these:

        http://trac.webkit.org/changeset/56055
        http://trac.webkit.org/changeset/56053

We can try lowering that normalized priority to be the same as the GTK+
drawing one, I believe that was what Benjamin suggested at the time. I
never changed it because it was working with everything I threw at it. I
think we just found our best test case, though =D

Cheers,

-- 
Gustavo Noronha Silva <[email protected]>
GNOME Project

_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to