I am confused about the ref count in npapi. Mostly, I don\'t know which method will increase ref count. Can anyone explain in detail about this? For the convenience, I listed most common used NPN_* fu
I need to write a browser plugin to communicate with another process, and it seems I have to use NPAPI plugins. Is there any example or open source NPAPI plugin I can refer to?
I am trying to compile NPAPI plugin under Win-XP and VS 2008. Its giving me error as nsScriptablePeer.obj : error LNK2019: unresolved external symbol _NPN_Evaluate referenced in function when I try to
How to write a simple Opera plugin? I\'d like to develop a plugin that would change the Referer header of a request based on request\'s url data.