fix bug 13243

git-svn-id: svn://10.0.0.236/trunk@46826 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1999-09-10 19:11:04 +00:00
parent 82a1fb2970
commit f6604a63ec
5 changed files with 11 additions and 5 deletions

View File

@ -1317,6 +1317,7 @@ sub MakeResourceAliases()
_InstallResources(":mozilla:extensions:wallet:signonviewer:MANIFEST_PROPERTIES", "$wallet_chrome_dir:locale:en-US:", 0);
_InstallResources(":mozilla:extensions:wallet:walletpreview:MANIFEST_PROPERTIES", "$wallet_chrome_dir:locale:en-US:", 0);
_InstallResources(":mozilla:extensions:wallet:editor:MANIFEST_PROPERTIES", "$wallet_chrome_dir:locale:en-US:", 0);
_InstallResources(":mozilla:extensions:wallet:src:MANIFEST_PROPERTIES", "$wallet_chrome_dir:locale:en-US:", 0);
{
my($pref_chrome_dir) = "$chrome_dir" . "Pref";

View File

@ -62,7 +62,7 @@ static NS_DEFINE_IID(kStringBundleServiceCID, NS_STRINGBUNDLESERVICE_CID);
#define cookie_behaviorPref "network.cookie.cookieBehavior"
#define cookie_warningPref "network.cookie.warnAboutCookies"
#define cookie_strictDomainsPref "network.cookie.strictDomains"
#define cookie_localization "resource:/res/cookie.properties"
#define cookie_localization "chrome://wallet/locale/cookie.properties"
#define COOKIE_IS_SPACE(x) ((((unsigned int) (x)) > 0x7f) ? 0 : isspace(x))
//#define GET_ALL_PARTS 127

View File

@ -1,5 +1,3 @@
wallet.properties
cookie.properties
FieldSchema.tbl
URLFieldSchema.tbl
SchemaConcat.tbl

View File

@ -0,0 +1,2 @@
wallet.properties
cookie.properties

View File

@ -72,11 +72,16 @@ clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
rm -f $(DIST)\bin\components\$(DLLNAME).dll
rm -f $(DIST)\lib\$(DLLNAME).lib
rm -f $(DIST)\bin\res\FieldSchema.tbl
rm -f $(DIST)\bin\res\URLFieldSchema.tbl
rm -f $(DIST)\bin\res\SchemaConcat.tbl
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\cookie.properties
rm -f $(DIST)\bin\chrome\wallet\locale\en-US\wallet.properties
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) FieldSchema.tbl $(DIST)\bin\res
$(MAKE_INSTALL) URLFieldSchema.tbl $(DIST)\bin\res
$(MAKE_INSTALL) SchemaConcat.tbl $(DIST)\bin\res
$(MAKE_INSTALL) cookie.properties $(DIST)\bin\res
$(MAKE_INSTALL) wallet.properties $(DIST)\bin\res
$(MAKE_INSTALL) cookie.properties $(DIST)\bin\chrome\wallet\locale\en-US
$(MAKE_INSTALL) wallet.properties $(DIST)\bin\chrome\wallet\locale\en-US