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

Issue 1843383002: Safe Browsing: CheckApiBlacklist request implementation (Closed)

Created:
4 years, 8 months ago by kcarattini
Modified:
4 years, 8 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, vakh (use Gerrit instead)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Safe Browsing: CheckApiBlacklist request implementation BUG=561867 Committed: https://crrev.com/1343c9206db66bc5ec0a8aa67d745813b197cde4 Cr-Commit-Position: refs/heads/master@{#387869} Committed: https://crrev.com/5fad5b496bbd1cacea9591f2f79ec7b524ecf397 Cr-Commit-Position: refs/heads/master@{#388132}

Patch Set 1 #

Patch Set 2 : Test (Ignore) #

Patch Set 3 : Test2 #

Patch Set 4 : Test #

Total comments: 12

Patch Set 5 : Review Comments #

Total comments: 16

Patch Set 6 : Review comments #

Patch Set 7 : Review comments and gyp fix #

Patch Set 8 : Typo #

Patch Set 9 : Fix Build Again #

Patch Set 10 : Use shared_ptr #

Total comments: 7

Patch Set 11 : Review Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -31 lines) Patch
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M components/safe_browsing_db/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M components/safe_browsing_db/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/safe_browsing_db/database_manager.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +39 lines, -5 lines 0 comments Download
M components/safe_browsing_db/database_manager.cc View 1 2 3 4 5 6 7 8 9 2 chunks +55 lines, -7 lines 0 comments Download
A components/safe_browsing_db/database_manager_unittest.cc View 1 2 3 4 1 chunk +134 lines, -0 lines 0 comments Download
M components/safe_browsing_db/test_database_manager.h View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M components/safe_browsing_db/test_database_manager.cc View 1 2 3 1 chunk +0 lines, -13 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 51 (21 generated)
kcarattini
4 years, 8 months ago (2016-04-07 11:05:06 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/60001
4 years, 8 months ago (2016-04-07 11:05:30 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/46910)
4 years, 8 months ago (2016-04-07 11:15:42 UTC) #6
Nathan Parker
https://codereview.chromium.org/1843383002/diff/60001/components/safe_browsing_db/database_manager_unittest.cc File components/safe_browsing_db/database_manager_unittest.cc (right): https://codereview.chromium.org/1843383002/diff/60001/components/safe_browsing_db/database_manager_unittest.cc#newcode1 components/safe_browsing_db/database_manager_unittest.cc:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
4 years, 8 months ago (2016-04-07 21:33:38 UTC) #7
kcarattini
https://codereview.chromium.org/1843383002/diff/60001/components/safe_browsing_db/database_manager_unittest.cc File components/safe_browsing_db/database_manager_unittest.cc (right): https://codereview.chromium.org/1843383002/diff/60001/components/safe_browsing_db/database_manager_unittest.cc#newcode1 components/safe_browsing_db/database_manager_unittest.cc:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
4 years, 8 months ago (2016-04-11 03:34:31 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/80001
4 years, 8 months ago (2016-04-11 03:34:49 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/166820)
4 years, 8 months ago (2016-04-11 03:44:12 UTC) #12
kcarattini
sky@ please review addition of content/public/test to DEPS file.
4 years, 8 months ago (2016-04-11 03:57:07 UTC) #14
sky
LGTM
4 years, 8 months ago (2016-04-11 15:26:51 UTC) #15
Nathan Parker
https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc#newcode72 components/safe_browsing_db/database_manager.cc:72: // TODO(kcarattini): Track checks in a map. Related to ...
4 years, 8 months ago (2016-04-11 16:28:50 UTC) #17
kcarattini
https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc#newcode72 components/safe_browsing_db/database_manager.cc:72: // TODO(kcarattini): Track checks in a map. On 2016/04/11 ...
4 years, 8 months ago (2016-04-12 01:27:02 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/100001
4 years, 8 months ago (2016-04-12 01:28:11 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/48786) linux_chromium_chromeos_rel_ng on ...
4 years, 8 months ago (2016-04-12 01:42:58 UTC) #22
Nathan Parker
https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc#newcode72 components/safe_browsing_db/database_manager.cc:72: // TODO(kcarattini): Track checks in a map. On 2016/04/12 ...
4 years, 8 months ago (2016-04-12 04:35:49 UTC) #23
kcarattini
https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc#newcode73 components/safe_browsing_db/database_manager.cc:73: SafeBrowsingApiCheck* check = new On 2016/04/12 04:35:48, Nathan Parker ...
4 years, 8 months ago (2016-04-12 07:47:49 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/140001
4 years, 8 months ago (2016-04-13 03:47:06 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/49645)
4 years, 8 months ago (2016-04-13 03:59:52 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/160001
4 years, 8 months ago (2016-04-13 05:02:05 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 05:53:49 UTC) #33
kcarattini
https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/80001/components/safe_browsing_db/database_manager.cc#newcode73 components/safe_browsing_db/database_manager.cc:73: SafeBrowsingApiCheck* check = new On 2016/04/12 07:47:49, kcarattini wrote: ...
4 years, 8 months ago (2016-04-13 06:13:30 UTC) #34
Nathan Parker
lgtm with ideally a different soln for the shared_ptr... https://codereview.chromium.org/1843383002/diff/180001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/180001/components/safe_browsing_db/database_manager.cc#newcode79 components/safe_browsing_db/database_manager.cc:79: ...
4 years, 8 months ago (2016-04-15 23:14:29 UTC) #35
kcarattini
Thanks. I'll submit as-is and we can discuss the correct pointer storage in https://codereview.chromium.org/1890753002/ since ...
4 years, 8 months ago (2016-04-18 06:56:56 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/200001
4 years, 8 months ago (2016-04-18 06:58:13 UTC) #39
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 8 months ago (2016-04-18 07:59:46 UTC) #40
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/1343c9206db66bc5ec0a8aa67d745813b197cde4 Cr-Commit-Position: refs/heads/master@{#387869}
4 years, 8 months ago (2016-04-18 08:01:07 UTC) #42
kcarattini
A revert of this CL (patchset #11 id:200001) has been created in https://codereview.chromium.org/1895743002/ by kcarattini@chromium.org. ...
4 years, 8 months ago (2016-04-18 11:00:38 UTC) #43
Nathan Parker
https://codereview.chromium.org/1843383002/diff/180001/components/safe_browsing_db/database_manager.cc File components/safe_browsing_db/database_manager.cc (right): https://codereview.chromium.org/1843383002/diff/180001/components/safe_browsing_db/database_manager.cc#newcode79 components/safe_browsing_db/database_manager.cc:79: base::Unretained(this), check)); On 2016/04/18 06:56:56, kcarattini wrote: > On ...
4 years, 8 months ago (2016-04-18 17:26:57 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843383002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843383002/200001
4 years, 8 months ago (2016-04-19 03:49:29 UTC) #47
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 8 months ago (2016-04-19 03:55:56 UTC) #49
commit-bot: I haz the power
4 years, 8 months ago (2016-04-19 03:56:59 UTC) #51
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/5fad5b496bbd1cacea9591f2f79ec7b524ecf397
Cr-Commit-Position: refs/heads/master@{#388132}

Powered by Google App Engine
This is Rietveld 408576698