The code for password autocompletion and form field autocomplete is currently in EditClientImpl.cpp It should be moved to the Chromium code. The motivation is to keep the logic out of the Chromium WebKit API.
Created attachment 71096 [details] Turning on the Chromium autocomplete implementation.
fyi, FIXME in WebKit shouldn't contain names.
Created attachment 71450 [details] Removed name in FIXME
Comment on attachment 71450 [details] Removed name in FIXME Clearing flags on attachment: 71450 Committed r70361: <http://trac.webkit.org/changeset/70361>
All reviewed patches have been landed. Closing bug.
Created attachment 72149 [details] Patch
Created attachment 72150 [details] Patch for landing