Hi!

I need to register a new protocol into Firefox to be used with my plugin. I have implemented an object which inherits the nsIProtocolHandler interface, and it handles a new custom protocol. It works well, but I cannot detect on each tab on firefox it was called. Using gBrowser.selectedTab is not a good option because there are some chances of this being called into a background one.

Is there any way to identify the tab or the browser who triggered the custom protocol call?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to