summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/PathAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge Webkit at r70209: Path::debugString has been removed.Ben Murdoch2010-10-261-58/+0
* Complete implementation of PathAndroid.cppCary Clark2010-08-231-19/+8
* Merge Webkit at r63859 : New method Path::currentPoint added, stub it out on ...Ben Murdoch2010-07-271-0/+7
* Merge WebKit at r63173 : Following @62551, PassOwnPtr no longer has a release...Leon Clarke2010-07-201-1/+1
* Merge webkit.org at r54731 : Update Android graphics to reflect addition of A...Steve Block2010-02-161-5/+0
* Merge webkit.org at r54340 : Implement new GraphicsContext::concatCTM and Pat...Steve Block2010-02-151-4/+9
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-131-1/+1
* change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(),...Mike Reed2009-08-311-1/+5
* Fix the last of the linker errors !Ben Murdoch2009-08-171-0/+5
* More build fixes.Ben Murdoch2009-08-171-1/+2
* share xfermode and color routines with chrome portMike Reed2009-04-291-8/+3
* pass a valid point array to close path (matches chrome)Cary Clark2009-04-161-1/+1
* AI 145053: add SVG to the browser [disabled by default]Cary Clark2009-04-081-0/+84
* AI 144018: change path to return its internal cached bounds, making it much l...Mike Reed2009-04-021-6/+4
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-2/+50
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+268
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-268/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-16/+24
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-16/+45
* Initial ContributionThe Android Open Source Project2008-10-211-0/+231