Boris Zbarsky wrote:
zhaosw wrote:
In an XULRunner application, I want to check all URLs before their open
so that I can redirect some URLs to a specified server. I am not sure
if the "onStartURIOpen" method of nsIURIContentListener can be used to
do that.
It cannot.
Well, possibly onStartURIOpen could abort the load and then you could
call loadURI with the URI you want, although you'd lose postdata,
referrer, etc...
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding