| Commit message (Expand) | Author | Age | Files | Lines |
* | Review URL: http://codereview.chromium.org/125205 | mark@chromium.org | 2009-06-16 | 1 | -1/+1 |
* | Add file icons to chrome://downloads/ on the Mac. Add Skia helper | mark@chromium.org | 2009-06-16 | 4 | -88/+182 |
* | Stop leaking CGBitmapContextRefs. Regression from r18363. | mark@chromium.org | 2009-06-15 | 1 | -3/+17 |
* | Linux: fix memory leak in new SkFontHost code. | agl@chromium.org | 2009-06-15 | 1 | -0/+2 |
* | Rename CreateWithContext to Create | mark@chromium.org | 2009-06-15 | 3 | -9/+10 |
* | Properly use data when creating a bitmap platform canvas. Gets things painting | mark@chromium.org | 2009-06-15 | 3 | -37/+60 |
* | Linux: remove some unused structures from SkFontHost_fontconfig_ipc.h | agl@chromium.org | 2009-06-15 | 1 | -26/+0 |
* | Linux: fix layout tests with italic text. | agl@chromium.org | 2009-06-15 | 1 | -1/+1 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-15 | 8 | -2/+771 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 31 | -908/+775 |
* | Add favicons to Mac bookmark bar. | jrg@chromium.org | 2009-06-13 | 1 | -1/+9 |
* | Remove misleading comment - we no longer crash when CreateDIBSection() fails, | brettw@google.com | 2009-06-11 | 1 | -6/+0 |
* | Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a... | pkasting@chromium.org | 2009-06-11 | 1 | -2/+6 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -0/+12 |
* | Update webkit to r44571 | darin@chromium.org | 2009-06-10 | 1 | -10/+18 |
* | Fix a unit test failure. One of the tests sends an empty bitmap through this | brettw@chromium.org | 2009-06-09 | 1 | -3/+1 |
* | Add a mipmap-like divide-by-two image scaling algorithm. I am going to use this | brettw@chromium.org | 2009-06-09 | 3 | -7/+214 |
* | Adds ability to change compositing operator used by CanvasPaint. | sky@chromium.org | 2009-06-05 | 1 | -2/+15 |
* | Add ability to theme our buttons. | glen@chromium.org | 2009-06-04 | 2 | -0/+62 |
* | Revert r17575 and r17576. They are causing layout test errors. | agl@chromium.org | 2009-06-04 | 7 | -765/+3 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-04 | 7 | -3/+765 |
* | Roll DEPS to skia r198. This picks up a number of bugfixes for layout tests, | senorblanco@chromium.org | 2009-06-02 | 1 | -0/+1 |
* | Remove the remainder of the skia source code from the Chromium repo. It now ... | senorblanco@chromium.org | 2009-05-26 | 458 | -105533/+0 |
* | Histogram the time we spend resampling images. We suspect this may be causing | brettw@chromium.org | 2009-05-20 | 1 | -0/+8 |
* | Fix Skia includes to use the whole path name. | brettw@chromium.org | 2009-05-19 | 26 | -57/+53 |
* | Add some missing copyright headers. | senorblanco@chromium.org | 2009-05-15 | 2 | -0/+8 |
* | Fix the shared build on linux after the skia move. | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+0 |
* | More green please: Vector canvas matrix test disable, mac fix, mark layout | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 161 | -21079/+837 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 6 | -0/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 6 | -48/+95 |
* | Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac. | glen@chromium.org | 2009-05-06 | 6 | -5/+650 |
* | Fixes two Linux canvas related bugs. | sky@chromium.org | 2009-05-04 | 1 | -7/+6 |
* | Integrate change of Skia upstream. | deanm@chromium.org | 2009-04-30 | 9 | -40/+82 |
* | A better fix for http://www.crbug.com/2044: crash | senorblanco@chromium.org | 2009-04-29 | 2 | -0/+17 |
* | Reverting 14712 on behalf of glen. | hbono@chromium.org | 2009-04-28 | 6 | -649/+5 |
* | Add bitmap manipulation functions in advance of themes. | glen@chromium.org | 2009-04-28 | 6 | -5/+649 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 1 | -7/+0 |
* | Fix compile error on gcc. | brettw@chromium.org | 2009-04-24 | 1 | -2/+13 |
* | Fix a bug in the size computation for Skia masking. | brettw@chromium.org | 2009-04-24 | 1 | -2/+14 |
* | Fix the ChromeCanvasPaint Linux code. | deanm@chromium.org | 2009-04-23 | 1 | -1/+6 |
* | Skia: Apply upstream patch: | agl@chromium.org | 2009-04-22 | 1 | -5/+4 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -1/+1 |
* | Fix my attempt to disable part of unit test for Mac. | dglazkov@chromium.org | 2009-04-17 | 1 | -1/+1 |
* | Disable Path-clipping test for Mac to fix the build. | dglazkov@chromium.org | 2009-04-17 | 1 | -0/+4 |
* | Make non-rectangular clip region apply in the correct location. | dglazkov@chromium.org | 2009-04-17 | 3 | -16/+75 |
* | Fix the failure to fail in PlatformCanvasWin ctor | cpu@google.com | 2009-04-16 | 1 | -7/+21 |
* | Linux/Skia: remove VDMX and Harfbuzz | agl@chromium.org | 2009-04-15 | 8 | -388/+2 |
* | Linux: Move VDMX parsing into WebKit. | agl@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 1 | -0/+7 |