summaryrefslogtreecommitdiffstats
path: root/chrome/installer/test
Commit message (Collapse)AuthorAgeFilesLines
* Prevent redirector from returning the current module in cases where it fails ↵robertshield@chromium.org2011-09-131-1/+17
| | | | | | | | | | to look up the first module in. This prevents a bug that can cause user-level Chrome Frame to redirect to itself when a system-level Chrome Frame is present. BUG=96016 TEST=Upgrade a user-level CF install to a system-level CF install while user-level CF is rendering. Observe that the current explorer instance does not hang when new CF tabs are created. Review URL: http://codereview.chromium.org/7866043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100904 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-1/+4
| | | | | | | | | | And delete temporary shims. BUG=88990 Review URL: http://codereview.chromium.org/7386010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92897 0039d316-1c4b-4281-b951-d872f2087c98
* Switch out the setup api for using the cabinet API directly.tommi@chromium.org2011-03-161-0/+0
| | | | | | | | | | | | | | The setup API and tools such as expand.exe and makecab.exe all use the cabinet API. However, the setup API has additional dependencies that we don't need or want in the mini installer. So, this is a part of a pet pieve effort of mine to remove these dependencies and hopefully reduce the number of installation failures. TEST=Run accompanied unit test and also make sure that the mini installer works as before. BUG=none Review URL: http://codereview.chromium.org/6693015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78434 0039d316-1c4b-4281-b951-d872f2087c98
* Add an integration test for Chrome Frame's DllRedirector class.robertshield@chromium.org2011-03-012-22/+78
| | | | | | | | | | | | | | | Fix a bug in the DllRedirector module loading code. Expand the alternate version generator code to provide a function for generating new versions of single modules. Remove the LI SACL from the shared memory lock for Win XP. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6600001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76338 0039d316-1c4b-4281-b951-d872f2087c98
* Add a --force command line option to the alternate_version_generator to ↵robertshield@chromium.org2011-02-221-1/+3
| | | | | | | | | | | allow for unconditional overwriting of the output file. BUG=NONE TEST=Run alternate_version_generator.exe --force in a directory that already has a mini_installer.exe and a mini_installer_new.exe, observer mini_installer_new.exe get regenerated. Review URL: http://codereview.chromium.org/6546027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75594 0039d316-1c4b-4281-b951-d872f2087c98
* - upgrade_test::GenerateNextVersion is now GenerateAlternateVersion and can ↵grt@chromium.org2011-01-284-20/+217
| | | | | | | | | | | | | bump up or down - upgrade_test::GenerateAlternateVersion returns the old and new versions - added alternate_version_generator.exe command-line tool. BUG=none TEST=run alternate_version_generator.exe --help and explore it Review URL: http://codereview.chromium.org/6338020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72993 0039d316-1c4b-4281-b951-d872f2087c98
* Add infrastructure enabling tests of installer upgrade scenarios.grt@chromium.org2010-11-2310-0/+1095
BUG=none TEST=none Review URL: http://codereview.chromium.org/5236002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67099 0039d316-1c4b-4281-b951-d872f2087c98