[Webkit-unassigned] [Bug 34372] [GTK] Position queries are lagging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 05:13:28 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=34372


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #20 from Gustavo Noronha (kov) <gns at gnome.org>  2010-03-16 05:13:28 PST ---
Committed as 560053 through 560055. Given the expected failure of collapsed
happened, I skipped it, and opened
https://bugs.webkit.org/show_bug.cgi?id=36165.

Answering Eric's question about having a bug in GTK+, yes, here's the relevant
comment:

-    // Use HIGH_IDLE+20 priority, like Gtk+ for redrawing operations.
-    priv->timeout_id = g_timeout_add_full(G_PRIORITY_HIGH_IDLE + 20, 0,
+    // This should likely use a lower priority, but glib currently starves
+    // lower priority sources.
+    // See: https://bugzilla.gnome.org/show_bug.cgi?id=610830.

Thanks!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list