I have a FF toolbar working in all previous versions.
My toolbar partially written in C++. I’ve compiled the C++ part with xulrunner-sdk-13.0
Now it doesn’t work.
My JS code,
if (!Components.classes['@some/SignedData;1'])
now returns false
Has something changed in Firefox 13.0 which explains this?
The next release 13.0.1 fixes the problem