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

Issue 1700943003: SafeBrowsing: DatabaseManager owns the V4GetHashProtocolManager (Closed)

Created:
4 years, 10 months ago by kcarattini
Modified:
4 years, 10 months ago
CC:
chromium-reviews, grt+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SafeBrowsing: DatabaseManager owns the V4GetHashProtocolManager BUG=543161, 561867 Committed: https://crrev.com/95bba9fad50442a9ce7ae4fbcc50d1d845d5d399 Cr-Commit-Position: refs/heads/master@{#376088} Committed: https://crrev.com/3110e563a36a59145bfa2c20c1b10460b761c1cc Cr-Commit-Position: refs/heads/master@{#376676}

Patch Set 1 #

Patch Set 2 : Make constructor explicit, remove unneeded include #

Patch Set 3 : Fix BUILD file #

Total comments: 9

Patch Set 4 : Review Comments #

Patch Set 5 : Move back to public #

Patch Set 6 : Attempt to appease the trybots! #

Patch Set 7 : Pass NULL for the url_context_getter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -22 lines) Patch
M chrome/browser/safe_browsing/local_database_manager.h View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.cc View 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 4 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 4 5 6 4 chunks +38 lines, -16 lines 0 comments Download
M components/safe_browsing_db/BUILD.gn View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M components/safe_browsing_db/database_manager.h View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M components/safe_browsing_db/database_manager.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M components/safe_browsing_db/remote_database_manager.h View 1 2 3 1 chunk +12 lines, -1 line 0 comments Download
M components/safe_browsing_db/remote_database_manager.cc View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 40 (15 generated)
kcarattini
4 years, 10 months ago (2016-02-17 05:29:02 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/1700943003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700943003/20001
4 years, 10 months ago (2016-02-17 05:29:41 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/22903) linux_chromium_compile_dbg_ng on ...
4 years, 10 months ago (2016-02-17 05:34:42 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1700943003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700943003/40001
4 years, 10 months ago (2016-02-17 05:44:28 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/22912)
4 years, 10 months ago (2016-02-17 06:40:27 UTC) #10
Nathan Parker
lgtm https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h File chrome/browser/safe_browsing/local_database_manager.h (right): https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h#newcode101 chrome/browser/safe_browsing/local_database_manager.h:101: explicit LocalSafeBrowsingDatabaseManager( Can we get rid of the ...
4 years, 10 months ago (2016-02-17 15:53:28 UTC) #11
kcarattini
https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h File chrome/browser/safe_browsing/local_database_manager.h (right): https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h#newcode101 chrome/browser/safe_browsing/local_database_manager.h:101: explicit LocalSafeBrowsingDatabaseManager( On 2016/02/17 15:53:27, nparker wrote: > Can ...
4 years, 10 months ago (2016-02-17 22:44:42 UTC) #12
vakh (use Gerrit instead)
On 2016/02/17 22:44:42, kcarattini wrote: > https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h > File chrome/browser/safe_browsing/local_database_manager.h (right): > > https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h#newcode101 > ...
4 years, 10 months ago (2016-02-17 22:46:13 UTC) #13
kcarattini
Thanks! Varun, still waiting for lgtm from you (and the trybots). Kendra https://codereview.chromium.org/1700943003/diff/40001/chrome/browser/safe_browsing/local_database_manager.h File chrome/browser/safe_browsing/local_database_manager.h ...
4 years, 10 months ago (2016-02-18 02:55:30 UTC) #14
vakh (use Gerrit instead)
lgtm
4 years, 10 months ago (2016-02-18 02:57:24 UTC) #15
vakh (use Gerrit instead)
Here's the CL where I am migrating some of the common code to v4_protocol_manager_util file. ...
4 years, 10 months ago (2016-02-18 03:00:56 UTC) #17
vakh (use Gerrit instead)
On 2016/02/18 03:00:56, vakh wrote: > Here's the CL where I am migrating some of ...
4 years, 10 months ago (2016-02-18 03:01:12 UTC) #18
vakh (use Gerrit instead)
On 2016/02/18 03:01:12, vakh wrote: > On 2016/02/18 03:00:56, vakh wrote: > > Here's the ...
4 years, 10 months ago (2016-02-18 03:01:28 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1700943003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700943003/100001
4 years, 10 months ago (2016-02-18 03:03:08 UTC) #20
kcarattini
Thanks! Please cc me on the review when it's ready. Kendra
4 years, 10 months ago (2016-02-18 03:32:17 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-18 03:59:30 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1700943003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700943003/100001
4 years, 10 months ago (2016-02-18 04:03:26 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-18 04:10:38 UTC) #27
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/95bba9fad50442a9ce7ae4fbcc50d1d845d5d399 Cr-Commit-Position: refs/heads/master@{#376088}
4 years, 10 months ago (2016-02-18 04:12:54 UTC) #29
henrika (OOO until Aug 14)
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1709943002/ by henrika@chromium.org. ...
4 years, 10 months ago (2016-02-18 09:48:31 UTC) #30
henrika (OOO until Aug 14)
I don't only see this on Mac but on practically all platforms.
4 years, 10 months ago (2016-02-18 10:05:15 UTC) #31
kcarattini
There's an issue with passing the url_request_context_getter_ to the database manager on the UI thread. ...
4 years, 10 months ago (2016-02-22 00:40:25 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1700943003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700943003/120001
4 years, 10 months ago (2016-02-22 00:40:52 UTC) #36
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-22 01:51:14 UTC) #38
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 01:52:08 UTC) #40
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3110e563a36a59145bfa2c20c1b10460b761c1cc
Cr-Commit-Position: refs/heads/master@{#376676}

Powered by Google App Engine
This is Rietveld 408576698