The only interface that are guaranteed to not change from version to version are the one annotated with status-frozen:
http://lxr.mozilla.org/seamonkey/search?string=us+frozen As you will see, this list is small and does not include nsIDoc*. You may want to post on the embedding newsgroup for status on these two interfaces which you mentioned. doug turner [EMAIL PROTECTED] Jonas wrote: > Hello, > > nsIDocumentLoader service (interface nsIDocumentLoader ) was used to > register document observer (nsIDocumentLoaderObserver) which examined all > URL's from WebShell's. > > As I can see from the source code of Mozilla 9.3 the interface > nsIDocumentLoader > was changed completely and nsIDocumentLoaderObserver did not exist any > more. > > Which service and/or interfaces I should use now???? > URL's are examined in my component and some of them are allowed > to pass to HTTP server and other are cancelled. > > Thanks in advance > Jonas > > (Please also let me know if I am writing to the wrong newsgroup) > > > > >
