summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...jhawkins@chromium.org2010-01-111-6/+34
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-1/+16
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-061-4/+12
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-2/+18
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-281-0/+41