summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize the authenticated username on iOS.msarda2014-09-161-1/+9
* Refactoring the WeakPtrFactory usage, Member variables should appear before t...mohan.reddy2014-09-102-4/+4
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Disable UI flags for non-desktop OSesmlerman2014-09-081-0/+5
* Revert of Disable UI flags for non-desktop OSes (patchset #4 id:60001 of http...mlerman2014-08-301-10/+0
* Disable UI flags for non-desktop OSesmlerman2014-08-291-0/+10
* Add account_id to signin manager notifications.rogerta2014-08-297-12/+28
* Add IsAuthenticated() method to SigninManager to check for connected profile.rogerta2014-08-275-7/+14
* Make sure avatar menu does not use account_id for display purposes.rogerta2014-08-271-1/+3
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-1/+1
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+2
* Add flag to track migration from email to gaia id.rogerta2014-08-254-0/+29
* Create a new AccountTrackerService PKS based on the existing AccountTracker.rogerta2014-08-253-0/+1057
* Revert of Create a new AccountTrackerService (patchset #8 of https://coderevi...thestig@chromium.org2014-08-223-1057/+0
* Create a new AccountTrackerService PKS based on the existing AccountTracker.rogerta@chromium.org2014-08-223-0/+1057
* Remove MutableProfileOAuth2TokenService on iOS.msarda@chromium.org2014-08-214-302/+18
* Track when user signs in the profile.mlerman@chromium.org2014-08-166-2/+44
* Track how many minutes a profile was signed in before when we sign out.mlerman@chromium.org2014-08-143-0/+19
* When the user signs in, make sure to set cookies on all reachable googlerogerta@chromium.org2014-08-134-0/+24
* Use the --google-profile-info flag correctly.noms@chromium.org2014-08-121-2/+1
* Disable New Avatar Menu in unit tests where necessary.bauerb@chromium.org2014-08-112-0/+6
* Show GAIA/cookie accounts on the signin-internals page.mlerman@chromium.org2014-08-097-11/+131
* Let finch control NewAvatarMenu. Disabling a flag forces disable all mirror.mlerman@chromium.org2014-08-081-2/+4
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Move avatar_menu to disable-enable flag. A future CL will set the default beh...mlerman@chromium.org2014-08-064-32/+44
* Bring back Gaia avatars if --new-avatar-menu is turned on.noms@chromium.org2014-08-051-2/+2
* Make signin_scoped_device_id enabled by default.pavely@chromium.org2014-08-042-4/+4
* [Mac, Win] New and improved UI changes to the new avatar bubblenoms@chromium.org2014-07-311-1/+2
* Fix how we use the new profile management flags.noms@chromium.org2014-07-282-4/+6
* Change semantics from newProfileManagement() to accountConsistency().mlerman@chromium.org2014-07-242-8/+7
* Add gcm, nfc and bluetooth to GN build.brettw@chromium.org2014-07-163-0/+115
* Create a FakeAccountReconcilor that doesn't perform network requestsmlerman@chromium.org2014-07-091-7/+10
* Implementation of SigninClient::GetSigninScopedDeviceIdpavely@chromium.org2014-07-078-0/+22
* Ensure username is present on ChromeOS signin internalsmlerman@chromium.org2014-07-041-0/+9
* Make it so that the account reconcilor (or any other component that wants to ...rogerta@chromium.org2014-07-035-43/+93
* Include time in signin-internals signin details.mlerman@chromium.org2014-07-031-1/+1
* Hide signin details for ChromeOSmlerman@chromium.org2014-07-031-0/+4
* Add GetSigninScopedDeviceId() to SigninClient and pass it to GaiaAuthFetcher.pavely@chromium.org2014-06-277-10/+34
* Track when and how a profile is signed out via UMA.mlerman@chromium.org2014-06-274-5/+43
* Rename "managed (mode|user)" to "supervised user" (part 4)treib@chromium.org2014-06-241-2/+2
* Differentiate primary account compares on GAIA cookie presence.mlerman@chromium.org2014-06-193-8/+41
* Improve the no-op reconcilor so that it doesn't "hang" after the first execut...mlerman@chromium.org2014-06-192-16/+34
* Display on signin-internals the status of account consistency.mlerman@chromium.org2014-06-191-0/+2
* Fix account_reconcilor crash.mlerman@chromium.org2014-06-181-3/+5
* Revert "Improve the no-op reconcilor so that it doesn't "hang" after the firs...hirono@chromium.org2014-06-182-34/+16
* Enable consistent identity on android platform by default.rogerta@chromium.org2014-06-174-18/+68
* Improve the no-op reconcilor so that it doesn't "hang" after the first execut...mlerman@chromium.org2014-06-172-16/+34
* Ensure the AccountReconciler executes directly after the NewProfileFlag is tu...mlerman@chromium.org2014-06-162-0/+18
* Create AccountServiceFlagFetcher which downloads an account's Gaia service fl...treib@chromium.org2014-06-032-0/+208
* Componentize and rename ProfileOAuth2TokenServiceRequest.maniscalco@chromium.org2014-06-022-2/+2