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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 10:19:39 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #15 from Darin Adler <darin at apple.com>  2010-05-04 10:19:36 PST ---
(From update of attachment 54996)
This seems to break the build on every platform.

Maybe you could break this up into multiple patches. One could change the calls
at all the call sites and so be entirely mechanical.

The part of this that needs careful review is that we have to figure out at
each call site if it's OK to use the monotonic time rather than the clock time.
It would be good to review those carefully a few at a time instead of in a
single giant patch. Perhaps the first patch would be to convert all the call
sites where it's very clear and completely obvious which to use.

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