Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(72f8bb14-2810-4f38-8d0d-290c5401f54e)]
interface nsICookiePromptService : nsISupports

Constants


        
const PRUint32 DENY_COOKIE = 0

        
const PRUint32 ACCEPT_COOKIE = 1

        
const PRUint32 ACCEPT_SESSION_COOKIE = 2

Methods


        
long cookieDialog(in nsIDOMWindow parent, in nsICookie cookie, in ACString hostname, in long cookiesFromHost, in boolean changingCookie, out boolean rememberDecision)