I have one question regarding firefox and nsIAlertsService from extension. It is possible to force the alert to close on browser close?( because if I close the browser, the alert remains, but it is useless, it's not working).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
alert:alertwindow via window mediator directly and closing it, this won't work on Mac and Android however (different notification approach there). – Wladimir Palant Apr 3 '12 at 5:59