[scriptable, uuid(3210a6aa-b464-4f57-9335-b22815567cf1)]
interface nsIPopupWindowManager : nsISupports

Constants

 These values are returned by the testPermission method
const PRUint32 ALLOW_POPUP = 1

          
const PRUint32 DENY_POPUP = 2

          
const PRUint32 ALLOW_POPUP_WITH_PREJUDICE = 3

Methods

 Test whether a website has permission to show a popup window.
 @param   uri is the URI to be tested
 @return  one of the enumerated permission actions defined above
PRUint32 testPermission(in nsIURI uri)