summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* [GCM] Add proxy resolution support.zea@chromium.org2014-03-143-35/+204
* Add create access token fetcher to OAuthTokenService.msarda@chromium.org2014-03-1311-89/+110
* Remove command-line flags for OAuth scopes.mnissler@chromium.org2014-03-129-42/+13
* [GCM] Propagating SendError details all the way to the event.fgorski@chromium.org2014-03-115-50/+98
* Show device information in chrome://gcm-internals page.juyik@chromium.org2014-03-076-0/+81
* Only allow the senders that the application is currently registered for to se...fgorski@chromium.org2014-03-073-5/+9
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* [GCM] Remove the requirement for manifest keyjianli@chromium.org2014-03-057-17/+1
* Extract OAuth2AccessTokenFetcher interface.msarda@chromium.org2014-03-0513-454/+539
* [GCM] Stop/restart GCM when the state is forced off/onjianli@chromium.org2014-03-057-3/+48
* drive: Add request class for Permissions.insert API.kinaba@chromium.org2014-03-046-0/+214
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+2
* [GCM] RegistrationRequest is retrying when sender is invlalidfgorski@chromium.org2014-03-012-19/+44
* [GCM] Adding collapse key support to downstream messagesfgorski@chromium.org2014-02-282-0/+4
* Rename components's Encryptor to OSEncrypt.tfarina@chromium.org2014-02-283-9/+9
* drive: Stop requesting unused URLshashimoto@chromium.org2014-02-283-71/+0
* drive: Request file lists with a number of multiples of 100hashimoto@chromium.org2014-02-282-2/+2
* [GCM] Make sure GCM checkout logic is invoked when the profile is signed outjianli@chromium.org2014-02-276-43/+53
* signin: mark OAuth2TokenService::RefreshTokenIsAvailable const because it istim@chromium.org2014-02-275-8/+13
* [GCM] Enable Registration Request to give after 5 retries.fgorski@chromium.org2014-02-274-8/+80
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-4/+3
* Add 3 more registartion status codes for UMA collection. Also added tests.juyik@chromium.org2014-02-263-27/+81
* Rewrite DeviceOAuth2TokenService.mnissler@chromium.org2014-02-262-14/+1
* Fixing the GCMStoreImplTest.GetNextPersistentId on Windowsfgorski@chromium.org2014-02-251-2/+4
* [GCM] Make RMQ ack logic more resilientzea@chromium.org2014-02-251-16/+42
* [GCM] Adding a list of accounts present on the client to checkin requestfgorski@chromium.org2014-02-228-14/+43
* Revert 252218 "Add 3 more registartion status codes for UMA coll..."earthdok@chromium.org2014-02-213-82/+27
* Move encryptor API out of webdata.tfarina@chromium.org2014-02-214-4/+4
* [GCM] Fix gcm login to properly identify chromezea@chromium.org2014-02-2012-29/+40
* Add URL parameter so that /ListAccounts returns valid json.rogerta@chromium.org2014-02-204-16/+62
* [GCM] Updating request type of the URLFetcher in UnregistrationRequest to POSTfgorski@chromium.org2014-02-201-1/+1
* Add 3 more registartion status codes for UMA collection. Also added tests.juyik@chromium.org2014-02-203-27/+82
* [GCM] Hooking up unregistrationfgorski@chromium.org2014-02-154-5/+91
* [GCM] Move the manifest key checking logic to gcm.register functionjianli@chromium.org2014-02-151-0/+2
* [GCM] Unregistration requestfgorski@chromium.org2014-02-154-0/+599
* [GCM] Update backoff policy to be more conservative.zea@chromium.org2014-02-151-4/+6
* Update policy signature verification to include policy domain.atwilson@chromium.org2014-02-141-3/+5
* [GCM] Track connection failures properlyzea@chromium.org2014-02-139-46/+135
* [GCM] Add basic collapse key support for upstreamzea@chromium.org2014-02-136-129/+318
* 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