Have you tried using the ipc logger (about:ipc in debug builds)?  You can
look at all the messages and their content.

On Tue, Aug 18, 2009 at 11:16 AM, hap 497 <[email protected]> wrote:

> Thanks. I did debug on Renderer process.
> As a matter for fact,
> This breakpoint 'WebFrameLoaderClient::dispatchWillSendRequest() " breaks,
> but
> this 'WebFrameLoaderClient::dispatchWillSubmitForm()' does not.
>
> I was doing a 'google search' (i.e. enter text in search box, and click
> 'Search' in google home page)
>
> On Tue, Aug 18, 2009 at 5:45 AM, Evan Martin <[email protected]> wrote:
>
>> 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