On 12 Apr., 07:53, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > The problem now is, that my test-html/xul (tried both) document works > > with xulrunner (pyxultest works also) but not when i open it via > > nsWindowWatcher::OpenWindow(). > > Does opening it using OpenWindow() open it in a chrome docshell? > > -Boris
The documentation of nsIWindowWatcher says to the parameter parent: parent: parent window, if any. Null if no parent. If it is impossible to get to an nsIWebBrowserChrome from parent, this method will effectively act as if parent were null. and i am passing null as the parent. so i guess the answer is no. was is that what you mean? If not, how do i find out. thanks _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
