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

Issue 1546003002: libwebp: update to 0.5.0 (Closed)

Created:
5 years ago by jzern
Modified:
4 years, 11 months ago
Reviewers:
Nico, urvang
CC:
chromium-reviews, blink-reviews, skal, vikasa, Nico
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

libwebp: update to 0.5.0 BUG=571248 Committed: https://crrev.com/f03ecfc1e80a0e089b10aa06a769065d22c808cf Cr-Commit-Position: refs/heads/master@{#367101}

Patch Set 1 #

Patch Set 2 : rebased original change #

Patch Set 3 : split sse2/sse4 targets #

Patch Set 4 : 0.5.0-final #

Patch Set 5 : rebase around clang-cl fix #

Total comments: 9

Patch Set 6 : 'defines' exists #

Total comments: 6

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17656 lines, -9718 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/libwebp/BUILD.gn View 1 2 3 4 5 6 5 chunks +77 lines, -7 lines 0 comments Download
M third_party/libwebp/README.chromium View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/libwebp/dec/alpha.c View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/libwebp/dec/buffer.c View 1 2 3 4 5 6 2 chunks +6 lines, -5 lines 0 comments Download
A third_party/libwebp/dec/common.h View 1 2 3 4 5 6 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/libwebp/dec/frame.c View 1 2 3 4 5 6 8 chunks +176 lines, -182 lines 0 comments Download
M third_party/libwebp/dec/idec.c View 1 2 3 4 5 6 7 chunks +21 lines, -24 lines 0 comments Download
M third_party/libwebp/dec/io.c View 1 2 3 4 5 6 16 chunks +61 lines, -85 lines 0 comments Download
M third_party/libwebp/dec/tree.c View 1 2 3 4 5 6 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/libwebp/dec/vp8.c View 1 2 3 4 5 6 6 chunks +20 lines, -27 lines 0 comments Download
M third_party/libwebp/dec/vp8i.h View 1 2 3 4 5 6 6 chunks +7 lines, -44 lines 0 comments Download
M third_party/libwebp/dec/vp8l.c View 1 2 3 4 5 6 36 chunks +423 lines, -199 lines 0 comments Download
M third_party/libwebp/dec/vp8li.h View 1 2 3 4 5 6 3 chunks +5 lines, -1 line 0 comments Download
M third_party/libwebp/dec/webp.c View 1 2 3 4 5 6 9 chunks +13 lines, -20 lines 0 comments Download
M third_party/libwebp/dec/webpi.h View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download
A third_party/libwebp/demux/anim_decode.c View 1 2 3 4 5 6 1 chunk +442 lines, -0 lines 0 comments Download
M third_party/libwebp/demux/demux.c View 1 2 3 4 5 6 16 chunks +80 lines, -116 lines 0 comments Download
M third_party/libwebp/dsp/alpha_processing.c View 1 2 3 4 5 6 5 chunks +54 lines, -6 lines 0 comments Download
A third_party/libwebp/dsp/alpha_processing_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +141 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/alpha_processing_sse2.c View 1 2 3 4 5 6 2 chunks +226 lines, -5 lines 0 comments Download
A third_party/libwebp/dsp/alpha_processing_sse41.c View 1 2 3 4 5 6 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/argb.c View 1 2 3 4 5 6 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/argb_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/argb_sse2.c View 1 2 3 4 5 6 1 chunk +67 lines, -0 lines 0 comments Download
A + third_party/libwebp/dsp/cost.c View 1 2 3 4 5 6 8 chunks +35 lines, -358 lines 0 comments Download
A third_party/libwebp/dsp/cost_mips32.c View 1 2 3 4 5 6 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/cost_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/cost_sse2.c View 1 2 3 4 5 6 1 chunk +119 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/cpu.c View 1 2 3 4 5 6 6 chunks +33 lines, -5 lines 0 comments Download
M third_party/libwebp/dsp/dec.c View 1 2 3 4 5 6 27 chunks +102 lines, -72 lines 0 comments Download
M third_party/libwebp/dsp/dec_clip_tables.c View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/libwebp/dsp/dec_mips32.c View 1 2 3 4 5 6 18 chunks +53 lines, -44 lines 0 comments Download
A third_party/libwebp/dsp/dec_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +994 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/dec_neon.c View 1 2 3 4 5 6 12 chunks +372 lines, -25 lines 0 comments Download
M third_party/libwebp/dsp/dec_sse2.c View 1 2 3 4 5 6 14 chunks +395 lines, -91 lines 0 comments Download
A third_party/libwebp/dsp/dec_sse41.c View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/dsp.h View 1 2 3 4 5 6 10 chunks +220 lines, -15 lines 0 comments Download
M third_party/libwebp/dsp/enc.c View 1 2 3 4 5 6 20 chunks +77 lines, -24 lines 0 comments Download
M third_party/libwebp/dsp/enc_avx2.c View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download
M third_party/libwebp/dsp/enc_mips32.c View 1 2 3 4 5 6 13 chunks +189 lines, -293 lines 0 comments Download
A third_party/libwebp/dsp/enc_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +1512 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/enc_neon.c View 1 2 3 4 5 6 8 chunks +169 lines, -314 lines 0 comments Download
M third_party/libwebp/dsp/enc_sse2.c View 1 2 3 4 5 6 14 chunks +872 lines, -386 lines 0 comments Download
A third_party/libwebp/dsp/enc_sse41.c View 1 2 3 4 5 6 1 chunk +373 lines, -0 lines 0 comments Download
A + third_party/libwebp/dsp/filters.c View 1 2 3 4 5 6 4 chunks +61 lines, -87 lines 0 comments Download
A third_party/libwebp/dsp/filters_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +405 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/filters_sse2.c View 1 2 3 4 5 6 1 chunk +352 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/lossless.h View 1 2 3 4 5 6 7 chunks +132 lines, -33 lines 0 comments Download
M third_party/libwebp/dsp/lossless.c View 1 2 3 4 5 6 14 chunks +48 lines, -1058 lines 0 comments Download
A + third_party/libwebp/dsp/lossless_enc.c View 1 2 3 4 5 6 21 chunks +368 lines, -798 lines 0 comments Download
A + third_party/libwebp/dsp/lossless_enc_mips32.c View 1 2 3 4 5 6 4 chunks +30 lines, -60 lines 0 comments Download
A third_party/libwebp/dsp/lossless_enc_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/lossless_enc_neon.c View 1 2 3 4 5 6 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/lossless_enc_sse2.c View 1 2 3 4 5 6 1 chunk +345 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/lossless_enc_sse41.c View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
D third_party/libwebp/dsp/lossless_mips32.c View 1 2 3 4 5 6 1 chunk +0 lines, -416 lines 0 comments Download
A third_party/libwebp/dsp/lossless_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +680 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/lossless_neon.c View 1 2 3 4 5 6 3 chunks +64 lines, -152 lines 0 comments Download
M third_party/libwebp/dsp/lossless_sse2.c View 1 2 3 4 5 6 5 chunks +39 lines, -202 lines 0 comments Download
A third_party/libwebp/dsp/mips_macro.h View 1 2 3 4 5 6 1 chunk +200 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/neon.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A third_party/libwebp/dsp/rescaler.c View 1 2 3 4 5 6 1 chunk +238 lines, -0 lines 0 comments Download
A + third_party/libwebp/dsp/rescaler_mips32.c View 1 2 3 4 5 6 6 chunks +22 lines, -309 lines 0 comments Download
A third_party/libwebp/dsp/rescaler_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +314 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/rescaler_neon.c View 1 2 3 4 5 6 1 chunk +186 lines, -0 lines 0 comments Download
A third_party/libwebp/dsp/rescaler_sse2.c View 1 2 3 4 5 6 1 chunk +374 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/upsampling.c View 1 2 3 4 5 6 2 chunks +55 lines, -23 lines 0 comments Download
A + third_party/libwebp/dsp/upsampling_mips_dsp_r2.c View 1 2 3 4 5 6 4 chunks +166 lines, -110 lines 0 comments Download
M third_party/libwebp/dsp/upsampling_neon.c View 1 2 3 4 5 6 5 chunks +83 lines, -50 lines 0 comments Download
M third_party/libwebp/dsp/upsampling_sse2.c View 1 2 3 4 5 6 3 chunks +54 lines, -19 lines 0 comments Download
M third_party/libwebp/dsp/yuv.h View 1 2 3 4 5 6 6 chunks +24 lines, -107 lines 0 comments Download
M third_party/libwebp/dsp/yuv.c View 1 2 3 4 5 6 4 chunks +123 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/yuv_mips32.c View 1 2 3 4 5 6 2 chunks +10 lines, -6 lines 0 comments Download
A third_party/libwebp/dsp/yuv_mips_dsp_r2.c View 1 2 3 4 5 6 1 chunk +135 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/yuv_sse2.c View 1 2 3 4 5 6 1 chunk +673 lines, -221 lines 0 comments Download
D third_party/libwebp/dsp/yuv_tables_sse2.h View 1 2 3 4 5 6 1 chunk +0 lines, -536 lines 0 comments Download
M third_party/libwebp/enc/alpha.c View 1 2 3 4 5 6 13 chunks +29 lines, -32 lines 0 comments Download
M third_party/libwebp/enc/analysis.c View 1 2 3 4 5 6 6 chunks +27 lines, -24 lines 0 comments Download
M third_party/libwebp/enc/backward_references.h View 1 2 3 4 5 6 2 chunks +6 lines, -16 lines 0 comments Download
M third_party/libwebp/enc/backward_references.c View 1 2 3 4 5 6 18 chunks +508 lines, -390 lines 0 comments Download
M third_party/libwebp/enc/config.c View 1 2 3 4 5 6 5 chunks +13 lines, -6 lines 0 comments Download
M third_party/libwebp/enc/cost.h View 1 2 3 4 5 6 1 chunk +7 lines, -22 lines 0 comments Download
M third_party/libwebp/enc/cost.c View 1 2 3 4 5 6 6 chunks +9 lines, -390 lines 0 comments Download
A third_party/libwebp/enc/delta_palettization.h View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/libwebp/enc/delta_palettization.c View 1 2 3 4 5 6 1 chunk +455 lines, -0 lines 0 comments Download
M third_party/libwebp/enc/filter.c View 1 2 3 4 5 6 3 chunks +11 lines, -8 lines 0 comments Download
M third_party/libwebp/enc/frame.c View 1 2 3 4 5 6 8 chunks +13 lines, -17 lines 0 comments Download
M third_party/libwebp/enc/histogram.h View 1 2 3 4 5 6 5 chunks +21 lines, -16 lines 0 comments Download
M third_party/libwebp/enc/histogram.c View 1 2 3 4 5 6 25 chunks +381 lines, -183 lines 0 comments Download
M third_party/libwebp/enc/iterator.c View 1 2 3 4 5 6 4 chunks +13 lines, -13 lines 0 comments Download
A third_party/libwebp/enc/near_lossless.c View 1 2 3 4 5 6 1 chunk +160 lines, -0 lines 0 comments Download
M third_party/libwebp/enc/picture.c View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libwebp/enc/picture_csp.c View 1 2 3 4 5 6 28 chunks +196 lines, -154 lines 0 comments Download
M third_party/libwebp/enc/picture_psnr.c View 1 2 3 4 5 6 4 chunks +87 lines, -62 lines 0 comments Download
M third_party/libwebp/enc/picture_rescale.c View 1 2 3 4 5 6 4 chunks +24 lines, -41 lines 0 comments Download
M third_party/libwebp/enc/picture_tools.c View 1 2 3 4 5 6 2 chunks +20 lines, -0 lines 0 comments Download
M third_party/libwebp/enc/quant.c View 1 2 3 4 5 6 22 chunks +180 lines, -97 lines 0 comments Download
M third_party/libwebp/enc/syntax.c View 1 2 3 4 5 6 5 chunks +20 lines, -20 lines 0 comments Download
M third_party/libwebp/enc/token.c View 1 2 3 4 5 6 8 chunks +32 lines, -33 lines 0 comments Download
M third_party/libwebp/enc/tree.c View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/libwebp/enc/vp8enci.h View 1 2 3 4 5 6 16 chunks +89 lines, -135 lines 0 comments Download
M third_party/libwebp/enc/vp8l.c View 1 2 3 4 5 6 31 chunks +669 lines, -317 lines 0 comments Download
M third_party/libwebp/enc/webpenc.c View 1 2 3 4 5 6 10 chunks +40 lines, -31 lines 0 comments Download
M third_party/libwebp/libwebp.gyp View 1 2 3 4 5 6 4 chunks +90 lines, -15 lines 0 comments Download
M third_party/libwebp/utils/bit_reader.h View 1 2 3 4 5 6 5 chunks +12 lines, -7 lines 0 comments Download
M third_party/libwebp/utils/bit_reader.c View 1 2 3 4 5 6 9 chunks +29 lines, -13 lines 0 comments Download
M third_party/libwebp/utils/bit_reader_inl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/libwebp/utils/bit_writer.h View 1 2 3 4 5 6 3 chunks +31 lines, -6 lines 0 comments Download
M third_party/libwebp/utils/bit_writer.c View 1 2 3 4 5 6 5 chunks +38 lines, -26 lines 0 comments Download
M third_party/libwebp/utils/color_cache.h View 1 2 3 4 5 6 3 chunks +13 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/color_cache.c View 1 2 3 4 5 6 3 chunks +10 lines, -0 lines 0 comments Download
M third_party/libwebp/utils/filters.h View 1 2 3 4 5 6 1 chunk +3 lines, -30 lines 0 comments Download
M third_party/libwebp/utils/filters.c View 1 2 3 4 5 6 2 chunks +7 lines, -197 lines 0 comments Download
M third_party/libwebp/utils/huffman.h View 1 2 3 4 5 6 1 chunk +48 lines, -62 lines 0 comments Download
M third_party/libwebp/utils/huffman.c View 1 2 3 4 5 6 1 chunk +139 lines, -253 lines 0 comments Download
M third_party/libwebp/utils/huffman_encode.h View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/rescaler.h View 1 2 3 4 5 6 4 chunks +16 lines, -6 lines 0 comments Download
M third_party/libwebp/utils/rescaler.c View 1 2 3 4 5 6 2 chunks +28 lines, -464 lines 0 comments Download
M third_party/libwebp/utils/thread.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/libwebp/utils/thread.c View 1 2 3 4 5 6 7 chunks +49 lines, -0 lines 0 comments Download
M third_party/libwebp/utils/utils.h View 1 2 3 4 5 6 4 chunks +46 lines, -1 line 0 comments Download
M third_party/libwebp/utils/utils.c View 1 2 3 4 5 6 3 chunks +29 lines, -1 line 0 comments Download
M third_party/libwebp/webp/decode.h View 1 2 3 4 5 6 6 chunks +9 lines, -24 lines 0 comments Download
M third_party/libwebp/webp/demux.h View 1 2 3 4 5 6 7 chunks +148 lines, -14 lines 0 comments Download
M third_party/libwebp/webp/encode.h View 1 2 3 4 5 6 10 chunks +23 lines, -16 lines 0 comments Download
A third_party/libwebp/webp/extras.h View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
M third_party/libwebp/webp/format_constants.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/libwebp/webp/mux.h View 1 2 3 4 5 6 6 chunks +145 lines, -14 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
jzern
https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/libwebp.gyp File third_party/libwebp/libwebp.gyp (right): https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/libwebp.gyp#newcode89 third_party/libwebp/libwebp.gyp:89: 'OTHER_CFLAGS': [ '-DWEBP_HAVE_SSE2', '-DWEBP_HAVE_SSE41' ] I haven't checked if ...
4 years, 12 months ago (2015-12-24 15:31:51 UTC) #3
Nico
Thanks! https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/BUILD.gn File third_party/libwebp/BUILD.gn (right): https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/BUILD.gn#newcode107 third_party/libwebp/BUILD.gn:107: "-DWEBP_HAVE_SSE41", gn has a defines thing too: https://code.google.com/p/chromium/codesearch#search/&q=%5Cbdefines%20file:%5C.gn&sq=package:chromium&type=cs ...
4 years, 12 months ago (2015-12-24 15:38:49 UTC) #5
Nico
(These are all mostly just nits, so if you need to land this urgently and ...
4 years, 12 months ago (2015-12-24 15:39:21 UTC) #6
jzern
On 2015/12/24 15:39:21, Nico wrote: > (These are all mostly just nits, so if you ...
4 years, 12 months ago (2015-12-24 17:32:32 UTC) #7
jzern
https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/BUILD.gn File third_party/libwebp/BUILD.gn (right): https://codereview.chromium.org/1546003002/diff/40001/third_party/libwebp/BUILD.gn#newcode107 third_party/libwebp/BUILD.gn:107: "-DWEBP_HAVE_SSE41", On 2015/12/24 15:38:49, Nico wrote: > gn has ...
4 years, 12 months ago (2015-12-24 17:39:22 UTC) #8
Nico
lgtm
4 years, 12 months ago (2015-12-25 23:24:29 UTC) #9
urvang
https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp File third_party/libwebp/libwebp.gyp (right): https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp#newcode117 third_party/libwebp/libwebp.gyp:117: 'cflags': [ '-msse2', ], Shouldn't this be using "defines"? ...
4 years, 12 months ago (2015-12-28 19:50:36 UTC) #10
jzern
https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp File third_party/libwebp/libwebp.gyp (right): https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp#newcode117 third_party/libwebp/libwebp.gyp:117: 'cflags': [ '-msse2', ], On 2015/12/28 19:50:36, urvang wrote: ...
4 years, 12 months ago (2015-12-29 00:16:17 UTC) #11
urvang
https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp File third_party/libwebp/libwebp.gyp (right): https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp#newcode117 third_party/libwebp/libwebp.gyp:117: 'cflags': [ '-msse2', ], On 2015/12/29 00:16:17, jzern wrote: ...
4 years, 12 months ago (2015-12-29 00:29:22 UTC) #12
jzern
https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp File third_party/libwebp/libwebp.gyp (right): https://codereview.chromium.org/1546003002/diff/50001/third_party/libwebp/libwebp.gyp#newcode117 third_party/libwebp/libwebp.gyp:117: 'cflags': [ '-msse2', ], On 2015/12/29 00:29:22, urvang wrote: ...
4 years, 11 months ago (2015-12-29 17:33:39 UTC) #13
urvang
lgtm
4 years, 11 months ago (2015-12-29 17:45:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1546003002/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1546003002/50001
4 years, 11 months ago (2015-12-29 17:45:39 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/2885) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2015-12-29 17:48:31 UTC) #18
urvang
On 2015/12/29 17:48:31, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 11 months ago (2015-12-29 17:52:11 UTC) #19
jzern
On 2015/12/29 17:52:11, urvang wrote: > On 2015/12/29 17:48:31, commit-bot: I haz the power wrote: ...
4 years, 11 months ago (2015-12-29 19:00:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1546003002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1546003002/60001
4 years, 11 months ago (2015-12-29 19:03:57 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:60001)
4 years, 11 months ago (2015-12-29 20:39:58 UTC) #25
commit-bot: I haz the power
4 years, 11 months ago (2015-12-29 20:40:47 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f03ecfc1e80a0e089b10aa06a769065d22c808cf
Cr-Commit-Position: refs/heads/master@{#367101}

Powered by Google App Engine
This is Rietveld 408576698