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

Issue 7866011: Switch to the new client-side phishing model that uses Murmurhash for word hashes. (Closed)

Created:
9 years, 3 months ago by Brian Ryner
Modified:
9 years, 3 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., Garrett Casto
Visibility:
Public.

Description

Switch to the new client-side phishing model that uses Murmurhash for word hashes. This gives about a 50% performance improvement on extraction of page term features. BUG=96060 TEST=updated existing tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100858

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix compile problems and add another test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -53 lines) Patch
M chrome/browser/safe_browsing/client_side_detection_service.cc View 2 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service_unittest.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/chrome_renderer.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/safe_browsing/client_model.proto View 2 chunks +9 lines, -5 lines 0 comments Download
A chrome/renderer/safe_browsing/murmurhash3_util.h View 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/renderer/safe_browsing/murmurhash3_util.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/renderer/safe_browsing/murmurhash3_util_unittest.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor.h View 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc View 6 chunks +11 lines, -8 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/scorer.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/scorer.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/scorer_unittest.cc View 1 3 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Brian Ryner
9 years, 3 months ago (2011-09-10 00:17:21 UTC) #1
noelutz
On 2011/09/10 00:17:21, Brian Ryner wrote: LGTM Nicely done. noe.
9 years, 3 months ago (2011-09-10 00:33:18 UTC) #2
mattm
http://codereview.chromium.org/7866011/diff/1/chrome/renderer/safe_browsing/murmurhash3_util.cc File chrome/renderer/safe_browsing/murmurhash3_util.cc (right): http://codereview.chromium.org/7866011/diff/1/chrome/renderer/safe_browsing/murmurhash3_util.cc#newcode12 chrome/renderer/safe_browsing/murmurhash3_util.cc:12: MurmurHash3_x86_32(str.data(), str.size(), seed, &output); Do you have any data ...
9 years, 3 months ago (2011-09-10 01:44:25 UTC) #3
Brian Ryner
On 2011/09/10 01:44:25, mattm wrote: > http://codereview.chromium.org/7866011/diff/1/chrome/renderer/safe_browsing/murmurhash3_util.cc > File chrome/renderer/safe_browsing/murmurhash3_util.cc (right): > > http://codereview.chromium.org/7866011/diff/1/chrome/renderer/safe_browsing/murmurhash3_util.cc#newcode12 > ...
9 years, 3 months ago (2011-09-12 18:31:16 UTC) #4
Brian Ryner
Ok, please take another look.
9 years, 3 months ago (2011-09-12 21:51:49 UTC) #5
mattm
lgtm
9 years, 3 months ago (2011-09-13 00:45:39 UTC) #6
commit-bot: I haz the power
9 years, 3 months ago (2011-09-13 04:21:48 UTC) #7
Change committed as 100858

Powered by Google App Engine
This is Rietveld 408576698