summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in drive::BatchRequestConfigurator::MultipartUploadNewFile.hirono2015-06-253-7/+8
* Move more string_util functions to base namespace.brettw2015-06-241-2/+2
* Some error handling for instanceID.deleteTokenjianli2015-06-232-0/+32
* Stop retring GCM unregistration requests after reaching maximum numberjianli2015-06-186-12/+90
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Use GET for requests to o/oauth2/programmatic_authmnissler2015-06-174-81/+33
* google_apis: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-1714-18/+18
* Do not create GCM store if it is not neededjianli2015-06-167-141/+122
* Move EndsWith to base namespace.brettw2015-06-122-3/+6
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-5/+6
* Drive: Add UMA metrics for batch upload.hirono2015-06-111-0/+17
* Update oauth2 token endpoint.achuith2015-06-103-7/+7
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+1
* Prefer to use the AccountID to the Email from ListAccounts.mlerman2015-06-091-4/+10
* Add lib_ver to IssueToken to narrow down device_id mismatch.pavely2015-06-092-2/+6
* Improve GaiaAuthFetcher's API for its subclasses.bzanotti2015-06-052-1/+7
* Add more UMAs for Instance IDjianli2015-06-0413-30/+133
* Incorporate GaiaAuthFetcher creation into SigninClient.bzanotti2015-06-042-3/+36
* ListAccounts will return the Gaia ID as well as the email of the account.mlerman2015-06-044-36/+83
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-6/+7
* Browser tests for the new way of handling device ID in Chrome OS.dzhioev2015-05-282-2/+74
* Pass an extra field to Instance ID server as a workaroundjianli2015-05-274-0/+10
* Add histograms to entire MergeSession flow.mlerman2015-05-272-0/+10
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-1/+1
* Support getting and deleting token for Instance ID.jianli2015-05-2628-400/+971
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Refactoring of GaiaAuthFetcherbzanotti2015-05-262-105/+84
* Integrate LogOut into GaiaAuthFetcher.bzanotti2015-05-236-1/+73
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-229-14/+15
* Associate more errors as 'transient' that may succeed upon retry.bcwhite2015-05-211-0/+3
* Remove use of deprecated DelayedSocketData gcm_unit_test.rch2015-05-202-19/+12
* Let Ubertoken Fetch be primed with an access token.mlerman2015-05-202-0/+12
* Reduce the appearances of satorux@ from OWNERS filessatorux2015-05-201-1/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-9/+9
* Implemented sending Device ID to LSO in "oauth2/token".dzhioev2015-05-152-9/+38
* Use StringPairs with SplitStringIntoKeyValuePairs in google_apispatrikackland2015-05-141-4/+4
* Drive API: Simplify lifetime management of child requests in BatchUploadRequest.hirono2015-05-146-212/+320
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-144-73/+271
* Revert of Revert of Drive: Let DriveUploader use batch request API. (patchset...hirono2015-05-132-6/+12
* Revert of Drive: Let DriveUploader use batch request API. (patchset #7 id:120...sergeyv2015-05-132-12/+6
* Drive: Let DriveUploader use batch request API.hirono2015-05-132-6/+12
* Notify upload progress from batch request to its child requests.hirono2015-05-125-16/+137
* Files.app: Use quotaBytesUsedAggregate to know the actual available space.fukino2015-05-124-15/+20
* Switch remaining functions from SchemeIsSecure() tolgarron2015-05-121-1/+1
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-5/+1
* Persist Instance ID data to GCM store.jianli2015-05-115-0/+177
* Using ThreadTaskRunnerHandle in lieu of MessageLoopProxy in google_apis moduleanujk.sharma2015-05-116-9/+13
* drive: Fix batch uploading when a file includes '\0'.hirono2015-05-112-4/+78
* Use cropped thumbnail in list thumbnail loader.yawano2015-05-113-5/+19
* Adding handling of heartbeat intervals to the GCM store.fgorski2015-05-044-1/+182