[Webkit-unassigned] [Bug 33974] [chromium] Add allowPlugins callback to allow per-site enabling of plugins
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 21 23:33:51 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33974
--- Comment #8 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2010-01-21 23:33:50 PST ---
(From update of attachment 47151)
> +++ b/WebKit/chromium/public/WebFrameClient.h
> @@ -80,6 +80,8 @@ public:
> // This frame is about to be closed.
> virtual void willClose(WebFrame*) { }
>
> + // Controls whether plugins are allowed for this frame.
> + virtual bool allowPlugins(WebFrame*, bool enabledPerSettings) { return enabledPerSettings; }
>
> // Load commands -------------------------------------------------------
nit: it would have been nice to preserve the two new lines above the comment
separator.
--
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