[Webkit-unassigned] [Bug 83865] [EFL] Add Web Inspector to WebKit-EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 00:55:36 PDT 2012


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





--- Comment #17 from Seokju Kwon <seokju.kwon at samsung.com>  2012-06-20 00:55:35 PST ---
(In reply to comment #15)
> (From update of attachment 145050 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=145050&action=review
> 
> I think this patch is much better than before. Submit modified patch again.
> 
> > Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:84
> > +    evas_object_smart_callback_call(m_inspectedView, "inspector,view,create", &inspectorView);
> 
> It looks m_inspectedView is webview. If so, you have to mention description of this signal to ewk_view.h
> 
> http://trac.webkit.org/browser/trunk/Source/WebKit/efl/ewk/ewk_view.h#L35
> 
> > Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:167
> > +    evas_object_smart_callback_del(m_inspectorView, "inspector,view,destroy", notifyWebInspectorDestroy);
> 
> ditto.
> 
> > Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:225
> > +    evas_object_smart_callback_call(m_inspectedView, "inspector,view,close", m_inspectorView);
> 
> ditto.

I have done what you said. Thank you for reviewing this patch.

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