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

Issue 337923006: Change WebTimeRange to use doubles instead of floats. (Closed)

Created:
6 years, 6 months ago by acolwell GONE FROM CHROMIUM
Modified:
6 years, 6 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, blink-reviews, dglazkov+blink, jamesr
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Change WebTimeRange to use doubles instead of floats. All the Chromium-side code that creates WebTimeRanges uses doubles and all the Blink-side code that consumes WebTimeRanges use doubles, but somehow this class didn't get updated. This change fixes the problem so that values don't get truncated to the float range as they pass through a WebTimeRange. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176664

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M public/platform/WebTimeRange.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
acolwell GONE FROM CHROMIUM
6 years, 6 months ago (2014-06-20 20:47:38 UTC) #1
acolwell GONE FROM CHROMIUM
abarth: OWNERS review please.
6 years, 6 months ago (2014-06-20 21:43:41 UTC) #2
abarth-chromium
lgtm
6 years, 6 months ago (2014-06-20 23:38:46 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/337923006/1
6 years, 6 months ago (2014-06-20 23:39:57 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-21 00:08:02 UTC) #5
Message was sent while issue was closed.
Change committed as 176664

Powered by Google App Engine
This is Rietveld 408576698