sonicfly wrote:
Hi, could you guys tell me how to hook the event or notification when
the embedding browser is going to be closed by javascript in the page.
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

class yourEmbeddedBrowser::nsIWebBrowserChrome
{...};

and

nsIWebBrowserChrome::DestroyBrowserWindow()

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to