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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 11:07:33 PDT 2013


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





--- Comment #7 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-19 11:07:01 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > 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 :) )
> > 
> > Yes, and my point is that given what I can see these two should be changed to use monotonicallyIncreasingTime. I don’t understand the arguments above for why they need to stay on currentTime.
> 
> Sorry for the misinterpretation.
> 
> >>2. Memory Cache
> Cached Resource Age calculation also includes HTTP response header field "date"(CachedResource::currentAge()).
> 
> >>6. Some of the Inspector Files(I think inspector front-end  don't have access to monotonic time)
> Frankly I don't know much details about inspector, will check & let you know.

Guys anyone pls review the attached patch? I'm checking the possibilities to change the same for MemoryCache & Inspector related stuffs & if possible will do it as a separate patch.

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