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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 25 04:05:03 PDT 2013


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





--- Comment #16 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-10-25 04:03:47 PST ---
(From update of attachment 215148)
View in context: https://bugs.webkit.org/attachment.cgi?id=215148&action=review

> Source/WebKit/gtk/webkit/webkitwebview.cpp:5276
> -        g_timeout_add(1, cleanupTemporarilyCachedSubresources, g_list_copy(subResources));
> +        g_idle_add_full(G_PRIORITY_DEFAULT, cleanupTemporarilyCachedSubresources, g_list_copy(subResources), 0);

I set r- only because of this, if it's wrong, let's fix it in a follow up patch as you suggested, otherwise don't change it because this commit is about changing 0 timeouts.

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