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

Issue 21170004: Store and return urls instead of hosts for the malware IP matching. (Closed)

Created:
7 years, 4 months ago by kewang
Modified:
7 years, 4 months ago
Reviewers:
noé, mattm, noelutz, Brian Ryner
CC:
chromium-reviews, lucasballard_google.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Store and return urls instead of hosts for the malware IP matching. BUG=176647 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215379

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comment and add unittest #

Total comments: 6

Patch Set 3 : Address review comments #

Patch Set 4 : some nit fix on int type #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -67 lines) Patch
M chrome/browser/safe_browsing/browser_feature_extractor.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.cc View 1 3 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc View 1 2 3 3 chunks +49 lines, -20 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.cc View 1 3 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 2 chunks +27 lines, -27 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kewang
One question: should we canonicalize the urls matching malicious IP before sending them back in ...
7 years, 4 months ago (2013-07-30 18:31:35 UTC) #1
noelutz
lgtm
7 years, 4 months ago (2013-07-31 00:38:08 UTC) #2
mattm
GURL.spec() is canonicalized already Looks like we don't have any histograms for the CSD ping ...
7 years, 4 months ago (2013-07-31 01:21:41 UTC) #3
kewang
I will do the histogram in next CL. Also added some unittest case. https://chromiumcodereview.appspot.com/21170004/diff/1/chrome/browser/safe_browsing/browser_feature_extractor.cc File ...
7 years, 4 months ago (2013-07-31 20:40:32 UTC) #4
mattm
lgtm with nits https://codereview.chromium.org/21170004/diff/7001/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc File chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc (left): https://codereview.chromium.org/21170004/diff/7001/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc#oldcode484 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc:484: hosts.insert("test.com"); should be urls now? https://codereview.chromium.org/21170004/diff/7001/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc ...
7 years, 4 months ago (2013-07-31 23:56:33 UTC) #5
kewang
https://codereview.chromium.org/21170004/diff/7001/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc File chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc (left): https://codereview.chromium.org/21170004/diff/7001/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc#oldcode484 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc:484: hosts.insert("test.com"); On 2013/07/31 23:56:33, mattm wrote: > should be ...
7 years, 4 months ago (2013-08-01 17:55:15 UTC) #6
mattm
lgtm
7 years, 4 months ago (2013-08-02 01:11:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kewang@google.com/21170004/27001
7 years, 4 months ago (2013-08-02 16:18:24 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-02 16:51:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kewang@google.com/21170004/27001
7 years, 4 months ago (2013-08-02 20:38:19 UTC) #10
commit-bot: I haz the power
7 years, 4 months ago (2013-08-02 22:01:08 UTC) #11
Message was sent while issue was closed.
Change committed as 215379

Powered by Google App Engine
This is Rietveld 408576698