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

Issue 4409002: Add a MD5 checksum to the BDIC header.... (Closed)

Created:
10 years, 1 month ago by Hironori Bono
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add a MD5 checksum to the BDIC header. This change adds a MD5 checksum to the BDIC header and fills the checksum when creating a BDIC. (Even though older Chrome can use new BDICs, I have updated the BDIC version to 2.0.) This change also adds hunspell::BDict::Verify() and moves the sanity check of a BDIC file there. BUG=61206 TEST=http://codereview.chromium.org/4477002 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65351

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -8 lines) Patch
M third_party/hunspell/google/bdict.h View 1 6 chunks +15 lines, -6 lines 0 comments Download
A third_party/hunspell/google/bdict.cc View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
M third_party/hunspell/google/bdict_reader.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/hunspell/google/bdict_writer.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/hunspell/hunspell.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hironori Bono
10 years, 1 month ago (2010-11-04 08:31:18 UTC) #1
Evan Stade
nice. mostly LGTM. when do you plan to call Verify()? Presumably: a) after download b) ...
10 years, 1 month ago (2010-11-05 01:19:40 UTC) #2
Hironori Bono
Greetings, Thank you for your review and comments. I have applied your comments and updated ...
10 years, 1 month ago (2010-11-05 09:30:04 UTC) #3
Evan Stade
lgtm
10 years, 1 month ago (2010-11-05 18:57:26 UTC) #4
jungshik at Google
10 years, 1 month ago (2010-11-05 19:33:41 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698