summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
Commit message (Expand)AuthorAgeFilesLines
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-4/+3
* Reset the AutoFillManager's cache of forms when the main page is loaded, not ...jhawkins@chromium.org2010-03-121-0/+1
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+5
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-081-1/+1
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-3/+31
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+63