| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed OAuth2 access token from TokenService. | zelidrag@chromium.org | 2013-02-27 | 2 | -2/+0 |
* | Remove obsolete kDeviceManagementService token type | atwilson@chromium.org | 2013-02-19 | 2 | -2/+0 |
* | Web-based-signin must not let the user sign in with a different account on | rogerta@chromium.org | 2013-02-08 | 3 | -0/+17 |
* | Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition. | rsleevi@chromium.org | 2013-02-07 | 3 | -10/+13 |
* | Make gaia and oauth token fetchers recover from ERR_NETWORK_CHANGED. | joaodasilva@chromium.org | 2013-02-04 | 5 | -0/+26 |
* | Move stringize_macros to base/strings. | brettw@chromium.org | 2013-01-31 | 2 | -2/+2 |
* | Remove temporary keys. See http://chromium.org/developers/how-tos/api-keys. | joi@chromium.org | 2013-01-31 | 2 | -36/+24 |
* | OAuth2 sign-in flow for ChromeOS. | zelidrag@chromium.org | 2013-01-15 | 2 | -7/+44 |
* | Avoid having two copies of implementation from google_api_keys.cc | joi@chromium.org | 2013-01-10 | 3 | -4/+19 |
* | Fix a couple of GaiaAuthFetcherTest tests to work when non-official keys are ... | joi@chromium.org | 2013-01-10 | 1 | -8/+14 |
* | Make all google_apis build on Win64 | jschuh@chromium.org | 2013-01-10 | 1 | -0/+2 |
* | Added --lso-host switch that lets us override hosts for LSO URLs. | zelidrag@chromium.org | 2013-01-09 | 4 | -35/+71 |
* | Automatically retry the following URLFetchers when the network changes: | joaodasilva@chromium.org | 2012-12-14 | 1 | -0/+7 |
* | Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ... | joaodasilva@chromium.org | 2012-12-14 | 1 | -4/+4 |
* | Make OAuthUserInfoUrl configurable. | rmsousa@chromium.org | 2012-11-13 | 3 | -1/+9 |
* | When using the one-click sign in feature, re-use the oauth2 refesh token | rogerta@chromium.org | 2012-10-30 | 1 | -0/+3 |
* | Fix GaiaOAuthClient to handle the case when it's destroyed from callbacks. | sergeyu@chromium.org | 2012-10-26 | 1 | -3/+5 |
* | Add GetUserInfo() in GaiaOAuthClient. | sergeyu@chromium.org | 2012-10-25 | 3 | -21/+123 |
* | Remove all the "set noparent" directives | dpranke@chromium.org | 2012-10-19 | 1 | -2/+0 |
* | No need to support old style dasher domains. | rogerta@chromium.org | 2012-10-16 | 2 | -5/+3 |
* | Add helper function to test that a given URL is a valid Gaia sign in URL. | rogerta@chromium.org | 2012-10-11 | 3 | -0/+31 |
* | This fixes some really silly memory leaks, and eliminates an unused | gspencer@chromium.org | 2012-10-03 | 1 | -2/+2 |
* | Let GaiaOAuthClient::GetTokensFromAuthCode use any given redirect URL. | simonmorris@chromium.org | 2012-10-02 | 3 | -1/+9 |
* | Cache the channel ID | petewil@chromium.org | 2012-10-01 | 2 | -0/+5 |
* | Don't allow OAuth2MintTokenFlow to outlive profile. | estade@chromium.org | 2012-10-01 | 2 | -21/+0 |
* | Log ChromeToMobile search and auth errors to UMA and INFO. | msw@chromium.org | 2012-09-24 | 1 | -0/+3 |
* | Adding unit tests for google_api_keys functionality. | joi@chromium.org | 2012-09-21 | 3 | -42/+381 |
* | Remove API keys from source. | jamiewalch@chromium.org | 2012-09-18 | 1 | -1/+1 |
* | Add a preliminary Python API for retrieving Google API keys. | joi@chromium.org | 2012-09-17 | 1 | -0/+92 |
* | Check in temporary keys to aid transition. | joi@chromium.org | 2012-09-17 | 1 | -17/+16 |
* | Auto-detect whether internal keys should be used. | joi@chromium.org | 2012-09-17 | 2 | -7/+46 |
* | Moved /GetOAuthToken GAIA request to accounts.google.com. | zelidrag@chromium.org | 2012-09-13 | 3 | -40/+2 |
* | include.gypi variables to specify API keys or use internal header for keys. | joi@chromium.org | 2012-09-13 | 3 | -9/+100 |
* | Add include of internal-only file for official builds. | joi@chromium.org | 2012-09-11 | 1 | -39/+23 |
* | google_apis/gaia: Fix more clang warnings about missing virtual and OVERRIDE ... | tfarina@chromium.org | 2012-09-09 | 1 | -1/+1 |
* | Moving google_apis and GaiaClient to src/google_apis. | joi@chromium.org | 2012-09-07 | 52 | -0/+9505 |