summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/installer_state.cc
Commit message (Expand)AuthorAgeFilesLines
* Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi...wfh@chromium.org2014-05-281-4/+8
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+2
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-15/+15
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-1/+1
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-15/+15
* Remove installation of Chrome Frame.grt@chromium.org2013-12-231-37/+17
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-1/+1
* Remove Chrome Frame ready-mode.grt@chromium.org2013-12-121-4/+0
* Uninstall multi-install Chrome Frame when updated.grt@chromium.org2013-12-041-7/+28
* Uninstall chrome binaries that are no longer in use.grt@chromium.org2013-10-081-16/+41
* Refactor of BrowserDistribution.calamity@chromium.org2013-08-141-6/+6
* Remove unused vector declaration.etienneb@chromium.org2013-08-071-1/+0
* Ignore single-installed products when checking to see if the binaries are to ...grt@chromium.org2013-07-251-3/+14
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of strings headers in chrome/installer/, part 2.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+3
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+3
* Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.huangs@chromium.org2013-03-011-6/+4
* Revert 184352brettw@chromium.org2013-02-241-3/+3
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-3/+3
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-2/+3
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-14/+17
* Duplicate setup.exe into an identical executable and point Active Setup to th...gab@chromium.org2013-01-101-0/+4
* Removing flow to demote App Launcher to App Host, so app_host.exe can be dele...huangs@chromium.org2012-12-141-24/+3
* Adding uninstaller flow to demote App Launcher to App Host (AKA opt-out).huangs@chromium.org2012-12-051-6/+29
* Don't attempt to remove the binaries if they aren't there.erikwright@chromium.org2012-11-301-1/+3
* IsFileInUse should return false when the directory doesn't exist, too.grt@chromium.org2012-11-261-10/+6
* Uninstall Chrome + has App Host + not App Launcher => Uninstall App Host.huangs@chromium.org2012-11-191-29/+46
* IsFileInUse should return false when the file doesn't exist.grt@chromium.org2012-11-191-4/+8
* Drastically simplify old version cleanup and add some additional logging.robertshield@chromium.org2012-11-011-22/+45
* Ensuring Google Update at user-level is installed alongside App Host, for the...huangs@chromium.org2012-09-271-2/+7
* Allow invocation of --multi-install without a product if App Host needs binar...erikwright@chromium.org2012-08-131-4/+2
* (re-commit) Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-6/+126
* Revert 147650 - Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-126/+6
* Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-201-6/+126
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-6/+6
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-3/+3
* Add support for --critical-update-version to installer.grt@chromium.org2011-11-111-0/+19
* Errors while deleting old version dirs no longer cause them to grow in odd ways.grt@chromium.org2011-10-151-38/+30
* Fix DCHECK in GCF quick-enable.grt@chromium.org2011-08-111-22/+18
* Cause new_chrome.exe to always be written if Chrome Frame is in use, resultin...robertshield@chromium.org2011-07-151-2/+33
* Reland 87035 - Properly detect the current version when migrating single to m...grt@chromium.org2011-05-271-3/+27