Bug 154795
| Summary: | [GTK] WebKit2 has no way to enable/disable individual plugin(s) in its WebKitPlugin API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Stefan Fröberg <sfroberg13> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | andersca, bugs-noreply, cgarcia, mcatanzaro, sam |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Stefan Fröberg
Hi.
From http://webkitgtk.org/reference/webkit2gtk/stable/WebKitPlugin.html it says:
"This object can be used to get more information about a plugin, and enable/disable it, allowing fine-grained control of plugins."
Fowever, there is no way to call functions like webkit_web_plugin_get_enabled() / webkit_web_plugin_set_enabled() like there is in older
WebKit1 API:
http://webkitgtk.org/reference/webkitgtk/stable/WebKitWebPlugin.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Plugins are no longer supported.