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

Issue 2065423003: Re-land: Blink image-decoders: (lazy) deferred image decoding support for ICO (Closed)

Created:
4 years, 6 months ago by aleksandar.stojiljkovic
Modified:
4 years, 6 months ago
CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, jbroman, Justin Novosad, Rik, f(malita), blink-reviews, Stephen Chennney, ajuma+watch_chromium.org, danakj+watch_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-land: Blink image-decoders: (lazy) deferred image decoding support for ICO BUG=513306 original patch review-url: https://codereview.chromium.org/2044093002 Committed: https://crrev.com/f32e119c6c7ec9e98298fcd43a285b735f021952 Cr-Commit-Position: refs/heads/master@{#400383}

Patch Set 1 : original, reverted patch: https://codereview.chromium.org/2044093002 #

Patch Set 2 : fix decodeFrameCount - copy approach from WebP and GIF decoder #

Messages

Total messages: 10 (3 generated)
aleksandar.stojiljkovic
Reland attempt. Patch set 2 addresses the issue causing the revert. Copied the approach from ...
4 years, 6 months ago (2016-06-16 12:06:31 UTC) #2
Peter Kasting
LGTM
4 years, 6 months ago (2016-06-16 13:03:40 UTC) #3
f(malita)
lgtm
4 years, 6 months ago (2016-06-16 20:22:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065423003/20001
4 years, 6 months ago (2016-06-17 04:36:53 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-17 06:42:52 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/f32e119c6c7ec9e98298fcd43a285b735f021952 Cr-Commit-Position: refs/heads/master@{#400383}
4 years, 6 months ago (2016-06-17 06:44:04 UTC) #9
benwells
4 years, 6 months ago (2016-06-20 10:28:24 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2080673002/ by benwells@chromium.org.

The reason for reverting is: This again caused errors on the DrMemorybots.

First failing build with this change:
https://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%2...

Sample error:
ICOImageDecoderTests.parseAndDecodeByteByByte:
c:\b\build\slave\drm-cr\build\src\third_party\webkit\source\platform\image-decoders\imagedecodertesthelpers.cpp(83):
error: Expected: (frameCount) <= (decoder->frameCount()), actual: 2 vs 0
c:\b\build\slave\drm-cr\build\src\third_party\webkit\source\platform\image-decoders\imagedecodertesthelpers.cpp(83):
error: Expected: (frameCount) <= (decoder->frameCount()), actual: 3 vs 0
c:\b\build\slave\drm-cr\build\src\third_party\webkit\source\platform\image-decoders\imagedecodertesthelpers.cpp(83):
error: Expected: (frameCount) <= (decoder->frameCount()), actual: 1 vs 0
c:\b\build\slave\drm-cr\build\src\third_party\webkit\source\platform\image-decoders\imagedecodertesthelpers.cpp(83):
error: Expected: (frameCount) <= (decoder->frameCount()), actual: 1 vs 0.

Powered by Google App Engine
This is Rietveld 408576698