summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia
Commit message (Expand)AuthorAgeFilesLines
...
* ListAccounts will return the Gaia ID as well as the email of the account.mlerman2015-06-044-36/+83
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-5/+6
* Browser tests for the new way of handling device ID in Chrome OS.dzhioev2015-05-282-2/+74
* Add histograms to entire MergeSession flow.mlerman2015-05-272-0/+10
* url: Fix the TODO in url_parse.h header.tfarina2015-05-261-1/+1
* Refactoring of GaiaAuthFetcherbzanotti2015-05-262-105/+84
* Integrate LogOut into GaiaAuthFetcher.bzanotti2015-05-236-1/+73
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-227-9/+9
* Associate more errors as 'transient' that may succeed upon retry.bcwhite2015-05-211-0/+3
* Let Ubertoken Fetch be primed with an access token.mlerman2015-05-202-0/+12
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Implemented sending Device ID to LSO in "oauth2/token".dzhioev2015-05-152-9/+38
* Use StringPairs with SplitStringIntoKeyValuePairs in google_apispatrikackland2015-05-141-4/+4
* Switch remaining functions from SchemeIsSecure() tolgarron2015-05-121-1/+1
* Using ThreadTaskRunnerHandle in lieu of MessageLoopProxy in google_apis moduleanujk.sharma2015-05-113-3/+6
* 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