summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the last of the linker errors !Ben Murdoch2009-08-171-0/+5
* Merge change 21484 into master-webkit-mergeAndroid (Google) Code Review2009-08-172-3/+3
|\
| * Fix FontCustomPlatformData.h as in https://bugs.webkit.org/show_bug.cgi?id=28065Andrei Popescu2009-08-172-3/+3
* | More build fixes.Ben Murdoch2009-08-173-3/+4
|/
* Fix some errors in platform/graphics/android.Ben Murdoch2009-08-172-3/+3
* explictly specify hinting (new api)Mike Reed2009-07-241-0/+1
* Merge change 5139Android (Google) Code Review2009-06-262-164/+11
|\
| * Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-252-164/+11
* | rename setXfermode(Mode) to setXfermodeMode(...) for clarityMike Reed2009-06-242-5/+5
|/
* remove references to deprecated porterduffMike Reed2009-06-232-10/+9
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-192-0/+253