Summary: | Kwebkitpart does not seem to honor PluginDomains | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | LuRan <hephooey_dev> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | adawit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kwebkitpart/5b9b22a44609e768a0f64ec2acf163dbcc925bb4 | Version Fixed In: | 1.3.0 |
Sentry Crash Report: |
Description
LuRan
2012-04-22 10:24:50 UTC
kwebkitpart does not use nspluginviewer. It uses QtWebKit's built-in flash player which at the moment is not directly configurable. That is why currently the per domin settings as well as the on-demand loading have no effect. Only the Enable/disable plugin option is honored. This might change in the future by adapting the implementation from the Arora or reKonq web browser. Git commit 5b9b22a44609e768a0f64ec2acf163dbcc925bb4 by Dawit Alemayehu. Committed on 22/07/2012 at 18:01. Pushed by adawit into branch 'master'. Honor Konqueror's on demand plugin loading and per host plugin configuration. FIXED-IN: 1.3.0 M +2 -0 src/webpage.cpp M +117 -5 src/webpluginfactory.cpp M +25 -2 src/webpluginfactory.h http://commits.kde.org/kwebkitpart/5b9b22a44609e768a0f64ec2acf163dbcc925bb4 |