Hi,

I appreciate if someone can help me understand what is the Message send from
Browser to Renderer in the case of html form submission.
I think the message ViewMsg_Navigate_Params is for HTTP get only, not for
HTTP post, since I dont' see any attribute in that struct to store form
submission data.

And I read this
http://dev.chromium.org/developers/design-documents/form-auto,  it said "
WebFrameLoaderClient::dispatchWillSubmitForm() passes the AutofillForm as
the argument of its delegate's function OnAutofillFormSubmitted()". So I
tried setting breakpoints in WebFrameLoaderClient::dispatchWillSubmitForm(),
but it never breaks when I do a 'google search' in chromium. I only see void
WebFrameLoaderClient::dispatchWillSendRequest() get breaks.  Can you please
tell me why is that?

Thank you for any help.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to