| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove files that we no longer need after the last merge. | ojan@google.com | 2008-11-20 | 2 | -164/+0 |
* | More font metrics work for Linux | agl@chromium.org | 2008-11-20 | 1 | -2/+3 |
* | non-third_party side of merge 38389:38450. | ojan@google.com | 2008-11-20 | 1 | -0/+11 |
* | Reapply http://codereview.chromium.org/11225 | agl@chromium.org | 2008-11-19 | 2 | -3/+6 |
* | Match Windows font metrics on Linux. | agl@chromium.org | 2008-11-19 | 2 | -11/+7 |
* | More Linux build fixes. | agl@chromium.org | 2008-11-19 | 1 | -9/+43 |
* | Mac changes for r5690 | mark@chromium.org | 2008-11-19 | 1 | -0/+2 |
* | Mac changes for r5690 | mark@chromium.org | 2008-11-19 | 2 | -0/+4 |
* | Minor Linux build fixups | agl@chromium.org | 2008-11-19 | 3 | -4/+4 |
* | Fix typo for Linux build. | brettw@google.com | 2008-11-19 | 1 | -1/+1 |
* | Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... | brettw@google.com | 2008-11-19 | 28 | -0/+4558 |
* | Remove most base dependencies from ImageSkia. Poke through the resource getti... | brettw@google.com | 2008-11-18 | 1 | -78/+13 |
* | Fix the set of fonts used for test_shell. | agl@chromium.org | 2008-11-18 | 1 | -2/+2 |
* | Backout my image change which broke mac. | brettw@google.com | 2008-11-18 | 1 | -16/+79 |
* | Remove most base dependencies from ImageSkia. | brettw@google.com | 2008-11-18 | 1 | -79/+16 |
* | Revert 5595 | maruel@chromium.org | 2008-11-18 | 1 | -2/+2 |
* | Fix the set of fonts used for test_shell. | agl@chromium.org | 2008-11-18 | 1 | -2/+2 |
* | Remove base and STL dependencies from FontCacheWin except for font_utils, whi... | brettw@google.com | 2008-11-17 | 1 | -50/+41 |
* | Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from | brettw@google.com | 2008-11-17 | 9 | -12/+2063 |
* | removed a bunch of minor glue dependencies from port | erikkay@google.com | 2008-11-14 | 1 | -1/+0 |
* | Add a trailing newline to make Linux GCC happy. | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Remove base dependency from SkiaUtils, fix namespaces and includes. | brettw@google.com | 2008-11-14 | 8 | -13/+20 |
* | Switch off subpixel hinting. | agl@chromium.org | 2008-11-14 | 1 | -1/+1 |
* | Use a memcpy because we don't have access to bit_cast here. | evanm@google.com | 2008-11-14 | 1 | -2/+9 |
* | Use Skia to render fonts | agl@chromium.org | 2008-11-13 | 6 | -266/+305 |
* | * Copy webkit_glue font functions into ChromiumBridge. | erikkay@google.com | 2008-11-13 | 7 | -119/+27 |
* | Cleanup style and alphabetize the functions in GraphicsContextSkia. It should | brettw@google.com | 2008-11-12 | 1 | -473/+497 |
* | Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay... | erikkay@google.com | 2008-11-12 | 2 | -3/+5 |
* | Some fixes to parallel upstream changes in our last merge. | pkasting@chromium.org | 2008-11-12 | 1 | -4/+8 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 4 | -0/+606 |
* | Some changes necessary to build an optimized binary on Linux. | evanm@google.com | 2008-11-11 | 1 | -1/+1 |
* | Landing 37604:38097 merge | dglazkov@google.com | 2008-11-10 | 4 | -6/+21 |
* | Address reivew comments from previous patch. | brettw@google.com | 2008-11-07 | 3 | -6/+14 |
* | Fix Linux build bustage by making the ImageBufferSkia code compilable on all ... | brettw@google.com | 2008-11-07 | 1 | -1/+1 |
* | Make Canvas and other ImageBuffer uses able to detect failure and not create | brettw@google.com | 2008-11-07 | 2 | -1/+20 |
* | Add support for arbitrarily transformed Windows buttons text fields, and sele... | brettw@google.com | 2008-11-06 | 2 | -0/+230 |
* | Fix all callers of the removed GraphicsContext functions to use only the func... | brettw@google.com | 2008-11-05 | 5 | -50/+47 |
* | Fix a crasher when printing. | maruel@chromium.org | 2008-11-04 | 1 | -1/+33 |
* | Fix state pushing in the graphics context. My changes pushed a default state ... | brettw@google.com | 2008-11-01 | 1 | -1/+1 |
* | Fix font regression. I was using ascent() instead of font->ascent(), which | brettw@google.com | 2008-11-01 | 1 | -10/+7 |
* | Factor out text, theme, and icon stuff out of PlatformContextSkia back to the... | brettw@google.com | 2008-10-31 | 5 | -506/+332 |
* | Updated project files and added V8 bindings for HTML5 media/audio/video/sourc... | scherkus@chromium.org | 2008-10-31 | 2 | -0/+236 |
* | Fix gcc build break: | mark@chromium.org | 2008-10-31 | 1 | -10/+10 |
* | WTF?! wtf is lowercase. Fix build break on case-sensitive filesystems (like | mark@chromium.org | 2008-10-31 | 1 | -1/+1 |
* | Fix a null-ptr renderer crash. | ericroman@google.com | 2008-10-31 | 1 | -0/+8 |
* | Get fonts to render in a somewhat recognisable form on Linux. | agl@chromium.org | 2008-10-31 | 6 | -59/+309 |
* | Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va... | brettw@google.com | 2008-10-31 | 3 | -561/+612 |
* | Set the size properly in our ImageBuffer. This makes various operations fail ... | brettw@google.com | 2008-10-31 | 1 | -0/+1 |
* | Fix transparency for ImageBuffers we make. This behavior is consistent with | brettw@google.com | 2008-10-31 | 1 | -0/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 5 | -401/+25 |