summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* use the null image instead of NULL, fixes a bunch of crashes.pinkerton@google.com2008-10-281-1/+1
* Change the fatal error handler to no longer return to V8. It will now crashsgjesse@chromium.org2008-10-281-8/+8
* 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-246-1/+144
* 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
* Make this compile without PLATFORM(MAC), but with some things stubbed outpinkerton@google.com2008-10-241-16/+75
* 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-235-54/+3824
* Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.pkasting@chromium.org2008-10-232-20/+15
* First stab at webinputevent_linux.cc. Coverts GDK events totc@google.com2008-10-233-0/+936
* Make sure that checked state on {radiobox, checkbox} does not get flipped in ...ericroman@google.com2008-10-231-6/+12
* fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issuespinkerton@google.com2008-10-231-0/+99
* Update V8 in Chromium and fix compilation errors kasperl@google.com2008-10-233-18/+19
* Fixed SVG path fill rule (even-odd or winding) which broke with the mergejhaas@chromium.org2008-10-231-0/+3
* Get DragDataChromium and AXObjectCache building on Linux. These are the lastagl@chromium.org2008-10-231-1/+1
* Use CG instead of Skiamark@chromium.org2008-10-231-0/+9
* Remove DerivedSources.cpp from KJSBindings.vcproj, and replace it with all th...pkasting@chromium.org2008-10-221-55/+0
* Second part of split window support in the binding part.fqian@google.com2008-10-228-262/+352
* Use ETS_FOCUSED instead of TS_CHECKED to signify that a buttontc@google.com2008-10-221-1/+1
* Fix Linux build bustagemark@chromium.org2008-10-221-1/+1
* More fixes for port. Don't build GKURLMac since we hopefully won't needmark@chromium.org2008-10-224-68/+71
* Create a stub implementation for RenderTheme for Linux.erg@google.com2008-10-221-0/+54
* Changes to how we draw buttons.tc@google.com2008-10-221-2/+2
* Compile ImageSkia under Linux.erg@google.com2008-10-221-35/+17
* Get PopupMenuChromium building under Linuxagl@chromium.org2008-10-221-4/+7
* Some of the easier fixes in port for the PLATFORM(MAC) killing projectmark@chromium.org2008-10-224-144/+6
* Fix Linux build with a null port hack.evanm@google.com2008-10-221-1/+4
* oops, didn't mean PLATFORM.pinkerton@google.com2008-10-221-1/+1
* chromium tree changes for removing platform(mac). pinkerton@google.com2008-10-224-26/+179
* Review URL: http://codereview.chromium.org/7848dglazkov@google.com2008-10-222-64/+11
* Stub out Font functions for Linuxagl@chromium.org2008-10-227-128/+393
* Compile WidgetChromium on Linux.erg@google.com2008-10-221-2/+2