summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/uninstall.cc
Commit message (Expand)AuthorAgeFilesLines
* [Installer] Cleaning up dead code for App Launcher / App Host installs.huangs2015-01-291-78/+21
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-4/+5
* Use FilePath in favor of string16 and wchar_t* in some Windows installer code.grt2014-12-051-7/+6
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-251-3/+3
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2.thestig2014-08-231-1/+1
* Reland: Remove some dead app host code.grt@chromium.org2014-07-251-18/+11
* Revert 285661 "Remove some dead app host code."mpearson@chromium.org2014-07-251-11/+18
* Remove some dead app host code.grt@chromium.org2014-07-251-18/+11
* Fix installer variable name bugaboo.grt@chromium.org2014-07-231-6/+6
* Remove per-user browser blacklist state from the registry on uninstall.krstnmnlsn@chromium.org2014-06-261-0/+17
* Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi...wfh@chromium.org2014-05-281-7/+6
* Add a flag to all of the registry related work items to specify whether to op...wfh@chromium.org2014-05-231-26/+46
* installer: Remove dependency on extensions' constant.tfarina@chromium.org2014-05-051-2/+1
* Remove installer::GetChromeUserDataPath helper.msw@chromium.org2014-05-011-10/+22
* Add mDns firewall rules during chrome install or autoupdate.vitalybuka@chromium.org2014-04-241-0/+11
* Add RLZ Access points for the app launcher.sammc@chromium.org2014-04-031-0/+1
* Remove stale code to delete the metro user data dir. It never shipped.grt@chromium.org2014-04-031-230/+211
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Remove cruft from Chrome's installer for Windows.grt@chromium.org2014-03-131-3/+0
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Make uninstall actually work on component builds.gab@chromium.org2014-02-261-21/+46
* Determine the path to setup.exe via PathService rather than the parsedgrt@chromium.org2014-02-181-6/+4
* During the self-destruct flow (user-level Chrome being replaced by system-lev...huangs@chromium.org2014-01-081-4/+2
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-7/+6
* 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-6/+7
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-38/+38
* Remove Chrome Frame quick-enable.grt@chromium.org2013-12-171-20/+1
* Remove Chrome Frame ready-mode.grt@chromium.org2013-12-121-20/+2
* We want the Applications Menu shortcut paths to be managed by shell_util.cc ascalamity@chromium.org2013-12-041-63/+23
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Automatically register canary GUIDs on install, but don't expose in-browser U...zturner@chromium.org2013-10-231-1/+2
* Uninstall chrome binaries that are no longer in use.grt@chromium.org2013-10-081-20/+12
* Removing shortcut deletion code in uninstall for legacy App Launcher.huangs@chromium.org2013-10-041-5/+0
* Don't request the browser progid suffix unless |product.is_chrome()|.zturner@chromium.org2013-09-271-3/+6
* Cleanup: Remove some FromWStringHack() calls in chrome/installer.thestig@chromium.org2013-09-261-6/+6
* Restricting scope of ShellUtil's shortcut update feature for its specific usa...huangs@chromium.org2013-09-131-33/+35
* Give SxS distribution its own registration GUIDs.zturner@chromium.org2013-09-131-2/+5
* On user-level Chrome self-destruct, make user-created shortcuts target system...huangs@chromium.org2013-09-051-0/+70
* Refactor of BrowserDistribution.calamity@chromium.org2013-08-141-3/+3
* Move ".crx"/".pem" constants and extension_filenames constants into extension...yoz@chromium.org2013-07-231-1/+2
* Update include paths in chrome/installer/ for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-8/+8
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-1/+1
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-7/+7
* Use a direct include of strings headers in chrome/installer/, part 1.avi@chromium.org2013-06-111-2/+2