| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix clang build by moving ToLowerASCII into base namespace. | tfarina@chromium.org | 2010-11-03 | 1 | -2/+2 |
* | Roll Skia deps to r621. | vandebo@chromium.org | 2010-10-27 | 18 | -50/+50 |
* | Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlying | rsesek@chromium.org | 2010-10-21 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | Update use of SkCanvas and SkDevice to match change in Skia: | vandebo@chromium.org | 2010-10-15 | 20 | -139/+182 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Enhance the post-mortem information provided by CrashForBitmapAllocationFailu... | brettw@chromium.org | 2010-10-08 | 1 | -7/+30 |
* | clang/mac: Fix most problems in unittest targets in webkit.gyp | thakis@chromium.org | 2010-10-03 | 1 | -0/+2 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 2 | -15/+19 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 2 | -2/+9 |
* | Fix nits | piman@chromium.org | 2010-09-27 | 1 | -2/+2 |
* | Remove mutex from skia's atomic operations | piman@chromium.org | 2010-09-24 | 1 | -0/+45 |
* | Remove use of Skia's safeUnref() in favor of SkSafeUnref(...) | vandebo@chromium.org | 2010-09-24 | 2 | -4/+4 |
* | Revert "Try to fix Crash at gfx::CGImageToSkBitmap." | dcheng@chromium.org | 2010-09-17 | 1 | -2/+0 |
* | Remove two spurious asserts. | senorblanco@chromium.org | 2010-09-16 | 1 | -4/+0 |
* | Try to fix Crash at gfx::CGImageToSkBitmap. | jianli@chromium.org | 2010-09-09 | 1 | -0/+2 |
* | Move BitmapPlatformDevice::makeOpaque into a shared file | tony@chromium.org | 2010-09-02 | 6 | -124/+74 |
* | Move BitmapPlatformDeviceData into its own header file. | tony@chromium.org | 2010-08-31 | 4 | -175/+135 |
* | Bug=52092 | brettw@chromium.org | 2010-08-30 | 1 | -1/+14 |
* | Include ICU headers in a way that will also work with use_system_icu=1 | phajdan.jr@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Make SkFontHost_fontconfig support TTC font files. | jshin@chromium.org | 2010-08-06 | 6 | -58/+119 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Add additional aliases (Arimo, Tinos and Cousine) for Arial, Times New Roman, | jshin@chromium.org | 2010-08-02 | 1 | -0/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 25 | -0/+25 |
* | Revert 53498 to see if it is causing filterRegions.svg to fail. | brettw@chromium.org | 2010-07-23 | 2 | -14/+0 |
* | Work around Skia's inability to handle degenerate bitmaps. | brettw@chromium.org | 2010-07-23 | 2 | -0/+14 |
* | Mac: unit test for setting a clip rect with a scale transform | thakis@chromium.org | 2010-07-19 | 1 | -0/+66 |
* | Mac: Fix drawing when the device's transform has a scaling part. | thakis@chromium.org | 2010-07-16 | 2 | -8/+11 |
* | test_shell: fix for newer cairos | evan@chromium.org | 2010-07-13 | 1 | -1/+5 |
* | Linux: Flush cairo surface at end of CanvasPaintLinux. | estade@chromium.org | 2010-07-08 | 2 | -9/+3 |
* | Mac: Fix color space usage in SkiaUtilsMacTest | thakis@chromium.org | 2010-07-07 | 1 | -7/+13 |
* | Fix for Skia data race. This may introduce some performance issues; will wat... | senorblanco@google.com | 2010-06-22 | 1 | -5/+9 |
* | TTF: Re-disable crashing test. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+2 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Map Liberation Sans Mono and Ascender Sans Mono to Courier New. | jshin@chromium.org | 2010-06-16 | 1 | -4/+11 |
* | Mac/clang: Uncontentious fixes. | thakis@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | Treat "Ascender Sans" and "Ascender Serif" as equivalent to | jshin@chromium.org | 2010-06-07 | 1 | -4/+9 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -4/+4 |
* | NSSize is equivalent to CGSize in the 64-bit Mac environment. | mark@chromium.org | 2010-05-14 | 1 | -0/+4 |
* | Skia roll 536:560 | agl@chromium.org | 2010-04-27 | 6 | -24/+61 |
* | Mac: Make image dragging 162.4% more awesome. | thakis@chromium.org | 2010-04-05 | 1 | -0/+3 |
* | Eliminate WebCore include paths when compiling Chromium code. | darin@chromium.org | 2010-04-03 | 1 | -3/+0 |
* | linux: add a NonHintedSans font to test_shell | agl@chromium.org | 2010-03-25 | 1 | -3/+1 |
* | linux: be more conservative in Liberation font fallback | evan@chromium.org | 2010-03-23 | 2 | -66/+41 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Remove WebCore usage from vector_canvas_unittest.cc | darin@chromium.org | 2010-03-12 | 1 | -20/+16 |
* | Revert 40951 - UpStreamimg *image_decoder_unittest. Used WebKit API's ImageDe... | kkanetkar@chromium.org | 2010-03-10 | 1 | -9/+2 |