[Webkit-unassigned] [Bug 82192] [EFL][DRT] Catch the "resource, request, willsend" signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 07:37:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82192





--- Comment #6 from Raphael Kubo da Costa <rakuco at FreeBSD.org>  2012-03-27 07:37:55 PST ---
(From update of attachment 133979)
View in context: https://bugs.webkit.org/attachment.cgi?id=133979&action=review

> Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp:102
> +    Evas_Object* mainFrame = ewk_view_frame_main_get(view);
> +    if (mainFrame)

Sorry for not noticing this earlier. Some time ago I added code which emitted "resource,request,willsend" on the view when a request was sent to its main frame (see FrameLoaderClientEfl::dispatchWillSendRequest). Have you checked if it works in this case?

> Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp:308
> +        return;

This return statement is unnecessary.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list