Just a guess, but since that code runs in the renderer, it's likely
you're debugging the wrong process.
See "Multi-process issues" in
http://dev.chromium.org/developers/how-tos/debugging .

On Mon, Aug 17, 2009 at 11:03 PM, hap 497<[email protected]> 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: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to