[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
Wed Dec 5 03:29:44 PST 2012


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





--- Comment #7 from Pierre Rossi <pierre.rossi at gmail.com>  2012-12-05 03:32:10 PST ---
(From update of attachment 177683)
View in context: https://bugs.webkit.org/attachment.cgi?id=177683&action=review

> Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1360
> +    if (m_frame && arePluginsEnabled)

Careful, you broke the previous logic there. The mime type check should stay, and m_frame was already tested as part of arePluginsEnabled.

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