summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill optimization for form label scraping.dhollowa@chromium.org2010-04-091-10/+5
* AutoFill: Delay sending the form field values to the AutoFillManager until th...jhawkins@chromium.org2010-04-091-0/+1
* AutoFill Re-enable labeling input elements.dhollowa@chromium.org2010-04-081-2/+1
* Reverting: 43802 AutoFill: Re-enable label scraping.dhollowa@chromium.org2010-04-081-6/+12
* AutoFill: Respect the maxlength attribute when filling input elements.jhawkins@chromium.org2010-04-081-0/+171
* AutoFill: A few fixes.jhawkins@chromium.org2010-04-081-0/+91
* AutoFill: Re-enable label scraping.jhawkins@chromium.org2010-04-071-6/+3
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-2/+48
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-0/+45
* Reland r43564 with tests disabled.jhawkins@chromium.org2010-04-031-4/+8
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-3/+6
* Fix the build: swap the parameters for GetForms.jhawkins@chromium.org2010-04-011-14/+14
* Label scraping for AutoFill, tables.dhollowa@chromium.org2010-03-301-2/+56
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-58/+58
* Label scraping for AutoFill.dhollowa@chromium.org2010-03-261-39/+126
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...jhawkins@chromium.org2010-03-151-145/+139
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-021-8/+87
* Implement FormManager, a class that manages forms in a RenderView.jhawkins@chromium.org2010-02-051-0/+346