[Webkit-unassigned] [Bug 70090] New: [EFL] Remove const modifier from ctx_menu functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 23:00:47 PDT 2011


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

           Summary: [EFL] Remove const modifier from ctx_menu functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: g.czajkowski at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Functions ewk_context_menu_show and ewk_context_menu_custom_get have got const modifer to ensure that Ewk_Context_Menu won't be changed. The methods emit events through evas_object_smart_callback_call with Ewk_Context_Menu as parameter which is converted to void *. In this case an application which receives those events may change Ewk_Context_Menu.

Additionaly the name of ewk_context_menu_custom_get has been changed to ewk_context_menu_customize
because an application is able to modify the items of context menu.

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