summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get the majority of the files in V8Bindings/ building.erg@google.com2008-08-2211-43/+64
* Not checking whether a font covers a character or not for LATIN make a lot ofjungshik@google.com2008-08-221-11/+41
* Fix wrong note in README.evanm@google.com2008-08-221-1/+1
* De-winify context headers in prep for future mac implementations. First step.pinkerton@google.com2008-08-224-10/+20
* crosstool's gcc complains about several functions in ACIICType.h:dkegel@google.com2008-08-221-0/+7
* cast to the correct expected type (char16).pinkerton@google.com2008-08-221-1/+1
* Introduce PLATFORM(CHROME) and turn on Skia for mac if we're building that pl...pinkerton@google.com2008-08-221-0/+8
* Fix _finite() v. finite() differences between unix/win.pinkerton@google.com2008-08-221-2/+3
* Fix gcc'ism in initializer list.pinkerton@google.com2008-08-221-1/+1
* Start porting port. Also move perl declarations into the correct place erg@google.com2008-08-216-125/+126
* Fix ChromeClientImpl::windowRect() to return the currenterg@google.com2008-08-214-20/+30
* Don't leak the pending entry in test_shell.brettw@google.com2008-08-211-0/+1
* Fixed bug #1251296jhaas@google.com2008-08-211-7/+8
* Fix a build idiocraty with NTFS and Vista in particular. Cygwin tries to be a...maruel@google.com2008-08-212-1/+10
* put our forked BackForwardList.h into the headermap for WebCore target so we ...pinkerton@google.com2008-08-211-30/+19
* Update googleurl to r91. This fixes the linux build.tc@google.com2008-08-211-1/+1
* Update chrome strings.tc@google.com2008-08-212-30/+30
* Make sure that javascript exceptions thrown while evaluating the codeager@google.com2008-08-213-4/+18
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-0/+2
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-217-14/+14
* Hopefully fix leaks of TestNavigationEntries. They aren't be deleted in the d...brettw@google.com2008-08-212-11/+9
* Remove temp\test_navigation_controller_base.cc from SCons build.sgk@google.com2008-08-201-1/+0
* Put back explicit $WEBKIT_DIR in CPPPATH (in place of thesgk@google.com2008-08-201-0/+1