summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Fix token service to remove persistence of incorrect dotted emails, or emails...rogerta2015-05-295-2/+84
* Add histograms to entire MergeSession flow.mlerman2015-05-272-0/+17
* Integrate LogOut into GaiaAuthFetcher.bzanotti2015-05-233-90/+70
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Associate more errors as 'transient' that may succeed upon retry.bcwhite2015-05-211-9/+3
* Let Ubertoken Fetch be primed with an access token.mlerman2015-05-202-5/+36
* Implement a desktop promo for sign in that targets users who sign in on other...mlerman2015-05-205-0/+347
* Remove the #enable-fast-user-switcher flag.anthonyvd2015-05-204-13/+0
* Change ProfileDownloader to use AccountTrackerService.anthonyvd2015-05-193-7/+49
* Subject .mm files to the header sorting presubmittapted2015-05-191-2/+2
* Don't attempt to revoke old refresh token on reauth.rogerta2015-05-151-3/+0
* Add service flags to the AccountTrackerService.anthonyvd2015-05-153-9/+102
* Add gaia_id to ProfileInfoCache.rogerta2015-05-112-0/+4
* Reland of: Delay CookieManagerService calls until network is available.mlerman2015-05-075-17/+57
* Revert of Delay CookieManagerService calls until network is available. (patch...piman2015-05-055-57/+17
* Delay CookieManagerService calls until network is available. This affects Add...mlerman2015-05-055-17/+57
* Changing timing of OnListAccountSuccess' HandleNextRequest. And add some VLOG...mlerman2015-05-052-2/+8
* Allow the sign-in client to update the account info.msarda2015-05-044-0/+22
* Periodically refresh the AccountTrackerService.anthonyvd2015-05-013-18/+152
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-012-6/+6
* Fix gaia logout URLFetcher memory leakdtapuska2015-04-292-4/+7
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+1
* Profile chooser on mac was passing wrong value to signin error controller. A...rogerta2015-04-2810-51/+16
* Handle transient LogOut errors with retry and backoff.mlerman2015-04-283-42/+96
* Expose AccountReconcilor State mostly for iOS.mlerman2015-04-284-2/+39
* Handle ListAccount fetches and watching the GAIA cookies from within the Gaia...mlerman2015-04-2410-292/+282
* Fix DCHECK when upgrading from an old profile.rogerta2015-04-242-40/+58
* Remove signin_account_id_helper.rogerta2015-04-213-229/+0
* Fix crash introduced on cros by commitrogerta2015-04-201-1/+12
* Added backoff to successive token requests after transient errors.bcwhite2015-04-173-8/+77
* Replace SetAuthenticatedUsername with SetAuthenticatedAccountId.rogerta2015-04-178-123/+204
* Populate the AccountInfo Structure with additional info.anthonyvd2015-04-133-37/+155
* Default code state should be NewProfileManagement. Also, move a lock-related ...mlerman2015-04-131-4/+4
* GCMS has automatic checks for CheckExternalConnections. It will bemlerman2015-04-105-49/+96
* Reland of: Change default code flag to NewAvatarMenu.mlerman2015-04-081-4/+4
* GaiaCookieServiceManager handles general request types. This is a prerequisit...mlerman2015-04-083-158/+323
* Add an Accounts in Token Service section to about:signin-internals.anthonyvd2015-04-072-2/+28
* Exponential backoff and retry for MergeSession requests.mlerman2015-04-033-11/+144
* If an OAuth error is permanent, remember it instead of retrying.bcwhite2015-04-033-5/+66
* Move cookie logic out of reconcilor/signin manager and into a new PKS.mlerman2015-03-3013-171/+1104
* Show SigninErrorController username and status in AboutSigninInternalsanthonyvd2015-03-262-6/+37
* Revert of Change default code flag to NewAvatarMenu. (patchset #29 id:580001 ...mlerman2015-03-231-4/+4
* Change default code flag to NewAvatarMenu. Flags or Finch Configs still take ...mlerman2015-03-231-4/+4
* Remove support for special "sign in process" state.rogerta2015-03-205-72/+0
* Add account id/gaia id to sign-in internals page.rogerta2015-03-177-146/+163
* Reintroduce WebDataRequestManager::RequestCompletedOnThread Jank Instrumentationrobliao2015-03-134-0/+91
* Revert of Add profiling to investigate jank in WebDataRequestManager::Request...robliao2015-03-121-7/+0
* Remove OneClickSigninHelper since it is no longer used.rogerta2015-03-122-0/+7
* Add profiling to investigate jank in WebDataRequestManager::RequestCompletedO...erikchen2015-03-121-0/+7
* Revert of Remove OneClickSigninHelper since it is no longer used. (patchset #...rmcilroy2015-03-102-7/+0