When I create a JS XPCOM service the guid that is used for the classID can just be a randomly generated string correct? following directions here?

I ask because I'm forking another project and changed this to a another randomly generated value, and I believe I changed the classDescription, and contractID correctly as well, but I'm not having any success. So I just wanted to check that my understanding is correct.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I just created a new addon and a new service to test out my assumption, and you can use a random guid created from a site like this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.