[chromium-dev] Re: Autofill design document

2008-10-15 Thread Chris G
As I read this it will only autofill one field? What we need is a bookmark for the web form, stored with which should be all the field names and the values that were saved by the user when the bookmark was created. When one is on the page, an icon should change to show there are one or more

[chromium-dev] Re: Autofill design document

2008-10-15 Thread Ian Fette
Tying this in with bookmarks seems strange to me. form entries organized by the name of the field specified in html get stored in the web database. - this sounds scary. What is the web database? Do you mean the Web Data SQLite database under the profile? Saying the web database makes it sound like

[chromium-dev] Re: Autofill design document

2008-10-15 Thread Peter Kasting
On Wed, Oct 15, 2008 at 9:09 AM, Ian Fette [EMAIL PROTECTED] wrote: It sounds like you want to have form autofill, but not actually fill stuff in until the user hits submit. While nice in theory, I'm not sure how you exactly get this to work without causing unintended consequences. E.g. there

[chromium-dev] Re: Autofill design document

2008-10-15 Thread Ben Goodger (Google)
FYI, our plan here is to start with a simple system similar to that in IE and Firefox - offering autocompletions for values filled into individual fields. We can get more ambitious once we pass this first hurdle. -Ben On Wed, Oct 15, 2008 at 10:18 AM, Peter Kasting [EMAIL PROTECTED] wrote: On

[chromium-dev] Re: Autofill design document

2008-10-14 Thread Adam Barth
What about forms created after WebFrameLoaderClient::dispatchDidFinishDocumentLoad? For example, if you click the reply button on Gmail? Seems like you're better off hooking the focusing of input elements... Adam On Tue, Oct 14, 2008 at 2:58 PM, Peterson Trethewey [EMAIL PROTECTED] wrote: