On 18 Dec 2006 18:01:33 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Im writing an extension that allows a user to automate test cases in
Firefox, and I need to track how many open windows a user has created
during a "recording session" to do this I created observer that watches
for two topics: domwindowclosed and domwindowopened. When the final
window is closed down I fire an event specific to my application.

Is your observer running in an XPCOM component? If not, it won't work
correctly after the window it's in is closed.

Nickolay
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to