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