| Commit message (Expand) | Author | Age | Files | Lines |
* | Restricting scope of ShellUtil's shortcut update feature for its specific usa... | huangs@chromium.org | 2013-09-13 | 1 | -33/+35 |
* | Give SxS distribution its own registration GUIDs. | zturner@chromium.org | 2013-09-13 | 1 | -2/+5 |
* | On user-level Chrome self-destruct, make user-created shortcuts target system... | huangs@chromium.org | 2013-09-05 | 1 | -0/+70 |
* | Refactor of BrowserDistribution. | calamity@chromium.org | 2013-08-14 | 1 | -3/+3 |
* | Move ".crx"/".pem" constants and extension_filenames constants into extension... | yoz@chromium.org | 2013-07-23 | 1 | -1/+2 |
* | Update include paths in chrome/installer/ for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -8/+8 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -7/+7 |
* | Use a direct include of strings headers in chrome/installer/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -9/+7 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Removing deprecated DCHECK's that require App Launcher to be user-level only. | huangs@chromium.org | 2013-05-28 | 1 | -2/+0 |
* | Quick fix to get 7DA counts for unified Chrome / App Launcher. | huangs@chromium.org | 2013-05-09 | 1 | -0/+21 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -7/+9 |
* | 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 |