Chromium Code Reviews
DescriptionRevert of Re-land: Blink image-decoders: (lazy) deferred image decoding support for ICO (patchset #2 id:20001 of https://codereview.chromium.org/2065423003/ )
Reason for revert:
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%28DrMemory%29/builds/5095
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
Original issue's 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}
TBR=pkasting@chromium.org,scroggo@chromium.org,fmalita@chromium.org,aleksandar.stojiljkovic@intel.com
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=513306
Patch Set 1 #Messages
Total messages: 11 (3 generated)
|