summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+7
* AutoFill optimization for form label scraping.dhollowa@chromium.org2010-04-091-3/+22
* AutoFill: Delay sending the form field values to the AutoFillManager until th...jhawkins@chromium.org2010-04-091-4/+10
* AutoFill optimization for form label finding.dhollowa@chromium.org2010-04-091-3/+16
* AutoFill Re-enable labeling input elements.dhollowa@chromium.org2010-04-081-0/+19
* Reverting: 43802 AutoFill: Re-enable label scraping.dhollowa@chromium.org2010-04-081-37/+0
* AutoFill: Respect the maxlength attribute when filling input elements.jhawkins@chromium.org2010-04-081-1/+4
* AutoFill: A few fixes.jhawkins@chromium.org2010-04-081-8/+20
* AutoFill: Re-enable label scraping.jhawkins@chromium.org2010-04-071-0/+12
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-39/+78
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-7/+55
* Reland r43564 with tests disabled.jhawkins@chromium.org2010-04-031-1/+3
* Revert 43564 - Attempt to fix the perf regression: remove the code that calls...jar@chromium.org2010-04-031-3/+1
* Attempt to fix the perf regression: remove the code that calls LabelForElement.jhawkins@chromium.org2010-04-031-1/+3
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-13/+93
* FormManager cleanups:jhawkins@chromium.org2010-04-011-38/+54
* AutoFill: Store the form method on the FormData object. This is another step...jhawkins@chromium.org2010-04-011-0/+1
* Page Cycler Intl2 perf regression.hayato@chromium.org2010-03-311-92/+22
* AutoFill: Send the forms cached in the FormManager to the AutoFillManager onjhawkins@chromium.org2010-03-311-22/+92
* Label scraping for AutoFill, tables.dhollowa@chromium.org2010-03-301-0/+24
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-37/+59
* 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