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

Issue 16605: Add zlib/contrib/minizip to third_party/zlib... (Closed)

Created:
11 years, 12 months ago by Erik does not do reviews
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add zlib/contrib/minizip to third_party/zlib This adds support for reading the .zip archive file format, which we're using in extensions. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7493

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5559 lines, -2 lines) Patch
A third_party/zlib/README.google View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/ChangeLogUnzip View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/Makefile View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/crypt.h View 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/ioapi.h View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/ioapi.c View 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/iowin32.h View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/iowin32.c View 1 chunk +270 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/miniunz.c View 1 chunk +585 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/minizip.c View 1 chunk +420 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/mztools.h View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/mztools.c View 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/unzip.h View 1 chunk +354 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/unzip.c View 1 chunk +1598 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/zip.h View 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/zlib/contrib/minizip/zip.c View 1 chunk +1219 lines, -0 lines 0 comments Download
M third_party/zlib/zlib.scons View 2 3 chunks +12 lines, -0 lines 0 comments Download
M third_party/zlib/zlib.vcproj View 3 chunks +30 lines, -2 lines 0 comments Download
A third_party/zlib/zlib.vsprops View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik does not do reviews
11 years, 12 months ago (2008-12-30 00:06:26 UTC) #1
Pam (message me for reviews)
11 years, 12 months ago (2008-12-30 00:27:34 UTC) #2
README.google LGTM.  Other files rubber-stamped.

- Pam

Powered by Google App Engine
This is Rietveld 408576698