Do you mean
http://dev.chromium.org/developers/design-documents/form-autofill?If so,
that is a whole other thing (form autofill, as opposed to what you are
looking for - form submitting).
(Sorry for not being helpful, but just a heads up so you will not read
irrelevant stuff (to your case), unless you want to :P)

☆PhistucK


On Tue, Aug 18, 2009 at 09:03, hap 497 <hap...@gmail.com> wrote:

> 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