[webkit-reviews] review canceled: [Bug 123260] Replace 0 timeouts g_timeout_add() by g_idle_add() : [Attachment 215044] 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:25 PDT 2013
Bastien Nocera <hadess at hadess.net> has canceled Bastien Nocera
<hadess at hadess.net>'s request for review:
Bug 123260: Replace 0 timeouts g_timeout_add() by g_idle_add()
https://bugs.webkit.org/show_bug.cgi?id=123260
Attachment 215044: Replace 0 timeouts g_timeout_add() by g_idle_add()
https://bugs.webkit.org/attachment.cgi?id=215044&action=review
------- Additional Comments from Bastien Nocera <hadess at hadess.net>
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.
More information about the webkit-reviews
mailing list