Commit 76eb283b authored by morse%netscape.com's avatar morse%netscape.com
Browse files

added privacy central

parent 639ecece
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,9 @@ extern Bool NET_SupressRefererForAnonymity();

#if defined(CookieManagement)
extern void NET_DisplayCookieInfoAsHTML(MWContext *context);
extern void NET_DisplayCookieInfoOfSiteAsHTML(MWContext *context, char * URLName);
extern int NET_CookiePermission(MWContext * context);
extern int NET_CookieCount(char * URLName);
#endif

#if defined(SingleSignon)
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,9 @@ PRVCY_ToggleAnonymous();
extern Bool
PRVCY_IsAnonymous();

extern void
PRVCY_SiteInfo(MWContext *context);

XP_END_PROTOS

#endif /* !_PRIVACY_H */
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@ CPPSRCS = \
	$(NULL)

MODULE=privacy 
REQUIRES=privacy style lay layer rdf network pref nspr util img js
REQUIRES=privacy style lay layer rdf network pref nspr util img js htmldlgs
EXPORTS= $(NULL)

LINCS=-I$(PUBLIC)\lay -I$(PUBLIC)\style -I$(PUBLIC)\pref \
    -I$(PUBLIC)\layer -I$(PUBLIC)\rdf -I$(PUBLIC)\network \
    -I$(PUBLIC)\nspr -I$(PUBLIC)\util -I$(PUBLIC)\img \
    -I$(PUBLIC)\htmldlgs	\
    -I$(PUBLIC)\privacy -I$(PUBLIC)\js

LCFLAGS = \
        $(LCFLAGS) \
        $(DEFINES) \