Updates:
        Status: Assigned
        Owner: [email protected]

Comment #2 on issue 25874 by [email protected]: Form autofill is broken
http://code.google.com/p/chromium/issues/detail?id=25874

Actually, this appears to be unrelated to my changes.

ViewHostMsg_FormFieldValuesSubmitted is sent from the RenderView, where it  
has valid
form data, but up in the RenderViewHost, where it receives that IPC, the  
data is
invalid.

jhawkins' r29913 appears to be to blame.  it reads the form name and values  
into
temporary values, but does nothing with those values.  whereas the old code  
wrote the
values into the output array.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to