I'm trying to figure out how to disable the alert box that pops up from inside XPCOM when I try to issue the following call for an invalid (bad) host:
nsIWebNavigation.loadURI (...) The message blocks the UI thread until a user hits "Ok" in the dialog box. What I'd like to accomplish is that an error page comes back like in firefox and not this dialog box. Any ideas where I should look? Is there a service/component I need to extend/configure to accomplish this in XPCOM. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
