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

Issue 7538009: Send back the URL that matched the SafeBrowsing list with the CSD ping. (Closed)

Created:
9 years, 4 months ago by noelutz
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Send back the URL that matched the SafeBrowsing list with the CSD ping. BUG=91723 TEST=BrowserFeatureExtractorTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95115

Patch Set 1 #

Patch Set 2 : Address Brian's comments. #

Total comments: 2

Patch Set 3 : Address Matt's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -5 lines) Patch
M chrome/browser/safe_browsing/browser_feature_extractor.h View 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 2 2 chunks +32 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
noelutz
9 years, 4 months ago (2011-07-29 22:27:27 UTC) #1
Brian Ryner
Would it make sense to add check that unsafe_resource_ is getting set correctly in client_side_detection_host_unittest ...
9 years, 4 months ago (2011-08-01 19:08:11 UTC) #2
noelutz
On 2011/08/01 19:08:11, Brian Ryner wrote: > Would it make sense to add check that ...
9 years, 4 months ago (2011-08-01 23:04:44 UTC) #3
Brian Ryner
LGTM
9 years, 4 months ago (2011-08-01 23:11:30 UTC) #4
mattm
lgtm http://codereview.chromium.org/7538009/diff/3001/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc File chrome/browser/safe_browsing/client_side_detection_host_unittest.cc (right): http://codereview.chromium.org/7538009/diff/3001/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc#newcode262 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc:262: EXPECT_EQ(resource.client, csd_host_->unsafe_resource_->client); nit: shouldn't this check it gets ...
9 years, 4 months ago (2011-08-01 23:19:35 UTC) #5
noelutz
On 2011/08/01 23:19:35, mattm wrote: > lgtm > > http://codereview.chromium.org/7538009/diff/3001/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc > File chrome/browser/safe_browsing/client_side_detection_host_unittest.cc > (right): ...
9 years, 4 months ago (2011-08-01 23:26:44 UTC) #6
noelutz
http://codereview.chromium.org/7538009/diff/3001/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc File chrome/browser/safe_browsing/client_side_detection_host_unittest.cc (right): http://codereview.chromium.org/7538009/diff/3001/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc#newcode262 chrome/browser/safe_browsing/client_side_detection_host_unittest.cc:262: EXPECT_EQ(resource.client, csd_host_->unsafe_resource_->client); On 2011/08/01 23:19:35, mattm wrote: > nit: ...
9 years, 4 months ago (2011-08-01 23:26:49 UTC) #7
commit-bot: I haz the power
9 years, 4 months ago (2011-08-02 18:31:19 UTC) #8
Change committed as 95115

Powered by Google App Engine
This is Rietveld 408576698