reimplement cookie viewer
git-svn-id: svn://10.0.0.236/trunk@33787 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -30,6 +30,10 @@ CSRCS = \
|
||||
mkaccess.c \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsCookie.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_BRPROF
|
||||
CPPSRCS += nsGetBrowsingProfile.cpp
|
||||
endif
|
||||
|
||||
@@ -47,6 +47,7 @@ OBJS= \
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsGetBrowsingProfile.obj \
|
||||
.\$(OBJDIR)\nsCookie.obj \
|
||||
$(NULL)
|
||||
|
||||
CSRCS = \
|
||||
@@ -56,6 +57,7 @@ CSRCS = \
|
||||
|
||||
CPPSRCS = \
|
||||
nsGetBrowsingProfile.cpp \
|
||||
nsCookie.cpp \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME=httpurl
|
||||
@@ -89,6 +91,9 @@ LINCS= \
|
||||
-I$(PUBLIC)\xpcom \
|
||||
-I$(PUBLIC)\brprof \
|
||||
-I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\netlib \
|
||||
-I$(PUBLIC)\intl \
|
||||
-I$(PUBLIC)\locale \
|
||||
$(NULL)
|
||||
#!endif
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
2556
mozilla/network/protocol/http/nsCookie.cpp
Normal file
2556
mozilla/network/protocol/http/nsCookie.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user