summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android
Commit message (Expand)AuthorAgeFilesLines
* Add indent for writeLengthNicolas Roard2010-02-121-0/+1
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-122-0/+113
* move children into SkLayerMike Reed2010-02-125-184/+30
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-123-29/+58
* Put back the animations in the UI threadNicolas Roard2010-02-124-112/+16
* Layers refactoringNicolas Roard2010-02-115-115/+223
* cleanupNicolas Roard2010-02-113-6/+3
* use SkPaint::containsText for much faster containsCharacters in webkitMike Reed2010-02-051-18/+1
* Merge webkit.org at r54127 : Implement new overload of GraphicsContext::drawF...Steve Block2010-02-041-0/+5
* Merge webkit.org at r54127 : GIFImageDecoder now requires ImageDecoder.Steve Block2010-02-041-1/+1
* Merge webkit.org at r54127 : Update GraphicsContext::drawFocusRing to reflect...Steve Block2010-02-041-1/+1
* Fix memory leak with layers.Nicolas Roard2010-01-265-84/+75
* Fix potential crash with layers enabled.Nicolas Roard2010-01-264-30/+25
* translate3d() wasn't handled as we only have a 2D backend for the moment.Nicolas Roard2010-01-261-1/+16
* Fix for setting layers opacity through CSS (bug http://b/2376455)Nicolas Roard2010-01-151-0/+1
* am 93f808ab: am 388e461f: Add proper support for fixed position elementsNicolas Roard2010-01-143-23/+61
|\
| * Add proper support for fixed position elementsNicolas Roard2010-01-143-23/+61
* | am 459f6c34: am 29b325cb: Fix \'disappearing layers\' bug (see http://b/2371053)Nicolas Roard2010-01-141-3/+0
|\ \ | |/
| * Fix 'disappearing layers' bug (see http://b/2371053)Nicolas Roard2010-01-141-3/+0
| * webkit layers supportNicolas Roard2010-01-046-0/+2008
* | Implement timeupdate events for video tag.Andrei Popescu2010-01-121-0/+2
* | resolved conflicts for merge of 870689c8Nicolas Roard2010-01-046-0/+2008
|/
* Merge webkit.org at r51976 : ColorSpace type has been removed.Steve Block2009-12-171-19/+11
* Merge webkit.org at r51976 : GraphicsContext::setPlatformShadow now takes a C...Steve Block2009-12-171-1/+1
* Merge webkit.org at r51976 : Image::draw() and drawPattern() now take a Color...Steve Block2009-12-171-3/+4
* Merge webkit.org at r51976 : A ColorSpace argument is now passed to GraphicsC...Steve Block2009-12-171-4/+4
* use twopoint gradientsMike Reed2009-12-081-3/+5
* Remove the Android-specific setCMYKXXXColor methods, which are not used.Steve Block2009-11-261-16/+0
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-1326-170/+197
* Merge webkit.org at r50258 : Implements new GraphicsContext::canvasClip metho...Steve Block2009-11-101-1/+5
* up our max ram value before subsampling in the decoderMike Reed2009-11-061-4/+18
* Merge webkit.org at R49305 : ImageBuffer::get/putImageData renamed to get/put...Steve Block2009-10-201-2/+2
* Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.Steve Block2009-10-201-0/+1
* Merge webkit.org at R49305 : Remove new file ImageSource.cpp from build.Steve Block2009-10-201-0/+2
* Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to b...Steve Block2009-10-201-1/+1
* don't pre-round rects, since we will zoom (arbitrarily) after we record the g...Mike Reed2009-10-161-8/+13
* only look at globalAlpha when we draw images (not the alpha in fill-color)Mike Reed2009-10-022-3/+14
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-1/+16
* Build fix.Patrick Scott2009-09-291-0/+2
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+7
* fix cracks when we draw the page in portions (i.e. a picture set)Mike Reed2009-09-251-0/+24
* disable antialiasing for bitmapsMike Reed2009-09-251-0/+15
* Merge change 25547 into eclairAndroid (Google) Code Review2009-09-171-1/+1
|\
| * bump up the RLE cutoff, since RLE is *only* supported in drawBitmapRect(), an...Mike Reed2009-09-171-1/+1
* | Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-0/+7
|/
* Add poster support and other fixesAndrei Popescu2009-09-171-0/+3
* change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(),...Mike Reed2009-08-311-1/+5
* Fix crash in fast/canvas/canvas-empty-image-pattern.htmlAndrei Popescu2009-08-281-0/+2
* Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-191-14/+3
* Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-181-3/+14