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

Issue 2009133005: SafeBrowsing: Implement cache eviction for API full hash results. (Closed)

Created:
4 years, 7 months ago by kcarattini
Modified:
4 years, 6 months ago
Reviewers:
woz, Nathan Parker
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, awoz
Base URL:
https://chromium.googlesource.com/chromium/src.git@osb-cache
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SafeBrowsing: Implement cache eviction for API full hash results. BUG=561867 Committed: https://crrev.com/4973a979cd41a717aa90bd5cd65658ef0dbac705 Cr-Commit-Position: refs/heads/master@{#397570}

Patch Set 1 #

Patch Set 2 : Remove unneeded include #

Patch Set 3 : Rebase #

Patch Set 4 : Resolve merge conflicts #

Total comments: 7

Patch Set 5 : Rebase #

Patch Set 6 : Review Comments #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -3 lines) Patch
M components/safe_browsing_db/database_manager.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/safe_browsing_db/database_manager.cc View 1 2 3 4 5 3 chunks +14 lines, -3 lines 0 comments Download
M components/safe_browsing_db/database_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +83 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (5 generated)
kcarattini
4 years, 7 months ago (2016-05-26 06:36:44 UTC) #2
Nathan Parker
lgtm ...though this depends on a CL still under review. https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc#newcode176 ...
4 years, 6 months ago (2016-05-31 22:28:31 UTC) #3
Nathan Parker
https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc#newcode195 components/safe_browsing_db/database_manager.cc:195: if (cache_result.expire_after <= now) { What if there are ...
4 years, 6 months ago (2016-05-31 23:32:04 UTC) #4
kcarattini
https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc#newcode176 components/safe_browsing_db/database_manager.cc:176: size_t i = 0; On 2016/05/31 22:28:31, Nathan Parker ...
4 years, 6 months ago (2016-06-01 10:58:36 UTC) #5
woz
https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/2009133005/diff/60001/components/safe_browsing_db/database_manager.cc#newcode195 components/safe_browsing_db/database_manager.cc:195: if (cache_result.expire_after <= now) { On 2016/06/01 10:58:36, kcarattini ...
4 years, 6 months ago (2016-06-02 15:38:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2009133005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2009133005/120001
4 years, 6 months ago (2016-06-02 22:15:24 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-06-03 00:56:56 UTC) #11
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 00:58:11 UTC) #13
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4973a979cd41a717aa90bd5cd65658ef0dbac705
Cr-Commit-Position: refs/heads/master@{#397570}

Powered by Google App Engine
This is Rietveld 408576698