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

Issue 2021403002: Update libpng to 1.6.22 (Closed)

Created:
4 years, 6 months ago by msarett
Modified:
4 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update libpng to 1.6.22 BUG=599917 BUG=618061 Committed: https://crrev.com/8c0ac8d882561cca77d5184248708b0ce9c851d4 Cr-Commit-Position: refs/heads/master@{#399464}

Patch Set 1 : Drop in 1.6.22 #

Patch Set 2 : Updated pnglibconf.h, BUILD.gn, libpng.gyp #

Patch Set 3 : Application fixes and pngprefixing that allows the code to compile #

Patch Set 4 : Cherry picked a few useful commits from upstream, updated README.chromium #

Patch Set 5 : BUILD.gn fixes for Windows, libconf fixes #

Patch Set 6 : ios attempt, more pnglibconf fixes #

Patch Set 7 : Windows clang fix, pnglibconf fixes #

Patch Set 8 : Disable ios on gyp, libconf fixes #

Patch Set 9 : Rebaseline LayoutTests #

Patch Set 10 : Rebase #

Patch Set 11 : Mac rebaselines #

Total comments: 44

Patch Set 12 : Response to comments #

Total comments: 2

Patch Set 13 : #

Total comments: 4

Patch Set 14 : Rearrange pnglibconf.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29957 lines, -15081 lines) Patch
M testing/libfuzzer/fuzzers/libpng_read_fuzzer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +128 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +1 line, -8 lines 0 comments Download
M third_party/libpng/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +32 lines, -14 lines 0 comments Download
M third_party/libpng/LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +29 lines, -9 lines 0 comments Download
M third_party/libpng/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +48 lines, -116 lines 0 comments Download
M third_party/libpng/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -9 lines 0 comments Download
A third_party/libpng/arm/arm_init.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/libpng/arm/filter_neon.S View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +253 lines, -0 lines 0 comments Download
A third_party/libpng/arm/filter_neon_intrinsics.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/libpng/contrib/intel/INSTALL View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/libpng/contrib/intel/filter_sse2_intrinsics.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/libpng/contrib/intel/intel_init.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/libpng/contrib/intel/intel_sse.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +164 lines, -0 lines 0 comments Download
M third_party/libpng/libpng.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +38 lines, -29 lines 0 comments Download
M third_party/libpng/png.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 34 chunks +2120 lines, -2415 lines 0 comments Download
M third_party/libpng/png.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 chunks +4042 lines, -643 lines 0 comments Download
M third_party/libpng/pngconf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +499 lines, -1554 lines 0 comments Download
A third_party/libpng/pngdebug.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +153 lines, -0 lines 0 comments Download
M third_party/libpng/pngerror.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +733 lines, -166 lines 0 comments Download
D third_party/libpng/pnggccrd.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/libpng/pngget.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 16 chunks +620 lines, -348 lines 0 comments Download
A third_party/libpng/pnginfo.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/libpng/pnglibconf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +237 lines, -0 lines 0 comments Download
M third_party/libpng/pngmem.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +157 lines, -514 lines 0 comments Download
M third_party/libpng/pngpread.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 31 chunks +356 lines, -513 lines 0 comments Download
A third_party/libpng/pngprefix.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +454 lines, -0 lines 0 comments Download
A third_party/libpng/pngpriv.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1983 lines, -0 lines 0 comments Download
M third_party/libpng/pngread.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 13 chunks +3579 lines, -924 lines 0 comments Download
M third_party/libpng/pngrio.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +22 lines, -82 lines 0 comments Download
M third_party/libpng/pngrtran.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 96 chunks +2605 lines, -2093 lines 0 comments Download
M third_party/libpng/pngrutil.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 41 chunks +2908 lines, -1789 lines 0 comments Download
M third_party/libpng/pngset.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 11 chunks +1067 lines, -723 lines 0 comments Download
A third_party/libpng/pngstruct.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +483 lines, -0 lines 0 comments Download
A third_party/libpng/pngtest.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2082 lines, -0 lines 0 comments Download
M third_party/libpng/pngtrans.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 19 chunks +389 lines, -239 lines 0 comments Download
D third_party/libpng/pngusr.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -498 lines 0 comments Download
D third_party/libpng/pngvcrd.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/libpng/pngwio.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +36 lines, -128 lines 0 comments Download
M third_party/libpng/pngwrite.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 22 chunks +1754 lines, -850 lines 0 comments Download
M third_party/libpng/pngwtran.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 21 chunks +173 lines, -179 lines 0 comments Download
M third_party/libpng/pngwutil.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 49 chunks +1422 lines, -1192 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 99 (48 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/30001
4 years, 6 months ago (2016-06-01 14:17:10 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/199179)
4 years, 6 months ago (2016-06-01 14:25:15 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/40001
4 years, 6 months ago (2016-06-01 14:37:36 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/14412)
4 years, 6 months ago (2016-06-01 14:49:10 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/50001
4 years, 6 months ago (2016-06-01 15:18:06 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14282)
4 years, 6 months ago (2016-06-01 15:30:21 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/80001
4 years, 6 months ago (2016-06-01 16:39:02 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/209414) linux_chromium_chromeos_ozone_rel_ng on ...
4 years, 6 months ago (2016-06-01 16:43:32 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/90001
4 years, 6 months ago (2016-06-01 16:49:46 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14335)
4 years, 6 months ago (2016-06-01 17:04:50 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/100001
4 years, 6 months ago (2016-06-01 18:48:40 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/179128) linux_chromium_chromeos_rel_ng on ...
4 years, 6 months ago (2016-06-01 18:53:44 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/110001
4 years, 6 months ago (2016-06-01 18:57:15 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/169396) ios-device-gn on ...
4 years, 6 months ago (2016-06-01 19:05:27 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/120001
4 years, 6 months ago (2016-06-01 19:16:39 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14464)
4 years, 6 months ago (2016-06-01 19:29:57 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/130001
4 years, 6 months ago (2016-06-01 21:20:31 UTC) #41
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14579)
4 years, 6 months ago (2016-06-01 21:35:07 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/140001
4 years, 6 months ago (2016-06-01 21:55:49 UTC) #45
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14617)
4 years, 6 months ago (2016-06-01 22:10:08 UTC) #47
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/150001
4 years, 6 months ago (2016-06-01 23:03:02 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/14678)
4 years, 6 months ago (2016-06-01 23:22:30 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/160001
4 years, 6 months ago (2016-06-02 15:03:50 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021403002/170001
4 years, 6 months ago (2016-06-02 16:03:27 UTC) #57
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/237949)
4 years, 6 months ago (2016-06-02 17:36:59 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/180001
4 years, 6 months ago (2016-06-03 16:41:20 UTC) #62
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/238757)
4 years, 6 months ago (2016-06-03 18:11:45 UTC) #64
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/200001
4 years, 6 months ago (2016-06-03 19:33:55 UTC) #66
msarett
Please take a look! third_party/WebKit scroggo@ ryansturm@ (for changes to dimensions location logging) testing/libfuzzer/fuzzers/libpng_read_fuzzer.cc kcc@ ...
4 years, 6 months ago (2016-06-03 20:18:52 UTC) #68
Nico
nice! https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (right): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#newcode239 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:239: #if (PNG_LIBPNG_VER < 10500) looks like you can ...
4 years, 6 months ago (2016-06-03 20:27:45 UTC) #69
kcc2
LGTM for testing/libfuzzer/fuzzers/libpng_read_fuzzer.cc
4 years, 6 months ago (2016-06-03 20:30:58 UTC) #70
RyanSturm
https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (left): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#oldcode187 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:187: dimensionsLocationHistogram.count(m_reader->getReadOffset() - png->current_buffer_size - 1); On 2016/06/03 20:18:51, msarett ...
4 years, 6 months ago (2016-06-03 20:31:51 UTC) #71
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/210001
4 years, 6 months ago (2016-06-03 21:16:32 UTC) #73
msarett
Many thanks for the fast reviews! https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (left): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#oldcode187 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:187: dimensionsLocationHistogram.count(m_reader->getReadOffset() - png->current_buffer_size ...
4 years, 6 months ago (2016-06-03 21:26:01 UTC) #74
Nico
https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (right): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#newcode239 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:239: #if (PNG_LIBPNG_VER < 10500) Hm, the other caller of ...
4 years, 6 months ago (2016-06-03 21:36:49 UTC) #75
RyanSturm
lgtm with 1 nit. https://codereview.chromium.org/2021403002/diff/210001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (right): https://codereview.chromium.org/2021403002/diff/210001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#newcode42 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:42: #include "wtf/Threading.h" You shouldn't need ...
4 years, 6 months ago (2016-06-03 21:55:31 UTC) #76
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-04 00:33:46 UTC) #78
msarett
https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (right): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#newcode239 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:239: #if (PNG_LIBPNG_VER < 10500) On 2016/06/03 21:36:49, Nico wrote: ...
4 years, 6 months ago (2016-06-06 14:18:16 UTC) #79
scroggo_chromium
https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp (left): https://codereview.chromium.org/2021403002/diff/200001/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp#oldcode187 third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:187: dimensionsLocationHistogram.count(m_reader->getReadOffset() - png->current_buffer_size - 1); On 2016/06/03 21:26:01, msarett ...
4 years, 6 months ago (2016-06-06 14:51:40 UTC) #80
msarett
https://codereview.chromium.org/2021403002/diff/220001/third_party/libpng/README.chromium File third_party/libpng/README.chromium (right): https://codereview.chromium.org/2021403002/diff/220001/third_party/libpng/README.chromium#newcode8 third_party/libpng/README.chromium:8: Description: On 2016/06/06 14:51:40, scroggo_chromium wrote: > Did you ...
4 years, 6 months ago (2016-06-06 18:01:57 UTC) #81
scroggo_chromium
lgtm
4 years, 6 months ago (2016-06-06 18:15:28 UTC) #82
msarett
Please take a look. https://codereview.chromium.org/2021403002/diff/200001/third_party/libpng/libpng.gyp File third_party/libpng/libpng.gyp (right): https://codereview.chromium.org/2021403002/diff/200001/third_party/libpng/libpng.gyp#newcode15 third_party/libpng/libpng.gyp:15: '-Wno-self-assign', On 2016/06/06 14:18:15, msarett ...
4 years, 6 months ago (2016-06-07 20:06:44 UTC) #84
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/230001
4 years, 6 months ago (2016-06-07 21:02:40 UTC) #86
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-07 22:56:53 UTC) #88
Nico
lgtm
4 years, 6 months ago (2016-06-13 14:11:57 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021403002/230001
4 years, 6 months ago (2016-06-13 14:18:09 UTC) #92
commit-bot: I haz the power
Committed patchset #14 (id:230001)
4 years, 6 months ago (2016-06-13 16:18:08 UTC) #94
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/8c0ac8d882561cca77d5184248708b0ce9c851d4 Cr-Commit-Position: refs/heads/master@{#399464}
4 years, 6 months ago (2016-06-13 16:19:58 UTC) #96
Nico
This added a warning to 64-bit gyp builds with clang on Windows: https://build.chromium.org/p/chromium.fyi/builders/CrWinClang64%28dll%29/builds/6076/steps/compile/logs/stdio FAILED: obj/third_party/libpng/libpng.png.obj ...
4 years, 6 months ago (2016-06-14 13:44:45 UTC) #97
Nico
(it's probably just readdding the -Wno-tautological-foo flag I suggested removing further up :-P)
4 years, 6 months ago (2016-06-14 13:45:25 UTC) #98
msarett
4 years, 6 months ago (2016-06-14 13:54:02 UTC) #99
Message was sent while issue was closed.
On 2016/06/14 13:45:25, Nico (traveling...slow) wrote:
> (it's probably just readdding the -Wno-tautological-foo flag I suggested
> removing further up :-P)

Ahh yes, we added this flag to the GN build.  You suggested it on GYP as well,
but I didn't add it because I couldn't get the trybots to reproduce the error.

Looks like that was the wrong decision, I'll add it to the GYP build as well.

Powered by Google App Engine
This is Rietveld 408576698