> Oh, hmm. That should indeed work with 1.9.0... I don't know why it > doesn't for you. It'll return null sometimes, but not if aRequest is an > HTTP channel.
Oh, it's really odd, now I can query the interface nsITraceableChannel....(still using 1.9.0.10) do_QueryInterface(aRequest) (query as HTTP Channel)will return null if the url is something like "about:document-onload-blocker" or "resource://...", but not if the url is "http://...", formerly I always got null (query as traceable channel), however, now I can get it. So strange.... I can explore the usage of nsITraceableChannel later myself. And if I still have problems, I will put it forward here... It so kind of you to help me a lot! _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
