summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Should not show autofill drop-down for a user/pw formdhollowa@chromium.org2010-12-011-11/+13
* Don't show any autofill warnings for autocomplete=offisherman@chromium.org2010-11-291-30/+3
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-30/+34
* Don't show autofill warning when interacting with field specifying autocomple...isherman@chromium.org2010-11-291-2/+8
* Don't show autofill warning while typingisherman@chromium.org2010-11-251-2/+9
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-241-1/+3
* Show distinct warning when autofill is disabled by form or by field.isherman@chromium.org2010-11-201-32/+42
* Up/Down arrow keys no longer bring up autofill menudhollowa@chromium.org2010-11-201-3/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-181-0/+1
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-22/+35
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-35/+22
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-22/+35
* Handle selection changes due to AutoFill more carefully.isherman@chromium.org2010-11-011-1/+1
* autofill: Use a bit-field mask instead of two boolean parameters.tfarina@chromium.org2010-11-011-2/+4
* Remove DCHECK that broke quite a number of text inputmmenke@chromium.org2010-10-301-1/+0
* autofill: Change the browser name in the Autofill popup for Chromium builds.tfarina@chromium.org2010-10-271-2/+5
* Autofilled values should match previewed values for previously autofilled forms.isherman@chromium.org2010-10-251-5/+16
* Remove setSuggestedValue() hack in autofill.isherman@chromium.org2010-10-251-3/+0
* 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