summaryrefslogtreecommitdiffstats
path: root/chrome/browser/services
Commit message (Expand)AuthorAgeFilesLines
* Move GCMClient related files to gcm_driver componentjianli@chromium.org2014-06-095-7/+20
* Hook up GCMDriverAndroid callbacksjohnme@chromium.org2014-06-052-41/+61
* Add browser-global GCMDriverbartfab@chromium.org2014-06-054-41/+73
* This patch splits GCMDriver into an abstract interface and anjohnme@chromium.org2014-05-312-41/+30
* Switch "GCM enabled" from tri-state to Booleanbartfab@chromium.org2014-05-282-45/+4
* Move all remaining files to gcm_driver componentjianli@chromium.org2014-05-2814-2484/+8
* Move all gcm activity types out of GCMStatsRecorderjianli@chromium.org2014-05-241-0/+1
* Set default for prefs::kGCMChannelEnabled to true on all channelsbartfab@chromium.org2014-05-241-10/+1
* Retrieve chrome build info in GCMProfileService, instead of GCMDriverjianli@chromium.org2014-05-238-54/+95
* Start and stop the GCM service on demandjianli@chromium.org2014-05-235-108/+276
* Remove dependency on content::BrowserThread from GCMDriverjianli@chromium.org2014-05-229-178/+220
* Make GCMProfileService own GCMDriver, instead of deriving from itjianli@chromium.org2014-05-219-347/+389
* Rename GCMClientMock to FakeGCMClientjianli@chromium.org2014-05-157-1421/+99
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-152-2/+2
* Rename GCMService to GCMDriverjianli@chromium.org2014-05-155-130/+1073
* Pass callbacks by const-reference.isherman@chromium.org2014-05-154-23/+24
* Componentize GCM Part 1: create GCM component and move some files overjianli@chromium.org2014-05-1414-177/+28
* Revert 270226 "Componentize GCM Part 1: create GCM component and..."piman@chromium.org2014-05-1314-16/+177
* Componentize GCM Part 1: create GCM component and move some files overjianli@chromium.org2014-05-1314-177/+16
* Rename GCMClient::Load to GCMClient::Startjianli@chromium.org2014-05-138-66/+62
* Enable auto-refreshing of the gcm-internals page whenever a GCM activity is r...juyik@chromium.org2014-05-101-1/+14
* Revert of Enable auto-refreshing of the gcm-internals page whenever a GCM act...nkostylev@chromium.org2014-05-081-8/+0
* Enable auto-refreshing of the gcm-internals page whenever a GCM activity is r...juyik@chromium.org2014-05-071-0/+8
* Fix flakiness and re-enable GCMService unit testsbartfab@chromium.org2014-04-301-25/+7
* Disable subset of GCMServiceTest.* on Android. Flaky.tapted@chromium.org2014-04-281-4/+25
* Extract Profile-independent GCMService from GCMProfileServicebartfab@chromium.org2014-04-2515-2438/+2723
* This is the same patch as issue 202083005 which you have approved. Issue 2020...juyik@chromium.org2014-04-184-17/+63
* Revert 264313 "Add activity recording capability to gcm internal..."asargent@chromium.org2014-04-164-63/+17
* Add activity recording capability to gcm internals page. User can refresh, st...juyik@chromium.org2014-04-164-17/+63
* [GCM] Move extension specific tests out of gcm_profile_service_unit_testjianli@chromium.org2014-04-036-318/+273
* Componentize SigninManager.blundell@chromium.org2014-04-012-3/+3
* Revert of Componentize SigninManager. (https://codereview.chromium.org/218713...dewittj@chromium.org2014-03-312-3/+3
* Componentize SigninManager.blundell@chromium.org2014-03-312-3/+3
* [GCM] Run all gcm tests for all channelsjianli@chromium.org2014-03-311-3/+0
* [GCM] Cleanup for ios enablingzea@chromium.org2014-03-291-0/+2
* Have unittests use TestingProfile::Builder to build fake SigninManager.blundell@chromium.org2014-03-271-6/+11
* [GCM] Destroy connection factory on CheckOutzea@chromium.org2014-03-261-1/+2
* Componentize SigninManagerBase.blundell@chromium.org2014-03-253-3/+9
* Move signin_core target to signin_core_browser.blundell@chromium.org2014-03-241-1/+1
* Make SigninManagerBase's usage of Profile private.blundell@chromium.org2014-03-241-2/+5
* [GCM] Move registration info persistence from extension state store to GCM storejianli@chromium.org2014-03-213-520/+31
* Disable MessageNotReceivedFromNotRegisteredSender GCM test.mnissler@chromium.org2014-03-211-1/+2
* Componentize (Mutable)ProfileOAuth2TokenService.blundell@chromium.org2014-03-201-1/+1
* [GCM] Move extension specific logic out of GCMProfileServicejianli@chromium.org2014-03-207-233/+274
* Revert of Componentize (Mutable)ProfileOAuth2TokenService. (https://coderevie...weitaosu@chromium.org2014-03-191-1/+1
* Componentize (Mutable)ProfileOAuth2TokenService.blundell@chromium.org2014-03-191-1/+1
* [GCM] Adding chrome.gcm.unregister to gcm APIfgorski@chromium.org2014-03-197-83/+297
* components: Rename encryptor directory to os_crypt.tfarina@chromium.org2014-03-181-1/+1
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-146-13/+12
* Receive invalidation messages through GCMpavely@chromium.org2014-03-122-0/+32