summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
* export skia defines to its clients, so they see the same conditional codereed@google.com2011-01-211-0/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Add gpu/ files from the public skia project into the chrome build. This is inthakis@chromium.org2011-01-211-1/+102
* Revert "Add gpu/ files from the public skia project into the chrome build."maruel@chromium.org2011-01-201-101/+1
* Add gpu/ files from the public skia project into the chrome build. This is inreed@google.com2011-01-201-1/+101
* Revert 71982 - [Committed on behalf of reed@google.com]senorblanco@google.com2011-01-201-101/+1
* [Committed on behalf of reed@google.com]senorblanco@chromium.org2011-01-201-1/+101
* Add OVERRIDE in the same places the windows version of the file has them.thakis@chromium.org2011-01-181-22/+25
* Roll skia r690:r699.thakis@chromium.org2011-01-171-0/+7
* Add font-equivalent mapping for a few Chinese/Japanese fonts for CrOS.jshin@chromium.org2011-01-131-23/+74
* Mac: Explicitly set the colorspace on SkBitmap -> CGImageRef conversions.thakis@chromium.org2011-01-122-3/+17
* When printing a page containing alpha blending on a printer which doesn't sup...senorblanco@chromium.org2011-01-122-1/+8
* roll skia 636:673thakis@chromium.org2011-01-0814-28/+57
* Start sorting methods in class declarations.erg@google.com2011-01-074-54/+52
* Revert "roll skia 636:673"thakis@chromium.org2011-01-0714-57/+28
* roll skia 636:673thakis@chromium.org2011-01-0714-28/+57
* Wire up missing functionality in BitmapPlatformContext to allow the creation ...brettw@chromium.org2011-01-065-26/+29
* harfbuzz: remove extra settings export now that WebKit is fixedevan@chromium.org2011-01-051-6/+0
* harfbuzz: merge harfbuzz and harfbuzz_interface librariesevan@chromium.org2011-01-041-2/+3
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Remove the 'using' declaration of StringAppendV.tfarina@chromium.org2010-12-231-3/+3
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-225-182/+13
* Flush the cairo surface before we try to write to it.vandebo@chromium.org2010-12-151-3/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+7
* Even more virtual method deinlining.erg@google.com2010-12-132-5/+15
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-7/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+7
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-4/+10
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-1/+1
* Roll Skia to r624.vandebo@chromium.org2010-11-171-0/+2
* Fix clang build by moving ToLowerASCII into base namespace.tfarina@chromium.org2010-11-031-2/+2
* Roll Skia deps to r621.vandebo@chromium.org2010-10-2718-50/+50
* Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlyingrsesek@chromium.org2010-10-211-2/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+3
* Update use of SkCanvas and SkDevice to match change in Skia:vandebo@chromium.org2010-10-1520-139/+182
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Enhance the post-mortem information provided by CrashForBitmapAllocationFailu...brettw@chromium.org2010-10-081-7/+30
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-031-0/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-15/+19
* FBTF: Moves code to the headers.erg@google.com2010-09-282-2/+9
* Fix nitspiman@chromium.org2010-09-271-2/+2
* Remove mutex from skia's atomic operationspiman@chromium.org2010-09-242-2/+48
* Remove use of Skia's safeUnref() in favor of SkSafeUnref(...)vandebo@chromium.org2010-09-242-4/+4
* Roll skia to tip of tree 593 -> 599vandebo@chromium.org2010-09-221-0/+1
* Support for building Chrome using Clang.evan@chromium.org2010-09-181-0/+8
* Revert "Try to fix Crash at gfx::CGImageToSkBitmap."dcheng@chromium.org2010-09-171-2/+0
* Remove two spurious asserts.senorblanco@chromium.org2010-09-161-4/+0
* Try to fix Crash at gfx::CGImageToSkBitmap.jianli@chromium.org2010-09-091-0/+2
* Move BitmapPlatformDevice::makeOpaque into a shared filetony@chromium.org2010-09-027-124/+75
* Move BitmapPlatformDeviceData into its own header file.tony@chromium.org2010-08-315-175/+136