summaryrefslogtreecommitdiffstats
path: root/chrome/installer/test
Commit message (Expand)AuthorAgeFilesLines
* Don't bind a temporary to a reference.thakis@chromium.org2014-06-261-6/+7
* Remove stale references to PlatformFile flags, errors or functions.rvargas@chromium.org2014-06-051-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-6/+6
* Installer: remove uses of PlatformFilervargas@chromium.org2014-02-251-20/+18
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-3/+3
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-2/+2
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-3/+2
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-2/+3
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-3/+2
* Update include paths in chrome/installer/ for base/process changes.rsesek@chromium.org2013-07-231-1/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-5/+5
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-2/+2
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-3/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-5/+5
* Use a direct include of strings headers in chrome/installer/, part 1.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+2
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+2
* Fix InstallerStateTest.RemoveOldVersionDirs by fixing the comparison in alter...wfh@chromium.org2013-04-301-2/+2
* Move Version to base namespace.xhwang@chromium.org2013-04-221-3/+2
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-2/+2
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-5/+5
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-192-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-115-35/+40
* Add FilePath to base namespace.brettw@chromium.org2013-02-023-10/+17
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Drastically simplify old version cleanup and add some additional logging.robertshield@chromium.org2012-11-012-8/+54
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Prevent redirector from returning the current module in cases where it fails ...robertshield@chromium.org2011-09-131-1/+17
* Convert the remaining callers of LaunchApp to LaunchProcess.evan@chromium.org2011-07-181-1/+4
* Switch out the setup api for using the cabinet API directly.tommi@chromium.org2011-03-161-0/+0
* Add an integration test for Chrome Frame's DllRedirector class.robertshield@chromium.org2011-03-012-22/+78
* Add a --force command line option to the alternate_version_generator to allow...robertshield@chromium.org2011-02-221-1/+3
* - upgrade_test::GenerateNextVersion is now GenerateAlternateVersion and can b...grt@chromium.org2011-01-284-20/+217
* Add infrastructure enabling tests of installer upgrade scenarios.grt@chromium.org2010-11-2310-0/+1095