summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform
Commit message (Expand)AuthorAgeFilesLines
* Get Database compiling on Chromium. Note that because we aren't generating theaa@google.com2008-11-031-0/+18
* Port a few more test_shell_tests to Linux.tc@google.com2008-11-035-706/+1299
* 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
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-314-143/+114
* Updated project files and added V8 bindings for HTML5 media/audio/video/sourc...scherkus@chromium.org2008-10-313-0/+244
* 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
* Fix a crash when painting is disabled. We would be passed NULL and it wasn't ...brettw@google.com2008-10-311-1/+1
* Try to fix the linux build again.brettw@google.com2008-10-311-2/+1
* Re-add ifdefs for mac & linux builds in the graphics files.brettw@google.com2008-10-311-0/+6
* Add missing file from my last checkin moving Skia painting objects around.brettw@google.com2008-10-311-1/+0
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-3112-1300/+1090
* Linux fixes for the WebKit merge.evanm@google.com2008-10-301-1/+1
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-3024-2676/+782
* use the null image instead of NULL, fixes a bunch of crashes.pinkerton@google.com2008-10-281-1/+1
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-11/+17
* Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cppjeremy@chromium.org2008-10-273-0/+90
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Set all key event fields on mac, make sure we correctly handle keyDownpinkerton@google.com2008-10-271-1/+27
* Fix at least the Linux build. Boo MSVC for not complaining about this.pkasting@chromium.org2008-10-241-1/+1
* More stubbing out. With this and the rest of Linux pending, test_shell links.agl@chromium.org2008-10-245-1/+141
* Avoid double-stroking paths.ericroman@google.com2008-10-241-0/+7
* First-party side of change to remove more link stubs.pkasting@chromium.org2008-10-243-11/+8
* wrap windows-only assert in ifdefspinkerton@google.com2008-10-241-0/+2
* In the upstream bug, we realized that the only caller of this function has a CGmark@chromium.org2008-10-241-4/+2
* We might use gtk functions, maybe Qt, maybe raw X11. Maybe we can re-use som...agl@chromium.org2008-10-241-0/+60
* Get CSSFontFaceSource and CachedFont building under Linuxagl@chromium.org2008-10-244-0/+18
* Stub out image and icon methods we need to link. We'll want realmark@chromium.org2008-10-242-0/+108
* remove PLATFORM(MAC) because it makes no sense as it's not defined anymorepinkerton@google.com2008-10-241-12/+0
* Resolve undefined symbols with "mime" in their names resulting frommark@chromium.org2008-10-242-1/+17
* Don't use some Mac-specific editor methods that now come in from Editor.cppmark@chromium.org2008-10-241-2/+8
* use WIN_OS, not WINpinkerton@google.com2008-10-241-2/+2
* stub out drawing and hit testing to compile/link on non-windows platformspinkerton@google.com2008-10-241-1/+45
* Stub out a constructor and method we don't need now, but which WebKit callsmark@chromium.org2008-10-241-0/+14
* Fix #if to go with #include change. Use webkit styletc@google.com2008-10-241-4/+4
* Now that we have the windows VK_* values defined, we can includetc@google.com2008-10-243-10/+5
* Let cursors be based on CGImage instead of SkBitmap on the Macmark@chromium.org2008-10-231-10/+15
* Copies webkit gtk's rendering code for now, commenting out a few parts which ...erg@google.com2008-10-234-0/+3824
* Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.pkasting@chromium.org2008-10-231-3/+0
* First stab at webinputevent_linux.cc. Coverts GDK events totc@google.com2008-10-233-0/+936
* fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issuespinkerton@google.com2008-10-231-0/+99
* Fixed SVG path fill rule (even-odd or winding) which broke with the mergejhaas@chromium.org2008-10-231-0/+3