summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia
Commit message (Expand)AuthorAgeFilesLines
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-0110-129/+95
* 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-231-2/+2
* Added backoff to successive token requests after transient errors.bcwhite2015-04-172-27/+27
* Basic tests for new webview based signin flowdpolukhin2015-04-082-3/+74
* If an OAuth error is permanent, remember it instead of retrying.bcwhite2015-04-034-0/+162
* Removed 'gaia-endpoint-chromeos' switch.dzhioev2015-03-313-0/+15
* Move cookie logic out of reconcilor/signin manager and into a new PKS.mlerman2015-03-303-992/+0
* cros: Port SAML support to webview sign-in.xiyuan2015-03-192-1/+23
* IDP IFrame Endpoint is no longer experimentalmlerman2015-03-171-2/+0
* Reintroduce WebDataRequestManager::RequestCompletedOnThread Jank Instrumentationrobliao2015-03-133-1/+102
* Add tokeninfo call with token identified by token_handle parameter.antrim2015-03-113-7/+49
* Implement the calls to GAIA for the IDP IFrame protocol.mlerman2015-03-106-11/+261
* - Ctrl-Alt-Shift-B to toggle Easy bootstrap on Gaia screen;xiyuan2015-03-062-24/+52
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* Standardize usage of virtual/override/final specifiers in google_apis/.dcheng2014-12-236-14/+11
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Removing profiler instrumentations for task WebDataRequestManager::RequestCom...vadimt2014-12-113-85/+1
* Send RefreshTokenAnnotationRequestpavely2014-12-082-5/+2
* Send device_id with IssueToken requests from identity_apipavely2014-11-243-13/+47
* TestURLFetcher enforces valid URLgroby2014-11-141-6/+6
* Abort check external connections quickly on failure, instead of waitingrogerta2014-11-062-0/+9
* A recent change to account reconcilor makes it execute more quickly, not allo...rogerta2014-11-063-10/+43
* Instrumenting internals of AccountIdFetcher::Start to locate the source of ja...vadimt2014-11-041-0/+26
* Removing instrumentations for task URLFetcherCore::OnCompletedURLRequestvadimt2014-11-044-23/+0
* Instrumenting AccountTracker::StartFetchingUserInfo to locate the source of j...vadimt2014-10-301-1/+18
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-297-30/+30
* Fix typo.bnc2014-10-291-1/+1
* Cleanup: Remove more unused timer.h includes.thestig2014-10-293-1/+3
* app_shell: Introduce skeleton for identity APIjamescook2014-10-281-4/+4
* Fix a typo in an OAuth2TokenService classnamejamescook2014-10-272-9/+9
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-251-0/+19
* Revert of Revert of Inline sign in extracts gaia id from HTTP header and seed...nkostylev2014-10-242-4/+54
* Revert of Inline sign in extracts gaia id from HTTP header and seeds account ...nkostylev2014-10-232-54/+4
* Inline login handler extracts gaia id from HTTP header and seeds account trackerrogerta2014-10-222-4/+54
* [session_manager] Move user session initialization code out of ExistingUserCo...nkostylev2014-10-221-2/+3
* Standardize usage of virtual/override/final in google_apis/dcheng2014-10-2122-151/+141
* Adding instrumentation to locate the source of jankinessvadimt2014-10-202-0/+12
* Remove refresh token flow in OAuth2ApiCallFlow.tengs2014-10-166-403/+71
* This patch is:fgorski2014-10-161-5/+11
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-3/+3
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-141-0/+11
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-114-0/+24
* Users with Web Login Required can still unlock with their password.mlerman2014-10-095-1/+47
* 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-0722-89/+89
* 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