freshplayerplugin v0.3.8
- misc: add
NPN_PluginThreadAsyncCall
emulation for Firefox 58
Firefox no longer supports arbitrary NPAPI plugins. The only plugin still supported is Flash. Turned out, official NPAPI version of Flash doesn't use NPN_PluginThreadAsyncCall
, so that part of API was dropped from the browser code. Code is scheduled to land in Firefox 58. However, it's still possible to get what that function did by reusing GLib's main loop.