reimplement cookie viewer

git-svn-id: svn://10.0.0.236/trunk@33787 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-06-04 21:51:57 +00:00
parent 0dd33f2e12
commit e9875f87c5
29 changed files with 4890 additions and 711 deletions

View File

@@ -26,11 +26,6 @@
executed.
*/
#if defined(CookieManagement)
/* #define TRUST_LABELS 1 */
#endif
/* make sure we only include this once */
#ifndef _NET_PROTO_H_
#define _NET_PROTO_H_
@@ -1060,23 +1055,9 @@ extern void NET_RegisterCookiePrefCallbacks(void);
*/
extern int NET_SaveCookies(char *filename);
/* Start an anonymous list of cookies */
extern void NET_AnonymizeCookies();
/* Restore original list of cookies */
extern void NET_UnanonymizeCookies();
/* Should referer by supressed for anonymity sake */
extern Bool NET_SupressRefererForAnonymity();
#if defined(CookieManagement)
extern void NET_DisplayCookieInfoAsHTML(MWContext *context);
extern void NET_CookieViewerReturn();
extern void NET_DisplayCookieInfoOfSiteAsHTML(MWContext *context, char * URLName);
extern int NET_CookiePermission(char* URLName);
extern int NET_CookieCount(char * URLName);
#endif
#if defined(SingleSignon)
extern void SI_DisplaySignonInfoAsHTML(MWContext *context);
#endif