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
/
password_manager
/
password_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move experiment logic out of PasswordManager and into PasswordManagerDelegate.
dubroy@chromium.org
2014-02-06
1
-0
/
+2
*
Reland 249382 "Remove references to WebContents from PasswordFormManager."
dubroy@chromium.org
2014-02-06
1
-0
/
+7
*
Revert "Remove references to WebContents from PasswordFormManager."
agl@chromium.org
2014-02-06
1
-7
/
+0
*
Move ManagePasswordsBubbleController knowledge out of PasswordManager.
blundell@chromium.org
2014-02-06
1
-13
/
+11
*
Remove references to WebContents from PasswordFormManager.
dubroy@chromium.org
2014-02-06
1
-0
/
+7
*
Eliminate PasswordManager being a WebContentsObserver.
blundell@chromium.org
2014-02-05
1
-12
/
+5
*
Remove the dependency of PasswordStore on BrowserContextKeyedService
vabr@chromium.org
2014-02-05
1
-3
/
+6
*
[Password Manager] Move IsOffTheRecord() access to PasswordManagerDriver
gcasto@chromium.org
2014-02-05
1
-0
/
+1
*
[Password Manager] Move access of PrefService into PasswordManagerDelegateImpl
gcasto@chromium.org
2014-02-05
1
-0
/
+3
*
Move ownership of Password(Generation)Manager to ContentPasswordDriver.
blundell@chromium.org
2014-02-05
1
-15
/
+18
*
Password manager now ignores autocomplete='off' by default; user may specify ...
jww@chromium.org
2014-02-05
1
-4
/
+8
*
Expose PasswordManagerDriver as a public interface to core Password code.
blundell@chromium.org
2014-02-03
1
-15
/
+23
*
Revert 248117 "Password manager now ignores autocomplete='off' b..."
benwells@chromium.org
2014-01-31
1
-4
/
+4
*
Password manager now ignores autocomplete='off' by default; user may specify ...
jww@chromium.org
2014-01-31
1
-4
/
+4
*
Passwords: Replace CancelableRequest* with CancelableTaskTracker.
dubroy@chromium.org
2014-01-24
1
-13
/
+13
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-0
/
+1
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-3
/
+3
*
[Mac] Passwords: Don't always prompt to access passwords saved by other browsers
dubroy@chromium.org
2013-12-17
1
-26
/
+27
*
Put ignore autocomplete='off' behind a flag. Restores the basic
jww@chromium.org
2013-12-16
1
-0
/
+67
*
Ignore autocomplete='off' for usernames and passwords. Because autofilling re...
jww@chromium.org
2013-12-04
1
-67
/
+0
*
Move PasswordForm from //content to //autofill.
blundell@chromium.org
2013-09-09
1
-5
/
+5
*
Changes have been made on the heuristic in order to know if a login attempt f...
jdomingos@chromium.org
2013-09-03
1
-0
/
+57
*
[password autofill] Remove references to PasswordForm from RenderViewImpl
gcasto@chromium.org
2013-08-16
1
-20
/
+81
*
Use a direct include of the message_loop header in chrome/browser/, part 8.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Change RenderViewHostTestHarness to create BrowserContext after thread startup
jochen@chromium.org
2013-07-15
1
-10
/
+4
*
Use a direct include of strings headers in chrome/browser/o*-p*/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...
ajwong@chromium.org
2013-06-06
1
-12
/
+3
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-20
/
+20
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
Clear pending_login_managers after main frame navigation. This fixes an issues
gcasto@chromium.org
2013-05-06
1
-0
/
+56
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
1
-2
/
+1
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
1
-1
/
+1
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-2
/
+4
*
Convert PasswordStore::GetLogins to not depend on CancelableRequest
kaiwang@chromium.org
2012-12-14
1
-13
/
+13
*
Ignore autocomplete=off when password manager is saving the generated passwor...
zysxqn@google.com
2012-12-12
1
-1
/
+64
*
Fill passwords if password manager is disabled.
ttr314@googlemail.com
2012-11-09
1
-3
/
+38
*
Remove alias from ChromeRenderViewHostTestHarness.
avi@chromium.org
2012-10-19
1
-2
/
+3
*
Switch PasswordManager and PasswordManagerImpl to use WebContentsUserData.
avi@chromium.org
2012-10-09
1
-4
/
+4
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
1
-2
/
+2
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Save auto generated passwords without presenting an infobar.
gcasto@chromium.org
2012-05-31
1
-0
/
+29
*
Re-enable password autofill for Incognito windows
isherman@chromium.org
2012-05-15
1
-3
/
+2
*
Do not show "Save password?" infobar for failed login attempts.
isherman@chromium.org
2012-03-27
1
-21
/
+33
*
Add abstractions that let embedders drive tests of WebContents, without expos...
joi@chromium.org
2012-03-22
1
-1
/
+0
*
Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...
isherman@chromium.org
2012-03-21
1
-18
/
+18
*
Make sure password manager does not display at the same time as one-click.
rogerta@chromium.org
2012-03-21
1
-6
/
+6
*
Profiles: Really fix refcounted services.
erg@chromium.org
2012-03-16
1
-1
/
+1
*
Profile refactoring: Remove all PasswordStore code from the Profile interface.
erg@chromium.org
2012-03-14
1
-38
/
+7
*
Fix memory failures in PasswordManager tests
isherman@chromium.org
2012-03-02
1
-1
/
+5
[next]