summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* changes to get webCore building and some more changes for glue.pinkerton@google.com2008-08-291-8/+16
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-2910-24/+108
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-292-0/+10
* Fix SCons-based webkit build on Windows (broken by the Linuxsgk@google.com2008-08-291-10/+21
* Get a good piece of port building under Linux.erg@google.com2008-08-296-93/+105
* Don't run the big script every time.erg@google.com2008-08-281-1/+1
* Forgotten a rebaselined testcase.dglazkov@google.com2008-08-281-0/+29
* Another layout test fix. Technically, this is a test_shell tweak to avoid fra...dglazkov@google.com2008-08-289-18/+9
* The GetWindowRect must return the rect of the container HWND; not the actual ...erg@google.com2008-08-284-3/+16
* Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som...avi@google.com2008-08-281-0/+641
* The main thread of test_shell.exe needs to have a UI message loop.darin@google.com2008-08-281-1/+1
* Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo...jungshik@google.com2008-08-281-1/+14
* [1 of 3] Get rid of test_shell/resources/fonts/*ericroman@google.com2008-08-272-44/+0
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-274-11/+11
* Use correct decls for non-windows platforms. Create a platform-neutral wrappe...pinkerton@google.com2008-08-271-4/+4
* For RenderThemeMac.h into pending and create new RenderThemeMac in port to im...pinkerton@google.com2008-08-273-13/+1755
* include basictypes for mac/linuxpinkerton@google.com2008-08-271-0/+1
* include config.h first otherwise bad things happenpinkerton@google.com2008-08-271-0/+1
* add stub for ScrollViewMac to build in platform/macpinkerton@google.com2008-08-272-12/+221
* Forking ResourceResponseBase into pending until we can push it upstream to We...pinkerton@google.com2008-08-272-1/+252
* use the correct string converstion utilpinkerton@google.com2008-08-271-1/+1
* make reference parameters const.pinkerton@google.com2008-08-273-15/+16
* Move a bunch of code-driven binding template configuration to a data-driven a...deanm@google.com2008-08-273-43/+139
* Debug only test failures must be marked as PASS | FAILerikkay@google.com2008-08-261-10/+17
* use the correct string conversion. pinkerton@google.com2008-08-261-1/+1
* Use appropriate string conversion on |url_|.pinkerton@google.com2008-08-261-1/+2
* mac-only changes to get shared data buffer for the pasteboard. I don't know w...pinkerton@google.com2008-08-261-0/+4
* use append instead of helper function that has gone away in our version.pinkerton@google.com2008-08-261-0/+321
* Change DNS-Prefetch-Control header and meta directive to X-DNS-Prefetch-Control.jackson@google.com2008-08-262-2/+2
* With ERROR and FATAL errors now printing to stderr, some layout tests are bre...erikkay@google.com2008-08-261-0/+17
* Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...brettw@google.com2008-08-262-14/+25
* forks webcoreframebridge (as a stopgap, it no longer exists in ToT webkit) an...pinkerton@google.com2008-08-262-9/+264
* Forking webkit sources for clipboard/drag impl on Mac. It's almost exactlypinkerton@google.com2008-08-264-0/+1618
* can't forward declare enums outside MSVC.pinkerton@google.com2008-08-261-1/+1
* need to include config.h firstpinkerton@google.com2008-08-261-1/+1
* Mac-ify webinputeventavi@google.com2008-08-266-22/+220
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-262-5/+7
* Some more glue code for the personalization module.ericcheng@google.com2008-08-264-0/+33
* Move subdirectory skipping from being in the DEPS file of the directory to sk...brettw@google.com2008-08-262-2/+4
* Remove all concept of deferredness since it no longer has any meaning now tha...ojan@google.com2008-08-264-352/+264
* Fixup some nits from brettpinkerton@google.com2008-08-251-2/+1
* Simplify and unify some calls to yacc, making them work on Linux too.evanm@google.com2008-08-251-27/+14
* Ensure "contextmenu" event is dispatched _after_ "mouseup".ericroman@google.com2008-08-256-30/+133
* Allow BINDINGSCOMSTR to show prettier output while generating WebKit bindings.evanm@google.com2008-08-241-6/+6
* these 2 tests started failing after the license change, mark them as flaky.nsylvain@google.com2008-08-241-0/+4
* Use a more compact license header in source files.license.bot2008-08-24300-8601/+1393
* Ignore tests that started failing with revision 1242.nsylvain@google.com2008-08-231-0/+7
* The deps_checker is complaining that v8_binding includesnsylvain@google.com2008-08-232-2/+2
* Rearrange the SConscript a bit to show which parts we build and which ones we...evanm@google.com2008-08-231-36/+29
* Allow access to clipboard text in cut/paste event handlers. Itc@google.com2008-08-231-1/+16