[webkit-reviews] review denied: [Bug 35155] [Qt] Allow QtLauncher to be started without Plugin support : [Attachment 49199] Patch including ChangeLog entry allowing starting QtLauncher without plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 08:00:13 PST 2010


Kenneth Rohde Christiansen <kenneth at webkit.org> has denied Casper van Donderen
<casper.vandonderen at gmail.com>'s request for review:
Bug 35155: [Qt] Allow QtLauncher to be started without Plugin support
https://bugs.webkit.org/show_bug.cgi?id=35155

Attachment 49199: Patch including ChangeLog entry allowing starting QtLauncher
without plugins
https://bugs.webkit.org/attachment.cgi?id=49199&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>

> +    if (gNoPlugins)
> +	  
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled,
false);
> +    else
> +	  
QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled,
true);

QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled,
!gNoPlugins); would be preferred


More information about the webkit-reviews mailing list