so... Mozilla has many interfaces that it expects to be implemented by embeddors (nsIGlobalHistory, nsIDownload, etc.), with a specific contract id.
Now, gecko will usually expect some things about these components.
And it may support additional things if the component implements specific interfaces.
What's a good way to document such stuff?
For now, I'm putting it where the #define for the contract id is...
But there should really be some central list about which things are expected from embeddors.
-biesi _______________________________________________ mozilla-documentation mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-documentation
