summaryrefslogtreecommitdiffstats
path: root/components/component_updater/component_updater_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite component update service in terms of components/update_client.sorin2015-05-261-902/+207
* Implement common code for component and extension updaters.sorin2015-04-171-116/+121
* Revert of Implement common code for component and extension updaters. (patchs...vasilii2015-04-141-127/+116
* Implement common code for component and extension updaters.sorin2015-04-141-116/+127
* Add support for uninstalling components and use it in SupervisedUserWhitelist...bauerb2015-02-091-1/+37
* Make ComponentInstaller refcounted.bauerb2015-02-051-1/+1
* This is a mechanical change. It is large but straightforward in its intention.sorin2015-01-241-32/+21
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-15/+14
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-11/+11
* Replace usage of basictypes.h with a combination of stdint.h and base/macros.h.sorin2014-09-231-2/+3
* Implement support for fallback update check urls in the component updatersorin2014-09-161-7/+11
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Componentize component_updater: Move over a bunch of files to the component.tommycli@chromium.org2014-08-191-0/+1018