summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-170/+484
* AutoFill label scraping nested table contents.dhollowa@chromium.org2010-05-131-0/+73
* One more to remove!darin@chromium.org2010-05-071-3/+2
* Switch over to non-deprecated methods.darin@chromium.org2010-05-071-24/+16
* Reland r46600 with a test fix for Win.jhawkins@chromium.org2010-05-071-0/+84
* Revert 46600 - AutoFill: Handle the case where the cached form has extra fiel...jhawkins@chromium.org2010-05-061-84/+0
* AutoFill: Handle the case where the cached form has extra fields at the end ofjhawkins@chromium.org2010-05-061-0/+84
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-0/+43
* AutoFill: Also use the form action to uniquely identify which form to fill injhawkins@chromium.org2010-04-221-0/+87
* AutoFill: Skip past empty strings when comparing form fields for filling.jhawkins@chromium.org2010-04-211-0/+81
* AutoFill: Skip past non-matching fields when filling out a form where the numberjhawkins@chromium.org2010-04-161-0/+217
* 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