| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce RenderView::Observer interface so that RenderView doesn't have to k... | jam@chromium.org | 2011-01-15 | 1 | -66/+53 |
* | Return the FrameWillClose call, since it turns out to be the cause of increas... | jam@chromium.org | 2011-01-11 | 1 | -0/+4 |
* | Make RenderView implement WebAutoFillClient, in preparation of making WebKit ... | jam@chromium.org | 2011-01-10 | 1 | -4/+0 |
* | Once a form has been partially autofilled, autofill should only update fields... | isherman@chromium.org | 2010-11-29 | 1 | -0/+8 |
* | Don't show autofill warning while typing | isherman@chromium.org | 2010-11-25 | 1 | -1/+5 |
* | Always include nonzero unique ID with autofill suggestions. | isherman@chromium.org | 2010-11-24 | 1 | -0/+3 |
* | Show distinct warning when autofill is disabled by form or by field. | isherman@chromium.org | 2010-11-20 | 1 | -9/+4 |
* | Up/Down arrow keys no longer bring up autofill menu | dhollowa@chromium.org | 2010-11-20 | 1 | -7/+9 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -3/+13 |
* | Revert 66214 - Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -13/+3 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -3/+13 |
* | Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la... | isherman@chromium.org | 2010-09-14 | 1 | -9/+2 |
* | Adding a class to track when a node in a page gets clicked. | jcivelli@chromium.org | 2010-09-05 | 1 | -1/+7 |
* | Moving the autofill code from WebKit EditorClientImpl to Chromium. | jcivelli@google.com | 2010-08-12 | 1 | -5/+24 |
* | AutoFill: Release the cached frame when we receive the frameDestroyed() message | jhawkins@chromium.org | 2010-08-11 | 1 | -5/+10 |
* | AutoFill: Display a right-aligned generic CC icon in the suggestions popup for | jhawkins@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | This CL creates a new class AutofillHelper that factors out the autofill rela... | jcivelli@google.com | 2010-07-22 | 1 | -0/+124 |