summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Merge NavigationController and NavigationControllerBase for test_shell. I als...brettw@google.com2008-08-2012-959/+316
* Revert. Failing unit tests.evanm@google.com2008-08-202-10/+8
* Fix the lack of executable bits on code we can't modify in the erg@google.com2008-08-202-0/+5
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Remove an error that stopped happening.erikkay@google.com2008-08-201-10/+0
* Make pcre compile under Linux with SCons.erg@google.com2008-08-202-17/+22
* Get JSConfig and JavaScriptCore/libWTF.a building under linux.erg@google.com2008-08-195-63/+94
* Add glue\webframe_unittest.cc to the SCons build.sgk@google.com2008-08-191-0/+1
* Remove .afm files from test_shell since we don't use the font-metrics hackspamg@google.com2008-08-191-200/+0
* Add a unit test for getting the text of a webframe. This fixes a serious cras...brettw@google.com2008-08-193-14/+102
* Update a forgotten user of the Sys StringPiece conversion functions to includ...deanm@google.com2008-08-191-0/+1
* Mark setting-properties-on-closed-window.html as timing out (sometimes).kasperl@google.com2008-08-191-0/+3
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-184-15/+15
* Fix full text indexing. My crash fix was overly aggressive and it was stoppingbrettw@google.com2008-08-181-4/+3
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-188-5/+30
* Rev string conversions to work in UTF-32 land.avi@google.com2008-08-182-4/+36
* Final changes to make checkdeps happy.brettw@google.com2008-08-151-0/+4
* Step 1 at making Gears run in the renderer process (enabled by switchmpcomplete@google.com2008-08-154-4/+17