summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/gcm_client_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix GCMClient delayed then immediate start.johnme2015-08-211-4/+12
* Include the raw data for incoming GCM messages.peter2015-07-221-0/+2
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-131-2/+1
* Remove cached registration first before writing to cachejianli2015-06-291-0/+5
* Improve registration log in gcm-internals page for Instance IDjianli2015-06-261-2/+7
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-251-41/+23
* Some error handling for instanceID.deleteTokenjianli2015-06-231-47/+61
* Fix a couple problems related to getting and deleting Instance IDjianli2015-06-221-0/+10
* Stop retring GCM unregistration requests after reaching maximum numberjianli2015-06-181-0/+2
* Wipe out GCM store when it is not neededjianli2015-06-171-4/+46
* Do not create GCM store if it is not neededjianli2015-06-161-3/+17
* Call InstanceID::DeleteID to delete InstanceID data when the app orjianli2015-06-041-1/+7
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-5/+6
* Delete all associated tokens when removing an Instance ID.jianli2015-05-271-1/+24
* Support getting and deleting token for Instance ID.jianli2015-05-261-60/+224
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-141-0/+11
* Persist Instance ID data to GCM store.jianli2015-05-111-0/+26
* Reset the GCM store to recover from it when it is bustedjianli2015-02-101-5/+44
* Delay start the GCM when it is actually usedjianli2015-01-211-8/+48
* [GCM] Remove GCMDriver::Purge and GCMClient::CheckOutjianli2015-01-121-6/+0
* Link GCM heartbeat with wake on wifi preferencechirantan2014-12-061-11/+7
* [GCM] Stopping periodic checkin when GCM Client is stopped.fgorski2014-12-041-4/+5
* [GCM] Fetching OAuth2 tokens periodically in account trackerfgorski2014-11-191-1/+6
* Revert of [GCM] Fetching OAuth2 tokens periodically in account tracker (patch...matthewyuan2014-11-081-6/+1
* [GCM] Fetching OAuth2 tokens periodically in account trackerfgorski2014-11-081-1/+6
* [GCM] Adding last token fetching time handlingfgorski2014-10-281-5/+13
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-241-6/+12
* By deleting the pending requests we are making sure there is no pending URL f...fgorski2014-10-081-1/+7
* [GCM] Passing GCMClient::AccountTokenInfo list to GCMDriverfgorski2014-09-291-4/+13
* Fixed a mismatch of UMA GCM metric name between the code and the histograms.x...juyik2014-09-251-5/+1
* Loading the account mappings from store to the driver.fgorski2014-09-241-4/+10
* Add GCMChannelStatusRequest to talk with server for all usersjianli2014-09-081-36/+5
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-2/+2
* [GCM] Exposing persistence of account mappings in GCM Driverfgorski@chromium.org2014-08-201-0/+18
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-061-3/+3
* Leverage profile's http network session HttpAuthCache to support proxy auth.zea@chromium.org2014-07-181-2/+8
* Adding a step to the check-in process that ensures the correct account inform...fgorski@chromium.org2014-07-171-4/+82
* Move IdentityProvider usage from GCMDriverDesktop to GCMProfileServicejianli@chromium.org2014-06-171-3/+0
* [GCM] Add app handler support for connection eventszea@chromium.org2014-06-141-2/+5
* Fix the DCHECK failure when starting and stopping GCMClient immediatelyjianli@chromium.org2014-06-131-0/+1
* [GCM] Add ConnectionListener support, and hook up to debug pagezea@chromium.org2014-06-121-1/+14
* Move GCMClient related files to gcm_driver componentjianli@chromium.org2014-06-091-0/+877