diff --git a/extensions/cookie/Makefile.in b/extensions/cookie/Makefile.in index 025d524e1636..99ed78ba3d5a 100644 --- a/extensions/cookie/Makefile.in +++ b/extensions/cookie/Makefile.in @@ -73,6 +73,8 @@ XPIDLSRCS = \ EXPORTS = \ nsCookieHTTPNotify.h \ + nsCCookie.h \ + nsCCookieManager.h \ $(NULL) EXTRA_DSO_LDOPTS = \ diff --git a/extensions/cookie/makefile.win b/extensions/cookie/makefile.win index 432f42c9fbad..a2be59ca8595 100644 --- a/extensions/cookie/makefile.win +++ b/extensions/cookie/makefile.win @@ -37,7 +37,10 @@ REQUIRES = xpcom \ content \ $(NULL) -EXPORTS = nsCookieHTTPNotify.h +EXPORTS = nsCookieHTTPNotify.h \ + nsCCookie.h \ + nsCookieManager.h \ + $(NULL) XPIDLSRCS= .\nsICookieManager.idl \ .\nsICookieConsent.idl \ diff --git a/extensions/cookie/nsCCookie.h b/extensions/cookie/nsCCookie.h index d0875241ae30..61568b8bf0e3 100644 --- a/extensions/cookie/nsCCookie.h +++ b/extensions/cookie/nsCCookie.h @@ -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): diff --git a/extensions/cookie/nsCCookieManager.h b/extensions/cookie/nsCCookieManager.h index dbf351f832fc..d69227330cb8 100644 --- a/extensions/cookie/nsCCookieManager.h +++ b/extensions/cookie/nsCCookieManager.h @@ -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): diff --git a/extensions/cookie/nsICookie.idl b/extensions/cookie/nsICookie.idl index 4a7749a38521..febc3e7128a9 100644 --- a/extensions/cookie/nsICookie.idl +++ b/extensions/cookie/nsICookie.idl @@ -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 */ diff --git a/extensions/cookie/nsICookieManager.idl b/extensions/cookie/nsICookieManager.idl index 62164da3aceb..8f5dc7b0a0d9 100644 --- a/extensions/cookie/nsICookieManager.idl +++ b/extensions/cookie/nsICookieManager.idl @@ -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 */