| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -9/+9 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -9/+9 |
* | Remove installation of Chrome Frame. | grt@chromium.org | 2013-12-23 | 1 | -0/+9 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -7/+7 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -2/+4 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -4/+2 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -2/+4 |
* | Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde..."" | tommycli@chromium.org | 2013-11-15 | 1 | -4/+0 |
* | Revert 234367 "Base: Make RegistryOverrideManager support sharde..." | tommycli@chromium.org | 2013-11-12 | 1 | -0/+4 |
* | Base: Make RegistryOverrideManager support sharded/parallel tests. | tommycli@chromium.org | 2013-11-12 | 1 | -4/+0 |
* | Add support for --migrate-chrome-frame. | grt@chromium.org | 2013-07-26 | 1 | -1/+89 |
* | Update include paths in chrome/installer/ for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+4 |
* | InstallProductsHelper tweaks to support --uncompressed-archive. | grt@chromium.org | 2013-07-22 | 1 | -31/+150 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -11/+11 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Lower the I/O priority of the installer when resonable. | grt@chromium.org | 2013-06-04 | 1 | -0/+88 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome. | dcheng@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -9/+10 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -4/+4 |
* | Register Chrome in Active Setup to be called by Windows at user login. | gab@chromium.org | 2012-07-20 | 1 | -4/+89 |
* | Move ProgramCompare from setup_util to install_util. | gab@chromium.org | 2012-05-31 | 1 | -48/+1 |
* | Update uses of TimeDelta in chrome/installer. | tedvessenes@gmail.com | 2012-04-15 | 1 | -2/+2 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Delete the setup temp file on uninstall. | tommi@chromium.org | 2011-04-12 | 1 | -0/+11 |
* | On uninstall, remove the registry keys that Chrome lays down to make itself t... | grt@chromium.org | 2011-03-30 | 1 | -0/+46 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Add -stage:ID modifier to products' Google Update "ap" values to better track... | grt@chromium.org | 2011-03-11 | 1 | -2/+3 |
* | Fix version folder detection for diff updates. We previously picked a random ... | robertshield@chromium.org | 2011-02-04 | 1 | -5/+16 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 1 | -3/+3 |
* | Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... | robertshield@chromium.org | 2010-12-15 | 1 | -6/+6 |
* | Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... | robertshield@chromium.org | 2010-12-14 | 1 | -6/+6 |
* | Merge the installer, installer_util and setup_util namespaces into a single i... | robertshield@chromium.org | 2010-12-14 | 1 | -6/+6 |
* | Refactor the installer to support multi-install. | tommi@chromium.org | 2010-12-01 | 1 | -5/+5 |
* | Fix setup_unittest.exe so it, you know, can ever possibly pass. | robertshield@chromium.org | 2010-11-30 | 1 | -22/+16 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 1 | -7/+6 |
* | Allowing MSI mode detection to work from the master preferences file. | robertshield@chromium.org | 2010-03-22 | 1 | -78/+0 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -2/+1 |
* | Make GetDistroBooleanPreference return troolean value. | kuchhal@chromium.org | 2009-10-19 | 1 | -13/+23 |
* | Fix to use FilePath in more unittests. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -9/+6 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -3/+4 |
* | Add unit tests for unpacking and patching methods. | kuchhal@chromium.org | 2009-08-05 | 1 | -27/+49 |
* | Add some unit tests for master preferences parsing code. | kuchhal@chromium.org | 2009-08-05 | 1 | -0/+69 |
* | Trying to re-land r17758 (http://codereview.chromium.org/118247) but with nam... | kuchhal@chromium.org | 2009-06-09 | 1 | -0/+70 |
* | Reverting 17758. | kuchhal@chromium.org | 2009-06-05 | 1 | -70/+0 |
* | Renamed installer_unittests to util_unittests and added setup_unitests projec... | kuchhal@chromium.org | 2009-06-05 | 1 | -0/+70 |