зеркало из https://github.com/mozilla/gecko-dev.git
I give up, backing out trust labels
This commit is contained in:
Родитель
d8b702b5c4
Коммит
9762f635fc
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче