summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Web-based-signin must not let the user sign in with a different account onrogerta@chromium.org2013-02-083-0/+17
* Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition.rsleevi@chromium.org2013-02-073-10/+13
* Make gaia and oauth token fetchers recover from ERR_NETWORK_CHANGED.joaodasilva@chromium.org2013-02-045-0/+26
* Move stringize_macros to base/strings.brettw@chromium.org2013-01-312-2/+2
* Remove temporary keys. See http://chromium.org/developers/how-tos/api-keys.joi@chromium.org2013-01-312-36/+24
* OAuth2 sign-in flow for ChromeOS.zelidrag@chromium.org2013-01-152-7/+44
* Avoid having two copies of implementation from google_api_keys.ccjoi@chromium.org2013-01-103-4/+19
* Fix a couple of GaiaAuthFetcherTest tests to work when non-official keys are ...joi@chromium.org2013-01-101-8/+14
* Make all google_apis build on Win64jschuh@chromium.org2013-01-101-0/+2
* Added --lso-host switch that lets us override hosts for LSO URLs.zelidrag@chromium.org2013-01-094-35/+71
* Automatically retry the following URLFetchers when the network changes:joaodasilva@chromium.org2012-12-141-0/+7
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-4/+4
* Make OAuthUserInfoUrl configurable.rmsousa@chromium.org2012-11-133-1/+9
* When using the one-click sign in feature, re-use the oauth2 refesh tokenrogerta@chromium.org2012-10-301-0/+3
* Fix GaiaOAuthClient to handle the case when it's destroyed from callbacks.sergeyu@chromium.org2012-10-261-3/+5
* Add GetUserInfo() in GaiaOAuthClient.sergeyu@chromium.org2012-10-253-21/+123
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-2/+0
* No need to support old style dasher domains.rogerta@chromium.org2012-10-162-5/+3
* Add helper function to test that a given URL is a valid Gaia sign in URL.rogerta@chromium.org2012-10-113-0/+31
* This fixes some really silly memory leaks, and eliminates an unusedgspencer@chromium.org2012-10-031-2/+2
* Let GaiaOAuthClient::GetTokensFromAuthCode use any given redirect URL.simonmorris@chromium.org2012-10-023-1/+9
* Cache the channel IDpetewil@chromium.org2012-10-012-0/+5
* Don't allow OAuth2MintTokenFlow to outlive profile.estade@chromium.org2012-10-012-21/+0
* Log ChromeToMobile search and auth errors to UMA and INFO.msw@chromium.org2012-09-241-0/+3
* Adding unit tests for google_api_keys functionality.joi@chromium.org2012-09-213-42/+381
* Remove API keys from source.jamiewalch@chromium.org2012-09-181-1/+1
* Add a preliminary Python API for retrieving Google API keys.joi@chromium.org2012-09-171-0/+92
* Check in temporary keys to aid transition.joi@chromium.org2012-09-171-17/+16
* Auto-detect whether internal keys should be used.joi@chromium.org2012-09-172-7/+46
* Moved /GetOAuthToken GAIA request to accounts.google.com.zelidrag@chromium.org2012-09-133-40/+2
* include.gypi variables to specify API keys or use internal header for keys.joi@chromium.org2012-09-133-9/+100
* Add include of internal-only file for official builds.joi@chromium.org2012-09-111-39/+23
* google_apis/gaia: Fix more clang warnings about missing virtual and OVERRIDE ...tfarina@chromium.org2012-09-091-1/+1
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-0752-0/+9505