| Commit message (Expand) | Author | Age | Files | Lines |
* | Move chrome/test/data/gdata/testfile.txt to chrome/test/data/drive | satorux | 2014-09-10 | 3 | -5/+5 |
* | Make component build Chrome link. | Brett Wilson | 2014-09-10 | 1 | -0/+4 |
* | Add lots of testonly annotations to the GN build. | Brett Wilson | 2014-09-08 | 2 | -0/+3 |
* | Convert GN visibility variables to lists. | brettw | 2014-09-06 | 1 | -1/+1 |
* | Followup of https://codereview.chromium.org/317093002/. This CL adds tests fo... | guohui | 2014-09-05 | 2 | -4/+57 |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 5 | -5/+5 |
* | [GCM] Adding GCMAccountMapper to link signed in profile to accounts. | fgorski | 2014-09-04 | 4 | -114/+117 |
* | Manual fixups in drive code for scoped_refptr operator T* removal. | dcheng | 2014-08-29 | 3 | -5/+7 |
* | Use OAuth2AccessTokenFetcher implementation on Android. This cleans up the w... | rogerta | 2014-08-27 | 1 | -0/+2 |
* | Remove implicit conversions from scoped_refptr to T* in google_apis/ | Daniel Cheng | 2014-08-26 | 12 | -30/+30 |
* | Add some remoting targets to GN build. | Brett Wilson | 2014-08-25 | 2 | -0/+4 |
* | Plug a memory leak in google_apis_unittests. | earthdok@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Remove MutableProfileOAuth2TokenService on iOS. | msarda@chromium.org | 2014-08-21 | 1 | -1/+0 |
* | Spelling fixes for 'device' and 'service'. | tnagel@chromium.org | 2014-08-21 | 1 | -3/+3 |
* | Prevent invalidating refresh token on transient errors. | pavely@chromium.org | 2014-08-16 | 1 | -6/+14 |
* | Keep track of network error in ProxyRetryInfo. | kundaji@chromium.org | 2014-08-15 | 1 | -1/+1 |
* | Wire easy unlock settings UI | xiyuan@chromium.org | 2014-08-15 | 2 | -2/+8 |
* | Improve comment in OAuth2TokenServiceRequest::Core. | maniscalco@chromium.org | 2014-08-15 | 1 | -2/+3 |
* | [GCM] Fixing a bug with old registration ID not being removed | fgorski@chromium.org | 2014-08-15 | 2 | -1/+21 |
* | Avoid using an empty scopes set when requesting an OAuth2 access token. | msarda@chromium.org | 2014-08-14 | 1 | -1/+3 |
* | Expose full userinfo to callers of GaiaOAuthFetcher. | rogerta@chromium.org | 2014-08-14 | 5 | -21/+108 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | When the user signs in, make sure to set cookies on all reachable google | rogerta@chromium.org | 2014-08-13 | 9 | -13/+425 |
* | Fix bug where TokenServiceProvider is used after it has been destroyed. | maniscalco@chromium.org | 2014-08-13 | 3 | -24/+49 |
* | GN: Make content_shell and webkit_unit_tests work in component build | jamesr@chromium.org | 2014-08-12 | 1 | -0/+2 |
* | Revert 288761 "GN: Fix up various targets in component build" | luken@chromium.org | 2014-08-11 | 1 | -2/+0 |
* | GN: Fix up various targets in component build | jamesr@chromium.org | 2014-08-11 | 1 | -0/+2 |
* | Check whether the ClientLoginToOAuth2 response contains an auth code. | bauerb@chromium.org | 2014-08-11 | 1 | -2/+8 |
* | Random clean up around Chrome OS file manager code. | kinaba@chromium.org | 2014-08-08 | 1 | -3/+3 |
* | Reland: Parse Drive API responses all at once in the blocking pool. | kinaba@chromium.org | 2014-08-08 | 8 | -360/+227 |
* | Revert 288017 "Parse Drive API responses all at once in the bloc..." | kinaba@chromium.org | 2014-08-08 | 8 | -223/+360 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 2 | -3/+3 |
* | Use GAIA headers to distinguish between GAIA and SAML IdP cookies | bartfab@chromium.org | 2014-08-07 | 1 | -0/+2 |
* | Random cleanup around google_apis/drive and c/b/drive. | kinaba@chromium.org | 2014-08-07 | 5 | -43/+24 |
* | Parse Drive API responses all at once in the blocking pool. | kinaba@chromium.org | 2014-08-07 | 8 | -360/+223 |
* | [GCM] Adding status to AccountMapping structure | fgorski@chromium.org | 2014-08-07 | 13 | -334/+401 |
* | Port most sync targets to sync/BUILD.gn | rlarocque@chromium.org | 2014-08-07 | 1 | -1/+3 |
* | [GCM] Adding the OnSendAcknowledgement event | fgorski@chromium.org | 2014-08-06 | 1 | -0/+12 |
* | [GCM] Persistence of account mappings. | fgorski@chromium.org | 2014-08-04 | 6 | -17/+220 |
* | Remove CUP from google_apis | rsleevi@chromium.org | 2014-08-01 | 8 | -753/+0 |
* | drive: Determine if an entry is hosted by the existence of fileSize field. | kinaba@chromium.org | 2014-07-31 | 3 | -3/+20 |
* | Transfer auth cookies set by SAML IdPs to user profile during login | bartfab@chromium.org | 2014-07-31 | 1 | -2/+2 |
* | [GCM] Adding AccountInfo structure to persist accounts mapped to GCM | fgorski@chromium.org | 2014-07-30 | 4 | -0/+270 |
* | [GCM] Ignore network status when reconnecting again | zea@chromium.org | 2014-07-30 | 2 | -5/+7 |
* | Identity API TRACE_EVENT logging | courage@chromium.org | 2014-07-29 | 1 | -1/+41 |
* | Rename ServerBoundCert => ChannelID to reflect the current name | rch@chromium.org | 2014-07-25 | 1 | -8/+7 |
* | Simplify RunTaskOnThread | hashimoto@chromium.org | 2014-07-23 | 2 | -12/+8 |
* | Switch to BoringSSL. | davidben@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | Revert "Switch to BoringSSL." | agl@chromium.org | 2014-07-18 | 1 | -1/+1 |