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

Issue 856543004: Replace incident type handlers with implementations of Incident. (Closed)

Created:
5 years, 11 months ago by grt (UTC plus 2)
Modified:
5 years, 11 months ago
Reviewers:
robertshield
CC:
chromium-reviews, grt+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace incident type handlers with implementations of Incident. This is a refactor with no functional changes that paves the way for planned work. BUG=None Committed: https://crrev.com/6aea7e7289a79728eb9d2d42e60421ae7dc21622 Cr-Commit-Position: refs/heads/master@{#311999}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix leak #

Patch Set 3 : robertshield comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+832 lines, -749 lines) Patch
M chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_unittest.cc View 4 chunks +11 lines, -9 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident_handlers.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident_handlers.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident_handlers_unittest.cc View 1 chunk +0 lines, -68 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident_unittest.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc View 3 chunks +6 lines, -6 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers_unittest.cc View 1 chunk +0 lines, -61 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest.cc View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/incident.h View 1 chunk +71 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/incident.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc View 1 16 chunks +37 lines, -121 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc View 10 chunks +22 lines, -31 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc View 1 chunk +0 lines, -27 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/omnibox_interaction_incident.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/omnibox_interaction_incident.cc View 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/omnibox_watcher.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate_unittest.cc View 7 chunks +12 lines, -13 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident_handlers_unittest.cc View 1 chunk +0 lines, -63 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/tracked_preference_incident_unittest.cc View 1 chunk +51 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.cc View 2 chunks +7 lines, -6 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_handlers.h View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_handlers.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_handlers_unittest.cc View 1 chunk +0 lines, -67 lines 0 comments Download
A chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc View 1 chunk +58 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 3 chunks +12 lines, -10 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
grt (UTC plus 2)
Please take a look when you have a chance. Thanks.
5 years, 11 months ago (2015-01-15 21:44:24 UTC) #2
robertshield
lg, only minor thoughts on comment structure after yesterday's discussion https://codereview.chromium.org/856543004/diff/1/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h File chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h (right): https://codereview.chromium.org/856543004/diff/1/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h#newcode23 ...
5 years, 11 months ago (2015-01-16 13:14:54 UTC) #3
grt (UTC plus 2)
Thanks for the review. Please take another look, and help yourself to the CQ box ...
5 years, 11 months ago (2015-01-17 00:22:29 UTC) #4
robertshield
lgtm
5 years, 11 months ago (2015-01-17 00:24:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/856543004/40001
5 years, 11 months ago (2015-01-17 00:25:56 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-17 01:10:59 UTC) #8
commit-bot: I haz the power
5 years, 11 months ago (2015-01-17 01:12:31 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6aea7e7289a79728eb9d2d42e60421ae7dc21622
Cr-Commit-Position: refs/heads/master@{#311999}

Powered by Google App Engine
This is Rietveld 408576698