RESOLVED FIXED 86395
The "plug-in was blocked" callback needs to include enough info to uniquely identify the plug-in + version
https://bugs.webkit.org/show_bug.cgi?id=86395
Summary The "plug-in was blocked" callback needs to include enough info to uniquely i...
Anders Carlsson
Reported 2012-05-14 13:37:25 PDT
The "plug-in was blocked" callback needs to include enough info to uniquely identify the plug-in + version
Attachments
Patch (5.41 KB, patch)
2012-05-14 13:38 PDT, Anders Carlsson
sullivan: review+
Anders Carlsson
Comment 1 2012-05-14 13:38:25 PDT
John Sullivan
Comment 2 2012-05-14 13:44:28 PDT
Comment on attachment 141777 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=141777&action=review > Source/WebKit2/UIProcess/WebLoaderClient.cpp:275 > + m_client.pluginDidFail(toAPI(page), kWKErrorCodeCannotLoadPlugIn, toAPI(mimeType.impl()), 0, 0, m_client.clientInfo); It would be good to explain in the ChangeLog why we don't pass the new parameters here.
Anders Carlsson
Comment 3 2012-05-14 13:49:05 PDT
Note You need to log in before you can comment on or make changes to this bug.