summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/form_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-0/+1
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-241-3/+6
* Show distinct warning when autofill is disabled by form or by field.isherman@chromium.org2010-11-201-3/+4
* Autofill: Prefer maxLength to size attribute for form filling heuristics.isherman@chromium.org2010-11-201-1/+1
* Autofill select field text should be captured not selection option valuedhollowa@chromium.org2010-11-161-0/+12
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-7/+7
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-7/+7
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-7/+7
* AutoFill: Fix two heuristic issues with nrm.org.jhawkins@chromium.org2010-11-021-18/+9
* AutoFill: Parse the previous label element for label text.jhawkins@chromium.org2010-11-021-35/+57
* AutoFill: Fix scraping a label from a div table.jhawkins@chromium.org2010-11-021-4/+26
* Handle selection changes due to AutoFill more carefully.isherman@chromium.org2010-11-011-12/+40
* autofill: Use a bit-field mask instead of two boolean parameters.tfarina@chromium.org2010-11-011-10/+9
* AutoFill: Skip past intervening empty TDs when parsing labels.jhawkins@chromium.org2010-10-291-12/+17
* Remove setSuggestedValue() hack in autofill.isherman@chromium.org2010-10-251-6/+0
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+6
* [Auto-fill] Input field loses keyboard focus with 'ESC' key.dhollowa@chromium.org2010-10-121-0/+8
* Autofill - "Clear form" failed to clear the select popup valuesdhollowa@chromium.org2010-10-111-8/+22
* Clang: make DCHECK_EQ(string16, string16) work.thakis@chromium.org2010-10-011-0/+1
* AutoFill: Don't send select option values to the browser on page load. Onlyjhawkins@chromium.org2010-10-011-91/+16
* Render crash in FormManager::FindCachedFormElement()dhollowa@chromium.org2010-09-291-86/+67
* Revert 60949 - Render crash in FormManager::FindCachedFormElement()dhollowa@chromium.org2010-09-291-67/+86
* Render crash in FormManager::FindCachedFormElement()dhollowa@chromium.org2010-09-291-86/+67
* Autofill filling on HTML form fills all entries except the entry clickeddhollowa@chromium.org2010-09-221-0/+6
* 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