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

Issue 8806004: Update zlib to 1.2.5. (Closed)

Created:
9 years ago by Hironori Bono
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Update zlib to 1.2.5. This change applies upstream patches from 1.2.3 to 1.2.5. BUG=30704, 39219 TEST=build and run Chrome without any valgrind errors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113994

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4837 lines, -2150 lines) Patch
M third_party/zlib/README.chromium View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/zlib/adler32.c View 1 2 3 4 3 chunks +30 lines, -10 lines 0 comments Download
M third_party/zlib/compress.c View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/zlib/contrib/minizip/crypt.h View 1 2 3 4 2 chunks +8 lines, -9 lines 0 comments Download
M third_party/zlib/contrib/minizip/ioapi.h View 1 2 3 4 3 chunks +157 lines, -28 lines 0 comments Download
M third_party/zlib/contrib/minizip/ioapi.c View 1 2 3 4 4 chunks +139 lines, -84 lines 0 comments Download
M third_party/zlib/contrib/minizip/iowin32.h View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/zlib/contrib/minizip/iowin32.c View 1 2 3 4 9 chunks +214 lines, -95 lines 0 comments Download
M third_party/zlib/contrib/minizip/miniunz.c View 1 2 3 4 17 chunks +102 lines, -39 lines 0 comments Download
M third_party/zlib/contrib/minizip/minizip.c View 1 2 3 4 15 chunks +109 lines, -22 lines 0 comments Download
M third_party/zlib/contrib/minizip/mztools.h View 1 2 3 4 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/zlib/contrib/minizip/mztools.c View 1 2 3 4 11 chunks +15 lines, -16 lines 0 comments Download
M third_party/zlib/contrib/minizip/unzip.h View 1 2 3 4 12 chunks +107 lines, -22 lines 0 comments Download
M third_party/zlib/contrib/minizip/unzip.c View 1 2 3 4 53 chunks +904 lines, -381 lines 0 comments Download
M third_party/zlib/contrib/minizip/zip.h View 1 2 3 4 10 chunks +153 lines, -24 lines 0 comments Download
M third_party/zlib/contrib/minizip/zip.c View 1 2 3 4 30 chunks +1304 lines, -519 lines 0 comments Download
M third_party/zlib/crc32.c View 1 2 3 4 7 chunks +28 lines, -9 lines 0 comments Download
M third_party/zlib/deflate.h View 1 2 3 4 5 chunks +24 lines, -13 lines 0 comments Download
M third_party/zlib/deflate.c View 1 2 3 4 30 chunks +184 lines, -86 lines 0 comments Download
M third_party/zlib/infback.c View 1 2 3 4 9 chunks +51 lines, -42 lines 0 comments Download
M third_party/zlib/inffast.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/zlib/inffast.c View 1 2 3 4 13 chunks +51 lines, -29 lines 0 comments Download
M third_party/zlib/inflate.h View 1 2 3 4 6 chunks +19 lines, -12 lines 0 comments Download
M third_party/zlib/inflate.c View 1 2 3 4 21 chunks +197 lines, -85 lines 0 comments Download
M third_party/zlib/inftrees.h View 1 2 3 4 2 chunks +17 lines, -10 lines 0 comments Download
M third_party/zlib/inftrees.c View 1 2 3 4 11 chunks +32 lines, -31 lines 0 comments Download
M third_party/zlib/trees.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/zlib/trees.c View 1 2 3 4 15 chunks +60 lines, -35 lines 0 comments Download
M third_party/zlib/uncompr.c View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/zlib/zconf.h View 1 2 3 4 2 chunks +144 lines, -51 lines 0 comments Download
M third_party/zlib/zlib.h View 1 2 3 4 33 chunks +699 lines, -443 lines 0 comments Download
M third_party/zlib/zlib.gyp View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/zlib/zutil.h View 1 2 3 4 9 chunks +35 lines, -15 lines 0 comments Download
M third_party/zlib/zutil.c View 1 2 3 4 11 chunks +18 lines, -20 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Hironori Bono
9 years ago (2011-12-07 08:37:43 UTC) #1
agl
lgtm http://codereview.chromium.org/8806004/diff/1090/third_party/zlib/zlib.gyp File third_party/zlib/zlib.gyp (right): http://codereview.chromium.org/8806004/diff/1090/third_party/zlib/zlib.gyp#newcode74 third_party/zlib/zlib.gyp:74: ['OS=="mac"', { Needs a comment explaining what it ...
9 years ago (2011-12-07 15:05:19 UTC) #2
Brad Chen (chromium)
Thank you for working on this. Are you sure any Linux builds are actually using ...
9 years ago (2011-12-07 19:09:09 UTC) #3
Hironori Bono
Greetings Brad, Thanks for your suggestion. Even though I have tried it once, I have ...
9 years ago (2011-12-08 07:16:47 UTC) #4
Brad Chen (chromium)
LGTM On 2011/12/08 07:16:47, Hironori Bono wrote: > Greetings Brad, > > Thanks for your ...
9 years ago (2011-12-08 17:08:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hbono@chromium.org/8806004/18011
9 years ago (2011-12-09 07:24:18 UTC) #6
commit-bot: I haz the power
Can't process patch for file third_party/zlib/trees.c. File's status is None, patchset upload is incomplete.
9 years ago (2011-12-09 07:24:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hbono@chromium.org/8806004/17121
9 years ago (2011-12-12 07:32:39 UTC) #8
commit-bot: I haz the power
Change committed as 113994
9 years ago (2011-12-12 08:48:41 UTC) #9
scottmg
Hi, there seems to be some intermittent (?) problems with linking on Windows now. This ...
9 years ago (2011-12-13 00:33:20 UTC) #10
Hironori Bono
Greetings, Sorry for this linker error. I'm building Chromium on my Win PC to reproduce ...
9 years ago (2011-12-13 01:50:15 UTC) #11
scottmg
Unfortunately, it is not for everyone/bots, but we don't have the root cause figured out ...
9 years ago (2011-12-13 01:59:17 UTC) #12
Hironori Bono
9 years ago (2011-12-13 02:52:32 UTC) #13
Greetings,

Many thanks for your update.
I notice this change forgot including "mozzconf.h" to mangle function names. I'm
creating a change that includes the file and mangles new functions introduced by
1.2.5.

Regards,

Hironori Bono

Powered by Google App Engine
This is Rietveld 408576698