I tried to enable flash plugin for youtube only while disable it for all other website. I tried to set the PluginDomains in konquerors's setting panel. But it seems only khtml recongnizes this variable and behaves accordingly, with kwebkitpart only the global enable/disable switch have effects on the plugins. Reproducible: Always Steps to Reproduce: 1. Enter youtube.com in the plugin panel of the setting dialog of konqueror, also set webkit to be the default backend. 2. Open some youtube video. Actual Results: Youtube complain about no flash plugins Expected Results: Flash should be enabled for youtube
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