[webkit-reviews] review denied: [Bug 91832] [EFL][WK2] Implemented color picker API : [Attachment 164496] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 02:27:12 PDT 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has denied KwangYong Choi
<ky0.choi at samsung.com>'s request for review:
Bug 91832: [EFL][WK2] Implemented color picker API
https://bugs.webkit.org/show_bug.cgi?id=91832

Attachment 164496: Patch
https://bugs.webkit.org/attachment.cgi?id=164496&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=164496&action=review


> Source/WebKit2/UIProcess/API/efl/ewk_view.h:131
> +    // Input Picker API
> +    Eina_Bool (*input_picker_show)(Ewk_View_Smart_Data *sd, Ewk_Input_Type
type, const void *data);
> +    Eina_Bool (*input_picker_hide)(Ewk_View_Smart_Data *sd, Ewk_Input_Type
type);

Where is the documentation for these? How to use, how to free the data etc?


More information about the webkit-reviews mailing list