summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Label scraping for AutoFill.dhollowa@chromium.org2010-03-261-5/+48
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-10/+20
* Don't light up form fields we aren't filling, and don't light up the submit b...jhawkins@chromium.org2010-03-121-2/+5
* AutoFill form filling with form name absentdhollowa@chromium.org2010-03-121-1/+9
* Don't store the submit element on the FormData structure as it's no longer used.jhawkins@chromium.org2010-03-031-6/+0
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-021-0/+23
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-2/+5
* Implement FormManager, a class that manages forms in a RenderView.jhawkins@chromium.org2010-02-051-0/+184