summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.cc
Commit message (Expand)AuthorAgeFilesLines
* No dual_mode on Win10+ shortcuts.gab2015-07-271-0/+7
* Fix some case-insensitive cases for StartsWith.brettw2015-07-011-1/+12
* With this CL we store path to actual Program Files folder in an environment v...shrikant2015-06-231-9/+23
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Repair per-user Chromes broken by a bad canary update.grt2015-02-121-3/+3
* Revert of replace COMPILE_ASSERT with static_assert in chrome/installer/ (pat...pennymac2014-12-291-2/+2
* replace COMPILE_ASSERT with static_assert in chrome/installer/mostynb2014-12-271-2/+2
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-10/+13
* Use FilePath in favor of string16 and wchar_t* in some Windows installer code.grt2014-12-051-2/+2
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-1/+3
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-3/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-1/+3
* Use the path service rather than Win32 API in IsPerUserInstall.grt2014-11-291-6/+12
* 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