Hi, I'm quite new to this Mozilla stuff. What I'm trying to do is to embed Mozilla into a higher-level application.
The idea is that the application operates as a browser most of the time, but that the user can click on something which starts up a local service that takes over the UI while it is running. For reasons of flexibility, I'd like the "clickable" thing to be a link in a normal HTML document delivered by our server. Obviously, I need (and have) control over both the clients and the server in this case. I think I need to "registerContentListener" to take a peek at the URI the user clicked on, but that seems to require an "nsURILoader", which I don't seem to be able to obtain via external APIs. Am I overlooking something obvious, or perhaps going about the whole thing in the wrong way entirely? - Tim
