[Webkit-unassigned] [Bug 20318] New: [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 07:34:44 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20318
Summary: [Gtk] SharedTimerGtk should use G_PRIORITY_DEFAULT_IDLE
for g_idle_add
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jmalonzo at gmail.com
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.
--
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