Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Issue 235233003: Added support to convert double to timedelta's without loss of data during type conversion from dou… (Closed)

Created:
6 years, 8 months ago by patro
Modified:
6 years, 8 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added support to convert double to timedelta's without loss of data during type conversion from double to int64 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265218

Patch Set 1 #

Patch Set 2 : Added unit tests #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M base/time/time.h View 2 chunks +18 lines, -0 lines 0 comments Download
M base/time/time_unittest.cc View 1 3 chunks +14 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
patro
Please review
6 years, 8 months ago (2014-04-11 15:20:22 UTC) #1
Mark Mentovai
LGTM
6 years, 8 months ago (2014-04-15 21:54:33 UTC) #2
mithro-old
On 2014/04/15 21:54:33, Mark Mentovai wrote: > LGTM Hi shyamp, Can you add a reference ...
6 years, 8 months ago (2014-04-16 00:32:30 UTC) #3
mithro-old
6 years, 8 months ago (2014-04-16 00:42:51 UTC) #4
patro
Hi mithro, On 2014/04/16 00:32:30, mithro wrote: > On 2014/04/15 21:54:33, Mark Mentovai wrote: > ...
6 years, 8 months ago (2014-04-16 12:30:10 UTC) #5
mithro-old
Hi, Just FYI, generally you reply under a question rather than above it. > > ...
6 years, 8 months ago (2014-04-16 13:38:44 UTC) #6
patro
Please review
6 years, 8 months ago (2014-04-21 11:50:21 UTC) #7
mithro-old
lgtm LGTM https://codereview.chromium.org/235233003/diff/20001/base/time/time_unittest.cc File base/time/time_unittest.cc (right): https://codereview.chromium.org/235233003/diff/20001/base/time/time_unittest.cc#newcode738 base/time/time_unittest.cc:738: EXPECT_EQ(13.3, TimeDelta::FromMillisecondsD(13.3).InMillisecondsF()); Technically anything EXPECT_EQ with floating ...
6 years, 8 months ago (2014-04-22 07:05:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/behara.ms@samsung.com/235233003/20001
6 years, 8 months ago (2014-04-22 07:05:18 UTC) #9
commit-bot: I haz the power
6 years, 8 months ago (2014-04-22 09:00:58 UTC) #10
Message was sent while issue was closed.
Change committed as 265218

Powered by Google App Engine
This is Rietveld 408576698