I'm unclear on the difference between the functioning of a plugin vs an extension.
For years, I've written a plain old NPAPI plugin. It lived in /Library/ Plug-ins on mac and somewhere similar on a PC. With Firefox 3.6, it stopped working. Looking around, I see this: http://blog.mozilla.com/security/2009/11/16/component-directory-lockd... which I figure might be the problem, so I try to turn my plugin into an XPI, but this turns it into an extension.
I install it, and it STILL doesn't work, but now I don't know if it doesn't work because extensions are a different beast than plugins, and so what I did makes no sense at all, or whether it's because of whatever the underlaying problem was before is still around, and so what I did was a waste of time, and didn't actually address the problem...
Can anyone give me some guidance here?
thanks.