summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
* [GCM] Fixing the initialization of last checkin/fetch time if they arefgorski2015-01-303-8/+81
* Adding "static_assert" in lieu of "COMPILE_ASSERT" in google_apis moduleanujk.sharma2015-01-212-4/+4
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Standardize usage of virtual/override/final specifiers in google_apis/.dcheng2014-12-2311-12/+13
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-5/+6
* Increase HeartbeatManagerTest.UpdateTimerAfterStart test max time check tozhaoqin2014-12-151-1/+1
* [GCM] Fix gcm network change handling before connectzea2014-12-114-15/+45
* Link GCM heartbeat with wake on wifi preferencechirantan2014-12-067-18/+55
* [GCM] Fixing loading from GCM store after signing out of a profilefgorski2014-11-212-9/+17
* Revert of Fixing all of problems found by vc++ /analyze in GCM code (patchset...matthewyuan2014-11-081-5/+5
* Fixing all of problems found by vc++ /analyze in GCM codefgorski2014-11-081-5/+5
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* [GCM] Make heartbeat manager partially resistant to missed heartbeatszea2014-10-283-0/+73
* [GCM] Adding last token fetching time handlingfgorski2014-10-285-1/+89
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-247-16/+41
* [GCM] Fix crash when size packet splits two socket readszea2014-10-212-11/+123
* Standardize usage of virtual/override/final in google_apis/dcheng2014-10-2114-161/+154
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-171-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-155-50/+19
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-141-0/+6
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-0714-86/+86
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-072-178/+178
* Make --log-net-log and NetLogLogger hide cookies by default,mmenke2014-09-301-13/+4
* [GCM] Investigatory CHECKs for crash in parsing streamzea2014-09-254-25/+30
* Loading the account mappings from store to the driver.fgorski2014-09-243-28/+25
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-6/+6
* Setting max TTL for upstream GCM messages to 1 day to match server sidefgorski2014-09-221-1/+1
* Make component build Chrome link.Brett Wilson2014-09-101-0/+4
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+2
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* [GCM] Adding GCMAccountMapper to link signed in profile to accounts.fgorski2014-09-044-114/+117
* Remove implicit conversions from scoped_refptr to T* in google_apis/Daniel Cheng2014-08-264-16/+16
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-3/+3
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-1/+1
* [GCM] Fixing a bug with old registration ID not being removedfgorski@chromium.org2014-08-152-1/+21
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-0/+2
* Revert 288761 "GN: Fix up various targets in component build"luken@chromium.org2014-08-111-2/+0
* GN: Fix up various targets in component buildjamesr@chromium.org2014-08-111-0/+2
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* [GCM] Adding status to AccountMapping structurefgorski@chromium.org2014-08-0713-334/+401
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-061-0/+12
* [GCM] Persistence of account mappings.fgorski@chromium.org2014-08-046-17/+220
* [GCM] Adding AccountInfo structure to persist accounts mapped to GCMfgorski@chromium.org2014-07-304-0/+270
* [GCM] Ignore network status when reconnecting againzea@chromium.org2014-07-302-5/+7
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-8/+7
* Leverage profile's http network session HttpAuthCache to support proxy auth.zea@chromium.org2014-07-184-14/+42
* [GCM] Removing cookies from checkin and registration requestsfgorski@chromium.org2014-07-172-0/+6
* [GCM] Add a SelectiveAck test for midstream ackszea@chromium.org2014-07-172-1/+82
* Adding a step to the check-in process that ensures the correct account inform...fgorski@chromium.org2014-07-178-28/+96