summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/password_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-4/+4
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+4
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* wstring removal/cleanup in browser/ui/logintony@chromium.org2011-10-311-3/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-1/+1
* Refactor preference syncing.zea@chromium.org2011-05-091-2/+6
* Move UserMetrics to content.michaeln@google.com2011-04-271-1/+1
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-2/+4
* Cleanup: Remove unneeded includes of notification_registrar.h.thestig@chromium.org2011-01-271-2/+1
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-3/+4
* Clean up WebNavigationObserver by taking out password specific callbacks, and...jam@chromium.org2011-01-211-2/+14
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+4
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Revert 67326 - Re-landing original change since it didn't seem to fix the fai...brettw@chromium.org2010-11-241-0/+7
* Revert 67281 to fix failing FullLogin test - The earlier TabContentsWrapper c...andybons@chromium.org2010-11-241-7/+0
* The earlier TabContentsWrapper changes had incomplete support for password ma...ben@chromium.org2010-11-241-0/+7
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-0/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+4
* Add policy to control 'show password' facility in the password manager.mnissler@chromium.org2010-09-071-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* Separate the PasswordManagerDelegate out of PasswordManager.erg@chromium.org2010-07-161-2/+3
* Implement UMA tracking for every form that the password manager sees.dpranke@chromium.org2010-07-011-10/+12
* Remove unnecessary header dependency and fix misleading comment.dpranke@chromium.org2010-06-151-1/+1
* Modify the password manager code to report at startup whether it is enableddpranke@chromium.org2010-06-071-0/+25
* Do not show "save password" infobar on broken pages, which we cannot autofill.georgey@chromium.org2010-05-191-0/+3
* Fix memory leak introduced in r45841.snej@chromium.org2010-04-281-1/+1
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-281-14/+20
* Add PasswordManager tests to verify basic form observation / submit cases.tim@chromium.org2010-04-231-87/+14
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-2/+4
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-2/+3
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+3
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-5/+6
* Change PasswordStoreDefault to access the WebDataService from the UI thread o...stuartmorgan@chromium.org2009-06-031-1/+3
* Reverting 17273 - Fails reliability testsmhm@chromium.org2009-05-301-3/+1
* Re-land the password store work from bug 8205, with changes that should fix b...stuartmorgan@chromium.org2009-05-301-1/+3
* Revert the password manager refactoring -- it failed reliability tests.evan@chromium.org2009-05-261-3/+1
* Patch to make password patch build.evan@chromium.org2009-05-221-1/+3
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-231-18/+18
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-9/+5