I give up, backing out trust labels

This commit is contained in:
morse%netscape.com 1998-08-30 08:49:56 +00:00
Родитель d8b702b5c4
Коммит 9762f635fc
6 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -44,8 +44,10 @@ with copyright holders.
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif
/* Library include files */

Просмотреть файл

@ -21,8 +21,10 @@
* Coded by Lou Montulli
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif

Просмотреть файл

@ -24,8 +24,10 @@
* doesn't fit elsewhere.
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif
#include "rosetta.h"

Просмотреть файл

@ -23,8 +23,10 @@
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif
#include "xp.h"
#include "plstr.h"

Просмотреть файл

@ -26,8 +26,10 @@
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif
#define alphabetize 1
#include "rosetta.h"
@ -3816,9 +3818,6 @@ struct _CookieViewerDialog {
*/
char *GetTrustLabelString(char *CookieName)
{
#ifdef XP_MAC
return NULL;
#else
XP_List * list_ptr, *Tptr;
TrustEntry *TEntry;
net_CookiePermissionStruct *cookperm;
@ -4067,7 +4066,6 @@ return NULL;
PR_FREEIF(szBy);
return szTemp;
#endif
}

Просмотреть файл

@ -23,8 +23,10 @@
*/
#if defined(CookieManagement)
#ifdef XP_WIN
#define TRUST_LABELS 1
#endif
#endif
#include "rosetta.h"
#include "xp.h"