summaryrefslogtreecommitdiffstats
path: root/skia/ext/platform_canvas_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-3/+1
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-2/+2
* Removed skia::ScopedPlatformCanvas.skaslev@chromium.org2013-03-211-4/+4
* Roll Skia DEPS to r7869robertphillips@google.com2013-02-271-1/+1
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-2/+63
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-9/+9
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-91/+91
* Disable VectorCanvasTest.* on Aura since they crash.jam@chromium.org2012-10-101-0/+8
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-1/+2
* Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parame...akalin@chromium.org2012-03-071-11/+10
* skia: Change MakeOpaque() function to take a gfx::Rect parameter.tfarina@chromium.org2012-03-071-10/+11
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-26/+18
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-18/+26
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-26/+18
* mirror of http://codereview.chromium.org/6732027/reed@google.com2011-04-081-0/+4
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-031-0/+2
* Eliminate WebCore include paths when compiling Chromium code.darin@chromium.org2010-04-031-3/+0
* Fix my attempt to disable part of unit test for Mac.dglazkov@chromium.org2009-04-171-1/+1
* Disable Path-clipping test for Mac to fix the build.dglazkov@chromium.org2009-04-171-0/+4
* Make non-rectangular clip region apply in the correct location.dglazkov@chromium.org2009-04-171-5/+66
* Fix the non-Windows builds. This makes makes the Windows code conditional on ...brettw@chromium.org2009-03-021-0/+16
* Fix and uncomment the tests I broke in my transparency patch. Turns outbrettw@chromium.org2009-03-021-6/+4
* Fix some unit tests that I broke in the transparency patch. Comment out twobrettw@chromium.org2009-02-271-4/+26
* Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...brettw@chromium.org2009-02-271-6/+0
* Add back convolver_unittest.cc and image_operations_unittest.cc.maruel@chromium.org2009-01-221-20/+23
* Reverting 8462,8458 since it broke the linux builder.maruel@chromium.org2009-01-221-15/+19
* Add back convolver_unittest.cc and image_operations_unittest.cc.maruel@chromium.org2009-01-221-19/+15
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-2/+2
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-2/+2
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-211-0/+296