summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Add more components to "gn check"brettw2015-11-272-0/+10
* exposes the backoff information for gaia cookie manager and token service in ...mahmadi2015-11-256-0/+59
* Actually mark list accounts as stale while they're being fetched.bzanotti2015-11-242-2/+30
* Run gn --format over all .gn filesagrieve2015-11-201-7/+7
* Reland of This CL replaces e-mail with AccountId on user selection screen. (p...hcarmona2015-11-182-2/+55
* Revert of This CL replaces e-mail with AccountId on user selection screen. (p...hcarmona2015-11-182-55/+2
* Add //components/signin/ios/browser:unit_tests to components_unittests.sdefresne2015-11-181-1/+1
* This CL replaces e-mail with AccountId on user selection screen.alemate2015-11-182-2/+55
* Delay network fetches until profile load in AccountFetcherService.knn2015-11-123-32/+50
* adds signin reconciliation duration histogrammahmadi2015-11-124-1/+28
* Allow AccountConsistencyService to be notified of browsing data removalbzanotti2015-11-105-6/+68
* Revert of Allow AccountConsistencyService to be notified of browsing data rem...avi2015-11-105-68/+6
* Allow AccountConsistencyService to be notified of browsing data removalbzanotti2015-11-105-6/+68
* [sync] Remove ProfileSyncService's //chrome signin dependenciesblundell2015-11-041-2/+3
* Remove std::bind1st uses.vmpstr2015-11-021-15/+13
* Fix ProfileOAuth2TokenServiceIOSDelegate.bzanotti2015-11-024-8/+27
* Delay fetching account info until OnRefreshTokensLoaded().knn2015-10-296-89/+100
* Convert AccountManagerDelegate.Callback to use base.Callback.maxbogue2015-10-271-2/+2
* Remove excluded token service secondary accounts on iOS.msarda2015-10-193-300/+11
* This CL adds AccountId object to be used as User Account identifier.alemate2015-10-165-0/+217
* Trigger ListAccounts on 204 ADD_SESSION response from GAIA.bzanotti2015-10-167-5/+56
* [Android] Replace a synchronous callsite of GetAccounts().knn2015-10-161-1/+0
* Remove SigninManagerCookieHelper.davidben2015-10-134-142/+0
* Fix constness of methods in AccountTrackerService.knn2015-10-132-18/+21
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-131-3/+3
* Componentize SigninStatusMetricsProviderblundell2015-10-139-1/+526
* Implement new password separated sign in flow for chrome.rogerta2015-10-064-2/+21
* Remove references to IsNewAvatarMenu since the flag was removed.anthonyvd2015-10-025-50/+2
* Mask the AccountManager{Future,Callback} with a simple Callback.knn2015-10-022-30/+8
* Remove UpdateAccountInfo as it is obsolete.msarda2015-10-024-19/+0
* Ensure GCMS::ListAccounts doesn't return stale data.bzanotti2015-10-012-16/+18
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-285-13/+14
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-254-1/+3
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-244-8/+6
* Adding components to dependencies on iOS.sherouk2015-09-221-0/+1
* [Sync] Clean up owners fileszea2015-09-151-1/+0
* [Android] Map GAIA id <-> email in ChildAccountInfoFetcherAndroid.knn2015-09-154-18/+10
* Fix header guard ifdefs in components.thestig2015-09-151-3/+3
* GAIA ID migration for Android.gogerald2015-09-142-1/+7
* Revert of Add logging to profile downloader to diagnose Android FR issue. (pa...tnagel2015-09-141-2/+0
* Fix possible reconcilor loop when the primary account is in an auth error state.rogerta2015-09-111-23/+5
* Add logging to profile downloader to diagnose Android FR issue.anthonyvd2015-09-091-0/+2
* Implement Tier 2 of Cookie handling for Mirror on WKBling.bzanotti2015-09-083-94/+264
* Handle X-Chrome-Manage-Accounts header on WKBling.bzanotti2015-09-077-28/+258
* Migrate account ID to GAIA ID on iOS.msarda2015-09-041-1/+1
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-041-2/+2
* Change X-CHROME-CONNECTED cookie value separator.bzanotti2015-09-033-40/+50
* Fix Tier 1 of Cookie handling in AccountConsistencyServicebzanotti2015-09-011-2/+2
* Canary compile: add [AccountConsistencyNavigationDelegate init]olivierrobin2015-09-011-0/+5
* Change SigninManagerBase convenience method.bzanotti2015-08-316-28/+23