summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* add stub for ScrollViewMac to build in platform/macpinkerton@google.com2008-08-271-0/+213
* Forking webkit sources for clipboard/drag impl on Mac. It's almost exactlypinkerton@google.com2008-08-263-0/+892
* Fixup some nits from brettpinkerton@google.com2008-08-251-2/+1
* Use a more compact license header in source files.license.bot2008-08-2418-504/+72
* Allow access to clipboard text in cut/paste event handlers. Itc@google.com2008-08-231-1/+16
* Get the majority of the files in V8Bindings/ building.erg@google.com2008-08-223-3/+2
* Not checking whether a font covers a character or not for LATIN make a lot ofjungshik@google.com2008-08-221-11/+41
* De-winify context headers in prep for future mac implementations. First step.pinkerton@google.com2008-08-224-10/+20
* Fix _finite() v. finite() differences between unix/win.pinkerton@google.com2008-08-221-2/+3
* Fixed bug #1251296jhaas@google.com2008-08-211-7/+8
* Update googleurl to r91. This fixes the linux build.tc@google.com2008-08-211-1/+1
* This change fixes http://b/1325836, which is obscure but has a benefit of let...dglazkov@google.com2008-08-153-1/+31
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-1414-29/+29
* Lowercase 'Arial Unicode MS' to avoid caching it twice in intl test.jungshik@google.com2008-08-081-3/+6
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@565 0039d316-1c4b-4281-b9...pamg@google.com2008-08-088-612/+18
* Fix massive layout test failure (arising from Times vs Times New Roman differ...jungshik@google.com2008-08-081-0/+2
* This is a revised CB of 738 and its companion 764 (which were made jungshik@google.com2008-08-081-13/+120
* This adds an additional condition on my previous patch in r183 which tried to...brettw@google.com2008-07-311-1/+23
* It's causing regressions.brettw@google.com2008-07-311-22/+1
* This fixes the problem of little boxes appearing in Gmail when you don't have...brettw@google.com2008-07-311-1/+22
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-3/+3
* Add webkit to the repository.initial.commit2008-07-27118-0/+22998