[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:28:26 PDT 2013


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


Bastien Nocera <hadess at hadess.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #215044|0                           |1
        is obsolete|                            |
 Attachment #215044|review?                     |
               Flag|                            |




--- Comment #3 from Bastien Nocera <hadess at hadess.net>  2013-10-24 03:27:11 PST ---
Created an attachment (id=215047)
 --> (https://bugs.webkit.org/attachment.cgi?id=215047&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