nsISupports
Last changed in Gecko 0.9.6 nsIWebBrowserChrome createChromeWindow(in nsIWebBrowserChrome parent, in PRUint32 chromeFlags); |
Create a new window. Gecko will/may call this method, if made available to it, to create new windows.
nsIWebBrowserChrome createChromeWindow( in nsIWebBrowserChrome parent, in PRUint32 chromeFlags );
parentnsIWebBrowserChrome of the parent window, if any. null if no parent exists. The newly created window should be made a child/dependent window of the parent, if any (and if the concept applies to the underlying OS).chromeFlagsnsIWebBrowserChrome.An nsIWebBrowserChrome for the new window.
nsIWindowWatcher for more details.