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

Issue 938643002: Preserve original int64 time stamp in ResourceResponse. (Closed)

Created:
5 years, 10 months ago by Yang
Modified:
5 years, 10 months ago
Reviewers:
Mike West
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Preserve original int64 time stamp in ResourceResponse. This is part 1/4 of a clean up to switch to int64 time stamps when caching metadata. The background to this is that converting int64 time stamps to double and back to int64 is lossy and causes false time stamp mismatches. BUG=453298 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190551

Patch Set 1 #

Patch Set 2 : fix windows build. #

Patch Set 3 : use long long #

Total comments: 1

Patch Set 4 : addressed comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M Source/platform/exported/WebURLResponse.cpp View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M Source/platform/network/ResourceResponse.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M Source/platform/network/ResourceResponse.cpp View 4 chunks +4 lines, -0 lines 0 comments Download
M public/platform/Platform.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M public/platform/WebURLResponse.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
Yang
Please take a look. This is part of a series of CLs between blink and ...
5 years, 10 months ago (2015-02-18 09:46:15 UTC) #2
Mike West
I think I agree with https://codereview.chromium.org/887973003#msg12; we shouldn't be using a double here. It's a ...
5 years, 10 months ago (2015-02-18 14:34:05 UTC) #3
Yang
On 2015/02/18 14:34:05, Mike West wrote: > I think I agree with https://codereview.chromium.org/887973003#msg12; we > ...
5 years, 10 months ago (2015-02-18 15:00:12 UTC) #4
Yang
On 2015/02/18 15:00:12, Yang wrote: > On 2015/02/18 14:34:05, Mike West wrote: > > I ...
5 years, 10 months ago (2015-02-18 15:03:23 UTC) #5
Mike West
On 2015/02/18 at 15:03:23, yangguo wrote: > On 2015/02/18 15:00:12, Yang wrote: > > On ...
5 years, 10 months ago (2015-02-18 15:38:21 UTC) #6
Yang
On 2015/02/18 15:38:21, Mike West wrote: > On 2015/02/18 at 15:03:23, yangguo wrote: > > ...
5 years, 10 months ago (2015-02-19 08:36:56 UTC) #7
Mike West
LGTM, thanks!
5 years, 10 months ago (2015-02-19 09:35:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938643002/80001
5 years, 10 months ago (2015-02-20 06:20:26 UTC) #11
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 11:07:50 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190551

Powered by Google App Engine
This is Rietveld 408576698