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

Issue 8974025: Merge 102310 - WebPImageDecoder should not do a full image decode if progressive decoding is active (Closed)

Created:
9 years ago by kerz_chromium
Modified:
9 years ago
Reviewers:
noel.gordon
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/963/
Visibility:
Public.

Description

Merge 102310 - WebPImageDecoder should not do a full image decode if progressive decoding is active https://bugs.webkit.org/show_bug.cgi?id=74041 Reviewed by Adam Barth. If the decoder input data state reaches allDataReceived during a progressive image decode, the decoder performs a full image decode. On allDataReceived, check if we already have a decoder, and if so, continue to run the progressive decoder. No new tests. No change in behavior. * platform/image-decoders/webp/WEBPImageDecoder.cpp: (WebCore::WEBPImageDecoder::decode): TBR=noel.gordon@gmail.com Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103268

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -768 lines) Patch
M Source/WebCore/ChangeLog View 1 chunk +0 lines, -767 lines 0 comments Download
M Source/WebCore/platform/image-decoders/webp/WEBPImageDecoder.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kerz_chromium
9 years ago (2011-12-19 22:29:48 UTC) #1
Noel Gordon
LGTM.
9 years ago (2011-12-20 00:52:41 UTC) #2
Noel Gordon
9 years ago (2011-12-20 00:54:46 UTC) #3
Though http://src.chromium.org/viewvc/chrome?view=rev&revision=103268 seems to
be an unrelated commit.

Powered by Google App Engine
This is Rietveld 408576698