How to completely disable Popup Blocker in Gecko Embedded clients?

Darth Coder <[email protected]> Mon, 25 Jul 2011 22:41:14 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.embedding
Organization http://groups.google.com
Message-ID <056b8cbf-5b20-4051-9281-31673b6082d7@r11g2000prd.googlegroups.com>
Hi,

Is there a trivial way to completely disable popup blocking
functionality in gecko embedding clients. I want to allow all kinds of
pop ups without any restriction. So far, I tried changing the values
of

private.popup.policy
dom.disable_open_during_load
dom.popup_allowed_events

but certain pop ups are still getting blocked. Since my client
controls the pages to be loaded, I don't really need the pop up
blocker functionality.