summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce RenderView::Observer interface so that RenderView doesn't have to k...jam@chromium.org2011-01-151-66/+53
* Return the FrameWillClose call, since it turns out to be the cause of increas...jam@chromium.org2011-01-111-0/+4
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...jam@chromium.org2011-01-101-4/+0
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-0/+8
* Don't show autofill warning while typingisherman@chromium.org2010-11-251-1/+5
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-241-0/+3
* Show distinct warning when autofill is disabled by form or by field.isherman@chromium.org2010-11-201-9/+4
* Up/Down arrow keys no longer bring up autofill menudhollowa@chromium.org2010-11-201-7/+9
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-3/+13
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-13/+3
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-3/+13
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-141-9/+2
* Adding a class to track when a node in a page gets clicked.jcivelli@chromium.org2010-09-051-1/+7
* Moving the autofill code from WebKit EditorClientImpl to Chromium.jcivelli@google.com2010-08-121-5/+24
* AutoFill: Release the cached frame when we receive the frameDestroyed() messagejhawkins@chromium.org2010-08-111-5/+10
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-281-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@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/+124