summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-4/+4
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-2/+2
* Revert 68944 - Revert "Add named testing interface."nirnimesh@chromium.org2010-12-231-21/+39
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Rename WebKitTools->Tools.tonyg@chromium.org2010-12-181-1/+1
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-111-39/+21
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-241-21/+39
* Revert 66840 - Add named testing interface. This allows you to connect to a p...kkania@chromium.org2010-11-201-39/+21
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-191-21/+39
* Revert 66350 - Add named testing interface. This allows you to connect to a p...nirnimesh@chromium.org2010-11-171-39/+21
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-171-21/+39
* Group cmdline settings in UI test and in_process_browser_test.lzheng@chromium.org2010-11-161-34/+39
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-111-0/+3
* Part 2 of reapplying r64637.erg@google.com2010-11-101-1/+1
* Moved --use-gl=osmesa to UITest::SetUp so it is not visible to pyautolib.apatrick@chromium.org2010-11-101-8/+11
* Moved --use-gl=osmesa switch out of test_launcher_utils.apatrick@chromium.org2010-11-101-0/+10
* BUG=43066ahendrickson@chromium.org2010-11-091-4/+26
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-1/+1
* Refactor automation messages.erg@google.com2010-11-011-1/+1
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-4/+0
* Relanding 61718.apatrick@chromium.org2010-10-211-0/+4
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-4/+3
* GTTF: Move more parts of UITestBase down to UITest.phajdan.jr@chromium.org2010-10-151-50/+49
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Record startup time closer to where the browser really startednirnimesh@chromium.org2010-10-121-3/+2
* GTTF: Move parts of UITestBase down to UITest.phajdan.jr@chromium.org2010-10-061-267/+268
* Extract common browser command-line flags used by tests.phajdan.jr@chromium.org2010-09-301-8/+2
* Turn off preconnect for UI tests as well.jochen@chromium.org2010-09-291-0/+3
* GTTF: clean up http server launching in ui_tests.phajdan.jr@chromium.org2010-09-281-28/+20
* ui_tests: check the return value of WaitForAppLaunch.evan@chromium.org2010-09-241-1/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* ifdef out tests that don't apply to the Macstuartmorgan@chromium.org2010-09-231-0/+2
* Use a scoped temp dir in browser_tests instead of deleting the default user d...rohitrao@chromium.org2010-09-231-15/+3
* Unify the two places we attempt to find the crash count.evan@chromium.org2010-09-221-10/+15
* Revert 57897 - GTTF: Retry launching the browser a few times in UITest.phajdan.jr@chromium.org2010-09-141-37/+8
* GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts.phajdan.jr@chromium.org2010-09-101-93/+17
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-09-091-0/+12
* Make FastShutdown ui test more reliable on linux.estade@chromium.org2010-09-081-11/+15
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+1
* GTTF: Retry launching the browser a few times in UITest.phajdan.jr@chromium.org2010-08-301-8/+37
* GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.phajdan.jr@chromium.org2010-08-261-316/+0
* Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...rvargas@google.com2010-08-191-12/+0
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-08-191-0/+12
* GTTF: After timeout, all further automation calls should fail immediately.phajdan.jr@chromium.org2010-08-191-2/+9
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-5/+6
* Add new downloads testsnirnimesh@chromium.org2010-08-071-0/+11
* GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase.phajdan.jr@chromium.org2010-08-061-1/+1