summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Include missing header in signin_header_helper.h.msarda2015-08-171-0/+2
* Expose Mirror request header builder.bzanotti2015-08-132-16/+35
* Add bzanotti as an OWNER of components/signin/ios.bzanotti2015-08-121-0/+1
* Fix bug introduced with https://codereview.chromium.org/1235533002/rogerta2015-08-121-1/+1
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+3
* Fix reconcilor loop when the primary account is in an auth error state.rogerta2015-08-114-6/+43
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* Android FR: Download profile image and name in ProfileDownloader.anthonyvd2015-08-042-0/+7
* Componentize signin preferences registration.droger2015-08-044-0/+48
* Move JNI annotations to annotations package.aurimas2015-07-301-1/+1
* Add tests pertaining to splitting the AccountInfoFetchers.knn2015-07-306-10/+280
* Add an Android specific ChildAccountInfoFetcher that talks to the AccountMana...knn2015-07-2815-223/+516
* Gaia Id migrationgogerald2015-07-278-19/+311
* Componentize FakeSigninManager and SigninManager prefsdroger2015-07-245-0/+204
* Remove NOTREACHED in POA2TSID::UpdateAuthError.bzanotti2015-07-243-17/+31
* Componentize SigninScopedDeviceIDdroger2015-07-244-5/+59
* Do not fetch child account status for supervised users.knn2015-07-231-7/+12
* Refresh whether an account is a child account on receiving invalidations.knn2015-07-237-37/+128
* Reland of Split AccountInfoFetcher into a ChildAccountInfoFetcher. (patchset ...knn2015-07-2210-108/+317
* Do not use the same observer with multiple AccountTrackerService.knn2015-07-221-38/+46
* Componentize more signin codedroger2015-07-216-0/+274
* Revert of Split AccountInfoFetcher into a ChildAccountInfoFetcher. (patchset ...antrim2015-07-2010-322/+108
* Split AccountInfoFetcher into a ChildAccountInfoFetcher.knn2015-07-2010-108/+322
* Add fake for ProfileOAuth2TokenServiceIOSDelegate.bzanotti2015-07-174-9/+163
* Componentize signin_header_helper.h (part 2)droger2015-07-162-0/+153
* Componentize signin_header_helper.h (part 1)droger2015-07-164-0/+143
* Move ProfileIdentityProvider to the signin component.droger2015-07-153-0/+103
* Move the AccountInfoFetcher out of the AccountFetcherService.knn2015-07-155-257/+246
* Move ProfileOAuth2TokenServiceIOSProvider to the signin component.droger2015-07-1511-117/+281
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Split AccountTrackerService in a tracker and a fetcher component.anthonyvd2015-07-086-526/+682
* Refactor AO2TS to make it easier to componentizegogerald2015-07-0211-1780/+503
* Readability review. CrossDevicePromo.mlerman2015-07-021-0/+1
* Move SigninCookieChangedSubscription to components/signindroger2015-06-263-0/+184
* Use new GAIA "tokens" to check for password change.bcwhite2015-06-184-1/+15
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Prefer to use the AccountID to the Email from ListAccounts.mlerman2015-06-092-30/+16
* Incorporate GaiaAuthFetcher creation into SigninClient.bzanotti2015-06-046-20/+38
* ListAccounts will return the Gaia ID as well as the email of the account.mlerman2015-06-047-45/+76
* Remove dead code.rogerta2015-06-034-132/+0
* Add metrics to track AccountReconcilor state.bzanotti2015-06-034-15/+31
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-6/+6
* ChildAccountService: get service flags from AccountTrackerService instead of ...treib2015-06-033-208/+0
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-029-53/+55
* 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