| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for re-enabling more MSVC level 4 warnings: chrome/ edition | pkasting@chromium.org | 2014-07-16 | 1 | -2/+2 |
* | Fixed mistake in logical check for rollback. | vitalybuka@chromium.org | 2014-05-30 | 1 | -1/+1 |
* | Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi... | wfh@chromium.org | 2014-05-28 | 1 | -60/+61 |
* | Add a flag to all of the registry related work items to specify whether to op... | wfh@chromium.org | 2014-05-23 | 1 | -101/+253 |
* | Add mDns firewall rules during chrome install or autoupdate. | vitalybuka@chromium.org | 2014-04-24 | 1 | -2/+58 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -2/+2 |
* | Always embed manifests, even in component builds! | gab@chromium.org | 2014-02-26 | 1 | -13/+0 |
* | Stop building Chrome Frame. | grt@chromium.org | 2014-01-06 | 1 | -36/+4 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -22/+22 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -0/+1 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -22/+22 |
* | Remove installation of Chrome Frame. | grt@chromium.org | 2013-12-23 | 1 | -40/+3 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -42/+45 |
* | Remove Chrome Frame quick-enable. | grt@chromium.org | 2013-12-17 | 1 | -37/+7 |
* | Remove Chrome Frame ready-mode. | grt@chromium.org | 2013-12-12 | 1 | -153/+0 |
* | Have the component build use the same manifest tricks for the installer archi... | gab@chromium.org | 2013-11-14 | 1 | -10/+3 |
* | Refactor of BrowserDistribution. | calamity@chromium.org | 2013-08-14 | 1 | -16/+16 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/installer/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Quick fix to get 7DA counts for unified Chrome / App Launcher. | huangs@chromium.org | 2013-05-09 | 1 | -0/+15 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -15/+13 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -13/+15 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Convert FilePath to base::FilePath. | brettw@chromium.org | 2013-02-19 | 1 | -1/+1 |
* | Add a limited install extension from webstore command. | levin@chromium.org | 2013-02-16 | 1 | -13/+54 |
* | Setting RunAsUser in the install-application app command. | huangs@chromium.org | 2013-02-15 | 1 | -1/+2 |
* | Fix a regression in quick-enable-app-host. | erikwright@chromium.org | 2013-02-11 | 1 | -6/+7 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -58/+63 |
* | Adding "RunAsUser" to app command; adding it to quick-enable-application-host... | huangs@chromium.org | 2013-02-08 | 1 | -50/+49 |
* | quick-enable-cf should only be added/removed when operating on multi-install ... | grt@chromium.org | 2013-02-05 | 1 | -84/+92 |
* | Remove an HKCU class registration accidently dropped by an old Canary (as lon... | gab@chromium.org | 2013-02-05 | 1 | -19/+64 |
* | Refactoring: Splitting AddGenericQuickEnableWorkItems(). | huangs@chromium.org | 2013-02-04 | 1 | -166/+101 |
* | Implementing app command to query EULA acceptance state for Chrome. | huangs@chromium.org | 2013-02-01 | 1 | -2/+34 |
* | Copy instead of moving the archive if not running from temp. | erikwright@chromium.org | 2013-01-28 | 1 | -16/+15 |
* | Duplicate setup.exe into an identical executable and point Active Setup to th... | gab@chromium.org | 2013-01-10 | 1 | -2/+13 |
* | Fix uninstallation of stand-alone user-level app launcher. | erikwright@chromium.org | 2012-12-23 | 1 | -22/+31 |
* | Add default icon to app_host.exe, and use it in shortcuts during installation. | huangs@chromium.org | 2012-11-20 | 1 | -6/+4 |
* | Fixing App Launcher shortcut icons, including uninstall shortcut. | huangs@chromium.org | 2012-11-09 | 1 | -0/+2 |
* | Modify the App Host quick enable app command to install the launcher. | erikwright@chromium.org | 2012-11-07 | 1 | -6/+6 |
* | Introduce --install-dev-chrome switch for setup.exe to install (register+shor... | gab@chromium.org | 2012-11-06 | 1 | -9/+6 |
* | No longer install all-users shortcuts on system-level installs; instead insta... | gab@chromium.org | 2012-10-30 | 1 | -7/+4 |
* | Remove setup -> Chrome Frame dependency. Make it possible to build an install... | robertshield@chromium.org | 2012-10-29 | 1 | -1/+17 |
* | Apply fixes that were going to be committed with http://codereview.chromium.o... | gab@chromium.org | 2012-10-21 | 1 | -5/+12 |
* | Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ... | gab@chromium.org | 2012-10-05 | 1 | -1/+1 |
* | Ensuring Google Update at user-level is installed alongside App Host, for the... | huangs@chromium.org | 2012-09-27 | 1 | -0/+1 |
* | Installer changes for app host to support command line install from webstore | asargent@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | C++ reability review for gab. | gab@chromium.org | 2012-09-11 | 1 | -113/+89 |
* | Reorder methods in install_worker.cc to match order in install_worker.h and m... | gab@chromium.org | 2012-09-07 | 1 | -402/+401 |
* | Callback flow to register Chrome and update shortcuts after OS upgrade to Win... | huangs@chromium.org | 2012-09-02 | 1 | -25/+69 |