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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 10:45:20 PDT 2013


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





--- Comment #2 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-18 10:44:49 PST ---
Created an attachment (id=209037)
 --> (https://bugs.webkit.org/attachment.cgi?id=209037&action=review)
List of places in WebCore where still currentTime() lives

List of places in WebCore where still currentTime() lives

1. Geolocation(Refer Geolocation.cpp#416)
2. Memory Cache
3. Events(where the DOM time stamp should be in epoch since 01/01/1970,00:00)
4. WorkerRunLoop(mutex needs absolute time - https://bugs.webkit.org/show_bug.cgi?id=114826).
5. Blackberry's platform/network - (we can address this in https://bugs.webkit.org/show_bug.cgi?id=114696).
6. Some of the Inspector Files(I think inspector front-end  don't have access to monotonic time)

Please correct me if my assumptions were wrong.

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