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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 04:20:55 PDT 2012


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





--- Comment #8 from Seokju Kwon <seokju.kwon at samsung.com>  2012-05-23 04:19:57 PST ---
(In reply to comment #6)
> (From update of attachment 138304 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=138304&action=review
> 
> I wonder how many test cases are covered by this patch.
> 
I have added web inspector to EWebLauncher with this patch.
And I am working on DRT related to Inspector in WebKit-EFL with this patch now.

This patch is too old. Others have been fixed.
> > Source/WebKit/ChangeLog:7
> > +        - Add a stub implementation of InspectorClientEfl
> 
> Generally, WebKit tends not to use - in ChangeLog.
> 
> > Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:96
> > +    InspectorController* controller = ewk_view_core_page_get(m_inspectorView)->inspectorController();
> 
> ewk_view_core_page_get() was removed. Use EWKPrivate::corePage()
> 
> > Source/WebKit/efl/ewk/ewk_view.h:2446
> > +EAPI void ewk_view_web_inspector_show(Evas_Object *o);
> 
> It looks it is good to add const keyword as below,
> 
> const Evas_Object *o
> 
> > Source/WebKit/efl/ewk/ewk_view.h:2453
> > +EAPI void ewk_view_web_inspector_close(Evas_Object *o);
> 
> ditto.

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