Mark Junker wrote:
the standard implementation of nsIURI is nsSimpleURI? I ask this because I was unable to find a "standard" implementation of nsIURI in the "real" SDK (dist/sdk).

Are you trying to implement a protocol handler? Because if you are not, you should not do that. Instead, you should create URIs using nsIIOService.

(I guess nsStandardURL is more of the standard implementation. But really, each protocol handler might have its own implementation. CIing an nsIURI and trying to open a channel for that will generally not work.)
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to