[Webkit-unassigned] [Bug 119958] Replace currentTime() with monotonicallyIncreasingTime() in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 21:11:55 PDT 2013


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





--- Comment #4 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-18 21:11:24 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > 2. Memory Cache
> 
> This might require some thinking. We don’t want changes to the system clock to affect cache expiration.
> 
> > 6. Some of the Inspector Files(I think inspector front-end  don't have access to monotonic time)
> 
> That does not sound right. Since the inspector front end is not necessarily on the same computer, it won’t necessarily have access to the same current time either. We don’t intend to require that the two computers have synchronized clocks to make the inspector work.

Darin, I was about to say "The list of places where we can't change currentTime() to monotonicallyIncreasingTime()" :)

(That attachment includes list of places where currentTime() would live even after all patches gets landed, I didn't mentioned like we have to replace those stuffs :) )

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