[Webkit-unassigned] [Bug 75645] WebPlugins can't add items to context menus.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 10:28:47 PST 2012


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





--- Comment #9 from Bill Budge <bbudge at gmail.com>  2012-01-09 10:28:44 PST ---
I had to add a method, performPluginAction, to WebView.h. So I am going to modify this patch, adding a new enum. If I understand you correctly, we should leave media player stuff alone. I think it makes the most sense to add a WebPluginAction struct, and a performPluginAction method, as this is all about plugins. This will require some extra code on the Chromium side but it's trivial, and the clarity on the WebKit side makes it worth it.

(In reply to comment #8)
> (In reply to comment #7)
> > In a previous version of this patch, I added a plugin specific enum and action. It requires all of that to be plumbed through on the Chromium side though. If it's OK with you, I will attempt to make the existing ones more generic as you suggest.
> 
> With the plugin specific enum, was there no entry point back into WebKit to handle the commands when they are selected?

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