The new ImageDecoderQt doesn't support decoders that return images with 8bit colors, or decoders that always replace the input buffer like the GIF-decoder does. While the GIF-decoder is no longer necessary, there might be similar plugins elsewhere.
Created attachment 144806 [details] Patch
Created attachment 144816 [details] Patch
Comment on attachment 144816 [details] Patch Wrong bug
Comment on attachment 144806 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144806&action=review > Source/WebCore/ChangeLog:4 > > + [Qt] ImageDecoderQt doesn't support some decoders. > + https://bugs.webkit.org/show_bug.cgi?id=87851 More info about which? > Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:161 > + // We don't need the tables set by prepareScaleDataIfNecessary, but their dimensions > + // are used by ImageDecoder::scaledSize(). Can we split those lines more equally // We don't need the tables set by prepareScaleDataIfNecessary, but // their dimensions are used by ImageDecoder::scaledSize().
Comment on attachment 144806 [details] Patch Attachment 144806 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/12859019
Comment on attachment 144806 [details] Patch Attachment 144806 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/12848893
Created attachment 144826 [details] Patch
Comment on attachment 144826 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144826&action=review > Source/WebCore/ChangeLog:15 > + This patch also add support for down-scaling in the decoder. > + You should probably list tests for this?
Comment on attachment 144826 [details] Patch Clearing flags on attachment: 144826 Committed r118980: <http://trac.webkit.org/changeset/118980>
All reviewed patches have been landed. Closing bug.