[Webkit-unassigned] [Bug 147992] New: WorkQueue::dispatchAfter() on Windows fires early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 14:08:27 PDT 2015


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

            Bug ID: 147992
           Summary: WorkQueue::dispatchAfter() on Windows fires early
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The Windows implementation of WorkQueue::dispatchAfter() uses CreateTimerQueueTimer().  Unfortunately, CreateTimerQueueTimer() is sloppy and can fire early.  We need to compensate for this slop to ensure that the specified duration does expire before the callback function is called (or the JSC watchdog which depends on this can fail randomly).

-- 
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/20150813/ff6d2aed/attachment.html>


More information about the webkit-unassigned mailing list