[Webkit-unassigned] [Bug 30876] [GTK] Make timeout callbacks hold the GDK lock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 14:31:35 PST 2009


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





--- Comment #4 from Gustavo Noronha (kov) <gns at gnome.org>  2009-11-02 14:31:34 PDT ---
<kov> if any gdk function is called, we need to hold the lock before doing
that, otherwise we'll fail on multithreaded programs
<ggaren> kov: scheduleDispatchFunctionsOnMainThread can be called by anyone,
so, yes.
 kov: processWork will call into webkit, so, yes.
<ggaren> kov: waitToDumpWatchdogFired will probably not call into any gui code

So, looks like we do need that; we will now have to figure out how to make this
without linking jsc to gdk, if possible =D

-- 
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