summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/uninstall.cc
Commit message (Expand)AuthorAgeFilesLines
* When uninstalling, only attempt to unregister DLLs if in ChromeFrame mode.robertshield@chromium.org2010-09-161-2/+3
* Add termination of the chrome frame helper process to the uninstaller.robertshield@chromium.org2010-09-091-0/+16
* Add the ability to call an alternate entry point name on self-registering DLL...robertshield@chromium.org2010-09-061-1/+2
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-1/+1
* Extension package creation cleanuperg@google.com2010-08-111-1/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-1/+2
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+2
* Fix a couple of issues with MSI support through upgrades:robertshield@chromium.org2010-06-071-40/+19
* file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.tfarina@chromium.org2010-05-261-3/+2
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2010-05-241-10/+11
* Additional changes to support Chrome / CF installation wrapped in an MSI:robertshield@chromium.org2010-04-281-3/+5
* Have Chrome Frame always delete the user profile on uninstall unless an MSI u...robertshield@chromium.org2010-03-291-2/+21
* Prevent CF from trashing Chrome's registrations when uninstalling.robertshield@chromium.org2010-03-041-2/+4
* Add 64-bit binaries that are required for NaCl support to Chrome installation...gregoryd@google.com2010-03-041-0/+4
* Disable registering, unregistering, and setting default browserhuanr@chromium.org2010-02-271-6/+14
* Use different short cut names for SxS installation.huanr@chromium.org2010-02-261-1/+1
* Remove the default usage of --force-uninstall for Chrome Frame uninstallation...robertshield@chromium.org2009-12-171-1/+2
* Revert "installer: clean up to use FilePath instead of std::wstring."kuchhal@chromium.org2009-11-231-36/+29
* installer: clean up to use FilePath instead of std::wstring.kuchhal@chromium.org2009-11-231-29/+36
* Correctly schedule empty parent directories for deletion when Chrome Frame is...robertshield@chromium.org2009-11-121-4/+32
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....robertshield@chromium.org2009-11-041-28/+28
* Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...robertshield@chromium.org2009-10-281-5/+15
* Reverting 27880 which was itself a revert of 27876.Original codereview at htt...robertshield@chromium.org2009-10-041-13/+49
* Reverting 27876.robertshield@chromium.org2009-10-021-49/+13
* Improving Chrome Frame uninstall process:robertshield@chromium.org2009-10-021-13/+49
* <html>aa@chromium.org2009-09-211-12/+34
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-10/+13
* Do not delete default browser entries for other users when uninstalling it fo...kuchhal@chromium.org2009-08-141-20/+34
* Allow two user level installs of Chrome to have default browser settings.kuchhal@chromium.org2009-07-231-4/+28
* Fixit: Remove bunch of coverity warnings from chrome/installer/*.kuchhal@chromium.org2009-06-301-4/+8
* Refactor setup. No code change.kuchhal@chromium.org2009-06-231-2/+2
* Delete empty folders in system level install. Also cleanup uninstall error me...kuchhal@chromium.org2009-05-291-13/+27
* Re-re-write the logic to elevate uninstaller.kuchhal@chromium.org2009-05-061-71/+77
* Remove uses of deprecated version of PathService::Get() in the installer.thestig@chromium.org2009-05-051-5/+5
* Fix the uninstall failures caused by elevated uninstaller.kuchhal@chromium.org2009-04-301-18/+56
* Add brand code submission to Google Chrome uninstall metrics.robertshield@google.com2009-04-201-1/+7
* On uninstall ask whether to delete profile.kuchhal@chromium.org2009-04-171-8/+21
* Fix crash in setup.exe.kuchhal@chromium.org2009-04-151-1/+1
* Delete Chrome extensions related registry entries on uninstall.kuchhal@chromium.org2009-04-091-0/+11
* Avoid Google Chrome/Chromium default browser conflict by renaming Capabilitie...kuchhal@chromium.org2009-04-081-1/+7
* Wire the alternate desktop shortcut textcpu@google.com2009-03-251-3/+11
* Second stab at applying http://codereview.chromium.org/43138/show.robertshield@google.com2009-03-171-0/+15
* Revert "Change mini_installer's chrome.release specification..."agl@chromium.org2009-03-171-15/+0
* Change mini_installer's chrome.release specification to include wildcards.robertshield@google.com2009-03-171-0/+15
* Add a set of long-running metrics to Chrome that are sent up only at uninstal...robertshield@google.com2009-03-041-6/+29
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-2/+1
* Fix bugs related to making Chrome default browser on Vista and also do some c...kuchhal@chromium.org2009-02-121-1/+3
* Setting the App Paths registry key at install time for admin users forrobertshield@chromium.org2009-02-021-0/+4