[Webkit-unassigned] [Bug 119761] Replace currentTime() with monotonicallyIncreasingTime() in all possible places

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 12:11:50 PDT 2013


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





--- Comment #2 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-13 12:11:24 PST ---
(In reply to comment #1)
> What is the goal of this change?  Why do we want to do this?

Actually some platforms(mostly embedded systems like TV/STB) doesn't have battery powered reliable clock source. Wall Clock time is obtained via time sources like NTP(it may have some latency). So I feel use currentTime() only on the places which really needs wall clock time(like jsDateTime()), remaining places monotonicallyIncreasingTime() is good.

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