| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Pass()→std::move() on Windows | dcheng | 2016-03-02 | 1 | -2/+2 |
* | win_gn: Fixed compilation of installer_util_unittests | kirr | 2016-02-06 | 1 | -1/+2 |
* | clang/win: Fix -Wsign-compare warning after https://codereview.chromium.org/1... | thakis | 2016-01-26 | 1 | -2/+2 |
* | Add support for component builds in alternate_version_generator. | grt | 2016-01-26 | 2 | -70/+135 |
* | Use .rc strings in fewer places for installer util. | brettw | 2015-12-29 | 1 | -3/+3 |
* | Switch to standard integer types in chrome/. | avi | 2015-12-26 | 8 | -53/+74 |
* | Run gn --format over all .gn files | agrieve | 2015-11-20 | 1 | -1/+1 |
* | Annotate GN executables and shared_libraries with sanitizer deps. | brettw | 2015-08-31 | 1 | -0/+1 |
* | Revert of base: Remove using:: declaration from version.h header. (patchset #... | thakis | 2015-08-19 | 1 | -3/+3 |
* | base: Remove using:: declaration from version.h header. | tfarina | 2015-08-19 | 1 | -3/+3 |
* | Fixed all unused-variable Clang warnings on Windows. | mgiuca | 2015-07-08 | 1 | -1/+0 |
* | vs2015: avoid warning in chrome/installer/test/alternative_version_generator.cc | scottmg | 2015-06-08 | 1 | -2/+4 |
* | Remove dependency on resources from installer_util | brettw | 2015-05-21 | 1 | -0/+1 |
* | Make the GN Windows component build work. | brettw | 2015-05-05 | 1 | -1/+1 |
* | Add installer_util_unittests to the GN windows build | brettw | 2015-05-01 | 3 | -4/+65 |
* | Revert of Add installer_util_unittests to the GN windows build (patchset #5 i... | rickyz | 2015-04-30 | 3 | -65/+4 |
* | Add installer_util_unittests to the GN windows build | brettw | 2015-04-30 | 3 | -4/+65 |
* | Support 32-bit subversion fields in base::Version. | wfh | 2015-03-10 | 1 | -1/+1 |
* | Make callers of CommandLine use it via the base:: namespace, and remove the g... | avi | 2014-12-25 | 2 | -7/+7 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-05 | 1 | -3/+3 |
* | Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ... | rfevang | 2014-12-03 | 1 | -3/+3 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-03 | 1 | -3/+3 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2. | thestig | 2014-08-23 | 3 | -3/+3 |
* | Don't bind a temporary to a reference. | thakis@chromium.org | 2014-06-26 | 1 | -6/+7 |
* | Remove stale references to PlatformFile flags, errors or functions. | rvargas@chromium.org | 2014-06-05 | 1 | -1/+1 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+2 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -6/+6 |
* | Installer: remove uses of PlatformFile | rvargas@chromium.org | 2014-02-25 | 1 | -20/+18 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -3/+3 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -3/+3 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 2 | -2/+2 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -3/+2 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -2/+3 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -3/+2 |
* | Update include paths in chrome/installer/ for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 2 | -5/+5 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -2/+2 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -2/+2 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 2 | -5/+5 |
* | Use a direct include of strings headers in chrome/installer/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -2/+2 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -2/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+2 |
* | Fix InstallerStateTest.RemoveOldVersionDirs by fixing the comparison in alter... | wfh@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Move Version to base namespace. | xhwang@chromium.org | 2013-04-22 | 1 | -3/+2 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -5/+5 |