[Webkit-unassigned] [Bug 80600] [GTK] Add input methods submenu item to the default context menu for editable content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 09:07:25 PST 2012


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





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-03-08 09:07:25 PST ---
Btw, this patch implements some of the ideas I mentioned in the public mailing list regarding the context menu API. The idea is that the current Vector<ContextMenuItem> will be replaced by WebKitContextMenu API object that will be passed to the context-menu signal so that the user can customize it. After the signal emission WebKitContextMenu returns the list of items as a Vector of ContextMenuItem and we pupulate the context menu like this patch does.

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