summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_external_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Properly Remove Autofill Keyboard Listener.csharp@chromium.org2013-02-151-7/+11
* Use WeakPtr to simplify AutofillPopupControllerImpl memory managementkaiwang@chromium.org2013-02-071-11/+13
* Adding the page and DPI scale adjustment for Autofill Popups.aurimas@chromium.org2013-02-061-4/+4
* We can't call ApplyAutofillSuggestions() when controller_ is NULL in autofill...felipeg@chromium.org2013-01-141-1/+1
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Convert element_bounds to Screen Space for New Autofill UIcsharp@chromium.org2013-01-031-1/+11
* [Autofill] Clear the previewed fields whenever the popup is closed.isherman@chromium.org2013-01-031-3/+0
* AutofillPopupController clarifications + simplifications.estade@chromium.org2012-12-221-41/+33
* use autofill popup to suggest autofill data in RequestAutocomplete dialog.estade@chromium.org2012-12-211-1/+1
* AutofillDialogControllerImpl refinementsestade@chromium.org2012-12-201-5/+6
* Refactor AutofillPopupView and friendsestade@chromium.org2012-12-141-40/+69
* Properly Display new Autofill UI on Windows.csharp@chromium.org2012-12-071-4/+5
* Correctly Mark the new Autofill Popup as Visible when showing just passwords.csharp@chromium.org2012-12-041-0/+1
* Only Hide New Autofill UI if visible.csharp@chromium.org2012-11-081-2/+7
* Fix Crashes in the New Autofill UIcsharp@chromium.org2012-11-051-0/+30
* Remove TabContents from autofill unittests.avi@chromium.org2012-10-231-3/+2
* [Autofill] Cleanup: Remove a redundant method.isherman@chromium.org2012-10-231-1/+1
* Make the AutocompleteHistoryManager be an implementation detail of AutofillMa...avi@chromium.org2012-10-211-2/+2
* Switch AutofillExternalDelegate to use WebContentsUserData.avi@chromium.org2012-10-101-15/+15
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-2/+3
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-5/+5
* Switch AutocompleteHistoryManager to use WebContentsUserData.avi@chromium.org2012-09-281-1/+1
* Start of New Autofill UI for Windowscsharp@chromium.org2012-09-071-8/+8
* Move AutocompleteHistoryManager into chrome/browser/autofill/ as it isjoi@chromium.org2012-08-071-1/+1
* Add Datalist Support to New Autofill UIcsharp@chromium.org2012-06-081-74/+153
* TabContentsWrapper -> TabContents, part 5.avi@chromium.org2012-06-081-15/+11
* Upgrade Seperator in New Autofill UIcsharp@chromium.org2012-05-241-0/+15
* Add Icon Support for New Autofill Gtk UIcsharp@chromium.org2012-05-151-1/+0
* Ensure New Autofill UI Hidescsharp@chromium.org2012-05-041-0/+2
* Add Delete Support to New Autofill UIcsharp@chromium.org2012-05-021-26/+26
* New Autofill UI properly changes Colour.csharp@chromium.org2012-04-271-3/+5
* New Autofill UI uses ID for passwordcsharp@chromium.org2012-04-271-7/+3
* DataList UI (Chromium part)keishi@chromium.org2012-04-171-14/+7
* Add Password Autofill Manager to New Autofillcsharp@chromium.org2012-04-051-8/+58
* GTK Keyboard Support for New Autofillcsharp@chromium.org2012-03-291-2/+4
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-5/+5
* [Coverity] pass string as const-ref (CID 103291)tbreisacher@chromium.org2012-02-281-3/+4
* Adding Mouse Support for new GTK Autofillcsharp@chromium.org2012-02-091-11/+85
* Migrate options/preferences terminology to 'Settings'.csilv@chromium.org2012-01-301-2/+2
* First pass for new GTK Autofill popup. csharp@chromium.org2012-01-091-4/+6
* Revert 116512 - SwitchTabAndHideAutofillPopup failing linux chromeos bot.kkania@chromium.org2012-01-051-6/+4
* First pass for new GTK Autofill popup.csharp@chromium.org2012-01-051-4/+6
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+3
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-221-1/+106
* External autofill delegates.jrg@chromium.org2011-10-291-0/+37