| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 3 | -7/+23 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 4 | -25/+29 |
* | Rolling back change 13480 (change to gyp for webkit on windows). | bradnelson@google.com | 2009-04-10 | 2 | -0/+824 |
* | Switching webkit to gyp on windows. | bradnelson@google.com | 2009-04-09 | 2 | -824/+0 |
* | Fixing gyp description for windows with webkit/test_shell. | bradnelson@google.com | 2009-04-09 | 1 | -9/+83 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 9 | -44/+67 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 9 | -67/+44 |
* | fix mac bustage | darin@chromium.org | 2009-04-08 | 1 | -3/+6 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 8 | -41/+61 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -1/+1 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -1/+0 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 10 | -52/+81 |
* | Prevent test shell editing events from getting to the webview delegate after ... | estade@chromium.org | 2009-04-07 | 1 | -7/+8 |
* | Use an in-memory cache when running layout tests. | ojan@google.com | 2009-04-07 | 1 | -1/+4 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -2/+9 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 4 | -11/+16 |
* | Fix a selection clipboard leak. | estade@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | The test was failing because the ui_test run before it failed to delete the t... | jam@chromium.org | 2009-04-02 | 1 | -7/+13 |
* | Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate. | darin@chromium.org | 2009-04-02 | 6 | -27/+80 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 7 | -7/+43 |
* | The layoutTestController had its queueScript method broken into two: | darin@chromium.org | 2009-04-01 | 2 | -17/+50 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -328/+0 |
* | Fresh build problem: make sure test_shell is built and installed | sgk@google.com | 2009-04-01 | 1 | -0/+2 |
* | Use the better gyp pattern to make sure test_shell.pak is installed next | sgk@google.com | 2009-04-01 | 1 | -4/+6 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -3/+7 |
* | Reland changes to enable worker layout tests. Compared to last review (http:/... | jianli@chromium.org | 2009-03-30 | 8 | -2/+176 |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 10 | -4/+158 |
* | Always fall through to NetResourceProvider, rather than NOTREACHED()ing here. | evan@chromium.org | 2009-03-30 | 1 | -7/+0 |
* | Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead of | darin@chromium.org | 2009-03-30 | 2 | -16/+2 |
* | Revert 12763. | jianli@chromium.org | 2009-03-30 | 8 | -174/+0 |
* | Enable worker layout tests. In order for test_shell to run worker, we link al... | jianli@chromium.org | 2009-03-30 | 8 | -0/+174 |
* | Disable a test that's been failing since around r12725. | evan@chromium.org | 2009-03-29 | 1 | -1/+1 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -0/+1 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 11 | -105/+153 |
* | Add a test to test_shell_tests to verify that navigator.plugins.refresh() works. | jam@chromium.org | 2009-03-27 | 1 | -87/+54 |
* | Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows... | pkasting@chromium.org | 2009-03-27 | 3 | -3/+18 |
* | Revert "Support the IDR_SEARCH_xxx images in test_shell. Untested outside of... | evan@chromium.org | 2009-03-27 | 3 | -18/+3 |
* | Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows... | pkasting@chromium.org | 2009-03-27 | 3 | -3/+18 |
* | Report the plugin position to windowed plugins as (0,0) | jam@chromium.org | 2009-03-26 | 1 | -14/+1 |
* | Chrome changes to support cached form submissions. | darin@chromium.org | 2009-03-25 | 1 | -0/+7 |
* | Don't override user's default cursor with GDK_ARROW. | estade@chromium.org | 2009-03-25 | 1 | -2/+6 |
* | Dump Keystone integration from Mac TestShell | mark@chromium.org | 2009-03-25 | 4 | -164/+0 |
* | Clean up a trivial commandline memory leak that shows up in the valgrind run ... | dkegel@google.com | 2009-03-25 | 1 | -0/+2 |
* | First stage of implementing HTML select popup menus for | paulg@google.com | 2009-03-24 | 5 | -2/+167 |
* | Fixed the following layout test: | hclam@chromium.org | 2009-03-24 | 1 | -0/+8 |
* | We need to extend the timeouts on Mac and Linux, too, | dkegel@google.com | 2009-03-24 | 1 | -5/+3 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -0/+11 |
* | Chromium side of http://codereview.chromium.org/42394 | thomasvl@chromium.org | 2009-03-19 | 1 | -1/+2 |
* | Fix Linux build (and clean TestShell build). | darin@chromium.org | 2009-03-19 | 1 | -4/+0 |
* | Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set the | darin@chromium.org | 2009-03-19 | 2 | -4/+4 |