bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa

This commit is contained in:
morse%netscape.com 2002-03-16 02:16:23 +00:00
Родитель fee558f394
Коммит db6f0b12b6
6 изменённых файлов: 12 добавлений и 7 удалений

Просмотреть файл

@ -73,6 +73,8 @@ XPIDLSRCS = \
EXPORTS = \
nsCookieHTTPNotify.h \
nsCCookie.h \
nsCCookieManager.h \
$(NULL)
EXTRA_DSO_LDOPTS = \

Просмотреть файл

@ -37,7 +37,10 @@ REQUIRES = xpcom \
content \
$(NULL)
EXPORTS = nsCookieHTTPNotify.h
EXPORTS = nsCookieHTTPNotify.h \
nsCCookie.h \
nsCookieManager.h \
$(NULL)
XPIDLSRCS= .\nsICookieManager.idl \
.\nsICookieConsent.idl \

Просмотреть файл

@ -16,7 +16,7 @@
*
* The Initial Developer of the Original Code is Netscape Communications Corporation.
* Portions created by Netscape Communications Corporation are
* Copyright (C) 1998 Netscape Communications Corporation.
* Copyright (C) 2002 Netscape Communications Corporation.
* All Rights Reserved.
*
* Contributor(s):

Просмотреть файл

@ -16,7 +16,7 @@
*
* The Initial Developer of the Original Code is Netscape Communications Corporation.
* Portions created by Netscape Communications Corporation are
* Copyright (C) 1998 Netscape Communications Corporation.
* Copyright (C) 2002 Netscape Communications Corporation.
* All Rights Reserved.
*
* Contributor(s):

Просмотреть файл

@ -22,8 +22,8 @@
#include "nsISupports.idl"
/**
* An optional interface for embedding clients wishing to access an
* HTTP or javascript cookie object
* An optional interface for accessing the HTTP or
* javascript cookie object
*
* @status FROZEN
*/

Просмотреть файл

@ -42,8 +42,8 @@
/**
* An optional interface for embedding clients wishing to access or
* remove the cookies that are in the cookie list
* An optional interface for accessing or removing the cookies
* that are in the cookie list
*
* @status FROZEN
*/