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

Issue 16595: Ignore GetHash results for lists that we don't support. (Closed)

Created:
11 years, 11 months ago by Paul Godavari
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Ignore GetHash results for lists that we don't support. BUG=5597 (http://crbug.com/5597) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7710

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -41 lines) Patch
M chrome/browser/safe_browsing/protocol_parser.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_parser_unittest.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_bloom.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_bloom.cc View 5 chunks +8 lines, -32 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.h View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Paul Godavari
11 years, 11 months ago (2009-01-07 23:07:28 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/16595/diff/1/2 File chrome/browser/safe_browsing/safe_browsing_database_bloom.cc (right): http://codereview.chromium.org/16595/diff/1/2#newcode1428 Line 1428: entry.list_id = safe_browsing_util::GetListId(it->list_name); do we need to handle ...
11 years, 11 months ago (2009-01-07 23:50:03 UTC) #2
Paul Godavari
On 2009/01/07 23:50:03, Erik Kay wrote: > http://codereview.chromium.org/16595/diff/1/2 > File chrome/browser/safe_browsing/safe_browsing_database_bloom.cc (right): > > http://codereview.chromium.org/16595/diff/1/2#newcode1428 ...
11 years, 11 months ago (2009-01-07 23:53:54 UTC) #3
Erik does not do reviews
11 years, 11 months ago (2009-01-08 00:42:35 UTC) #4
On 2009/01/07 23:53:54, Paul Godavari wrote:
> On 2009/01/07 23:50:03, Erik Kay wrote:
> > http://codereview.chromium.org/16595/diff/1/2
> > File chrome/browser/safe_browsing/safe_browsing_database_bloom.cc (right):
> > 
> > http://codereview.chromium.org/16595/diff/1/2#newcode1428
> > Line 1428: entry.list_id = safe_browsing_util::GetListId(it->list_name);
> > do we need to handle an invalid list_id here?
> 
> The database won't see invalid list_ids since they are discarded at the
parsing
> level.

OK. LGTM

Powered by Google App Engine
This is Rietveld 408576698