summaryrefslogtreecommitdiffstats
path: root/chrome/browser/signin
Commit message (Expand)AuthorAgeFilesLines
* signin: move SigninManagerBase::Signout to SigninManager.tim@chromium.org2013-05-1310-260/+215
* [Sync] Log age of auth tokens on authentication failurezea@chromium.org2013-05-065-13/+50
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-064-25/+43
* Introduce SigninManagerDelegate and use to eliminate CookieSettings dependency.joi@chromium.org2013-05-0411-39/+141
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-3/+1
* Moved policy-related UI code out of SigninManager.atwilson@chromium.org2013-04-305-194/+149
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-2612-20/+22
* Write more restrictive DEPS to prevent regressions while sign-in is component...joi@chromium.org2013-04-241-0/+58
* Remove support for ClientOAuth from SigninManger.rogerta@chromium.org2013-04-245-187/+1
* signin: pull basic SigninManager functionality into new SigninManagerBase class.tim@chromium.org2013-04-2117-464/+710
* Move signin_manager_fake.* to fake_signin_manager.*atwilson@chromium.org2013-04-184-6/+6
* Now check policy username during initial signin.atwilson@chromium.org2013-04-185-12/+13
* Refactor OAuth2TokenService to have profile- and device-based implementations.davidroche@chromium.org2013-04-1819-647/+1005
* Add support for multi-line GlobalError messages to Views.yoz@chromium.org2013-04-163-12/+16
* Make TokenService drop its ref to WebDataService in Shutdown() rather than dtor.caitkp@google.com2013-04-162-0/+7
* Suppress the first run bubble during initial sign in, and make sure itrogerta@chromium.org2013-04-122-34/+64
* Do not hard-code the avatar icon for a new enterprise profile.atwilson@chromium.org2013-04-121-1/+3
* Remove policy if chrome management is turned off at the server.atwilson@chromium.org2013-04-123-5/+9
* Properly handle user cancellation of signin.atwilson@chromium.org2013-04-123-20/+37
* [Coverity] Fix pass by value error in OAuth2TokenServiceRequest::Core::StartO...kmadhusu@chromium.org2013-04-091-2/+2
* Allowing erasing tokens from the TokenService when an user is logged in.qsr@chromium.org2013-04-092-10/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-52/+57
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-098-57/+52
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-52/+57
* revoke unused OAuth2 tokens on signout and re-signin courage@chromium.org2013-04-052-0/+26
* Identity API: Pop-up a sign-in dialog if gaia credentials are badcourage@chromium.org2013-04-051-3/+8
* Cleanup: IWYU in a bunch of tests.thestig@chromium.org2013-04-031-0/+1
* Refactor TokenServiceqsr@chromium.org2013-04-023-6/+8
* Wrench Icon: Remove global error badgesail@chromium.org2013-04-024-40/+18
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* Get OAuth2TokenService working on Android.dubroy@chromium.org2013-03-262-6/+68
* Revert 190531 "Get OAuth2TokenService working on Android."hashimoto@chromium.org2013-03-263-78/+8
* Get OAuth2TokenService working on Android.dubroy@chromium.org2013-03-263-8/+78
* Move Encryptor to //components/webdata/encryptor.joi@chromium.org2013-03-242-2/+2
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-2/+2
* Fix leaks introduced by WDS changecaitkp@chromium.org2013-03-201-2/+1
* Move files from c/b/a/bookmarks and c/b/a/sync back to c/bkaiwang@chromium.org2013-03-201-1/+1
* Allow encoded version of service=chromiumsyncbcwhite@chromium.org2013-03-151-2/+5
* Build a new TokenCacheService so I can stop using TokenService.petewil@chromium.org2013-03-141-8/+0
* Split up chrome/browser/policy subdirectorymnissler@chromium.org2013-03-141-2/+2
* Revert r186824caitkp@chromium.org2013-03-141-1/+0
* Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactorycaitkp@chromium.org2013-03-132-6/+4
* Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::No...antrim@chromium.org2013-03-127-10/+10
* Fix two-factor signin.atwilson@chromium.org2013-03-122-1/+23
* Extract SigninManagerCookieHelper out.aruslan@chromium.org2013-03-123-86/+116
* Remove chrome/ code to handle App Notificationsdcheng@chromium.org2013-03-102-3/+0
* Separate WebDatabase management from WebDataService.caitkp@chromium.org2013-03-081-0/+1
* signin: force web signin flow initiated visits to accounts.google.com to thei...tim@chromium.org2013-03-074-1/+193
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-2/+2
* Add a signin allowed policy which is used to determine if a user is allowed t...akuegel@chromium.org2013-02-283-1/+42