RESOLVED FIXED 110821
Add a new unavailablePluginButtonClicked callback that takes a WKDictionary of plug-in information
https://bugs.webkit.org/show_bug.cgi?id=110821
Summary Add a new unavailablePluginButtonClicked callback that takes a WKDictionary o...
Anders Carlsson
Reported 2013-02-25 16:38:50 PST
Add a new unavailablePluginButtonClicked callback that takes a WKDictionary of plug-in information
Attachments
Patch (33.45 KB, patch)
2013-02-25 16:45 PST, Anders Carlsson
bdakin: review+
Anders Carlsson
Comment 1 2013-02-25 16:45:54 PST
Anders Carlsson
Comment 2 2013-02-25 17:08:51 PST
Csaba Osztrogonác
Comment 3 2013-02-25 22:02:59 PST
(In reply to comment #2) > Committed r143988: <http://trac.webkit.org/changeset/143988> It broke the !ENABLE(NETSCAPE_PLUGIN_API) builds, for example Qt Mountain Lion: /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:2655:136: error: use of undeclared identifier 'plugin' m_uiClient.unavailablePluginButtonClicked(this, pluginUnavailabilityReason, mimeType, pluginBundleIdentifier, pluginBundleVersion, plugin.info.name, pluginURLString, pluginspageAttributeURLString, frameURLString, pageURLString); CC Qt folks to fix the broken build.
Simon Hausmann
Comment 4 2013-02-26 00:39:06 PST
(In reply to comment #3) > (In reply to comment #2) > > Committed r143988: <http://trac.webkit.org/changeset/143988> > > It broke the !ENABLE(NETSCAPE_PLUGIN_API) builds, for example Qt Mountain Lion: > > /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:2655:136: error: use of undeclared identifier 'plugin' > m_uiClient.unavailablePluginButtonClicked(this, pluginUnavailabilityReason, mimeType, pluginBundleIdentifier, pluginBundleVersion, plugin.info.name, pluginURLString, pluginspageAttributeURLString, frameURLString, pageURLString); > > CC Qt folks to fix the broken build. Thanks for spotting :). Fixed in http://trac.webkit.org/changeset/144015
Note You need to log in before you can comment on or make changes to this bug.