summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/ImageSourceAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r72274: Add new flag to ImageSource constructor with asssocia...Russell Brenner2010-12-021-2/+3
* Merge WebKit at r66079 : ImageSource constructor now takes a premultipyAlpha ...Steve Block2010-09-021-2/+4
* set maximum image sizeCary Clark2010-06-291-1/+1
* Merge webkit.org at r61121: Add ImageSource::getHotSpot() to our port. See ht...Ben Murdoch2010-06-181-0/+5
* check for null on extremely large imagesCary Clark2010-05-241-1/+1
* don't use animated gifs if gifs only have one frameCary Clark2010-05-131-5/+19
* enable gifs for large memory devicesCary Clark2010-03-301-0/+4
* add optional preftable to image codecs, for more control over the resulting b...Mike Reed2010-03-031-6/+27
* bump up our image cache etc. when we're on larger devices (e.g. have VFP)Mike Reed2010-03-031-7/+2
* Merge webkit.org at r54127 : GIFImageDecoder now requires ImageDecoder.Steve Block2010-02-041-1/+1
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-1/+1
* up our max ram value before subsampling in the decoderMike Reed2009-11-061-4/+18
* Merge webkit.org at R49305 : Remove new file ImageSource.cpp from build.Steve Block2009-10-201-0/+2
* bump up the RLE cutoff, since RLE is *only* supported in drawBitmapRect(), an...Mike Reed2009-09-171-1/+1
* More build fixes.Ben Murdoch2009-08-171-1/+1
* Automated import from //branches/master/...@142593,142593Leon Scroggins2009-03-251-1/+5
* Automated import from //branches/master/...@142337,142337Mike Reed2009-03-241-7/+141
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-66/+8
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+361
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-361/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-16/+26
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+18
* Initial ContributionThe Android Open Source Project2008-10-211-0/+336