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 );
parent
nsIWebBrowserChrome
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).chromeFlags
nsIWebBrowserChrome
.An nsIWebBrowserChrome
for the new window.
nsIWindowWatcher
for more details.