NPAPI plugin get NPP_Destroy right NPAPI_New in Safari 7.0.2
NPAPI plugin get NPP_Destroy right NPAPI_New in Safari 7.0.2
- Subject: NPAPI plugin get NPP_Destroy right NPAPI_New in Safari 7.0.2
- From: Nava Carmon <email@hidden>
- Date: Mon, 12 May 2014 19:29:58 +0300
Hi,
We have a NPAPI internet plug-in, that is loaded from a certain web page (https). With the new Safari 7.0.2 it receives `NPAPI_Destroy` right after `NPAPI_New` call, failing the call of one of the exposed functions.
We do support core graphics drawing model and cocoa event handling model.
Our plugin doesn’t actually draw and doesn’t have a window. All that it does - to load an external application with the parameters, that are passed from the plugin.
In the html page it’s loaded as embed = from the java script.
We build it with universal 32/64 bit architecture. This problem started with the new version of Safari 7.0.2 on Mavericks 10.9.2.
Additional reload of the pages solves the problem and the plugin does its work.
Thanks in advance for any clues
Thanks in advance,
Nava Carmon
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden