summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug where we could write MAX_PATH + 1 to the clipboard. I camesky@google.com2008-09-161-9/+10
* Stub out a11y routines for mac for linkingpinkerton@google.com2008-09-161-0/+66
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-163-16/+27
* 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
* Fix the issue http://code.google.com/p/v8/issues/detail?id=43fqian@google.com2008-09-151-16/+16
* Fixes possible crash in copying url to clipboard. I believe the crashsky@google.com2008-09-121-1/+1
* I took the patch from bill.neubauer@gmail.com (http://codereview.chromium.org...fqian@google.com2008-09-121-2/+2
* Added code to support the setUseAntialiasing() method, which is invokedjhaas@chromium.org2008-09-113-3/+9
* Fix escaping of hrefs on A tags in the inspector. ojan@google.com2008-09-102-8/+9
* Fix issue 580 that JavaScript cannot talk to Java applets.fqian@google.com2008-09-101-3/+3
* 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
* BUG = 1357667fqian@google.com2008-09-103-38/+25
* Patch for bug 1994:fqian@google.com2008-09-104-9/+59
* Cleanup some constants in the binding code.fqian@google.com2008-09-103-42/+40
* submit forked file from issue http://codereview.chromium.org/1821fqian@google.com2008-09-081-0/+38
* fix build issue on Linux with GCC 4.1.2evanm@google.com2008-09-082-1/+3
* Fix webkit.xcodeproj. Make it use our new xcconfig and common build directorymmentovai@google.com2008-09-061-2/+2
* Rollback revisions 1785-1786 due to purify regression.aa@google.com2008-09-053-168/+0
* Missing files from r1785.aa@google.com2008-09-052-0/+147
* Try again to begin compiling the files that implemen the HTML5aa@google.com2008-09-051-0/+21
* Rolling back 1737 because it broke the build.aa@google.com2008-09-043-170/+0
* gAdds the files that implement the HTML5 Database API to theaa@google.com2008-09-043-0/+170
* Changes to pending to get WebCore to compile on linux. Thistc@google.com2008-09-041-1/+1
* Changes to webkit/port to build via gcc on linux/mac.tc@google.com2008-09-042-2/+2
* Add cast to fix warning with gcc 4.1.mmoss@google.com2008-09-041-1/+1
* Initial pass at simple event tracing. I added a few traces to tcp_socket and...erikkay@google.com2008-09-021-1/+7
* 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
* Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som...avi@google.com2008-08-281-0/+641
* Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo...jungshik@google.com2008-08-281-1/+14
* For RenderThemeMac.h into pending and create new RenderThemeMac in port to im...pinkerton@google.com2008-08-271-0/+1540
* add stub for ScrollViewMac to build in platform/macpinkerton@google.com2008-08-271-0/+213
* Move a bunch of code-driven binding template configuration to a data-driven a...deanm@google.com2008-08-273-43/+139
* Forking webkit sources for clipboard/drag impl on Mac. It's almost exactlypinkerton@google.com2008-08-264-0/+1618
* Fixup some nits from brettpinkerton@google.com2008-08-251-2/+1
* Use a more compact license header in source files.license.bot2008-08-2442-1369/+361
* The deps_checker is complaining that v8_binding includesnsylvain@google.com2008-08-231-1/+1
* 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-227-8/+16
* 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
* cast to the correct expected type (char16).pinkerton@google.com2008-08-221-1/+1
* Fix _finite() v. finite() differences between unix/win.pinkerton@google.com2008-08-221-2/+3