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

Issue 2450633003: Small: Implement CheckDownloadUrls -- not called yet. (Closed)

Created:
4 years, 1 month ago by vakh (use Gerrit instead)
Modified:
4 years, 1 month ago
CC:
chromium-reviews, vakh+watch_chromium.org, Steven Holte
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Small: Implement CheckDownloadUrls -- not called yet. The structure is very similar to CheckBrowseUrl so it should be an easy review. BUG=543161 Committed: https://crrev.com/e2fd18bc20db5dc5f99b14a2bb553ceaeff06d86 Cr-Commit-Position: refs/heads/master@{#427905}

Patch Set 1 : Implement CheckDownloadUrls -- not called yet #

Patch Set 2 : DRY: Don't repeat yourself #

Total comments: 8

Patch Set 3 : nparker@ review + some tests #

Patch Set 4 : git rebase #

Patch Set 5 : Windows doesn't like struct in .h file. Reverted test changes. #

Patch Set 6 : s/V4LocalDatabaseManager::PendingCheck/PendingCheck #

Patch Set 7 : Remove histograms change. Will send that as a separate CL. Remove an unused variable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -40 lines) Patch
M components/safe_browsing_db/v4_local_database_manager.h View 1 2 3 4 5 5 chunks +17 lines, -9 lines 0 comments Download
M components/safe_browsing_db/v4_local_database_manager.cc View 1 2 3 4 5 6 6 chunks +48 lines, -31 lines 0 comments Download
M components/safe_browsing_db/v4_protocol_manager_util.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/safe_browsing_db/v4_protocol_manager_util.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 49 (32 generated)
vakh (use Gerrit instead)
Use the right store: GetUrlMalBinId()
4 years, 1 month ago (2016-10-25 18:51:26 UTC) #3
vakh (use Gerrit instead)
Call OnCheckDownloadUrlResult when the result is available
4 years, 1 month ago (2016-10-25 18:58:35 UTC) #6
vakh (use Gerrit instead)
DRY: Don't repeat yourself
4 years, 1 month ago (2016-10-25 19:45:02 UTC) #11
vakh (use Gerrit instead)
4 years, 1 month ago (2016-10-25 23:59:57 UTC) #17
Scott Hess - ex-Googler
lgtm
4 years, 1 month ago (2016-10-26 00:09:21 UTC) #18
Nathan Parker
lgtm https://codereview.chromium.org/2450633003/diff/60001/components/safe_browsing_db/v4_local_database_manager.cc File components/safe_browsing_db/v4_local_database_manager.cc (right): https://codereview.chromium.org/2450633003/diff/60001/components/safe_browsing_db/v4_local_database_manager.cc#newcode153 components/safe_browsing_db/v4_local_database_manager.cc:153: std::vector<GURL>(1, url)); nit: Does {url} work here? I'm ...
4 years, 1 month ago (2016-10-26 00:45:45 UTC) #19
vakh (use Gerrit instead)
nparker@ review + some tests
4 years, 1 month ago (2016-10-26 19:52:46 UTC) #20
vakh (use Gerrit instead)
https://codereview.chromium.org/2450633003/diff/60001/components/safe_browsing_db/v4_local_database_manager.cc File components/safe_browsing_db/v4_local_database_manager.cc (right): https://codereview.chromium.org/2450633003/diff/60001/components/safe_browsing_db/v4_local_database_manager.cc#newcode153 components/safe_browsing_db/v4_local_database_manager.cc:153: std::vector<GURL>(1, url)); On 2016/10/26 00:45:45, Nathan Parker wrote: > ...
4 years, 1 month ago (2016-10-26 19:53:22 UTC) #22
vakh (use Gerrit instead)
git rebase
4 years, 1 month ago (2016-10-26 21:23:36 UTC) #26
vakh (use Gerrit instead)
Windows doesn't like struct in .h file. Reverted test changes.
4 years, 1 month ago (2016-10-26 23:42:23 UTC) #31
vakh (use Gerrit instead)
holte@ -- please review the one-line change in histograms.xml
4 years, 1 month ago (2016-10-26 23:43:18 UTC) #35
vakh (use Gerrit instead)
s/V4LocalDatabaseManager::PendingCheck/PendingCheck
4 years, 1 month ago (2016-10-27 00:17:26 UTC) #38
vakh (use Gerrit instead)
Remove histograms change. Will send that as a separate CL. Remove an unused variable.
4 years, 1 month ago (2016-10-27 00:38:27 UTC) #41
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/2450633003/160001
4 years, 1 month ago (2016-10-27 00:38:47 UTC) #44
vakh (use Gerrit instead)
-R/+CC: holte@ -- Will send a separate CL including other related changes for the histogram.
4 years, 1 month ago (2016-10-27 00:39:34 UTC) #46
commit-bot: I haz the power
Committed patchset #7 (id:160001)
4 years, 1 month ago (2016-10-27 01:25:07 UTC) #47
commit-bot: I haz the power
4 years, 1 month ago (2016-10-27 01:26:47 UTC) #49
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e2fd18bc20db5dc5f99b14a2bb553ceaeff06d86
Cr-Commit-Position: refs/heads/master@{#427905}

Powered by Google App Engine
This is Rietveld 408576698