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