[Webkit-unassigned] [Bug 91832] [EFL][WK2] Implemented color chooser proxy and input picker interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 18:45:36 PDT 2012


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





--- Comment #24 from KwangYong Choi <ky0.choi at samsung.com>  2012-08-08 18:45:58 PST ---
(In reply to comment #23)
> (From update of attachment 154833 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=154833&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:1105
> > +    EINA_SAFETY_ON_NULL_RETURN(smartData->api->input_picker_show);
> 
> EINA_SAFETY_ON_NULL_RETURN will complain when input_picker_show is null.
> 
> please change this as `if () return;`

OK.

> 
> > Source/WebKit2/UIProcess/efl/WebColorChooserProxyEfl.cpp:43
> > +WebColorChooserProxyEfl::~WebColorChooserProxyEfl()
> > +{
> > +}
> 
> I am not sure whether we don't need to clear colorChooser of ewk_view.

I think it should be required. Color chooser can be destroyed before color picker closed.

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