[Webkit-unassigned] [Bug 87287] New: WebKit should use a rational time value internally.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 11:08:12 PDT 2012


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

           Summary: WebKit should use a rational time value internally.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jer.noble at apple.com


When representing time as a float, sub-millisecond precision becomes unreliable after only a short amount of time.  WebKit should instead use a rational time type (integer time / integer time base) to represent time values.  These would need to be converted to/from double precision values when exposed to JavaScript, but all internal calculations could be done without losing precision.

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