[webkit-reviews] review requested: [Bug 37743] Remove dependency of jsCurrentTime() on currentTime() : [Attachment 54996] A bigger patch which rename the corresponding functions

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


Leo Yang <leo.yang at torchmobile.com.cn> has asked  for review:
Bug 37743: Remove dependency of jsCurrentTime() on currentTime()
https://bugs.webkit.org/show_bug.cgi?id=37743

Attachment 54996: A bigger patch which rename the corresponding functions
https://bugs.webkit.org/attachment.cgi?id=54996&action=review

------- Additional Comments from Leo Yang <leo.yang at torchmobile.com.cn>
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.


More information about the webkit-reviews mailing list