summaryrefslogtreecommitdiffstats
path: root/components/component_updater
Commit message (Expand)AuthorAgeFilesLines
* Avoiding creation of new string for component version.cmumford2015-08-071-1/+1
* Retry running reporter and display the prompt.mad2015-06-241-5/+0
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-2/+2
* SequencedWorkerPool has a race condition on destruction that could result in ...sorin2015-05-271-5/+7
* Rewrite component update service in terms of components/update_client.sorin2015-05-269-971/+866
* Implement common code for component and extension updaters.sorin2015-04-174-126/+132
* Revert of Implement common code for component and extension updaters. (patchs...vasilii2015-04-144-141/+126
* Implement common code for component and extension updaters.sorin2015-04-144-126/+141
* Reland r318372: Don't check for supervised user whitelist updates until after...bauerb2015-02-272-11/+18
* Revert of Don't check for supervised user whitelist updates until after regis...qyearsley2015-02-272-18/+11
* Don't check for supervised user whitelist updates until after registering the...bauerb2015-02-272-11/+18
* Correct paths in gypi files in components.bratell2015-02-231-1/+0
* Add support for uninstalling components and use it in SupervisedUserWhitelist...bauerb2015-02-094-3/+86
* Make ComponentInstaller refcounted.bauerb2015-02-053-12/+13
* Re-prompt Chrome users to run the SRT when a finch param changes.mad2015-01-272-0/+6
* This is a mechanical change. It is large but straightforward in its intention.sorin2015-01-2444-6735/+49
* Rename omaha_client and similar tokens to update_client in all contexts.sorin2015-01-063-14/+14
* Add SupervisedUserWhitelistInstaller.bauerb2014-12-164-20/+28
* Elevated install of recovery component when needed.xiaolingbao2014-12-082-0/+4
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-082-0/+4
* Add more components unittests to the GN build.brettw2014-11-261-1/+8
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-11-211-20/+18
* Removed URLRequest::Interceptor and wired up AppCacheInterceptorbengr2014-11-172-5/+0
* Request_sender must not use the worker pool to construct an URLFetcher,waffles2014-11-152-2/+10
* Rename components/omaha_query_params => components/omaha_clientrockot2014-11-133-4/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-295-13/+13
* Standardize usage of virtual/override/final in components/dcheng2014-10-2110-84/+82
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-1/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0615-64/+64
* Clean up DefaultComponentInstaller::StartRegistration().xhwang2014-10-031-32/+30
* Component Installer: Check manifest in VerifyInstallation().xhwang2014-10-032-19/+24
* Offer to download the Software removal tool when the sw_reporter component fo...mad2014-09-252-1/+21
* Replace usage of basictypes.h with a combination of stdint.h and base/macros.h.sorin2014-09-2327-65/+96
* Implement support for fallback update check urls in the component updatersorin2014-09-1618-182/+607
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-108-8/+8
* Componentize component_updater: Enable tests on iOS.tommycli2014-09-101-1/+1
* Trigger the SW reporter to run once a week for users with UMA enabled.csharp2014-09-102-5/+4
* Componentize component_updater: Move URLRequestPrepackagedInterceptor from co...tommycli2014-09-091-37/+31
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+2
* Componentize component_updater: Break content/ dependency for rest of compone...tommycli2014-08-278-74/+86
* Remove implicit conversions from scoped_refptr to T* in components/component_...dcheng2014-08-272-2/+2
* Componentize component_updater: Move a bunch of tests to component.tommycli2014-08-2614-1/+2206
* Extensions: Move id_util functions to crx_file component.tommycli@chromium.org2014-08-211-2/+2
* Componentize component_updater: Move over a bunch of files to the component.tommycli@chromium.org2014-08-1929-0/+5584
* Certificate Transparency: Use component updater for EV whitelisteranm@chromium.org2014-08-122-0/+4
* Componentize component_updater: Fix bug where components disrespect --user-da...tommycli@chromium.org2014-08-092-9/+19
* components: Add GN Build files for component_updater and user_manager.tfarina@chromium.org2014-07-221-0/+18
* Componentize component_updater: Use Configurator to build query parameters.tommycli@chromium.org2014-07-104-0/+17
* Break some of the chrome/common dependencies in implementation by moving some...tommycli@chromium.org2014-07-087-0/+137