[Webkit-unassigned] [Bug 168363] [GLib] GCActivityCallback::scheduleTimer() keeps pushing dispatch into the future

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 03:39:12 PST 2017


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

--- Comment #1 from Zan Dobersek <zan at falconsigh.net> ---
Handling this similarly to USE(CF) is a bit hard because we also support disabling the timer completely (via a -1 delay), instead of just scheduling it a decade into the future. This is a bit of a problem because we then treat an infinite delay as a valid one, which results in setting the GSource's ready time to G_MAXINT64.

We should probably just simplify this by doing the decade thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170215/605d4d8d/attachment.html>


More information about the webkit-unassigned mailing list