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

Issue 6625002: safe_browsing::PrefixSet persistence code. (Closed)

Created:
9 years, 9 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
Reviewers:
lzheng
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

safe_browsing::PrefixSet persistence code. Just the ability to read/write the data structure to a file. File format is a simple header, the contents of the vectors, and a checksum. BUG=71832 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77314

Patch Set 1 #

Patch Set 2 : Love to int64 mismatches. #

Patch Set 3 : Why is Mac passing stuff the others refuse? #

Total comments: 8

Patch Set 4 : Lei's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+424 lines, -36 lines) Patch
M chrome/browser/safe_browsing/prefix_set.h View 4 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/prefix_set.cc View 1 2 3 3 chunks +147 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/prefix_set_unittest.cc View 1 2 3 3 chunks +265 lines, -34 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Scott Hess - ex-Googler
Apologies for the poor diffs on Baseline and Empty tests.
9 years, 9 months ago (2011-03-04 02:01:12 UTC) #1
Scott Hess - ex-Googler
No wonder I wasn't getting a response on this - I never sent it for ...
9 years, 9 months ago (2011-03-07 20:54:52 UTC) #2
Scott Hess - ex-Googler
thanks! http://codereview.chromium.org/6625002/diff/2002/chrome/browser/safe_browsing/prefix_set.cc File chrome/browser/safe_browsing/prefix_set.cc (right): http://codereview.chromium.org/6625002/diff/2002/chrome/browser/safe_browsing/prefix_set.cc#newcode190 chrome/browser/safe_browsing/prefix_set.cc:190: // Read |deltas_|. On 2011/03/08 01:15:51, lzheng wrote: ...
9 years, 9 months ago (2011-03-08 01:26:41 UTC) #3
lzheng
9 years, 9 months ago (2011-03-08 18:28:53 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698