summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Extend OAuth2ApiCallFlow to support being used with an empty refresh token, andtengs2014-10-073-5/+36
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-0747-282/+282
* 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
* Use a distinct source parameter on gaia endpoints for the reconcilor.rogerta2014-09-2714-22/+52
* UbertokenFecther should invalidate access token if it's invalid.rogerta2014-09-263-11/+138
* Use base::StringPairs where appropriate from src/google_apisanand.ratn2014-09-261-2/+2
* [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-232-8/+7
* Setting max TTL for upstream GCM messages to 1 day to match server sidefgorski2014-09-221-1/+1
* Move chrome/test/data/gdata/testfile.txt to chrome/test/data/drivesatorux2014-09-103-5/+5
* Make component build Chrome link.Brett Wilson2014-09-101-0/+4
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-082-0/+3
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Followup of https://codereview.chromium.org/317093002/. This CL adds tests fo...guohui2014-09-052-4/+57
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-055-5/+5
* [GCM] Adding GCMAccountMapper to link signed in profile to accounts.fgorski2014-09-044-114/+117
* Manual fixups in drive code for scoped_refptr operator T* removal.dcheng2014-08-293-5/+7
* Use OAuth2AccessTokenFetcher implementation on Android. This cleans up the w...rogerta2014-08-271-0/+2
* Remove implicit conversions from scoped_refptr to T* in google_apis/Daniel Cheng2014-08-2612-30/+30
* Add some remoting targets to GN build.Brett Wilson2014-08-252-0/+4
* Plug a memory leak in google_apis_unittests.earthdok@chromium.org2014-08-221-1/+1
* Remove MutableProfileOAuth2TokenService on iOS.msarda@chromium.org2014-08-211-1/+0
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-3/+3
* Prevent invalidating refresh token on transient errors.pavely@chromium.org2014-08-161-6/+14
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-1/+1
* Wire easy unlock settings UIxiyuan@chromium.org2014-08-152-2/+8
* Improve comment in OAuth2TokenServiceRequest::Core.maniscalco@chromium.org2014-08-151-2/+3
* [GCM] Fixing a bug with old registration ID not being removedfgorski@chromium.org2014-08-152-1/+21
* Avoid using an empty scopes set when requesting an OAuth2 access token.msarda@chromium.org2014-08-141-1/+3
* Expose full userinfo to callers of GaiaOAuthFetcher.rogerta@chromium.org2014-08-145-21/+108
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* When the user signs in, make sure to set cookies on all reachable googlerogerta@chromium.org2014-08-139-13/+425
* Fix bug where TokenServiceProvider is used after it has been destroyed.maniscalco@chromium.org2014-08-133-24/+49
* 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
* Check whether the ClientLoginToOAuth2 response contains an auth code.bauerb@chromium.org2014-08-111-2/+8
* Random clean up around Chrome OS file manager code.kinaba@chromium.org2014-08-081-3/+3
* Reland: Parse Drive API responses all at once in the blocking pool.kinaba@chromium.org2014-08-088-360/+227
* Revert 288017 "Parse Drive API responses all at once in the bloc..."kinaba@chromium.org2014-08-088-223/+360
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-3/+3
* Use GAIA headers to distinguish between GAIA and SAML IdP cookiesbartfab@chromium.org2014-08-071-0/+2
* Random cleanup around google_apis/drive and c/b/drive.kinaba@chromium.org2014-08-075-43/+24
* Parse Drive API responses all at once in the blocking pool.kinaba@chromium.org2014-08-078-360/+223
* [GCM] Adding status to AccountMapping structurefgorski@chromium.org2014-08-0713-334/+401
* Port most sync targets to sync/BUILD.gnrlarocque@chromium.org2014-08-071-1/+3
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-061-0/+12