summaryrefslogtreecommitdiffstats
path: root/components/signin
Commit message (Expand)AuthorAgeFilesLines
* Fix WeakPtrFactory member in SSOAccessTokenFetcherdmichael2015-01-141-3/+3
* Optimize reconcilor account change detection.rogerta2015-01-132-15/+7
* New Profile metric for Auth Errors.mlerman2015-01-093-0/+13
* Make the SigninErrorController a PKS.mlerman2015-01-099-50/+61
* AccountTrackerService needs to manually enable Network Fetches.mlerman2015-01-083-5/+65
* Enable webview-based sign-in to chrome.rogerta2015-01-073-6/+12
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-223-17/+16
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-221-2/+2
* Controll RefreshTokenAnnotationRequest through Finch experimentpavely2014-12-184-12/+48
* Clean up straggler classes to use embedded signin in page in the new profiles...noms2014-12-172-0/+83
* Revert of AccountTrackerService needs to manually enable Network Fetches. (pa...mlerman2014-12-173-65/+11
* AccountTrackerService needs to manually enable Network Fetches.mlerman2014-12-173-11/+65
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-122-4/+4
* Removing profiler instrumentations for task WebDataRequestManager::RequestCom...vadimt2014-12-114-75/+0
* No UserInfo fetch on Android before ProfileInfo::DoFinalInit.Mike Lerman2014-12-091-0/+6
* Send RefreshTokenAnnotationRequestpavely2014-12-0810-13/+373
* Fix Memory - initialize variablesmlerman2014-12-071-1/+3
* The Account Tracker now collects Hosted Domain information. The Signinmlerman2014-12-079-69/+209
* Avoid checking that merge session helper is running when starting a reconcile.msarda2014-12-041-2/+3
* gn format //componentsscottmg2014-12-032-4/+1
* Early return in AboutSigninInternals::NotifyObservers if there are no observers.vadimt2014-12-021-0/+3
* Account tracker service should not run in supervised profiles.rogerta2014-11-281-0/+7
* Instrumenting the loop inside AboutSigninInternals::SigninStatus.vadimt2014-11-261-0/+16
* Instrumenting signin internals.vadimt2014-11-241-1/+28
* Adding instrumentation to locate the source of jankiness.vadimt2014-11-201-0/+5
* Adding instrumentation to locate the source of jankiness.vadimt2014-11-131-0/+11
* Disable new avatar menu when web-based signin is onguohui2014-11-121-2/+7
* Seed the account tracker with gaia_id/email before performing sign in.rogerta2014-11-101-0/+4
* Fix AboutSigninInternals::TokenInfo::LessThanwittman2014-11-081-1/+2
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Fix incorrect normalization of email address in hotdog menu, settings page,rogerta2014-11-062-5/+13
* A recent change to account reconcilor makes it execute more quickly, not allo...rogerta2014-11-064-13/+34
* Account reconcilor: Use cookie store cookie changed subscription.msarda2014-11-047-36/+47
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-293-9/+9
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-294-8/+8
* Fix a typo in an OAuth2TokenService classnamejamescook2014-10-272-6/+6
* Implement signin using webviewguohui2014-10-245-2/+17
* Revert of Revert of Inline sign in extracts gaia id from HTTP header and seed...nkostylev2014-10-243-0/+74
* Revert of Inline sign in extracts gaia id from HTTP header and seeds account ...nkostylev2014-10-233-74/+0
* Inline login handler extracts gaia id from HTTP header and seeds account trackerrogerta2014-10-223-0/+74
* Standardize usage of virtual/override/final in components/dcheng2014-10-2121-167/+146
* Adding instrumentation to locate the source of jankinessvadimt2014-10-202-0/+12
* Convert ARRAYSIZE_UNSAFE -> arraysize in components/.viettrungluu2014-10-161-2/+2
* Mechanical change that adds instrumentation required to locate the source of ...vadimt2014-10-101-0/+6
* Make sure GetAuthenticatedAccountId() returns a canonicalized id.rogerta2014-10-098-23/+66
* Users with Web Login Required can still unlock with their password.mlerman2014-10-091-0/+1
* change newly added OVERRIDE to override in components/mostynb2014-10-091-5/+5
* Clear the password hash (used for unlock) upon signout.mlerman2014-10-074-5/+5
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0623-128/+128
* Add OAuth2TokenServiceObserverBridge.msarda2014-10-033-0/+106