[Webkit-unassigned] [Bug 94987] New: Implement HRTimeStamp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 24 17:41:30 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94987
Summary: Implement HRTimeStamp
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Events
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: flackr at chromium.org
Pablo Garaizar Sagarminaga recently proposed extending HTML Events with a DOMHighResTimeStamp to the www-dom mailing list. This timestamp would not be subject to system clock skew and could report the raw time at which events arrived to the system:
http://lists.w3.org/Archives/Public/www-dom/2012AprJun/0069.html
With the addition of the Performance.now() function we can use these high res timestamps to get the precise length of time which has passed before handling an event or since since a discrete point in time. This bug tracks implementing an initial version of this feature.
--
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