summaryrefslogtreecommitdiffstats
path: root/chrome/test/mini_installer_test
Commit message (Expand)AuthorAgeFilesLines
* Add chrome and cf multi-install tests.hnguyen@google.com2011-10-183-7/+18
* Adding tests for chrome/cf ready mode testshnguyen@google.com2011-10-143-13/+49
* A few things in this change:hnguyen@google.com2011-10-126-166/+100
* Second attempt at adding Chrome multi-install tests.hnguyen@google.com2011-10-057-375/+365
* Revert "Adding simple Chrome install testing using multi-install and cleaning...rickcam@chromium.org2011-09-297-192/+244
* Adding simple Chrome install testing using multi-install and cleaning up a bit.hnguyen@google.com2011-09-287-244/+192
* Change the routine to find latest build dir and installer file.hnguyen@google.com2011-09-167-342/+240
* Remove unused flags and add --help.hnguyen@chromium.org2011-09-013-20/+17
* Remove obselete --verbose-logging flag when launching installer.hnguyen@chromium.org2011-08-262-5/+3
* Update how standalone installer path is determined.hnguyen@chromium.org2011-08-183-48/+52
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-1/+2
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-9/+11
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Revert "Mark MiniInstallTest.InstallMiniInstallerSys' failing while I investi...aa@chromium.org2011-03-121-1/+1
* Mark MiniInstallTest.InstallMiniInstallerSys' failing while I investigate.aa@chromium.org2011-03-121-1/+1
* Fixed mini-installer overinstall tests failtures. vivianz@google.com2011-03-101-3/+7
* Add 3 chrome frame mini installer tests, cover installation tests while IE pr...vivianz@chromium.org2011-02-213-27/+91
* New installation validator machinery to check the machine state. This CL cont...grt@chromium.org2011-02-163-4/+25
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-1/+1
* Update installer test constants for finding correct dev and stable builds.kkania@chromium.org2011-02-021-2/+2
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2
* Use FilePath::Extension instead of the deprecated file_util::GetFileExtension...tfarina@chromium.org2011-01-271-3/+4
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-7/+11
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-12/+12
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...tfarina@chromium.org2010-12-242-8/+8
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-153-20/+20
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-143-20/+20
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-143-20/+20
* Don't run the mini installer tests at all if they are not supported on the pl...kkania@chromium.org2010-11-192-33/+24
* Marking InstallMiniInstallerSys as flaky.amit@chromium.org2010-11-011-1/+2
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-6/+6
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-1/+3
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-1/+1
* Move TestTimeouts from chrome/test to base/test.sergeyu@chromium.org2010-10-052-2/+2
* Mark MiniInstallTest.InstallMiniInstallerUser as flaky as it fails occasionally.satish@chromium.org2010-09-281-1/+7
* Ensure correct timeout ordering for timeout values managed by test_timeouts.cc.robertshield@chromium.org2010-09-211-0/+4
* Add testing of the Chrome Frame user-mode installation to mini_installer_test...robertshield@chromium.org2010-09-166-100/+148
* Review URL: http://codereview.chromium.org/3163040kkania@chromium.org2010-09-025-45/+44
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-1/+2
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-1/+1
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-2/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-1/+2
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-1/+2
* Get rid of FromWStringHack in chrome_mini_installer.cc.tfarina@chromium.org2010-08-052-64/+57
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-2/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-1/+2
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-4/+8
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1