[Webkit-unassigned] [Bug 20318] [Gtk] SharedTimerGtk should use G_PRIORITY_DEFAULT_IDLE for g_idle_add

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 7 08:49:30 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com




------- Comment #2 from alp at nuanti.com  2008-08-07 08:49 PDT -------
(In reply to comment #0)
> In setSharedTimerFireTime:
> 
>      if (intervalInMS == 0)
> -        sharedTimer = g_idle_add_full(G_PRIORITY_DEFAULT, timeout_cb, NULL,
> NULL);
> +        sharedTimer = g_idle_add_full(G_PRIORITY_DEFAULT_IDLE, timeout_cb,
> NULL, NULL);
> 
> I'm attaching a patch for this.
> 

Did this cause incorrect behaviour or is this patch just a cleanup? How about
just using g_idle_add() (docs suggest it does the same thing)?


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



More information about the webkit-unassigned mailing list