[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 08:19:03 PDT 2012


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





--- Comment #7 from Christophe Dumez <christophe.dumez at intel.com>  2012-03-27 08:19:02 PST ---
(In reply to comment #6)
> (From update of attachment 133979 [details])
> 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?

My initial attempt was to listen for the "resource,request,willsend" signal on the view (instead of on the main frame). However, this did not work because my callback would only get called when the main frame is loaded, but not when each subcomponent of the main frame gets loaded. The tests check for subcomponents in the frame.

-- 
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