[Webkit-unassigned] [Bug 123260] Replace 0 timeouts g_timeout_add() by g_idle_add()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 03:21:39 PDT 2013


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





--- Comment #1 from Bastien Nocera <hadess at hadess.net>  2013-10-24 03:20:25 PST ---
Created an attachment (id=215044)
 --> (https://bugs.webkit.org/attachment.cgi?id=215044&action=review)
Replace 0 timeouts g_timeout_add() by g_idle_add()

A zero timeout should be equivalent to using
g_idle_add_full(G_PRIORITY_DEFAULT, ...
without the nagging feeling that the wrong API was used.

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