summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Change X-CHROME-CONNECTED cookie name to CHROME_CONNECTED.David Roger2016-02-293-69/+71
* Add safeguards to re-set the X-CHROME-CONNECTED cookies when necessary.Benoit Zanotti2016-02-223-22/+131
* Ignore incorrectly persisted account ids without an email mapping.Khannan2016-02-191-1/+3
* Implementation of newly designed sign in related histograms for Android.gogerald2016-02-131-0/+6
* Revert "Implementation of newly designed sign in related histograms for Andro...Jason Kersey2016-02-121-6/+0
* Implementation of newly designed sign in related histograms for Android.gogerald2016-02-111-0/+6
* Add AccountId::GetGaiaIdKey method.alemate2016-01-142-0/+11
* Fix AccountInfo uninitialized memory issues.bzanotti2016-01-143-15/+12
* Properly disable AccountTrackerService tests under MSan.Reilly Grant2016-01-142-4/+4
* Disable two AccountTrackerService tests under MSan.Reilly Grant2016-01-132-0/+12
* Allow partial seeding of accounts in AccountTrackerServicebzanotti2016-01-137-11/+175
* [Sync] Switch to prefer account id over email for equality, along with some a...skym2016-01-138-8/+310
* [Sync] Adding pref kGoogleServicesLastAccountId. Since email/username is no l...skym2016-01-063-2/+15
* Do not crash browser when sign in URL has unsupported access point and reason.gogerald2016-01-051-5/+4
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-265-15/+18
* Clean up header files.avi2015-12-262-0/+4
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-2544-5/+66
* Remove enable-iframe-based-signin flag. This affects only desktop chrome. U...rogerta2015-12-175-20/+0
* Get 'gn_all' building on iOS in GN builds.dpranke2015-12-151-0/+16
* Enforce AccountConsistencyService state on startupbzanotti2015-12-141-0/+5
* [Sync] Enable TokenServiceTableTest tests on macpavely2015-12-112-14/+8
* Name the value of the three sign in related UMA histograms.gogerald2015-12-101-2/+5
* Clean ProfileSyncService unittest of most //chrome dependenciesblundell2015-12-091-0/+1
* [Mirror] Add support to start an "Add Account" native flow.bzanotti2015-12-082-2/+7
* Implement newly designed sign-in related histograms for desktop platorms.gogerald2015-12-082-22/+67
* 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