[Webkit-unassigned] [Bug 28677] Allow excluding certain plugins from loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 13:28:25 PDT 2009


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


Marius Renn <damarvy at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39720|                            |review?
               Flag|                            |




--- Comment #14 from Marius Renn <damarvy at gmail.com>  2009-09-17 13:28:24 PDT ---
Created an attachment (id=39720)
 --> (https://bugs.webkit.org/attachment.cgi?id=39720)
Qt patch to allow overriding plugin loading

I have extended the plugin load delegation functionality to the Qt API layer,
where I have added two virtual methods shouldLoadPluginAtPath() and
shouldLoadPluginWithInfo() to the QWebPluginDatabase class. While the default
implementation simply returns true, a subclass may do something more
sophisticated, such as excluding certain plugins.

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