summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver
Commit message (Expand)AuthorAgeFilesLines
* Revert of [GCM] Fetching OAuth2 tokens periodically in account tracker (patch...matthewyuan2014-11-083-15/+2
* [GCM] Fetching OAuth2 tokens periodically in account trackerfgorski2014-11-083-2/+15
* [GCM] Support registration before unregistration finishesjianli2014-10-293-27/+71
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-296-18/+18
* Add a missing dependency from gcm_driver.mukai2014-10-281-0/+2
* [GCM] Adding last token fetching time handlingfgorski2014-10-2813-23/+163
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-243-7/+17
* Standardize usage of virtual/override/final in components/dcheng2014-10-2116-256/+238
* Fix Java indentation issues.aurimas2014-10-172-6/+4
* [GCM] DCHECK should not be used since it will skip the code insidejianli2014-10-173-1/+30
* [GCM] Start GCMChannelStatusSyncer when GCM is disabledJian Li2014-10-167-32/+130
* This patch is:fgorski2014-10-165-9/+39
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* Revert of [GCM] Start GCMChannelStatusSyncer when GCM is disabled (patchset #...jianli2014-10-147-75/+27
* [GCM] Start GCMChannelStatusSyncer when GCM is disabledjianli2014-10-147-27/+75
* Clarify comment on GCM subtypes codejohnme2014-10-141-1/+2
* Make chrome_shell_apk buildcjhopman2014-10-132-14/+27
* [GCM] Updates to GCMChannelStatusSyncer - UserAgent and server URL.fgorski2014-10-108-8/+37
* [GCM] Updating GCM Status Syncer to the new Experiment Status pbfgorski2014-10-097-59/+24
* By deleting the pending requests we are making sure there is no pending URL f...fgorski2014-10-083-4/+28
* Replace legacy GCMRegistrar with subtypes-enabled GoogleCloudMessagingV2johnme2014-10-073-95/+252
* Keep the GCM data intact when the user signs out of the profilejianli2014-10-0710-25/+84
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0617-172/+172
* Enable content layer to initCommandLine on Androidjohnme2014-10-021-2/+2
* [GCM] Passing GCMClient::AccountTokenInfo list to GCMDriverfgorski2014-09-2915-53/+107
* Add a new UMA to GCMjianli2014-09-261-0/+3
* Revert of Clear GCM data when the user clears cookies and other site data (pa...jianli2014-09-268-34/+8
* Fixed a mismatch of UMA GCM metric name between the code and the histograms.x...juyik2014-09-251-5/+1
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-251-9/+9
* Loading the account mappings from store to the driver.fgorski2014-09-248-14/+37
* Setting max TTL for upstream GCM messages to 1 day to match server sidefgorski2014-09-222-1/+4
* [GCM] Adding registration ID request and tests to GCM Account Mapperfgorski2014-09-203-30/+157
* Reland: Add GCMChannelStatusSyncer to schedule requests and enable/disable GCMjianli2014-09-1910-21/+593
* Revert of Add GCMChannelStatusSyncer to schedule requests and enable/disable ...dbeam2014-09-1810-586/+21
* Add GCMChannelStatusSyncer to schedule requests and enable/disable GCMjianli2014-09-1810-21/+586
* GN: Get //chrome/* mostly working on androidJames Robinson2014-09-171-1/+12
* [GCM] Use the correct content type to talk with server for all usersjianli2014-09-161-1/+1
* Clear GCM data when the user clears cookies and other site datajianli2014-09-138-8/+34
* [GCM] Adding GCMAccountMapper testsfgorski2014-09-101-32/+289
* [GCM] Extracting Delayed Task Controller from GCMDesktopDriverfgorski2014-09-106-59/+149
* Revert of [GCM] Adding GCMAccountMapper tests (patchset #2 id:20001 of https:...noel2014-09-091-312/+32
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Add GCMChannelStatusRequest to talk with server for all usersjianli2014-09-089-37/+530
* [GCM] Adding GCMAccountMapper testsfgorski2014-09-081-32/+312
* [GCM] Adding GCMAccountMapper to link signed in profile to accounts.fgorski2014-09-044-0/+1010
* Fix Chrome linker errors in GN build.Brett Wilson2014-09-021-0/+2
* [GCM] Extracting GCMConnectionObserver from GCMAppHandlerfgorski2014-08-2816-68/+148
* 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-2012-2/+114
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-0613-19/+123