| Commit message (Expand) | Author | Age | Files | Lines |
* | Installer refactoring: using string16 instead of wstring for GoogleUpdateSett... | huangs@chromium.org | 2014-07-08 | 1 | -30/+28 |
* | Read multi-install chrome's channel from the binaries. | grt@chromium.org | 2014-06-04 | 1 | -14/+26 |
* | Always read and write Google Update registry values from the 32-bit hive, eve... | wfh@chromium.org | 2014-06-04 | 1 | -9/+12 |
* | Refactor: Extracting base interface from BrowserDistribution to simplify Goog... | huangs@chromium.org | 2014-05-28 | 1 | -42/+40 |
* | Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bi... | wfh@chromium.org | 2014-05-28 | 1 | -23/+36 |
* | Cleanup various Windows installer/breakpad bits. | thestig@chromium.org | 2014-05-20 | 1 | -4/+4 |
* | Add ReenableAutoupdatesForApp and AreAutoupdatesEnabled methods to GoogleUpda... | robertshield@chromium.org | 2014-03-27 | 1 | -18/+110 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Add a histogram to track Chrome's UpdatePolicy in the field. | gab@chromium.org | 2014-03-03 | 1 | -0/+19 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 1 | -4/+3 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -3/+3 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 1 | -3/+4 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -13/+15 |
* | Port experiment_labels.h to be cross-platform. | rohitrao@chromium.org | 2013-12-06 | 1 | -0/+1 |
* | Save anonymous information about signed-in profiles. | bcwhite@chromium.org | 2013-11-28 | 1 | -7/+54 |
* | Set the client ID in crash reports via the crash key logging system. | rsesek@chromium.org | 2013-10-01 | 1 | -4/+8 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | remove now-unnecessary ScopedAllowIO in google_update_settings | scottmg@chromium.org | 2013-06-26 | 1 | -7/+0 |
* | Add support to Google Update wrappers for the "automatic updates only" group ... | ryanmyers@chromium.org | 2013-06-21 | 1 | -0/+1 |
* | Use a direct include of strings headers in chrome/installer/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Makes omaha experiment label utility functions cross-platform. | rohitrao@chromium.org | 2013-03-19 | 1 | -34/+0 |
* | [win] Set did run bit for app host when the app launcher is used. | benwells@chromium.org | 2013-03-06 | 1 | -3/+12 |
* | 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 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Add a VariationsRegistrySyncer class, which synchronizes Google Update relate... | stevet@chromium.org | 2013-01-30 | 1 | -0/+34 |
* | Have ReadExperimentLabels not err on missing key or values. | stevet@chromium.org | 2013-01-22 | 1 | -8/+19 |
* | Add a method to read the Omaha experiment_labels value. | stevet@chromium.org | 2013-01-10 | 1 | -0/+20 |
* | Refactor SetOmahaExperimentLabel out of gcpai and into install_util. | stevet@chromium.org | 2013-01-09 | 1 | -0/+26 |
* | Enable EULA dialog to be shown from metro Chrome. | robertshield@chromium.org | 2012-09-26 | 1 | -22/+0 |
* | Expose methods to check the installed version of Google Update | cdn@chromium.org | 2012-05-23 | 1 | -0/+17 |
* | Add logging of Google Update configuration/statistics to UMA report. | ryanmyers@chromium.org | 2012-05-14 | 1 | -0/+99 |
* | Add scopedallowIO for google chrome specific registry access. | jam@chromium.org | 2012-04-30 | 1 | -0/+4 |
* | Launch Google Update on uninstall. | grt@chromium.org | 2012-03-15 | 1 | -0/+13 |
* | Add IsSystemInstall to GoogleUpdateSettings. | chrisha@chromium.org | 2012-01-14 | 1 | -6/+5 |
* | Read the stats consent setting properly for system-level installs. | grt@chromium.org | 2012-01-11 | 1 | -25/+31 |
* | Remove remaining references to CEEE. | rogerta@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | base/win: small improvement to RegKey API. | tfarina@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Move brand code related function to a common place for all platforms. These | rogerta@chromium.org | 2011-10-07 | 1 | -29/+0 |
* | Proper EULA handling for quick-enable. | grt@chromium.org | 2011-08-11 | 1 | -3/+2 |
* | Handle eulaaccepted and oeminstall mo betta for multi-install. During first ... | grt@chromium.org | 2011-07-12 | 1 | -40/+35 |
* | Add helper function to GoogleUpdateSettings to retrieve the reactivation | rogerta@chromium.org | 2011-06-23 | 1 | -0/+5 |
* | Return a new error code multi-install updates if Group Policy settings blocki... | grt@chromium.org | 2011-06-16 | 1 | -0/+70 |
* | Change the writting to the 'did run' registry to better account actives | cpu@chromium.org | 2011-05-12 | 1 | -3/+31 |
* | Control crash reporting and UMA collection in multi-install via a value in th... | grt@chromium.org | 2011-05-05 | 1 | -18/+78 |
* | Fix platform_util::GetChannel on Windows. | mark@chromium.org | 2011-05-02 | 1 | -26/+42 |
* | Change determination of when to show the first run search engine selection di... | mirandac@chromium.org | 2011-04-05 | 1 | -4/+11 |
* | Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai... | grt@chromium.org | 2011-02-03 | 1 | -34/+33 |