summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform
Commit message (Expand)AuthorAgeFilesLines
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-092-2/+2
* WebKit merge hits the SCons build, the sequel:sgk@google.com2008-10-091-1/+0
* Fix Mac build bustage caused by r3029 by providing a temporary stub method.mark@chromium.org2008-10-091-0/+44
* Change the font search order to try Lucida Sans Unicode before Arial Unicode ...jungshik@google.com2008-10-081-2/+2
* Fixes two bugs leading to a layout test failure:sky@google.com2008-10-081-1/+11
* changes to get mac layout tests moving forward. Turn off objc GC and remove a...pinkerton@google.com2008-10-081-3/+3
* Add another case where we make a new SimpleFontData to thetc@google.com2008-10-071-1/+2
* Implement missing KURL functions for Mac port.jeremy@chromium.org2008-10-071-0/+68
* Provide a do-nothing constructor and destructor for the Mac ScrollView.mark@chromium.org2008-10-071-0/+6
* Stub out plugin routines so we can link Mac port.jeremy@chromium.org2008-10-071-0/+62
* Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKitamanda@chromium.org2008-10-071-0/+5
* More namespacing to fix the build.tc@google.com2008-10-071-2/+2
* Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Charsamanda@chromium.org2008-10-071-2/+2
* The current code over-creates SimpleFontData wrappers; it shouldmbelshe@google.com2008-10-071-1/+1
* Nevermind... re-check in 2882 (unrevert). Huanr has checked in a more promisi...mal@chromium.org2008-10-061-1/+1
* Roll back r2882 to see if it reduces the crash rate.mal@chromium.org2008-10-061-1/+1
* Fix WebCore/loader/FrameLoader.cpp on the Mac by providing a temporary stubmark@chromium.org2008-10-061-0/+7
* Rename ScrollView::getDocumentView() to ScrollView::documentView() to trackmark@chromium.org2008-10-061-1/+1
* Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm tomark@chromium.org2008-10-061-3/+7
* Include config.h in SkPaintContext.cppjeremy@chromium.org2008-10-061-1/+1
* Update include headers for SkGraphicsContextMac.cppjeremy@chromium.org2008-10-031-1/+2
* Drag FrameMac.mm through the mud to get it merged. Do the same withmark@chromium.org2008-10-031-1/+0
* Merge our version of DragDataMac.mmmark@chromium.org2008-10-031-2/+2
* temporarily adding file to resolve issue where we can't just add port to sear...pinkerton@google.com2008-10-031-0/+142
* use updated add/release methodspinkerton@google.com2008-10-031-2/+2
* Stub out Mac version of SerializeSkBitmap() function.jeremy@chromium.org2008-10-031-0/+13
* Remove the network state notifier and the corresponding DLL. This is likely c...brettw@google.com2008-10-021-60/+5
* Get more of webkit building under Linux.erg@google.com2008-10-023-3/+2
* Test to see if getting the network status on startup is expensive, and causin...deanm@chromium.org2008-10-021-0/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-0162-1160/+2021
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-2/+12
* Fixes bug where we could write MAX_PATH + 1 to the clipboard. I camesky@google.com2008-09-161-9/+10
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-2/+3
* Address missing methods in forked FontCache.h header without forking entire i...pinkerton@google.com2008-09-161-0/+84
* Make navigator.language depend on the current UI language of Chrome rather thanjungshik@google.com2008-09-161-25/+4
* Fixes possible crash in copying url to clipboard. I believe the crashsky@google.com2008-09-121-1/+1
* Added code to support the setUseAntialiasing() method, which is invokedjhaas@chromium.org2008-09-113-3/+9
* remove ifdefs around code since all our port platforms will use them.pinkerton@google.com2008-09-104-13/+0
* more cross-platform graphics changespinkerton@google.com2008-09-102-5/+4
* Fix uses of PlatformCanvasWin and get compiling under gcc.pinkerton@google.com2008-09-102-9/+8
* include SkGraphicsContextMac.mm and PlatformContextSkiapinkerton@google.com2008-09-101-0/+399
* fix build issue on Linux with GCC 4.1.2evanm@google.com2008-09-081-1/+2
* Changes to webkit/port to build via gcc on linux/mac.tc@google.com2008-09-041-1/+1
* Add cast to fix warning with gcc 4.1.mmoss@google.com2008-09-041-1/+1
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-302-40/+16
* Temporarily moved Font::isCJKCodePoint back to SimpleFontData::isCJKCodePointdglazkov@google.com2008-08-291-1/+1
* Makes sure that debug-only layout test failures are not to the ZERO WIDTH SPA...dglazkov@google.com2008-08-291-20/+31
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-291-1/+4
* Get a good piece of port building under Linux.erg@google.com2008-08-294-4/+6
* Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo...jungshik@google.com2008-08-281-1/+14