Reviewers: Hannes Payer,

Message:
Hey Hannes,
Here's the fix for the Date.now() Windows issue. PTAL
-- Benedikt

Description:
Always use timeGetTime() for TimeTicks::Now() on Windows.

This way, we also ensure that timeGetTime() is used for Time::Now(),
and thereby Date.now() even if GetTickCount64() is available.

Also add test coverage for Time::Now(), TimeTicks::Now() and
TimeTicks::HighResNow().

BUG=chromium:288924
TEST=cctest/test-timer

Please review this at https://codereview.chromium.org/25468003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+107, -133 lines):
  M src/platform-win32.cc
  M src/platform/time.h
  M src/platform/time.cc
  M test/cctest/test-time.cc
  M test/mjsunit/mjsunit.status
  D test/mjsunit/timer.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to