fix bug 13243
git-svn-id: svn://10.0.0.236/trunk@46826 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
82a1fb2970
commit
f6604a63ec
@ -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";
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
wallet.properties
|
||||
cookie.properties
|
||||
FieldSchema.tbl
|
||||
URLFieldSchema.tbl
|
||||
SchemaConcat.tbl
|
||||
|
||||
2
mozilla/extensions/wallet/src/MANIFEST_PROPERTIES
Normal file
2
mozilla/extensions/wallet/src/MANIFEST_PROPERTIES
Normal file
@ -0,0 +1,2 @@
|
||||
wallet.properties
|
||||
cookie.properties
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user