[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] How to add new Hunspell dictionaries

2008-10-15 Thread Mehmet Akin
Hi, We have an experimental Hunspell dictionary and affix file for Turkish, What is the procedure to add it to Chromium? Currently we have a working Firefox extension in: http://code.google.com/p/tr-spell/ Mehmet. --~--~-~--~~~---~--~~ You received this

[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] Compilation Errors

2008-10-15 Thread Ibrar Ahmed
Hi, I am compiling chrome in VC 2005 SP1 (Windows XP). I am getting too much errors. ERROR SET 1 Cannot open include file: 'config.h': No such file or directory ERROR SET 2 5c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96) : error C2143: syntax error : missing ')'