summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/password_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up password manager code.isherman@chromium.org2012-03-021-2/+43
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-4/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-7/+7
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Attempt at fixing crash in PasswordStoreWin. It seems like there aresky@chromium.org2011-05-031-2/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-2/+2
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-4/+7
* Clean up WebNavigationObserver by taking out password specific callbacks, and...jam@chromium.org2011-01-211-14/+14
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+2
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-031-0/+2
* Revert 67997 - Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-2/+0
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-0/+2
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-2/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+0
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Add DCHECKs to check PasswordStore's threadingdavidben@chromium.org2010-07-261-1/+6
* Separate the PasswordManagerDelegate out of PasswordManager.erg@chromium.org2010-07-161-2/+3
* Take #3 - attempt to resubmit the ReportMetrics() change for the PasswordStor...dpranke@chromium.org2010-06-231-0/+2
* TBR: jcivelli@chromium.orgdpranke@chromium.org2010-06-181-1/+0
* Re-submit 50177 - implement stubs of reporting usage metrics for the passworddpranke@chromium.org2010-06-181-0/+1
* Unreviewed - revert 50177, 50181, 50184dpranke@chromium.org2010-06-181-1/+0
* Unreviewed build fix - fix typo in last unreviewd build fix :(dpranke@chromium.org2010-06-181-1/+1
* build fix in password manager unit tests.dpranke@chromium.org2010-06-181-0/+1
* Update password store for synczork@chromium.org2010-05-111-0/+4
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-281-7/+62
* Add PasswordManager tests to verify basic form observation / submit cases.tim@chromium.org2010-04-231-0/+206