Olivier Danes wrote: > I saw the nsGlobalWindow::ClearAllTimeouts() method but how to call it > from a nsIWebBrowser, a nsIDOMWindow or a nsIDOMDocument ?
ClearAllTimeouts() is basically called from the window teardown sequence when the window is being closed. There is also SuspendTimeouts(), which is only used for fastback cache right now. I suppose an API could be added to do this... -Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
