38 #include "nsISupports.idl"
39 #include "nspluginroot.idl"
46 #define NS_COOKIESTORAGE_CID \
47 { 0xc8c05101, 0xcfdb, 0x11d2, { 0xba, 0xb8, 0xb0, 0x88, 0xe0, 0x84, 0xe5, 0xbc } }
50 [uuid(c8c05100-cfdb-11d2-bab8-b088e084e5bc)]
59 void getCookie(in
string aCookieURL, in voidPtr aCookieBuffer, in PRUint32Ref aCookieSize);
67 void setCookie(in
string aCookieURL, in constVoidPtr aCookieBuffer, in
unsigned long aCookieSize);
void setCookie(in string aCookieURL, in constVoidPtr aCookieBuffer, in unsigned long aCookieSize)
Stores a cookie in the browser's persistent cookie store.
void getCookie(in string aCookieURL, in voidPtr aCookieBuffer, in PRUint32Ref aCookieSize)
Retrieves a cookie from the browser's persistent cookie store.