summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Remove one level of indirection when clearing a previewed form.jhawkins@chromium.org2010-08-061-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Fix the wrong substr use in autofill fix for bug 49332.inferno@chromium.org2010-08-021-1/+1
* AutoFill: Record whether the user initiated the form submission and don't sav...jhawkins@chromium.org2010-07-221-0/+1
* Fix for: State in small letters should be auto-filled from the profile.jhawkins@chromium.org2010-07-211-0/+25
* AutoFill: Limit the size of form field data as a temporary solution to DOS'ingjhawkins@chromium.org2010-07-201-0/+11
* AutoFill: Add a CHECK to try to track down a crasher.jhawkins@chromium.org2010-07-151-0/+2
* AutoFill: Use setSuggestedValue() instead of setPlaceholder() when previewingjhawkins@chromium.org2010-07-121-2/+2
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-151-1/+11
* AutoFill Renderer crash in form_manager.cc FindChildTextInner()dhollowa@chromium.org2010-06-141-7/+11
* AutoFill: Implement the 'Clear form' menu item in the suggestions popup.jhawkins@chromium.org2010-06-131-4/+74
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-9/+10
* AutoFill: Preview form field values when the user changes the AutoFill dropdownjhawkins@chromium.org2010-06-021-20/+91
* AutoFill: Don't auto-fill disabled fields.jhawkins@chromium.org2010-06-011-0/+4
* AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=offjhawkins@chromium.org2010-05-281-80/+94
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-271-120/+166
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-0/+23
* AutoFill label scraping nested table contents.dhollowa@chromium.org2010-05-131-20/+43
* Reland r46600 with a test fix for Win.jhawkins@chromium.org2010-05-071-3/+10
* Revert 46600 - AutoFill: Handle the case where the cached form has extra fiel...jhawkins@chromium.org2010-05-061-10/+3
* AutoFill: Handle the case where the cached form has extra fields at the end ofjhawkins@chromium.org2010-05-061-3/+10
* AutoFill: Fix a renderer crash by resetting the form cache when each WebFramejhawkins@chromium.org2010-05-061-8/+8
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-051-20/+22
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-4/+7
* AutoFill: Also use the form action to uniquely identify which form to fill injhawkins@chromium.org2010-04-221-2/+6
* AutoFill: Skip past empty strings when comparing form fields for filling.jhawkins@chromium.org2010-04-211-0/+6
* AutoFill: Skip past non-matching fields when filling out a form where the numberjhawkins@chromium.org2010-04-161-6/+24
* AutoFill: Two renderer-side fixes.jhawkins@chromium.org2010-04-141-4/+7
* AutoFill: Use FormManager::LabelForElement to set the field label when queryingjhawkins@chromium.org2010-04-141-16/+16
* 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