Skip to content

freshplayerplugin v0.3.8

Compare
Choose a tag to compare
@i-rinat i-rinat released this 09 Dec 19:30
· 25 commits to master since this release
  • 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.