summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2.thestig2014-08-231-1/+1
* Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi...wfh@chromium.org2014-05-281-12/+15
* Add a flag to all of the registry related work items to specify whether to op...wfh@chromium.org2014-05-231-16/+49
* Remove stray platform_file.h from chrome and componentsrvargas@chromium.org2014-05-131-1/+0
* Fix the EULA sentinel file path determination.msw@chromium.org2014-04-151-8/+4
* Remove stale code to delete the metro user data dir. It never shipped.grt@chromium.org2014-04-031-4/+3
* Fix the new First Run sentinel file path determination.msw@chromium.org2014-03-281-4/+15
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+3
* Add a histogram to track Chrome's UpdatePolicy in the field.gab@chromium.org2014-03-031-2/+1
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Always drop the First Run sentinel in the User Data directory.gab@chromium.org2014-02-261-34/+9
* Installer: remove uses of PlatformFilervargas@chromium.org2014-02-251-19/+16
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-0/+1
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-6/+6
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-6/+6
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-27/+28
* Uninstall multi-install Chrome Frame when updated.grt@chromium.org2013-12-041-0/+4
* Uninstall chrome binaries that are no longer in use.grt@chromium.org2013-10-081-0/+1
* Address renaming nits from previous review.zturner@chromium.org2013-09-141-2/+3
* Give SxS distribution its own registration GUIDs.zturner@chromium.org2013-09-131-4/+20
* Refactor of BrowserDistribution.calamity@chromium.org2013-08-141-4/+4
* Update include paths in chrome/installer/ for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Use a direct include of strings headers in chrome/installer/, part 2.avi@chromium.org2013-06-111-1/+1
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-16/+18
* Refactoring: Splitting AddGenericQuickEnableWorkItems().huangs@chromium.org2013-02-041-0/+1
* Chromium didn't have an Active Setup GUID -- fix that.gab@chromium.org2013-01-301-1/+1
* [Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...gab@chromium.org2013-01-051-1/+16
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-041-2/+6
* Launch system-level Active Setup immediately following self-destruction of a ...gab@chromium.org2012-11-211-10/+6
* Introduce --install-dev-chrome switch for setup.exe to install (register+shor...gab@chromium.org2012-11-061-19/+0
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-301-3/+41
* Delegate installation of multi-install products to a pre-existing higher vers...grt@chromium.org2012-10-251-0/+2
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-3/+2
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-0/+24
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-15/+14
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-5/+5
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-171-13/+12
* Move ProgramCompare from setup_util to install_util.gab@chromium.org2012-05-311-18/+88
* 1) Generate VisualElementsManifest.xml at install time from a pre-defined tem...gab@chromium.org2012-05-071-0/+2
* Don't register or use the DelegateExecute verb handler if it isn't present.grt@chromium.org2012-04-251-0/+19
* Cleanup: Remove calls to deprecated file_util::AppendToPath() in chrome/insta...thestig@chromium.org2012-03-091-19/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+0
* Implement an AutoLaunch experiment for Chrome for certain brand codes. This i...finnur@chromium.org2011-12-151-2/+5
* Add support for --critical-update-version to installer.grt@chromium.org2011-11-111-1/+1
* Change UpgradeDetectorImpl to use InstallUtil::IsPerUserInstall, which is les...finnur@chromium.org2011-11-081-2/+4
* Fix default browser registration for simplified chinese installs.grt@chromium.org2011-11-021-6/+10
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-1/+1