[Webkit-unassigned] [Bug 58354] New: [Navigation Timing] Store offsets internal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 11:51:39 PDT 2011


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

           Summary: [Navigation Timing] Store offsets internal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonyg at chromium.org
                CC: simonjam at chromium.org
            Blocks: 30685


Currently our Navigation Timing implementation stores wall time values internally for each mark. We should consider instead storing a single absolute and offsets. Then do the addition in the getter to convert to a wall time. The idea is to prevent bad data when the wall time changes (ntp, leap second, skew adjust, etc).

https://bugs.webkit.org/show_bug.cgi?id=53305 is slightly related.

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