[Webkit-unassigned] [Bug 102932] [EFL][WK2] Implement context menu in MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 23:53:42 PST 2013


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


Michal Pakula vel Rutka <m.pakula at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.pakula at samsung.com




--- Comment #9 from Michal Pakula vel Rutka <m.pakula at samsung.com>  2013-01-23 23:55:33 PST ---
(In reply to comment #8)
> (From update of attachment 183917 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=183917&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_context_menu_item.cpp:153
> >      EINA_SAFETY_ON_NULL_RETURN_VAL(item, 0);
> >  
> > -    return item->parentMenu();
> > +    return const_cast<Ewk_Context_Menu_Item*>(item)->parentMenu();
> >  }
> 
> This code needs review by WebKit2 owner, so could it be in a separate opatch somehow?

I posted this patch accidentally and it is obsolete, please take a look at 183919. This code is moved to bug 107510.

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