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

Issue 1970823002: Remove the unused OffDomainInclusionDetector (Closed)

Created:
4 years, 7 months ago by Joe Mason
Modified:
4 years, 7 months ago
CC:
chromium-reviews, grt+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the unused OffDomainInclusionDetector BUG=606023 Committed: https://crrev.com/14968931960567f7985f97f28322d8e82f6497a8 Cr-Commit-Position: refs/heads/master@{#393914}

Patch Set 1 #

Patch Set 2 : Remove MatchInclusionWhitelistUrl too #

Patch Set 3 : Remove whole whitelist #

Total comments: 8

Patch Set 4 : Address review comments #

Total comments: 4

Patch Set 5 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1238 lines) Patch
D chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h View 1 chunk +0 lines, -123 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc View 1 2 1 chunk +0 lines, -320 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc View 1 chunk +0 lines, -610 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.cc View 1 2 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.h View 1 2 3 7 chunks +2 lines, -10 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.cc View 1 2 3 15 chunks +25 lines, -75 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 1 2 3 4 8 chunks +33 lines, -40 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/safe_browsing_db/database_manager.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M components/safe_browsing_db/remote_database_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/safe_browsing_db/remote_database_manager.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M components/safe_browsing_db/test_database_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/safe_browsing_db/test_database_manager.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M components/safe_browsing_db/util.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M components/safe_browsing_db/util.cc View 1 2 3 chunks +2 lines, -8 lines 0 comments Download
M components/safe_browsing_db/v4_local_database_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/safe_browsing_db/v4_local_database_manager.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 6 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
Joe Mason
PTAL (nparker for code, gab for histograms)
4 years, 7 months ago (2016-05-11 16:50:51 UTC) #2
Nathan Parker
lgtm
4 years, 7 months ago (2016-05-11 17:34:28 UTC) #3
gab
lgtm, thanks
4 years, 7 months ago (2016-05-11 17:48:25 UTC) #4
gab
On 2016/05/11 17:48:25, gab wrote: > lgtm, thanks Actually hold on, one more thing, https://codereview.chromium.org/836963003 ...
4 years, 7 months ago (2016-05-11 17:52:05 UTC) #5
Joe Mason
On 2016/05/11 17:52:05, gab wrote: > On 2016/05/11 17:48:25, gab wrote: > > lgtm, thanks ...
4 years, 7 months ago (2016-05-11 19:59:19 UTC) #6
Joe Mason
On 2016/05/11 19:59:19, Joe Mason wrote: > On 2016/05/11 17:52:05, gab wrote: > > On ...
4 years, 7 months ago (2016-05-11 19:59:42 UTC) #7
Joe Mason
This should be the whole thing. PTAL again. https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.h File chrome/browser/safe_browsing/safe_browsing_database.h (right): https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.h#newcode446 chrome/browser/safe_browsing/safe_browsing_database.h:446: obsolete_INCLUSION, ...
4 years, 7 months ago (2016-05-15 16:44:59 UTC) #8
gab
https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.cc File chrome/browser/safe_browsing/safe_browsing_database.cc (right): https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.cc#newcode710 chrome/browser/safe_browsing/safe_browsing_database.cc:710: // TODO(davidben): Remove this after April 15, 2016. Remove ...
4 years, 7 months ago (2016-05-16 13:27:58 UTC) #9
Joe Mason
https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.cc File chrome/browser/safe_browsing/safe_browsing_database.cc (right): https://codereview.chromium.org/1970823002/diff/40001/chrome/browser/safe_browsing/safe_browsing_database.cc#newcode710 chrome/browser/safe_browsing/safe_browsing_database.cc:710: // TODO(davidben): Remove this after April 15, 2016. On ...
4 years, 7 months ago (2016-05-16 14:18:52 UTC) #10
Nathan Parker
lgtm with some nits https://codereview.chromium.org/1970823002/diff/60001/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc File chrome/browser/safe_browsing/safe_browsing_database_unittest.cc (right): https://codereview.chromium.org/1970823002/diff/60001/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc#newcode446 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc:446: chunks.push_back(AddChunkFullHashValue(8, Go ahead and renumber ...
4 years, 7 months ago (2016-05-16 16:40:10 UTC) #11
Joe Mason
https://codereview.chromium.org/1970823002/diff/60001/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc File chrome/browser/safe_browsing/safe_browsing_database_unittest.cc (right): https://codereview.chromium.org/1970823002/diff/60001/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc#newcode446 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc:446: chunks.push_back(AddChunkFullHashValue(8, On 2016/05/16 16:40:10, Nathan Parker wrote: > Go ...
4 years, 7 months ago (2016-05-16 19:35:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1970823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1970823002/80001
4 years, 7 months ago (2016-05-16 19:35:37 UTC) #15
commit-bot: I haz the power
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/183889)
4 years, 7 months ago (2016-05-16 19:45:36 UTC) #17
Joe Mason
+asvitkine to review histograms.xml (I guess gab wasn't a valid owner after all.)
4 years, 7 months ago (2016-05-16 20:03:37 UTC) #19
Alexei Svitkine (slow)
lgtm
4 years, 7 months ago (2016-05-16 20:41:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1970823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1970823002/80001
4 years, 7 months ago (2016-05-16 20:42:16 UTC) #22
gab
lgtm, should also notify the safe browsing team that they can stop serving this list ...
4 years, 7 months ago (2016-05-16 20:43:52 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-16 21:07:03 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 21:08:43 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/14968931960567f7985f97f28322d8e82f6497a8
Cr-Commit-Position: refs/heads/master@{#393914}

Powered by Google App Engine
This is Rietveld 408576698