[webkit-reviews] review requested: [Bug 28677] Allow excluding certain plugins from loading : [Attachment 39720] Qt patch to allow overriding plugin loading

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


Marius Renn <damarvy at gmail.com> has asked  for review:
Bug 28677: Allow excluding certain plugins from loading
https://bugs.webkit.org/show_bug.cgi?id=28677

Attachment 39720: Qt patch to allow overriding plugin loading
https://bugs.webkit.org/attachment.cgi?id=39720&action=review

------- Additional Comments from Marius Renn <damarvy at gmail.com>
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.


More information about the webkit-reviews mailing list