[Webkit-unassigned] [Bug 37743] Remove dependency of jsCurrentTime() on currentTime()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 22:25:25 PDT 2010


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


Leo Yang <leo.yang at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54996|                            |review?
               Flag|                            |




--- Comment #10 from Leo Yang <leo.yang at torchmobile.com.cn>  2010-05-03 22:25:23 PST ---
Created an attachment (id=54996)
 --> (https://bugs.webkit.org/attachment.cgi?id=54996)
A bigger patch which rename the corresponding functions

Rename currentTime() to currentUTCTime(), currentTimeMS() to
currentUTCTimeMS(); add monotonicTime()

Implement monotonicTime() in posix based system and redirect monotonicTime()
implementation to currentUTCTime() in non-posix implmentation.

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