summaryrefslogtreecommitdiffstats
path: root/chrome/test/automated_ui_tests/automated_ui_tests.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-1/+1
* Adding test log capability to this test.ace@chromium.org2011-03-231-11/+87
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-10/+10
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Calling setup from automated_ui_tests so that browser start time is set post ...ace@chromium.org2010-10-141-2/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Unify the two places we attempt to find the crash count.evan@chromium.org2010-09-221-5/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+2
* Re-lands 58186:bryeung@chromium.org2010-09-031-10/+10
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-10/+10
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-10/+10
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-10/+10
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-10/+10
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+5
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-061-3/+4
* [GTTF] Reduce number of automation methods ending with WithTimeout.phajdan.jr@chromium.org2010-03-221-8/+1
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-2/+7
* Use GetSwitchValueASCII, so we don't use the deprecated versions.evan@chromium.org2009-12-171-8/+6
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-4/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-6/+6
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-081-1/+1
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-1/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+1
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-1/+2
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-3/+0
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-161-28/+2
* Revert "First part of automated_ui_tests improvements."phajdan.jr@chromium.org2009-09-151-2/+28
* First part of automated_ui_tests improvements.phajdan.jr@chromium.org2009-09-151-28/+2
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-2/+3
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-1/+1
* Port automated_ui_tests to linux.huanr@chromium.org2009-08-191-56/+49
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-1/+2
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-191-2/+1
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-1/+2
* 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
* more linux automation porting: SendKeyPressNotifyWhenDoneestade@chromium.org2009-08-181-8/+9
* Checkpoint for event automation porting.estade@chromium.org2009-08-121-29/+50
* DevTools: Rename JavaScript console action into Developer Tools.pfeldman@chromium.org2009-07-221-1/+1
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-1/+1
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-7/+0
* Fix tab dragging test in automated UI test.huanr@chromium.org2009-06-121-102/+3
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-6/+5