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

Issue 140074: Updates the PNG library to 1.2.37, enables some functionality for O3D (Closed)

Created:
11 years, 6 months ago by Greg Spencer
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com, laforge
Visibility:
Public.

Description

This updates the PNG library to 1.2.37, which fixes some bugs internal to the PNG library, and it turns on some functionality that O3D needs for manipulating PNG files: It removes the definition of PNG_NO_WRITE_FILLER, PNG_NO_READ_FILLER, PNG_NO_SEQUENTIAL_READ_SUPPORTED, and PNG_NO_INFO_IMAGE from pngusr.h so that the functions used by O3D to read images progressively and for filler bytes for pixel expansion (RGB -> RGBX) are available. BUG=none TEST=successful trybot run for all platforms. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18982

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1650 lines, -1291 lines) Patch
M third_party/libpng/LICENSE View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libpng/README View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/libpng/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libpng/png.h View 9 chunks +13 lines, -10 lines 0 comments Download
M third_party/libpng/png.c View 23 chunks +234 lines, -224 lines 0 comments Download
M third_party/libpng/pngconf.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libpng/pngerror.c View 4 chunks +6 lines, -4 lines 0 comments Download
M third_party/libpng/pngget.c View 30 chunks +84 lines, -45 lines 0 comments Download
M third_party/libpng/pngmem.c View 16 chunks +47 lines, -40 lines 0 comments Download
M third_party/libpng/pngpread.c View 69 chunks +174 lines, -44 lines 0 comments Download
M third_party/libpng/pngread.c View 28 chunks +58 lines, -47 lines 0 comments Download
M third_party/libpng/pngrio.c View 6 chunks +32 lines, -26 lines 0 comments Download
M third_party/libpng/pngrtran.c View 92 chunks +235 lines, -149 lines 0 comments Download
M third_party/libpng/pngrutil.c View 48 chunks +106 lines, -85 lines 0 comments Download
M third_party/libpng/pngset.c View 24 chunks +225 lines, -223 lines 0 comments Download
M third_party/libpng/pngtrans.c View 16 chunks +38 lines, -26 lines 0 comments Download
M third_party/libpng/pngusr.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/libpng/pngwio.c View 13 chunks +63 lines, -46 lines 0 comments Download
M third_party/libpng/pngwrite.c View 38 chunks +134 lines, -123 lines 0 comments Download
M third_party/libpng/pngwtran.c View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/libpng/pngwutil.c View 72 chunks +178 lines, -176 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Greg Spencer
11 years, 6 months ago (2009-06-22 17:55:12 UTC) #1
Greg Spencer
(Remailing with new reviewer e-mail)
11 years, 6 months ago (2009-06-22 18:37:25 UTC) #2
M-A Ruel
11 years, 6 months ago (2009-06-22 18:59:06 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698