summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Use setSuggestedValue() instead of setPlaceholder() when previewingjhawkins@chromium.org2010-07-121-12/+12
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-151-0/+111
* AutoFill: Implement the 'Clear form' menu item in the suggestions popup.jhawkins@chromium.org2010-06-131-19/+195
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-9/+103
* AutoFill: Preview form field values when the user changes the AutoFill dropdownjhawkins@chromium.org2010-06-021-3/+132
* AutoFill: Don't auto-fill disabled fields.jhawkins@chromium.org2010-06-011-6/+19
* AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=offjhawkins@chromium.org2010-05-281-276/+242
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-271-1/+158
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-80/+80
* 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