[Webkit-unassigned] [Bug 73671] [Qt] When turning off PluginsEnabled attribute then a QWebPage will still try to load plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 05:54:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=73671





--- Comment #5 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2012-12-04 05:56:56 PST ---
(From update of attachment 121634)
View in context: https://bugs.webkit.org/attachment.cgi?id=121634&action=review

> Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1412
> +    if (m_frame && m_frame->settings() && m_frame->settings()->arePluginsEnabled() && PluginDatabase::installedPlugins()->isMIMETypeRegistered(mimeType))

It might be worth storing this in a local bool variable to slightly improve readability.
Looks good to me otherwise too.

-- 
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