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

Issue 348433004: Prune all safe browsing incidents when already reported. (Closed)

Created:
6 years, 6 months ago by grt (UTC plus 2)
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Prune all safe browsing incidents when already reported. This is an overly-big hammer that will be refined later. BUG=383043 R=asvitkine@chromium.org, gab@chromium.org, mattm@chromium.org, noms@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278777

Patch Set 1 : sync to r278358 #

Patch Set 2 : updated tracked preferences histogram #

Total comments: 6

Patch Set 3 : added new tests #

Patch Set 4 : path string fix for non-win platforms #

Total comments: 6

Patch Set 5 : more test cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -67 lines) Patch
M chrome/browser/prefs/chrome_pref_service_factory.cc View 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting_service.h View 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting_service.cc View 1 10 chunks +56 lines, -35 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting_service_unittest.cc View 1 2 3 4 12 chunks +189 lines, -23 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
grt (UTC plus 2)
Hi Matt, Please review the delta between patch set 1 and patch set 2 of ...
6 years, 6 months ago (2014-06-19 02:41:53 UTC) #1
grt (UTC plus 2)
On 2014/06/19 02:41:53, grt wrote: > Hi Matt, > > Please review the delta between ...
6 years, 6 months ago (2014-06-19 14:13:46 UTC) #2
grt (UTC plus 2)
+gab for prefs +noms for profiles thanks!
6 years, 6 months ago (2014-06-19 14:15:12 UTC) #3
noms (inactive)
profiles lgtm These are the best profiles reviews ever :)
6 years, 6 months ago (2014-06-19 17:37:33 UTC) #4
grt (UTC plus 2)
On 2014/06/19 17:37:33, Monica Dinculescu wrote: > profiles lgtm > > These are the best ...
6 years, 6 months ago (2014-06-19 17:42:17 UTC) #5
Alexei Svitkine (slow)
histograms lgtm
6 years, 6 months ago (2014-06-19 18:26:21 UTC) #6
gab
prefs lgtm https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service.cc File chrome/browser/safe_browsing/incident_reporting_service.cc (right): https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service.cc#newcode91 chrome/browser/safe_browsing/incident_reporting_service.cc:91: // The uploader in use. This is ...
6 years, 6 months ago (2014-06-19 20:38:16 UTC) #7
grt (UTC plus 2)
Thanks! https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service.cc File chrome/browser/safe_browsing/incident_reporting_service.cc (right): https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service.cc#newcode91 chrome/browser/safe_browsing/incident_reporting_service.cc:91: // The uploader in use. This is NULL ...
6 years, 6 months ago (2014-06-19 20:44:28 UTC) #8
mattm
https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc File chrome/browser/safe_browsing/incident_reporting_service_unittest.cc (right): https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc#newcode280 chrome/browser/safe_browsing/incident_reporting_service_unittest.cc:280: // Tests that an incident added after upload is ...
6 years, 6 months ago (2014-06-19 21:43:11 UTC) #9
grt (UTC plus 2)
Thanks for the suggestions. PTAL. https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc File chrome/browser/safe_browsing/incident_reporting_service_unittest.cc (right): https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc#newcode280 chrome/browser/safe_browsing/incident_reporting_service_unittest.cc:280: // Tests that an ...
6 years, 6 months ago (2014-06-20 03:24:10 UTC) #10
grt (UTC plus 2)
On 2014/06/20 03:24:10, grt wrote: > Thanks for the suggestions. PTAL. > > https://codereview.chromium.org/348433004/diff/110001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc > ...
6 years, 6 months ago (2014-06-20 05:06:13 UTC) #11
mattm
https://codereview.chromium.org/348433004/diff/170001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc File chrome/browser/safe_browsing/incident_reporting_service_unittest.cc (right): https://codereview.chromium.org/348433004/diff/170001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc#newcode95 chrome/browser/safe_browsing/incident_reporting_service_unittest.cc:95: // Handy constants to make calls to CreateProfile easy ...
6 years, 6 months ago (2014-06-20 05:44:34 UTC) #12
grt (UTC plus 2)
PTAL. I'm happy to address other test improvements in follow-on changes. Thanks. https://codereview.chromium.org/348433004/diff/170001/chrome/browser/safe_browsing/incident_reporting_service_unittest.cc File chrome/browser/safe_browsing/incident_reporting_service_unittest.cc ...
6 years, 6 months ago (2014-06-20 14:52:54 UTC) #13
mattm
lgtm
6 years, 6 months ago (2014-06-20 15:55:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/348433004/190001
6 years, 6 months ago (2014-06-20 15:56:38 UTC) #15
grt (UTC plus 2)
6 years, 6 months ago (2014-06-20 18:30:13 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 manually as r278777 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698