summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/uninstall.cc
Commit message (Expand)AuthorAgeFilesLines
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-9/+7
* Refactoring installer shortcut deletion; adding dedicated shortcut update fea...gab@chromium.org2013-05-061-26/+20
* Add file association for .webp to Chrome.skonig@chromium.org2013-04-301-4/+5
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-4/+2
* Fix some comments in DeleteChromeRegistrationKeys.gab@chromium.org2013-03-051-4/+1
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Removing the installer's dependence on googleurl (GURL).huangs@chromium.org2013-02-211-0/+1
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-191-1/+1
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-62/+66
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* quick-enable-cf should only be added/removed when operating on multi-install ...grt@chromium.org2013-02-051-5/+3
* [Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...gab@chromium.org2013-01-051-8/+0
* Neglected nits from https://codereview.chromium.org/11412015/ erikwright@chromium.org2013-01-041-7/+12
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-041-8/+7
* [Fixit-Dec-2012] Set the working directory of setup.exe to the temp dir when ...gab@chromium.org2013-01-031-1/+12
* Revert 174893 - Windows: Remove desktop profile shortcuts (and any others poi...eroman@chromium.org2013-01-031-7/+8
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-031-8/+7
* Fix uninstallation of stand-alone user-level app launcher.erikwright@chromium.org2012-12-231-36/+181
* Removing flow to demote App Launcher to App Host, so app_host.exe can be dele...huangs@chromium.org2012-12-141-72/+0
* Adding uninstaller flow to demote App Launcher to App Host (AKA opt-out).huangs@chromium.org2012-12-051-25/+113
* Remove self-destruct message box (causing hang in Metro).gab@chromium.org2012-11-211-30/+3
* Launch system-level Active Setup immediately following self-destruction of a ...gab@chromium.org2012-11-211-0/+8
* Revert 168080 - Configure system-level Chrome settings (i.e. install its shor...garykac@chromium.org2012-11-161-12/+0
* Configure system-level Chrome settings (i.e. install its shortcuts) immediate...gab@chromium.org2012-11-151-0/+12
* Adding App Launcher shortcuts on install.huangs@chromium.org2012-11-081-12/+14
* Modify the App Host quick enable app command to install the launcher.erikwright@chromium.org2012-11-071-3/+3
* Refactoring shortcut creation code in ShellUtil.huangs@chromium.org2012-11-071-28/+21
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-0/+7
* Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned...gab@chromium.org2012-11-011-7/+0
* Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shor...gab@chromium.org2012-11-011-0/+7
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-301-5/+2
* Only remove Chrome shortcut if it points to the chrome.exe being uninstalled.gab@chromium.org2012-10-231-4/+6
* Remove the metro registry keycpu@chromium.org2012-10-101-0/+5
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-051-40/+26
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-6/+6
* Remove system-level Chrome ProgIDs from filetype associations at uninstall.grt@chromium.org2012-09-251-21/+69
* Remove Chrome's ProgID from filetype associations at uninstall.grt@chromium.org2012-09-191-13/+35
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-1/+2
* C++ reability review for gab.gab@chromium.org2012-09-111-11/+16
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-2/+1
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-1/+2
* Callback flow to register Chrome and update shortcuts after OS upgrade to Win...huangs@chromium.org2012-09-021-0/+13
* Remove interface and type lib registration for the DelegateExecute verb handler.grt@chromium.org2012-09-011-2/+2
* Delete Chrome's secondary tiles on Windows 8 when uninstalling.benwells@chromium.org2012-08-301-2/+8
* Delete the installation folder after deleting its contents.erikwright@chromium.org2012-08-131-30/+52
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-5/+2
* Temporarily ifdef out Active Setup for M22gab@chromium.org2012-08-071-0/+5
* Register Chrome in Open With... for File Associations at install on Windows.gab@chromium.org2012-08-071-23/+32
* Delete both regular and Metro user data dirs on uninstall.grt@chromium.org2012-08-031-30/+40