| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass through V8 flags from test shell. | deanm@chromium.org | 2008-11-12 | 1 | -0/+7 |
* | 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 | 3 | -36/+7 |
* | * 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 |
* | 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 | 3 | -7/+36 |
* | Fix a test shell bug, as well as fixing an affected test and removing our | evanm@google.com | 2008-11-11 | 1 | -2/+5 |
* | 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 |
* | Fix keyboard unit test. | evanm@google.com | 2008-11-07 | 1 | -0/+3 |
* | Make the linux test shell display the window title. | agl@chromium.org | 2008-11-07 | 1 | -1/+1 |
* | 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 |
* | Port some test_shell_tests, and platform cleanup for more of them. | tc@google.com | 2008-11-06 | 1 | -2/+2 |
* | Fix FEATURE_DEFINES after r4818. Remove HAVE_ACCESSIBILITY from Release (it | mark@chromium.org | 2008-11-06 | 1 | -2/+2 |
* | Fix mac build bustage caused by undefined symbol. | darin@google.com | 2008-11-06 | 2 | -0/+9 |
* | Eliminate CursorChromium's dependency on webkit/glue. | darin@chromium.org | 2008-11-06 | 1 | -1/+1 |
* | Switch from using GdkPixbuf to cairo for painting on Drawables. | agl@chromium.org | 2008-11-06 | 1 | -2/+6 |
* | revert 9391 | estade@chromium.org | 2008-11-05 | 4 | -17/+18 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-05 | 4 | -18/+17 |
* | Hook up test_shell toolbar buttons. | evanm@google.com | 2008-11-05 | 1 | -15/+41 |
* | make sure the host gets notified of invalidates so we only paint what changes | pinkerton@google.com | 2008-11-05 | 2 | -6/+7 |
* | Implement and refactor some test shell functions and enable a test. | estade@chromium.org | 2008-11-05 | 8 | -37/+73 |
* | Render GTK widgets on Linux | agl@chromium.org | 2008-11-05 | 1 | -1/+1 |
* | Paint regions properly on linux test_shell. | tc@google.com | 2008-11-05 | 1 | -14/+39 |
* | Hook up linux test shell mouse events | tc@google.com | 2008-11-04 | 1 | -15/+46 |
* | make it easier to type urls into testshell by adding http if there's no scheme | pinkerton@google.com | 2008-11-04 | 1 | -2/+6 |
* | Fix Linux/Mac builds after my change to test_shell. | mpcomplete@google.com | 2008-11-04 | 2 | -8/+0 |
* | Finish unforking the async history item changes. | mpcomplete@google.com | 2008-11-04 | 2 | -5/+0 |
* | fix build by adding sql and storage files to webcore SConscript | tc@google.com | 2008-11-03 | 1 | -0/+1 |
* | Build database files on the Mac (r4486). Sets HEADER_SEARCH_PATHS and adds | mark@chromium.org | 2008-11-03 | 1 | -0/+43 |
* | Port a few more test_shell_tests to Linux. | tc@google.com | 2008-11-03 | 2 | -5/+7 |
* | Hook up some GTK signals: | evanm@google.com | 2008-11-01 | 1 | -0/+34 |
* | move test_shell_gtk.cc next to test_shell.cc | tc@google.com | 2008-10-31 | 2 | -2/+2 |