| Commit message (Expand) | Author | Age | Files | Lines |
* | [Installer] Cleaning up dead code for App Launcher / App Host installs. | huangs | 2015-01-29 | 1 | -78/+21 |
* | Make callers of CommandLine use it via the base:: namespace, and remove the g... | avi | 2014-12-25 | 1 | -4/+5 |
* | Use FilePath in favor of string16 and wchar_t* in some Windows installer code. | grt | 2014-12-05 | 1 | -7/+6 |
* | Remove implicit HANDLE conversions from chrome. | rvargas | 2014-09-25 | 1 | -3/+3 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2. | thestig | 2014-08-23 | 1 | -1/+1 |
* | Reland: Remove some dead app host code. | grt@chromium.org | 2014-07-25 | 1 | -18/+11 |
* | Revert 285661 "Remove some dead app host code." | mpearson@chromium.org | 2014-07-25 | 1 | -11/+18 |
* | Remove some dead app host code. | grt@chromium.org | 2014-07-25 | 1 | -18/+11 |
* | Fix installer variable name bugaboo. | grt@chromium.org | 2014-07-23 | 1 | -6/+6 |
* | Remove per-user browser blacklist state from the registry on uninstall. | krstnmnlsn@chromium.org | 2014-06-26 | 1 | -0/+17 |
* | Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi... | wfh@chromium.org | 2014-05-28 | 1 | -7/+6 |
* | Add a flag to all of the registry related work items to specify whether to op... | wfh@chromium.org | 2014-05-23 | 1 | -26/+46 |
* | installer: Remove dependency on extensions' constant. | tfarina@chromium.org | 2014-05-05 | 1 | -2/+1 |
* | Remove installer::GetChromeUserDataPath helper. | msw@chromium.org | 2014-05-01 | 1 | -10/+22 |
* | Add mDns firewall rules during chrome install or autoupdate. | vitalybuka@chromium.org | 2014-04-24 | 1 | -0/+11 |
* | Add RLZ Access points for the app launcher. | sammc@chromium.org | 2014-04-03 | 1 | -0/+1 |
* | Remove stale code to delete the metro user data dir. It never shipped. | grt@chromium.org | 2014-04-03 | 1 | -230/+211 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Remove cruft from Chrome's installer for Windows. | grt@chromium.org | 2014-03-13 | 1 | -3/+0 |
* | Move AppendFile and *CurrentDirectory to the base namespace. | brettw@chromium.org | 2014-03-11 | 1 | -1/+1 |
* | Make uninstall actually work on component builds. | gab@chromium.org | 2014-02-26 | 1 | -21/+46 |
* | Determine the path to setup.exe via PathService rather than the parsed | grt@chromium.org | 2014-02-18 | 1 | -6/+4 |
* | During the self-destruct flow (user-level Chrome being replaced by system-lev... | huangs@chromium.org | 2014-01-08 | 1 | -4/+2 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -7/+6 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -6/+7 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -38/+38 |
* | Remove Chrome Frame quick-enable. | grt@chromium.org | 2013-12-17 | 1 | -20/+1 |
* | Remove Chrome Frame ready-mode. | grt@chromium.org | 2013-12-12 | 1 | -20/+2 |
* | We want the Applications Menu shortcut paths to be managed by shell_util.cc as | calamity@chromium.org | 2013-12-04 | 1 | -63/+23 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Automatically register canary GUIDs on install, but don't expose in-browser U... | zturner@chromium.org | 2013-10-23 | 1 | -1/+2 |
* | Uninstall chrome binaries that are no longer in use. | grt@chromium.org | 2013-10-08 | 1 | -20/+12 |
* | Removing shortcut deletion code in uninstall for legacy App Launcher. | huangs@chromium.org | 2013-10-04 | 1 | -5/+0 |
* | Don't request the browser progid suffix unless |product.is_chrome()|. | zturner@chromium.org | 2013-09-27 | 1 | -3/+6 |
* | Cleanup: Remove some FromWStringHack() calls in chrome/installer. | thestig@chromium.org | 2013-09-26 | 1 | -6/+6 |
* | 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 |