summaryrefslogtreecommitdiffstats
path: root/chrome/browser/image_decoder.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix login visual hitch on chromebookbshe@chromium.org2013-01-251-10/+7
| | | | | | | | | | | | | | | | | There are two parts contribute to the visual hitch: 1. Wallpaper is loaded on FILE thread which is blocked by other task on FILE thread. 2. Wallpaper loading is postponded because of checking untrusted values. To address them, this CL move wallpaper loading operation to sequenced worker thread and remove the untrusted value check. tbr=davemoore BUG=168297 Review URL: https://codereview.chromium.org/11968044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178870 0039d316-1c4b-4281-b951-d872f2087c98
* Moved extension installation from FILE thread. CrxInstaller and friends are ↵zelidrag@chromium.org2012-11-151-1/+1
| | | | | | | | | | | now using their own sequenced task runner instead. BUG=160183 TEST=SandboxedUnpackerTest.*, ExtensionInstallUIBrowserTest.* Review URL: https://codereview.chromium.org/11369146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167991 0039d316-1c4b-4281-b951-d872f2087c98
* Force avatar and wallpaper decoding to use robust JPEG.saintlou@chromium.org2012-08-291-2/+9
| | | | | | | | | | The next step in an upcoming CL will bind this separate path to a different JPEG library (at a minimum on CrOS). BUG=144296 Review URL: https://chromiumcodereview.appspot.com/10892023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154001 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for animated/nonanimated user image. There are noygorshenin@chromium.org2012-05-311-1/+1
| | | | | | | | | | | | | | optimizations (for instance, image is still decoded to PNG at each request) and bug with replaying animation at each click on already active user pod, but CL is big enough, so we should start review. BUG=114083 TEST=none Review URL: https://chromiumcodereview.appspot.com/10454044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139779 0039d316-1c4b-4281-b951-d872f2087c98
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-4/+5
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9317074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120342 0039d316-1c4b-4281-b951-d872f2087c98
* Convert calls to the utility process in service code to use the zygote on Linux.jorgelo@chromium.org2011-12-131-0/+1
| | | | | | | | | | BUG=93109 TEST=Launch Chromium, log in, open the NTP. Review URL: http://codereview.chromium.org/8922011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114137 0039d316-1c4b-4281-b951-d872f2087c98
* Make ProfileImageDownloader available to non-chromeos codesail@chromium.org2011-11-221-0/+64
BUG=91241 TEST= Review URL: http://codereview.chromium.org/8510069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111098 0039d316-1c4b-4281-b951-d872f2087c98