| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in a temp copy of the WebKit SPI files. These are the ones corresponding ... | avi@google.com | 2008-09-15 | 5 | -6/+329 |
* | Update overridden function signature for the test to bring it in sync with my | brettw@google.com | 2008-09-14 | 2 | -4/+2 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 2 | -2/+2 |
* | Disable the test. | fqian@google.com | 2008-09-12 | 1 | -0/+5 |
* | Remove an unexisting file from the project. | maruel@google.com | 2008-09-12 | 1 | -10/+2 |
* | Bring the Mac test shell into the fold. | avi@google.com | 2008-09-12 | 1 | -0/+947 |
* | Minor fixes for Mac main. Won't compile cleanly until the WebCore merge comes. | avi@google.com | 2008-09-11 | 1 | -3/+1 |
* | In r1120, brettw merged the NavigationController and NavigationControllerBase... | avi@google.com | 2008-09-11 | 1 | -14/+0 |
* | Bring test shell test into the mac project | avi@google.com | 2008-09-10 | 2 | -5/+10 |
* | Bring layout_test_controller.cc into the mac project. | avi@google.com | 2008-09-10 | 4 | -9/+22 |
* | Update include path for TestShell to be able to use Skia headers like SkTypes.h | mark@chromium.org | 2008-09-10 | 1 | -0/+2 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -1/+1 |
* | Apply xcconfigs to Mac TestShell, fix warnings | mmentovai@google.com | 2008-09-09 | 5 | -695/+448 |
* | Update the v8 reference in the Mac testshell project. | avi@google.com | 2008-09-09 | 1 | -114/+54 |
* | Bulk fixes to get Mac Test Shell more compile-happy. | avi@google.com | 2008-09-09 | 9 | -123/+226 |
* | Normalize all whitespace in this SConscript in anticipation of changes to come. | evanm@google.com | 2008-09-07 | 1 | -129/+129 |
* | Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory | mmentovai@google.com | 2008-09-06 | 1 | -10/+0 |
* | Now that bug 1317563 is addressed, these tests pass consistently. Also fixes ... | dglazkov@google.com | 2008-09-05 | 1 | -41/+0 |
* | Changes to pending to get WebCore to compile on linux. This | tc@google.com | 2008-09-04 | 1 | -1/+1 |
* | Add some tests to the failure list in order to get webkit builders green again. | ojan@google.com | 2008-09-03 | 1 | -0/+9 |
* | Updates the path to the bzip2 xcode project | avi@google.com | 2008-09-03 | 1 | -176/+26 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -1/+1 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 5 | -0/+24 |
* | Initial checkin of Mac project (no, it doesn't build) | avi@google.com | 2008-09-02 | 10 | -0/+4228 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 2 | -56/+8 |
* | Makes sure that debug-only layout test failures are not to the ZERO WIDTH SPA... | dglazkov@google.com | 2008-08-29 | 1 | -4/+0 |
* | Another layout test fix. Technically, this is a test_shell tweak to avoid fra... | dglazkov@google.com | 2008-08-28 | 2 | -6/+6 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 2 | -0/+11 |
* | The main thread of test_shell.exe needs to have a UI message loop. | darin@google.com | 2008-08-28 | 1 | -1/+1 |
* | [1 of 3] Get rid of test_shell/resources/fonts/* | ericroman@google.com | 2008-08-27 | 1 | -25/+0 |
* | Debug only test failures must be marked as PASS | FAIL | erikkay@google.com | 2008-08-26 | 1 | -10/+17 |
* | With ERROR and FATAL errors now printing to stderr, some layout tests are bre... | erikkay@google.com | 2008-08-26 | 1 | -0/+17 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -4/+6 |
* | Remove all concept of deferredness since it no longer has any meaning now tha... | ojan@google.com | 2008-08-26 | 4 | -352/+264 |
* | Ensure "contextmenu" event is dispatched _after_ "mouseup". | ericroman@google.com | 2008-08-25 | 2 | -4/+24 |
* | these 2 tests started failing after the license change, mark them as flaky. | nsylvain@google.com | 2008-08-24 | 1 | -0/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 54 | -1514/+216 |
* | Ignore tests that started failing with revision 1242. | nsylvain@google.com | 2008-08-23 | 1 | -0/+7 |
* | Fix ChromeClientImpl::windowRect() to return the current | erg@google.com | 2008-08-21 | 2 | -5/+5 |
* | Don't leak the pending entry in test_shell. | brettw@google.com | 2008-08-21 | 1 | -0/+1 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 2 | -2/+2 |
* | Hopefully fix leaks of TestNavigationEntries. They aren't be deleted in the d... | brettw@google.com | 2008-08-21 | 2 | -11/+9 |
* | Remove temp\test_navigation_controller_base.cc from SCons build. | sgk@google.com | 2008-08-20 | 1 | -1/+0 |
* | Merge NavigationController and NavigationControllerBase for test_shell. I als... | brettw@google.com | 2008-08-20 | 12 | -959/+316 |
* | Add glue\webframe_unittest.cc to the SCons build. | sgk@google.com | 2008-08-19 | 1 | -0/+1 |
* | Remove .afm files from test_shell since we don't use the font-metrics hacks | pamg@google.com | 2008-08-19 | 1 | -200/+0 |
* | Add a unit test for getting the text of a webframe. This fixes a serious cras... | brettw@google.com | 2008-08-19 | 1 | -0/+4 |
* | Mark setting-properties-on-closed-window.html as timing out (sometimes). | kasperl@google.com | 2008-08-19 | 1 | -0/+3 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 2 | -2/+4 |
* | This change fixes http://b/1325836, which is obscure but has a benefit of let... | dglazkov@google.com | 2008-08-15 | 1 | -4/+3 |