| Commit message (Expand) | Author | Age | Files | Lines |
* | [GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash... | phajdan.jr@chromium.org | 2010-03-11 | 1 | -0/+17 |
* | Remove TODOs or add bug numbers to TODOs | pinkerton@chromium.org | 2010-02-12 | 1 | -2/+0 |
* | Changes ui proxy classes to use Browser::Types rather than copying | sky@chromium.org | 2009-10-28 | 1 | -10/+5 |
* | Take 2 at this. The only change between this and the first is to add the GetT... | sky@chromium.org | 2009-10-27 | 1 | -5/+10 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -10/+5 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 1 | -5/+10 |
* | Mark some disabled tests as flaky to increase test coverage. | phajdan.jr@chromium.org | 2009-10-16 | 1 | -4/+4 |
* | Removing valgrind suppressions that have not triggered in the last 100 runs. ... | mattm@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Sprinkle some defensiveness into the UI tests so that they don't explode if t... | stuartmorgan@chromium.org | 2009-07-07 | 1 | -0/+20 |
* | Disable some flaky UI tests in windows Debug. | mpcomplete@google.com | 2009-06-20 | 1 | -1/+8 |
* | Implement restoring closed tab menu item. Reworked cross-platform code to han... | pinkerton@chromium.org | 2009-06-19 | 1 | -1/+38 |
* | Disabling 2 flacky UI tests. | jcampan@chromium.org | 2009-06-15 | 1 | -2/+4 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -54/+51 |
* | Enable IDC_CLOSE_WINDOW on linux. | estade@chromium.org | 2009-05-20 | 1 | -4/+0 |
* | A boring change to make synchronous calls in TabRestore. | huanr@chromium.org | 2009-05-15 | 1 | -39/+42 |
* | Fix linux ui tests broken by r15112. | estade@chromium.org | 2009-05-04 | 1 | -12/+0 |
* | Temporarily disable failing ui tests on linux. | estade@chromium.org | 2009-05-04 | 1 | -0/+12 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -2/+1 |
* | Port and enable most of TabRestoreUITest on linux. | estade@chromium.org | 2009-04-24 | 1 | -1/+10 |
* | Re-enable all tests. Disable CheckActiveWindow() instead. The sporadic | pam@chromium.org | 2009-04-23 | 1 | -4/+9 |
* | Disabling flaky TabRestoreUITest.RestoreToDifferentWindow test. | robertshield@google.com | 2009-04-23 | 1 | -4/+3 |
* | Disabling TabRestoreUITest, RestoreWindowAndTab unit test as per sporadic fai... | robertshield@google.com | 2009-04-23 | 1 | -0/+3 |
* | Weaken is_active check more, since it appears that Chromium can switch to and | pam@chromium.org | 2009-04-22 | 1 | -19/+8 |
* | Restore closed tabs into new windows when necessary, and track the windows they | pam@chromium.org | 2009-04-22 | 1 | -85/+207 |
* | Disable check for active window when it doesn't look like Chromium is the front | pam@chromium.org | 2009-04-20 | 1 | -4/+21 |
* | When restoring a closed tab using either ctrl-shift-T or the context menu, put | pam@chromium.org | 2009-04-20 | 1 | -2/+125 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 1 | -2/+2 |
* | back out r13442 | estade@chromium.org | 2009-04-09 | 1 | -2/+2 |
* | UI test string portage. | estade@chromium.org | 2009-04-09 | 1 | -2/+2 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -5/+5 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 1 | -25/+20 |
* | Fix a potential infinite loop in TabRestoreUITest.RestoreToDifferentWindow. | patrick@chromium.org | 2009-02-11 | 1 | -0/+1 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -2/+2 |
* | Remove timeout constants from ui_tests. All tests will now | paulg@google.com | 2009-01-16 | 1 | -18/+18 |
* | More ui_test purification. The extra timeout seems to | paulg@google.com | 2009-01-09 | 1 | -4/+3 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 1 | -6/+10 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 1 | -10/+6 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 1 | -6/+10 |
* | Make the tab restore ui_tests Purify friendly. | paulg@google.com | 2008-12-18 | 1 | -1/+2 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -1/+1 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -1/+1 |
* | Changes tab restore service to handle restoring closed windows as a | sky@google.com | 2008-11-25 | 1 | -1/+53 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Two changes to help track down why session restore test is failing: | sky@google.com | 2008-08-13 | 1 | -1/+1 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -2/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+248 |