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