| Commit message (Expand) | Author | Age | Files | Lines |
* | Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi... | wfh@chromium.org | 2014-05-28 | 1 | -4/+8 |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -2/+2 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -15/+15 |
* | 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 | -15/+15 |
* | Remove installation of Chrome Frame. | grt@chromium.org | 2013-12-23 | 1 | -37/+17 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -1/+1 |
* | Remove Chrome Frame ready-mode. | grt@chromium.org | 2013-12-12 | 1 | -4/+0 |
* | Uninstall multi-install Chrome Frame when updated. | grt@chromium.org | 2013-12-04 | 1 | -7/+28 |
* | Uninstall chrome binaries that are no longer in use. | grt@chromium.org | 2013-10-08 | 1 | -16/+41 |
* | Refactor of BrowserDistribution. | calamity@chromium.org | 2013-08-14 | 1 | -6/+6 |
* | Remove unused vector declaration. | etienneb@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | Ignore single-installed products when checking to see if the binaries are to ... | grt@chromium.org | 2013-07-25 | 1 | -3/+14 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/installer/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -2/+3 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher. | huangs@chromium.org | 2013-03-01 | 1 | -6/+4 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Disable "using base::FilePath" on Linux since it now compiles. | brettw@chromium.org | 2013-02-17 | 1 | -2/+3 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -14/+17 |
* | Duplicate setup.exe into an identical executable and point Active Setup to th... | gab@chromium.org | 2013-01-10 | 1 | -0/+4 |
* | Removing flow to demote App Launcher to App Host, so app_host.exe can be dele... | huangs@chromium.org | 2012-12-14 | 1 | -24/+3 |
* | Adding uninstaller flow to demote App Launcher to App Host (AKA opt-out). | huangs@chromium.org | 2012-12-05 | 1 | -6/+29 |
* | Don't attempt to remove the binaries if they aren't there. | erikwright@chromium.org | 2012-11-30 | 1 | -1/+3 |
* | IsFileInUse should return false when the directory doesn't exist, too. | grt@chromium.org | 2012-11-26 | 1 | -10/+6 |
* | Uninstall Chrome + has App Host + not App Launcher => Uninstall App Host. | huangs@chromium.org | 2012-11-19 | 1 | -29/+46 |
* | IsFileInUse should return false when the file doesn't exist. | grt@chromium.org | 2012-11-19 | 1 | -4/+8 |
* | Drastically simplify old version cleanup and add some additional logging. | robertshield@chromium.org | 2012-11-01 | 1 | -22/+45 |
* | Ensuring Google Update at user-level is installed alongside App Host, for the... | huangs@chromium.org | 2012-09-27 | 1 | -2/+7 |
* | Allow invocation of --multi-install without a product if App Host needs binar... | erikwright@chromium.org | 2012-08-13 | 1 | -4/+2 |
* | (re-commit) Implement installation of the Chrome App Host. | erikwright@chromium.org | 2012-07-20 | 1 | -6/+126 |
* | Revert 147650 - Implement installation of the Chrome App Host. | erikwright@chromium.org | 2012-07-20 | 1 | -126/+6 |
* | Implement installation of the Chrome App Host. | erikwright@chromium.org | 2012-07-20 | 1 | -6/+126 |
* | Remove two deprecated methods from base::Version | isherman@chromium.org | 2012-07-11 | 1 | -6/+6 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 1 | -2/+2 |
* | Abstract suffixing logic away from GetApplicationName | gab@chromium.org | 2012-06-17 | 1 | -3/+3 |
* | Add support for --critical-update-version to installer. | grt@chromium.org | 2011-11-11 | 1 | -0/+19 |
* | Errors while deleting old version dirs no longer cause them to grow in odd ways. | grt@chromium.org | 2011-10-15 | 1 | -38/+30 |
* | Fix DCHECK in GCF quick-enable. | grt@chromium.org | 2011-08-11 | 1 | -22/+18 |
* | Cause new_chrome.exe to always be written if Chrome Frame is in use, resultin... | robertshield@chromium.org | 2011-07-15 | 1 | -2/+33 |
* | Reland 87035 - Properly detect the current version when migrating single to m... | grt@chromium.org | 2011-05-27 | 1 | -3/+27 |