summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Add constructors for IOBuffer that take the buffer length as a size_t.Eric Roman2015-07-131-1/+1
* Drive API: Handle errors in JSON body for batch file uploading.Daichi Hirono2015-07-012-42/+53
* Fix crash in drive::BatchRequestConfigurator::MultipartUploadNewFile.Daichi Hirono2015-06-263-7/+8
* Add histograms to entire MergeSession flow.Mike Lerman2015-05-292-0/+10
* Let Ubertoken Fetch be primed with an access token.Mike Lerman2015-05-212-0/+12
* 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
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-1/+1
* [GCM] Adding custom heartbeat interval to MCS Clientfgorski2015-05-019-32/+386
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-0114-136/+102
* Drive: Add response handling to BatchUploadRequst class.hirono2015-04-304-81/+403
* Added (incomplete) implementation of HostListApi using GCD.jrw2015-04-271-0/+6
* Route OCSP stapling through CertVerifier.davidben2015-04-271-0/+1
* Windows GN component build fixes: gpu, gcmbrettw2015-04-241-4/+6
* Handle ListAccount fetches and watching the GAIA cookies from within the Gaia...mlerman2015-04-246-2/+14
* Update {virtual,override} to follow C++11 style in google_apis.nick2015-04-232-5/+5
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+2
* Quote api key defines in google_apis/BUILD.gn.watk2015-04-211-5/+6
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-201-23/+2
* Added backoff to successive token requests after transient errors.bcwhite2015-04-174-31/+31
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-3/+3
* Fix DriveApiRequestsTest.EmptyBatchUploadRequest in official builds.thakis2015-04-151-1/+1
* Files.app: Implement sending batch requests.hirono2015-04-153-14/+315
* Add unit test for the back button in the new GAIA.ginkage2015-04-151-2/+15
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+5
* Update instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-141-0/+5
* Files.app: Add URL for batch uploading to URLGenerator.hirono2015-04-143-0/+14
* More jankiness instrumentation updates.pkasting2015-04-111-6/+0
* Basic tests for new webview based signin flowdpolukhin2015-04-083-3/+184
* Drive: Add BatchableRequest subclass.hirono2015-04-082-6/+52
* Drive: Add multipart related utility methods.hirono2015-04-064-40/+104
* If an OAuth error is permanent, remember it instead of retrying.bcwhite2015-04-036-0/+166
* Files.app: Add definition of BatchUploadRequest class.hirono2015-04-032-0/+93
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Removed 'gaia-endpoint-chromeos' switch.dzhioev2015-03-313-0/+15
* Drive: Ensure call RequestFinished(this) in UrlFetchRequestBase.hirono2015-03-312-28/+70