| Commit message (Expand) | Author | Age | Files | Lines |
* | Modifies the test_expectations.txt file to add bugs to all tests without bugs... | gwilson@google.com | 2009-04-14 | 1 | -754/+754 |
* | Revert changes causing memory_test problems. | asargent@chromium.org | 2009-04-14 | 1 | -11/+2 |
* | Print median, mean and std_deviation for test running times. | ojan@google.com | 2009-04-13 | 2 | -45/+106 |
* | Remove tests that have passed on Windows for at least the last 50 builds. | pam@chromium.org | 2009-04-13 | 1 | -12/+1 |
* | Build pipeline directly in build/action_maketokenizer.py. | thestig@chromium.org | 2009-04-13 | 1 | -8/+10 |
* | Add ~5 flaky tests from over the weekend and sort the | ojan@google.com | 2009-04-13 | 1 | -46/+53 |
* | v8 uses 0-based line numbering, while in WebKit they are numbered from 1 so w... | yurys@google.com | 2009-04-13 | 1 | -4/+29 |
* | Remove tests that have passed on Mac for at least the last 50 builds. | pam@chromium.org | 2009-04-13 | 1 | -46/+32 |
* | Fix problems in event listener teardown | asargent@chromium.org | 2009-04-13 | 1 | -2/+11 |
* | Update a couple of test in test_expectations | jeremy@chromium.org | 2009-04-13 | 1 | -4/+0 |
* | linux: make npapi_test_plugin loadable. | evan@chromium.org | 2009-04-13 | 5 | -16/+90 |
* | Fix worker constructor so that nested worker can be created. | jianli@chromium.org | 2009-04-13 | 1 | -6/+13 |
* | Pass a URL with valid protocol to SecurityOrigin::create in order to follow t... | jianli@chromium.org | 2009-04-13 | 1 | -1/+3 |
* | Remove tests that have passed on Linux for at least the last 50 builds. | pam@chromium.org | 2009-04-13 | 1 | -36/+17 |
* | Relanding the following revisions. | ananta@chromium.org | 2009-04-13 | 7 | -25/+103 |
* | Add more failing layout tests to the list after the last webkit merge. | nsylvain@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Revert change 13558 and 13555 because they broke the plugin | nsylvain@chromium.org | 2009-04-13 | 7 | -101/+25 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 2 | -8/+8 |
* | Revert my change to purify filter for test_shell_tests | cpu@google.com | 2009-04-12 | 1 | -2/+0 |
* | Disable MimeTypeTests in the test_shell_test purify run | cpu@google.com | 2009-04-12 | 1 | -0/+2 |
* | Removing the Activex shim plugin from the list of default plugins caused some... | ananta@chromium.org | 2009-04-11 | 3 | -10/+32 |
* | Remove the Activex shim registration for generic Activex controls. The Active... | ananta@chromium.org | 2009-04-11 | 4 | -15/+69 |
* | Add missing image results. These were moved into Mac platform-specific | pam@chromium.org | 2009-04-11 | 4 | -0/+2 |
* | Chromium side of merge 42364:42403. | pam@chromium.org | 2009-04-11 | 2 | -3/+9 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | Removing --enable-video and instead relying on having DLLs present. | scherkus@chromium.org | 2009-04-10 | 3 | -5/+1 |
* | Make OSX TestShell able to run workers, using a new test_worker.dylib which i... | dimich@google.com | 2009-04-10 | 3 | -9/+53 |
* | New baselines for tests modified in merge 42324:42364. These were similarly | pam@chromium.org | 2009-04-10 | 9 | -41/+40 |
* | Remove unneeded ASSERT -- this code path is valid and should not be ASSERTing. | dglazkov@google.com | 2009-04-10 | 1 | -1/+0 |
* | New baselines for new tests with the 42324:42364 merge. | pam@chromium.org | 2009-04-10 | 4 | -0/+48 |
* | Re-baseline XFrameOptions tests. | pam@chromium.org | 2009-04-10 | 7 | -0/+76 |
* | Let WebKit draw the active highlight for FindInPage, | finnur@chromium.org | 2009-04-10 | 2 | -12/+31 |
* | Adds LayoutTests/svg/text/text-tselect-02-f.svg to list of failures | sky@chromium.org | 2009-04-10 | 1 | -2/+2 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 6 | -12/+31 |
* | DevTools: Use v8 utility context in debugger agent. | pfeldman@chromium.org | 2009-04-10 | 1 | -7/+43 |
* | DevTools: Migrate CSS functionality to javascript. | pfeldman@chromium.org | 2009-04-10 | 9 | -354/+287 |
* | Serializing styles in JSON. Previous implementation (serializing as cssText) ... | serya@google.com | 2009-04-10 | 4 | -56/+133 |
* | Update expectations for new tests brought in with WebKit merge 42324:42364. | pam@chromium.org | 2009-04-10 | 1 | -0/+13 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 9 | -79/+81 |
* | Fix LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml | ericroman@google.com | 2009-04-10 | 3 | -1/+0 |
* | Chromium side of WebKit merge 42324:42364. | pam@chromium.org | 2009-04-10 | 1 | -0/+9 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 2 | -5/+3 |
* | A few more flaky tests. TBR. | ojan@google.com | 2009-04-10 | 1 | -0/+2 |
* | Rolling back change 13480 (change to gyp for webkit on windows). | bradnelson@google.com | 2009-04-10 | 4 | -0/+1530 |
* | Change to look for webkit.gyp instead of webkit.sln. | bradnelson@google.com | 2009-04-09 | 1 | -6/+6 |
* | Update test lists with the state of the tree. TBR. | ojan@google.com | 2009-04-09 | 1 | -2/+9 |
* | Switching webkit to gyp on windows. | bradnelson@google.com | 2009-04-09 | 4 | -1530/+0 |
* | Turn on parallel webkit tests for debug mode. | ojan@google.com | 2009-04-09 | 2 | -21/+19 |
* | Restore -Wall to Linux build and set up for -Werror. | sgk@google.com | 2009-04-09 | 1 | -4/+0 |
* | Fixing gyp description for windows with webkit/test_shell. | bradnelson@google.com | 2009-04-09 | 2 | -15/+132 |