From 89ac46c97e6a3b2f2726bd11d52824d27ee26a24 Mon Sep 17 00:00:00 2001
From: "jcampan@chromium.org"
 <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 5 Nov 2008 19:28:08 +0000
Subject: This CL adds the autofill UI in forms. When the user types text in a
 text field in a form, the renderer queries the browser for suggestion based
 on the entered text and displays the suggestions in a popup.

Listeners are set on the form text field in a similar fashion than for password save.

The popup showing the suggestion uses the same mechanism as the select popup. Note that a difference between the select and the autofill popup is that the autofill should not take focus, so the page still has focus and the user can still type in while it shows.
The creation of the render widget was modified for that purpose so we can specify the popup should not be focused when shown.
Review URL: http://codereview.chromium.org/8885

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4804 0039d316-1c4b-4281-b951-d872f2087c98
---
 webkit/build/glue/glue.vcproj | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'webkit/build/glue')

diff --git a/webkit/build/glue/glue.vcproj b/webkit/build/glue/glue.vcproj
index 28fe820..3ce56f3 100644
--- a/webkit/build/glue/glue.vcproj
+++ b/webkit/build/glue/glue.vcproj
@@ -381,6 +381,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\glue\form_autocomplete_listener.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\glue\form_autocomplete_listener.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\glue\glue_accessibility.cc"
 				>
 			</File>
-- 
cgit v1.1