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

Issue 1924983002: Enable V4LocalDatabaseManager based on Finch. (Closed)

Created:
4 years, 7 months ago by vakh (use Gerrit instead)
Modified:
4 years, 7 months ago
Reviewers:
Nathan Parker, rkaplow
CC:
chromium-reviews, grt+watch_chromium.org, awoz, noƩ
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable V4LocalDatabaseManager based on Finch. This only downloads hash-prefixes (and then throws them away). Config CL: http://cr/120974092 BUG=543161 Committed: https://crrev.com/7fb023f02679805c33ebad190fba009729afcd6f Cr-Commit-Position: refs/heads/master@{#391302}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Move all Pver4 LocalDBManager code to services_delegate #

Patch Set 3 : Add implementation of StartOnIOThread and StopOnIOThread #

Patch Set 4 : git fetch & pull #

Total comments: 4

Patch Set 5 : Minor. CR feedback. #

Total comments: 4

Patch Set 6 : CR feedback: Only one group, and use new API. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -9 lines) Patch
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 4 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/services_delegate.h View 1 2 3 4 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/services_delegate_impl.h View 1 2 4 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/services_delegate_impl.cc View 1 2 3 4 5 4 chunks +39 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/services_delegate_stub.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/services_delegate_stub.cc View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M components/safe_browsing_db/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M testing/variations/fieldtrial_testing_config_win.json View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (7 generated)
Nathan Parker
https://codereview.chromium.org/1924983002/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): https://codereview.chromium.org/1924983002/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode406 chrome/browser/safe_browsing/safe_browsing_service.cc:406: V4LocalDatabaseManager* SafeBrowsingService::CreateV4LocalDatabaseManager() { This should probably go in the ...
4 years, 7 months ago (2016-04-28 17:33:21 UTC) #3
vakh (use Gerrit instead)
Move all Pver4 LocalDBManager code to services_delegate
4 years, 7 months ago (2016-04-29 00:24:34 UTC) #4
vakh (use Gerrit instead)
Add implementation of StartOnIOThread and StopOnIOThread
4 years, 7 months ago (2016-04-29 01:55:12 UTC) #5
vakh (use Gerrit instead)
https://codereview.chromium.org/1924983002/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): https://codereview.chromium.org/1924983002/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode406 chrome/browser/safe_browsing/safe_browsing_service.cc:406: V4LocalDatabaseManager* SafeBrowsingService::CreateV4LocalDatabaseManager() { On 2016/04/28 17:33:21, Nathan Parker wrote: ...
4 years, 7 months ago (2016-04-29 18:06:47 UTC) #6
vakh (use Gerrit instead)
git fetch & pull
4 years, 7 months ago (2016-04-29 19:02:51 UTC) #7
Nathan Parker
lgtm https://codereview.chromium.org/1924983002/diff/60001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): https://codereview.chromium.org/1924983002/diff/60001/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode553 chrome/browser/safe_browsing/safe_browsing_service.cc:553: services_delegate_->StopOnIOThread(shutdown); Should we do this in inverse order? ...
4 years, 7 months ago (2016-04-30 00:22:29 UTC) #8
vakh (use Gerrit instead)
Minor. CR feedback.
4 years, 7 months ago (2016-04-30 00:50:48 UTC) #10
vakh (use Gerrit instead)
rkaplow@: Could you please take a look at the changes in: testing/variations/fieldtrial_testing_config_win.json https://codereview.chromium.org/1924983002/diff/60001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc ...
4 years, 7 months ago (2016-04-30 00:51:50 UTC) #11
rkaplow
https://codereview.chromium.org/1924983002/diff/100001/chrome/browser/safe_browsing/services_delegate_impl.cc File chrome/browser/safe_browsing/services_delegate_impl.cc (right): https://codereview.chromium.org/1924983002/diff/100001/chrome/browser/safe_browsing/services_delegate_impl.cc#newcode180 chrome/browser/safe_browsing/services_delegate_impl.cc:180: const std::string group_name = base::FieldTrialList::FindFullName( if this is a ...
4 years, 7 months ago (2016-05-02 16:27:35 UTC) #12
vakh (use Gerrit instead)
CR feedback: Only one group, and use new API.
4 years, 7 months ago (2016-05-02 21:54:39 UTC) #13
vakh (use Gerrit instead)
Thanks for the feedback. PTAL. https://codereview.chromium.org/1924983002/diff/100001/chrome/browser/safe_browsing/services_delegate_impl.cc File chrome/browser/safe_browsing/services_delegate_impl.cc (right): https://codereview.chromium.org/1924983002/diff/100001/chrome/browser/safe_browsing/services_delegate_impl.cc#newcode180 chrome/browser/safe_browsing/services_delegate_impl.cc:180: const std::string group_name = ...
4 years, 7 months ago (2016-05-02 22:04:34 UTC) #14
rkaplow
lgtm
4 years, 7 months ago (2016-05-03 15:24:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924983002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924983002/120001
4 years, 7 months ago (2016-05-03 18:12:20 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 7 months ago (2016-05-03 18:21:04 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 18:22:50 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/7fb023f02679805c33ebad190fba009729afcd6f
Cr-Commit-Position: refs/heads/master@{#391302}

Powered by Google App Engine
This is Rietveld 408576698