index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
signin
Commit message (
Expand
)
Author
Age
Files
Lines
*
signin: move SigninManagerBase::Signout to SigninManager.
tim@chromium.org
2013-05-13
10
-260
/
+215
*
[Sync] Log age of auth tokens on authentication failure
zea@chromium.org
2013-05-06
5
-13
/
+50
*
components: Move PrefRegistrySyncable into user_prefs namespace.
tfarina@chromium.org
2013-05-06
4
-25
/
+43
*
Introduce SigninManagerDelegate and use to eliminate CookieSettings dependency.
joi@chromium.org
2013-05-04
11
-39
/
+141
*
Warn on missing OVERRIDE/virtual everywhere, not just in header files.
rsleevi@chromium.org
2013-05-02
1
-3
/
+1
*
Moved policy-related UI code out of SigninManager.
atwilson@chromium.org
2013-04-30
5
-194
/
+149
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
12
-20
/
+22
*
Write more restrictive DEPS to prevent regressions while sign-in is component...
joi@chromium.org
2013-04-24
1
-0
/
+58
*
Remove support for ClientOAuth from SigninManger.
rogerta@chromium.org
2013-04-24
5
-187
/
+1
*
signin: pull basic SigninManager functionality into new SigninManagerBase class.
tim@chromium.org
2013-04-21
17
-464
/
+710
*
Move signin_manager_fake.* to fake_signin_manager.*
atwilson@chromium.org
2013-04-18
4
-6
/
+6
*
Now check policy username during initial signin.
atwilson@chromium.org
2013-04-18
5
-12
/
+13
*
Refactor OAuth2TokenService to have profile- and device-based implementations.
davidroche@chromium.org
2013-04-18
19
-647
/
+1005
*
Add support for multi-line GlobalError messages to Views.
yoz@chromium.org
2013-04-16
3
-12
/
+16
*
Make TokenService drop its ref to WebDataService in Shutdown() rather than dtor.
caitkp@google.com
2013-04-16
2
-0
/
+7
*
Suppress the first run bubble during initial sign in, and make sure it
rogerta@chromium.org
2013-04-12
2
-34
/
+64
*
Do not hard-code the avatar icon for a new enterprise profile.
atwilson@chromium.org
2013-04-12
1
-1
/
+3
*
Remove policy if chrome management is turned off at the server.
atwilson@chromium.org
2013-04-12
3
-5
/
+9
*
Properly handle user cancellation of signin.
atwilson@chromium.org
2013-04-12
3
-20
/
+37
*
[Coverity] Fix pass by value error in OAuth2TokenServiceRequest::Core::StartO...
kmadhusu@chromium.org
2013-04-09
1
-2
/
+2
*
Allowing erasing tokens from the TokenService when an user is logged in.
qsr@chromium.org
2013-04-09
2
-10
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
8
-52
/
+57
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
8
-57
/
+52
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
8
-52
/
+57
*
revoke unused OAuth2 tokens on signout and re-signin
courage@chromium.org
2013-04-05
2
-0
/
+26
*
Identity API: Pop-up a sign-in dialog if gaia credentials are bad
courage@chromium.org
2013-04-05
1
-3
/
+8
*
Cleanup: IWYU in a bunch of tests.
thestig@chromium.org
2013-04-03
1
-0
/
+1
*
Refactor TokenService
qsr@chromium.org
2013-04-02
3
-6
/
+8
*
Wrench Icon: Remove global error badge
sail@chromium.org
2013-04-02
4
-40
/
+18
*
Rename sys_string_conversions in chrome.
brettw@chromium.org
2013-03-28
1
-1
/
+1
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
2
-6
/
+68
*
Revert 190531 "Get OAuth2TokenService working on Android."
hashimoto@chromium.org
2013-03-26
3
-78
/
+8
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
3
-8
/
+78
*
Move Encryptor to //components/webdata/encryptor.
joi@chromium.org
2013-03-24
2
-2
/
+2
*
base/prefs: Remove the public/ directory and move the files to //base/prefs.
tfarina@chromium.org
2013-03-21
1
-2
/
+2
*
Fix leaks introduced by WDS change
caitkp@chromium.org
2013-03-20
1
-2
/
+1
*
Move files from c/b/a/bookmarks and c/b/a/sync back to c/b
kaiwang@chromium.org
2013-03-20
1
-1
/
+1
*
Allow encoded version of service=chromiumsync
bcwhite@chromium.org
2013-03-15
1
-2
/
+5
*
Build a new TokenCacheService so I can stop using TokenService.
petewil@chromium.org
2013-03-14
1
-8
/
+0
*
Split up chrome/browser/policy subdirectory
mnissler@chromium.org
2013-03-14
1
-2
/
+2
*
Revert r186824
caitkp@chromium.org
2013-03-14
1
-1
/
+0
*
Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory
caitkp@chromium.org
2013-03-13
2
-6
/
+4
*
Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::No...
antrim@chromium.org
2013-03-12
7
-10
/
+10
*
Fix two-factor signin.
atwilson@chromium.org
2013-03-12
2
-1
/
+23
*
Extract SigninManagerCookieHelper out.
aruslan@chromium.org
2013-03-12
3
-86
/
+116
*
Remove chrome/ code to handle App Notifications
dcheng@chromium.org
2013-03-10
2
-3
/
+0
*
Separate WebDatabase management from WebDataService.
caitkp@chromium.org
2013-03-08
1
-0
/
+1
*
signin: force web signin flow initiated visits to accounts.google.com to thei...
tim@chromium.org
2013-03-07
4
-1
/
+193
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
2
-2
/
+2
*
Add a signin allowed policy which is used to determine if a user is allowed t...
akuegel@chromium.org
2013-02-28
3
-1
/
+42
[next]