зеркало из https://github.com/mozilla/gecko-dev.git
bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa
This commit is contained in:
Родитель
fee558f394
Коммит
db6f0b12b6
|
@ -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
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче