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

Issue 855002: AU: Bzip2 utility functions that mirror Gzip utility functions. (Closed)

Created:
10 years, 9 months ago by adlr
Modified:
9 years ago
Reviewers:
Daniel Erat
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

AU: Bzip2 utility functions that mirror Gzip utility functions. Also, Convert the gzip_unittest into a typed test and use the same test cases for bzip2.

Patch Set 1 #

Total comments: 20

Patch Set 2 : fixes for review #

Patch Set 3 : revert utils.* #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -70 lines) Patch
M src/platform/update_engine/SConstruct View 1 3 chunks +3 lines, -2 lines 0 comments Download
A src/platform/update_engine/bzip.h View 1 1 chunk +35 lines, -0 lines 1 comment Download
A src/platform/update_engine/bzip.cc View 1 1 chunk +110 lines, -0 lines 0 comments Download
M src/platform/update_engine/gzip_unittest.cc View 1 1 chunk +0 lines, -68 lines 0 comments Download
A src/platform/update_engine/zip_unittest.cc View 1 chunk +132 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
adlr
10 years, 9 months ago (2010-03-11 04:11:53 UTC) #1
Daniel Erat
http://codereview.chromium.org/855002/diff/1/3 File src/platform/update_engine/bzip.cc (right): http://codereview.chromium.org/855002/diff/1/3#newcode1 src/platform/update_engine/bzip.cc:1: // Copyright (c) 2009 The Chromium Authors. All rights ...
10 years, 9 months ago (2010-03-11 16:42:03 UTC) #2
adlr
ready for another look. thanks! http://codereview.chromium.org/855002/diff/1/3 File src/platform/update_engine/bzip.cc (right): http://codereview.chromium.org/855002/diff/1/3#newcode1 src/platform/update_engine/bzip.cc:1: // Copyright (c) 2009 ...
10 years, 9 months ago (2010-03-11 22:35:44 UTC) #3
Daniel Erat
10 years, 9 months ago (2010-03-11 23:25:04 UTC) #4
LGTM

http://codereview.chromium.org/855002/diff/9004/10003
File src/platform/update_engine/bzip.h (right):

http://codereview.chromium.org/855002/diff/9004/10003#newcode13
src/platform/update_engine/bzip.h:13: int BzipBuffToBuffDecompress(char* out,
Are these supposed to be outside-facing?  If not, move them to the .cc file and
put them into an anon namespace (maybe the template needs to stay in the header,
though).

Powered by Google App Engine
This is Rietveld 408576698