summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Add GCM check in status code metric collection. We also decided to collect re...juyik@chromium.org2014-02-132-2/+39
* [GCM] Remove all persisted data and close connections when signing out of a p...jianli@chromium.org2014-02-133-1/+13
* [GCM] Remove user checkin for GCM.jianli@chromium.org2014-02-1223-1151/+134
* Keep reconcilor for looping when cookies change.rogerta@chromium.org2014-02-123-26/+32
* Add GCM registration status code metric collection.juyik@chromium.org2014-02-122-0/+11
* Enable encrypted cookies on Mac OSX.bcwhite@chromium.org2014-02-121-0/+5
* [GCM] Reset socket state on disconnectzea@chromium.org2014-02-117-1/+27
* Move OAuth2 client id and secret switches to gaia_switches.hmsarda@chromium.org2014-02-114-10/+10
* [GCM] Adding retry logic to registrationfgorski@chromium.org2014-02-085-23/+233
* [GCM] Adding retry logic to the Checkin Requestfgorski@chromium.org2014-02-085-27/+187
* [GCM] Make GCMProfileService create and own GCMClientjianli@chromium.org2014-02-073-10/+29
* [GCM] Pull backoff policy out into GCM and update valueszea@chromium.org2014-02-065-31/+73
* drive: Allow setting modified/accessed date with AddNewDirectoryhashimoto@chromium.org2014-02-053-0/+35
* Parse "removable" and "productId" fields from apps.list response.kinaba@chromium.org2014-02-059-24/+39
* [GCM] Notify the message sending status when the message is queued for sendingjianli@chromium.org2014-02-014-8/+27
* [GCM] Remove the line I forgot to remove at GCMClientImpl::StartMCSLoginjianli@chromium.org2014-01-311-1/+0
* Adding WeakPtrFactory to GCMClientImpl, cleaning up .h a little bitfgorski@chromium.org2014-01-312-15/+21
* [GCM] Pass user states in settings field of MCS login requestjianli@chromium.org2014-01-3113-28/+115
* drive: Stop requesting AboutResource before performing local to drive copyhashimoto@chromium.org2014-01-311-0/+3
* [GCM] Make sure delegate method is invoked when GCMClient gets ready in eithe...jianli@chromium.org2014-01-315-19/+27
* Watch cookie jar so that reconcilor reacts more quickly.rogerta@chromium.org2014-01-312-7/+15
* GCMClientImpl:fgorski@chromium.org2014-01-306-41/+755
* Explicit destruction order in gcm_unit_testsscottmg@chromium.org2014-01-301-5/+9
* Fix double escaping of senderIds in registration request.pavely@chromium.org2014-01-292-4/+5
* [GCM] Some fixes on gcm client and enginejianli@chromium.org2014-01-295-6/+36
* The google accounts connected to a profile should remain consistent with the ...rogerta@chromium.org2014-01-283-7/+24
* Use case-insensitive comparison in GAIA /programmatic_auth cookie checkbartfab@chromium.org2014-01-281-4/+8
* Re-landing https://codereview.chromium.org/118733002:zelidrag@chromium.org2014-01-281-3/+6
* [GCM] Fix connection factory unit tests timingzea@chromium.org2014-01-273-18/+64
* [GCM] Fix mcs_probe credential handlingzea@chromium.org2014-01-272-3/+25
* [GCM] Fix memory leakszea@chromium.org2014-01-2511-156/+142
* [GCM] Add more GCM tests and fix bugs found by these testsjianli@chromium.org2014-01-241-0/+2
* Revert 242135 "Added merge session request throttle for XHR requ..."zelidrag@chromium.org2014-01-241-6/+3
* [GCM] Pass more browser specific data to initialize GCMClient from GCMClientF...jianli@chromium.org2014-01-231-1/+0
* [GCM] Disable leaky testszea@chromium.org2014-01-232-4/+30
* GCM Client initializationfgorski@chromium.org2014-01-226-128/+569
* Move GoogleAutoLoginHelper to //google_apis.blundell@chromium.org2014-01-224-0/+588
* [GCM] Plumb mock keychain status to gcm store implzea@chromium.org2014-01-227-19/+22
* [GCM] Reland: Introduce GCMClientFactory to create GCMClient for GCMProfileSe...jianli@chromium.org2014-01-224-48/+5
* Revert 245447 "[GCM] Introduce GCMClientFactory to create GCMCli..."glider@chromium.org2014-01-214-5/+48
* Fix leak in UbertokenFetcher unittests.blundell@chromium.org2014-01-201-2/+2
* Switch GAIA e-mail address retrieval from /GetUserInfo to /ListAccountsbartfab@chromium.org2014-01-172-18/+10
* drive: Support authorizing third-party Drive apps for opening files.kinaba@chromium.org2014-01-175-3/+82
* Add a function for determining if official Google Chrome API key is used.kinaba@chromium.org2014-01-172-0/+12
* drive: Stop using DictionaryValue to store data in FakeDriveServicehashimoto@chromium.org2014-01-171-0/+2
* drive: Add metadata parameters to InitiateUpload* methodshashimoto@chromium.org2014-01-176-24/+259
* [GCM] Introduce GCMClientFactory to create GCMClient for GCMProfileServicejianli@chromium.org2014-01-174-48/+5
* Move UbertokenFetcher from //chrome to //google_apis.blundell@chromium.org2014-01-166-0/+334
* Adding a user list (to be consumed by GCM Client Implementation)fgorski@chromium.org2014-01-1610-18/+743
* [GCM] Fix use after free memory issue in gcm storezea@chromium.org2014-01-161-11/+22