| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix startup_tests failure. I added a new test but sometimes on a slow bot | tony@chromium.org | 2009-10-07 | 1 | -3/+0 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 2 | -11/+77 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 2 | -77/+11 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 2 | -11/+77 |
* | Last checkin contained a typo. Fixing. | mpcomplete@chromium.org | 2009-09-18 | 1 | -1/+0 |
* | Disable extension startup tests on Mac, since they're causing it to hang. | mpcomplete@chromium.org | 2009-09-18 | 1 | -1/+7 |
* | Add a handful of startup tests that run with different types of installed ext... | mpcomplete@chromium.org | 2009-09-18 | 1 | -21/+69 |
* | Enable startup tests for custom frame. I meant to do this with the | tony@chromium.org | 2009-08-21 | 1 | -0/+10 |
* | Remove include of IPC headers from headers they crept into. This slows down ... | jam@chromium.org | 2009-08-20 | 1 | -0/+1 |
* | More linux startup tests. Add startup tests for custom frame | tony@chromium.org | 2009-08-19 | 1 | -0/+12 |
* | GTK Theme: Add startup tests for gtk themes. | erg@google.com | 2009-08-18 | 2 | -5/+20 |
* | Fix startup tests with complex theme. | mirandac@chromium.org | 2009-08-15 | 2 | -11/+19 |
* | Reverting 23313. | mirandac@chromium.org | 2009-08-13 | 2 | -19/+11 |
* | Enable StartupTest.PerfColdComplexTheme, and add rewriting of Preference file... | mirandac@chromium.org | 2009-08-13 | 2 | -11/+19 |
* | Fix failing startup test. | mirandac@chromium.org | 2009-08-11 | 2 | -9/+9 |
* | Turn off startup test until I figure out problem. | mirandac@chromium.org | 2009-08-11 | 1 | -5/+5 |
* | Make new complex theme startup tests work. Change the name of the NewTabUISt... | mirandac@chromium.org | 2009-08-11 | 2 | -5/+5 |
* | Fix startup test error for now. | mirandac@chromium.org | 2009-08-10 | 1 | -1/+1 |
* | Turn off startup test for now to fix bots. | mirandac@chromium.org | 2009-08-10 | 1 | -3/+3 |
* | Test startup of new tab page with a complex theme. | mirandac@chromium.org | 2009-08-10 | 2 | -21/+33 |
* | Disable first run for the New Tab Cold perf test. | arv@google.com | 2009-07-28 | 1 | -0/+5 |
* | Fix new_tab_ui_cold_test for linux | arv@google.com | 2009-07-08 | 1 | -0/+8 |
* | Adds a way to set the boundaries of the browser window through | arv@google.com | 2009-07-08 | 1 | -0/+3 |
* | Enable the perf reference test. | thomasvl@chromium.org | 2009-06-11 | 1 | -2/+0 |
* | Remove the checked-in .vcproj files obviated by r17687. | sgk@chromium.org | 2009-06-05 | 1 | -210/+0 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -3/+3 |
* | Fix errant comments on parameters. | pinkerton@chromium.org | 2009-05-27 | 1 | -2/+2 |
* | The version of gcc on mac (4.2) doesn't like inheriting from a test in an ano... | tc@google.com | 2009-05-12 | 1 | -7/+2 |
* | Fix mac build by disabling tests. | tc@google.com | 2009-05-12 | 1 | -0/+4 |
* | Add new tab startup test to the linux & mac build. | tc@google.com | 2009-05-12 | 1 | -8/+5 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Enable the startup reference test and check in a reference build on linux. | tc@google.com | 2009-05-08 | 1 | -9/+19 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -8/+7 |
* | Create a ChromeProcessUtil for the Mac, and enable it in the tests. | avi@google.com | 2009-04-23 | 1 | -1/+1 |
* | Add support for startup_tests to tools/valgrind/chrome_tests.py | dkegel@google.com | 2009-04-17 | 1 | -5/+14 |
* | Replace chrome_process_filter with chrome_process_util. | estade@chromium.org | 2009-04-09 | 1 | -0/+12 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -205/+0 |
* | Linux build fix. | agl@chromium.org | 2009-03-31 | 1 | -1/+1 |
* | Linx build fix. | agl@chromium.org | 2009-03-31 | 1 | -0/+26 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 1 | -12/+5 |
* | Make startup_tests build and work on Mac. | phajdan.jr@chromium.org | 2009-03-18 | 1 | -2/+2 |
* | Make startup_tests print results on Linux. | phajdan.jr@chromium.org | 2009-03-18 | 2 | -16/+16 |
* | Moved the EvictFileFromSystemCacheWrapper function to the UITest class as we ... | ananta@chromium.org | 2009-03-16 | 1 | -13/+0 |
* | Fix startup and page_cycler_tests shared linking when using SHARED=1 | evan@chromium.org | 2009-03-10 | 1 | -0/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fix startup_test failures on Windows buildbot. | phajdan.jr@chromium.org | 2009-03-05 | 1 | -3/+16 |
* | Make startup_tests build and run on Linux (except reference tests). | phajdan.jr@chromium.org | 2009-03-05 | 2 | -34/+45 |
* | Platform cleanup in automation code. | phajdan.jr@chromium.org | 2009-02-24 | 1 | -2/+3 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -21/+90 |