summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Autofill dropdown: String change from "Autofill options" to "Chrome Autofill ...dhollowa@chromium.org2010-10-141-1/+1
* Autofill browsertestisherman@chromium.org2010-10-041-0/+5
* AutoFill: Don't send select option values to the browser on page load. Onlyjhawkins@chromium.org2010-10-011-2/+2
* Stop using WebInputElement::inputType().tkent@chromium.org2010-09-221-2/+2
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-141-13/+5
* Adding a class to track when a node in a page gets clicked.jcivelli@chromium.org2010-09-051-4/+9
* Every time a new autofill suggestion was received we would hide the autofill ...jcivelli@chromium.org2010-08-171-5/+4
* Moving the autofill code from WebKit EditorClientImpl to Chromium.jcivelli@google.com2010-08-121-3/+56
* Autocomplete doesn't honor maxlength attribute.dhollowa@chromium.org2010-08-121-2/+4
* AutoFill: Release the cached frame when we receive the frameDestroyed() messagejhawkins@chromium.org2010-08-111-0/+4
* AutoFill: Remove one level of indirection when clearing a previewed form.jhawkins@chromium.org2010-08-061-7/+1
* Input value appears twice on the form fielddhollowa@chromium.org2010-08-031-0/+4
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-281-1/+5
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+1
* This CL creates a new class AutofillHelper that factors out the autofill rela...jcivelli@google.com2010-07-221-0/+239