Posts Tagged ‘firefox’
Most who are deep in the plugin world already know this, but I will repeat it quickly for those who only dabble: Firefox 3.6 has removed support for XPCOM plugins. This means that if you use XPCOM for your javascript interface (i.e. you have an IDL file on your npapi plugin, you us nsScriptablePeer, etc) [...]
The Problem: I’ll be up-front about something here; I don’t particularly like ActiveX. I understand a lot of the reasons for creating it, and I won’t go so far as to claim that it shouldn’t exist or anything like that; in fact, it does very well for certain types of things. The main thing I [...]
Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Previous posts The purpose of this post is to cover the basics of providing an interface by which javascript can interface with an NPAPI plugin in a cross platform manner. The primary focus of this post [...]
Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Recap Last time, I talked about the fundamentals of implementing a NPAPI plugin. Today, I’m going to go into a little more detail on how to use the strange callback architecture that firefox exposes. The NPAPI [...]
Note: if you haven’t already, please read up on FireBreath, the open source cross-platform plugin framework, and consider contributing. Introduction I have now been researching and working on a cross-platform browser plugin for several months. By far my greatest frustration throughout this process has been the significant lack of documentation on the subject. So, with [...]
