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

Issue 2621143004: Fix the end time bound in WebHistoryService to match the API (Closed)

Created:
3 years, 11 months ago by msramek
Modified:
3 years, 11 months ago
Reviewers:
sdefresne
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix the end time bound in WebHistoryService to match the API Change the exclusive end time bound in WebHistoryService to be inclusive, as required by the history.google.com API. BUG=674165 Review-Url: https://codereview.chromium.org/2621143004 Cr-Commit-Position: refs/heads/master@{#443245} Committed: https://chromium.googlesource.com/chromium/src/+/39f5b80c5358f69f8407557990beed449fa03e74

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M components/history/core/browser/web_history_service.cc View 1 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (16 generated)
msramek
Hi Sylvain, Could you have a look? As discussed in crbug.com/674165, this is mostly just ...
3 years, 11 months ago (2017-01-12 14:11:53 UTC) #7
sdefresne
lgtm with some nitpicking on how to compute the end_time safely https://codereview.chromium.org/2621143004/diff/1/components/history/core/browser/web_history_service.cc File components/history/core/browser/web_history_service.cc (right): ...
3 years, 11 months ago (2017-01-12 14:32:13 UTC) #8
msramek
https://codereview.chromium.org/2621143004/diff/1/components/history/core/browser/web_history_service.cc File components/history/core/browser/web_history_service.cc (right): https://codereview.chromium.org/2621143004/diff/1/components/history/core/browser/web_history_service.cc#newcode283 components/history/core/browser/web_history_service.cc:283: std::min(base::Time::FromInternalValue(options.EffectiveEndTime() - 1), On 2017/01/12 14:32:13, sdefresne wrote: > ...
3 years, 11 months ago (2017-01-12 15:18:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2621143004/40001
3 years, 11 months ago (2017-01-12 15:23:33 UTC) #18
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 16:07:59 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/39f5b80c5358f69f8407557990be...

Powered by Google App Engine
This is Rietveld 408576698