[Webkit-unassigned] [Bug 114696] New: Wrong use of REALTIME clock causes pages to fail loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 12:50:53 PDT 2013


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

           Summary: Wrong use of REALTIME clock causes pages to fail
                    loading
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anfraga at qnx.com
                CC: anfraga at qnx.com


There are a few places in webcore where the use of a REALTIME clock is wrong. The cases are simply measuring time from point A to point B and setting up timers. The use of a REALTIME clock in such cases will cause the measurement to be completely wrong and also cause timers to expire or not fire if the system time is changed between those events.
To avoid such problems, the use of MONOTONIC time is required.

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