Im writing an extension that automates user actions within Firefox for web application testing purposes, and am integrating a mode that lets Firefox run invisibly to the user. On Windows, I'm able to successfully hide the initial window by use of the CreateProcess WinAPI method, however when a second window opens up as a result a javascript open or the target being set in an A tag, the window always appears visible to the user.
Im wondering if there are any hooks in the XPCOM library that I can latch onto so that when a new window is about to be opened, I can hide it from the user (I do not want it to appear in the taskbar either), or if there is another way to hide the window. Any help would be greatly appreciated. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
