[Webkit-unassigned] [Bug 258572] performance.timeOrigin drifts slowly during the lifetime of a page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 02:40:26 PDT 2023


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

Noam Rosenthal <noam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |noam at webkit.org

--- Comment #1 from Noam Rosenthal <noam at webkit.org> ---
I double-checked the spec, and indeed it should be stable throughout the lifetime of the document.
In https://w3c.github.io/hr-time/#dfn-estimated-monotonic-time-of-the-unix-epoch, the "estimated monotonic time of the Unix epoch" is initialized once, while in https://github.com/WebKit/WebKit/blob/main/Source/WebCore/page/Performance.cpp#L86 it's effectively computed every time timeOrigin() is called.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230629/dadd16d2/attachment.htm>


More information about the webkit-unassigned mailing list