summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Expose ProfileOAuth2TokenServiceIOSDelegate::AddOrUpdateAccount.bzanotti2016-03-251-1/+1
* Remove unused GetAuthenticationErrorCategory method.bzanotti2016-03-244-10/+2
* Add GetAuthenticationErrorCategory method with gaia_id.bzanotti2016-03-244-8/+58
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-1/+2
* Remove UnescapeRule::URL_SPECIAL_CHARS from components/mmenke2016-03-231-3/+4
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-151-4/+4
* Puts the new Material Design User Manager behind a flagmahmadi2016-03-104-1/+15
* [ios] Cleaned up usage of CR_TEST_REQUIRES_WK_WEB_VIEW.eugenebut2016-03-091-14/+0
* ChromeOS cryptohome should be able to use gaia id as user identifier.alemate2016-03-041-0/+14
* Change X-CHROME-CONNECTED cookie name to CHROME_CONNECTED.bzanotti2016-02-263-69/+71
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-256-0/+10
* Replace custom password-separated flow switch with features API.anthonyvd2016-02-253-12/+13
* AccountId::GetGaiaIdKey should return filename-compatible string.alemate2016-02-231-1/+1
* Ignore incorrectly persisted account ids without an email mapping.knn2016-02-191-1/+3
* Revert of Release unused web views when under memory pressure. (patchset #5 i...markusheintz2016-02-193-52/+0
* Release unused web views when under memory pressure.bzanotti2016-02-193-0/+52
* Add safeguards to re-set the X-CHROME-CONNECTED cookies when necessary.bzanotti2016-02-183-22/+131
* Componentize signin-internals resourcesdroger2016-02-093-0/+360
* Implementation of newly designed sign in related histograms for Android.gogerald2016-02-041-0/+6
* Remove incorrect dependency of components_unittests on test_support_ios.sdefresne2016-02-031-6/+0
* Update components for new prefs location.brettw2016-02-0119-27/+28
* Update GN build files for new prefs location.brettw2016-01-302-5/+4
* [Sync] Use last account id instead of email for account equality on Android a...skym2016-01-291-0/+13
* Ensure content settings aren't persisted in the guest profileraymes2016-01-281-1/+2
* Implement the new Sync Confirmation dialog on Linux and Windows.anthonyvd2016-01-271-0/+3
* [Sync] Instrument if users delete or keep their local profile during signout.skym2016-01-256-12/+34
* 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