added privacy central
git-svn-id: svn://10.0.0.236/trunk@8297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -55,6 +55,9 @@ PRVCY_ToggleAnonymous();
|
||||
extern Bool
|
||||
PRVCY_IsAnonymous();
|
||||
|
||||
extern void
|
||||
PRVCY_SiteInfo(MWContext *context);
|
||||
|
||||
XP_END_PROTOS
|
||||
|
||||
#endif /* !_PRIVACY_H */
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user