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

Issue 10912019: Enable robust decoding of custom wallpaper and allow custom wallpaper on login page (Closed)

Created:
8 years, 3 months ago by Emmanuel Saint-loubert-Bié
Modified:
8 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, bshe, Jorge Lucangeli Obes
Visibility:
Public.

Description

+ Ensure that OnRobustJPEGDecodeImage only uses the codec of our choosing (IJGlibjpeg at the moment). + Solve CrOS boot time hang when image decoding fail in utility process. + Enforce Robust JPEG decoding of Wallpaper image, -> and as a result re-enable custom wallpapers rendering on the login page. BUG=143198, 144296, 144999 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154330

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : . #

Patch Set 4 : Check conflict. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -20 lines) Patch
M chrome/browser/chromeos/login/user_image_loader.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_image_loader.cc View 1 2 3 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 2 chunks +4 lines, -10 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 1 chunk +10 lines, -5 lines 0 comments Download
M ui/gfx/codec/jpeg_codec.h View 1 chunk +9 lines, -0 lines 0 comments Download
M ui/gfx/codec/jpeg_codec.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Emmanuel Saint-loubert-Bié
Hello Sky, This should be one of the last CL for this issue. Thanks! -- ...
8 years, 3 months ago (2012-08-30 18:09:00 UTC) #1
sky
http://codereview.chromium.org/10912019/diff/1008/chrome/browser/chromeos/login/user_image_loader.cc File chrome/browser/chromeos/login/user_image_loader.cc (right): http://codereview.chromium.org/10912019/diff/1008/chrome/browser/chromeos/login/user_image_loader.cc#newcode34 chrome/browser/chromeos/login/user_image_loader.cc:34: : target_message_loop_(NULL), image_codec_(image_codec) { If the member initializer list ...
8 years, 3 months ago (2012-08-30 19:31:04 UTC) #2
Emmanuel Saint-loubert-Bié
Scott, Applied your comments. PTAL. http://codereview.chromium.org/10912019/diff/1008/chrome/browser/chromeos/login/user_image_loader.cc File chrome/browser/chromeos/login/user_image_loader.cc (right): http://codereview.chromium.org/10912019/diff/1008/chrome/browser/chromeos/login/user_image_loader.cc#newcode34 chrome/browser/chromeos/login/user_image_loader.cc:34: : target_message_loop_(NULL), image_codec_(image_codec) { ...
8 years, 3 months ago (2012-08-30 21:02:52 UTC) #3
sky
LGTM
8 years, 3 months ago (2012-08-30 21:14:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/saintlou@chromium.org/10912019/4002
8 years, 3 months ago (2012-08-30 21:53:29 UTC) #5
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 23:24:08 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698