summaryrefslogtreecommitdiffstats
path: root/chrome/installer/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-1/+0
* vs2015: avoid warning in chrome/installer/test/alternative_version_generator.ccscottmg2015-06-081-2/+4
* Remove dependency on resources from installer_utilbrettw2015-05-211-0/+1
* Make the GN Windows component build work.brettw2015-05-051-1/+1
* Add installer_util_unittests to the GN windows buildbrettw2015-05-013-4/+65
* Revert of Add installer_util_unittests to the GN windows build (patchset #5 i...rickyz2015-04-303-65/+4
* Add installer_util_unittests to the GN windows buildbrettw2015-04-303-4/+65
* Support 32-bit subversion fields in base::Version.wfh2015-03-101-1/+1
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-252-7/+7
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-3/+3
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-3/+3
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-3/+3
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2.thestig2014-08-233-3/+3
* 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