[Webkit-unassigned] [Bug 62688] [EFL] Functions including Ewk_View_Private_Data should not an API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 07:09:49 PDT 2011


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





--- Comment #9 from Lucas De Marchi <demarchi at webkit.org>  2011-06-16 07:09:48 PST ---
(From update of attachment 97398)
View in context: https://bugs.webkit.org/attachment.cgi?id=97398&action=review

> Source/WebKit/efl/ChangeLog:5
> +        [EFL] Functions including Ewk_View_Private_Data should not an API.

Functions needing Ewk_View_Private_Data as parameter are not part of public API

> Source/WebKit/efl/ChangeLog:8
> +        Move functions which use Ewk_View_Private and may not be required by applcations

Ewk_View_Private_Data, applications

> Source/WebKit/efl/ewk/ewk_private.h:130
>  #if ENABLE(CONTEXT_MENUS)
> -
>  Ewk_Context_Menu *ewk_context_menu_new(Evas_Object *view, WebCore::ContextMenuController *controller);
>  Eina_Bool ewk_context_menu_free(Ewk_Context_Menu *o);
>  void ewk_context_menu_item_append(Ewk_Context_Menu *o, WebCore::ContextMenuItem& core);
>  Ewk_Context_Menu *ewk_context_menu_custom_get(Ewk_Context_Menu *o);
>  void ewk_context_menu_show(Ewk_Context_Menu *o);
> -
>  #endif

It's not related to the patch, but it's ok to go in.

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