| Commit message (Expand) | Author | Age | Files | Lines |
* | Landing 38097:38305 merge (src/webkit, DEPS) | dglazkov@google.com | 2008-11-12 | 1 | -13/+13 |
* | Remove shared code from test_shell_mac, build test_shell_cc. Add a missing fi... | pinkerton@google.com | 2008-11-12 | 4 | -377/+86 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 2 | -5/+11 |
* | Fix areas not being repainted in the linux test shell | tc@google.com | 2008-11-12 | 2 | -30/+16 |
* | Roll back Rietveld issue 8778 (r5183, appending stderr to layout-test output)... | pamg@google.com | 2008-11-11 | 5 | -244/+8 |
* | Temporarily disable collecting and appending stderr output, to see if it makes | pamg@google.com | 2008-11-11 | 1 | -12/+12 |
* | Skip a test that causes the harness to hang in debug mode. | pamg@google.com | 2008-11-11 | 1 | -2/+4 |
* | * Remove windows-ism from pasteboard code and move to using | tc@google.com | 2008-11-11 | 1 | -0/+4 |
* | Move test_webview_delegate_gtk.cc next to test_webview_delegate_win.cc. | tc@google.com | 2008-11-11 | 2 | -1/+1 |
* | Don't output empty stderr lines. This will hopefully solve the MemoryError | pamg@google.com | 2008-11-11 | 1 | -2/+4 |
* | Quiet some old debugging printouts. | evanm@google.com | 2008-11-11 | 1 | -5/+0 |
* | Some changes necessary to build an optimized binary on Linux. | evanm@google.com | 2008-11-11 | 1 | -0/+1 |
* | Basic cursor support. | evanm@google.com | 2008-11-11 | 2 | -1/+27 |
* | - Collect stderr separately from stdout and append it to the layout test output. | pamg@google.com | 2008-11-11 | 5 | -8/+243 |
* | Fix a test shell bug, as well as fixing an affected test and removing our | evanm@google.com | 2008-11-11 | 2 | -3/+5 |
* | Fix test list booboo. TBR. | ojan@google.com | 2008-11-11 | 1 | -7/+6 |
* | Turns out some of these are still flaky. | ojan@google.com | 2008-11-11 | 1 | -1/+8 |
* | Update test lists to match state of the world better. | ojan@google.com | 2008-11-10 | 1 | -138/+57 |
* | Remove passing layout test fixed in r5064. | ericroman@google.com | 2008-11-10 | 1 | -4/+0 |
* | Greenification of the buildbot. | dglazkov@google.com | 2008-11-10 | 1 | -0/+6 |
* | Landing 37604:38097 merge | dglazkov@google.com | 2008-11-10 | 1 | -18/+40 |
* | These tests have passed for a long time. Let's remove them from | ager@google.com | 2008-11-10 | 1 | -17/+0 |
* | Fix test list syntax. | ager@google.com | 2008-11-10 | 2 | -105/+97 |
* | Rebaseline layout test that depends on the ability to shadow | ager@google.com | 2008-11-10 | 2 | -2/+0 |
* | Changed the DumpFramesAsText() to not dump anything about a frame if it is em... | sgjesse@chromium.org | 2008-11-10 | 1 | -1/+0 |
* | Remove a file that was only added temporarily and is no longer used. | evanm@google.com | 2008-11-09 | 1 | -0/+0 |
* | Fix build. | evanm@google.com | 2008-11-09 | 1 | -0/+4 |
* | test_webview_delegate.cc was forked for the Mac test shell, and then | evanm@google.com | 2008-11-09 | 7 | -834/+221 |
* | Dramatically improve the link time in release mode. Today's MC Hammer Xcode | mark@chromium.org | 2008-11-07 | 1 | -0/+19 |
* | Linux port: enable a bunch of already-passing test shell tests. | estade@chromium.org | 2008-11-07 | 2 | -10/+10 |
* | Port a resource fetcher test shell test to linux. | estade@chromium.org | 2008-11-07 | 1 | -1/+1 |
* | Fix panning cursors. Converts them from PNG files to CUR files, so that the ... | darin@chromium.org | 2008-11-07 | 1 | -4/+46 |
* | Remove windows-isms from drag & drop. This | tc@google.com | 2008-11-07 | 4 | -91/+36 |
* | Restructure the keyboard test_shell test to properly init event names | evanm@google.com | 2008-11-07 | 1 | -63/+73 |
* | Make the buildbots green. | ager@google.com | 2008-11-07 | 1 | -1/+6 |
* | Keep MessagePort wrappers alive for the life-time of the corresponding | ager@google.com | 2008-11-07 | 2 | -8/+0 |
* | Remove KJS from the test lists since we don't keep it | nsylvain@chromium.org | 2008-11-07 | 4 | -1543/+1411 |
* | Fix keyboard unit test. | evanm@google.com | 2008-11-07 | 1 | -0/+3 |
* | Make wdiff work for Mac too | pinkerton@google.com | 2008-11-07 | 3 | -5/+14 |
* | Bring ignored/fixable test lists more in sync with win since the last merge o... | pinkerton@google.com | 2008-11-07 | 2 | -142/+351 |
* | Make the linux test shell display the window title. | agl@chromium.org | 2008-11-07 | 1 | -1/+1 |
* | Rebaselined the following 6 layout tests. | sgjesse@chromium.org | 2008-11-07 | 1 | -7/+1 |
* | Disallow shadowing of top since shadowing top can break frame-busting | ager@google.com | 2008-11-07 | 2 | -2/+12 |
* | Make the buildbots happy. These started failing after a completely | ager@google.com | 2008-11-07 | 2 | -0/+8 |
* | Don't assume WebCore::UChar is equivalent to wchar_t, and don't assume '\\' i... | estade@chromium.org | 2008-11-07 | 1 | -1/+1 |
* | Implement a gtk test shell function. Pass dom_operations test shell test. | estade@chromium.org | 2008-11-07 | 5 | -16/+25 |
* | Some basic keyboard and focus support. | evanm@google.com | 2008-11-07 | 1 | -1/+12 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-06 | 4 | -18/+17 |
* | Prepend protocol on file URLs in test shell gtk. | estade@chromium.org | 2008-11-06 | 2 | -10/+19 |
* | fix bug in scrolling where we wouldn't store the unioned rectangles, just let... | pinkerton@google.com | 2008-11-06 | 1 | -1/+1 |