summaryrefslogtreecommitdiffstats
path: root/chrome/test/automated_ui_tests/automated_ui_test_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Move chrome/test/automated_ui_tests to chrome/test/reliabilityphajdan.jr@chromium.org2011-09-151-388/+0
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Browser::Type cleanup.jianli@chromium.org2011-05-051-2/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-4/+3
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Remove action_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-151-2/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-1/+1
* [GTTF] Reduce number of automation methods ending with WithTimeout.phajdan.jr@chromium.org2010-03-221-67/+22
* [GTTF] Make automation timeouts more sane.phajdan.jr@chromium.org2010-03-191-1/+1
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-13/+25
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Changes ui proxy classes to use Browser::Types rather than copyingsky@chromium.org2009-10-281-1/+1
* Take 2 at this. The only change between this and the first is to add the GetT...sky@chromium.org2009-10-271-1/+2
* Revert 30194 - Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-271-2/+1
* Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-271-1/+2
* GTK: First cut at tab dragging automation.estade@chromium.org2009-09-251-2/+4
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-17/+14
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-161-0/+46
* Revert "First part of automated_ui_tests improvements."phajdan.jr@chromium.org2009-09-151-46/+0
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-151-0/+46
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-0/+1
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-191-1/+0
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-0/+1
* Relands drop support:sky@chromium.org2009-08-191-0/+3
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-181-3/+0
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-181-0/+3
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-1/+4
* Move automated_ui_test_test to ui_tests from a library so it actually gets run.dkegel@google.com2009-06-161-1/+3
* Fix tab dragging test in automated UI test.huanr@chromium.org2009-06-121-1/+171
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-10/+12
* Making navigate, back, forward, and reloadhuanr@chromium.org2009-05-131-0/+30
* Consolidate notifiers used by different automationhuanr@chromium.org2009-05-071-3/+5
* Make RestoreTab synchronuous.huanr@chromium.org2009-05-061-0/+4
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-011-0/+63
* Try fix a disabled AutomatedUITestBase test.huanr@chromium.org2009-04-201-2/+6
* Remove the usage of GetLastActiveBrowserWindowhuanr@chromium.org2009-04-141-10/+0
* A few more UI commands: duplicate tab, open window.huanr@chromium.org2009-04-131-0/+36
* Skeleton setup for new Automated UI test framework.huanr@chromium.org2009-04-081-0/+63