More patch re-organization. Now there is a single patch to apply,

`bezilla-patches-2009-07-07.diff'. The folder `copy-to-mozilla-src-dir'
contains files that cannot be included in the patch. This is due to them
being new files to the official cvs repository, which i do not have commit
access to and thus cannot `cvs add` them. 
`copyattr -d -r copy-to-mozilla-src-dir/ path/cvs/mozilla/' is the intended
use of the folder.  `bezilla-patches-2009-*' is still a work in progress.
This commit is contained in:
Matt Madia
2009-07-08 17:24:30 +00:00
parent 127c7266fe
commit e4fc264b19
18 changed files with 1030 additions and 94 deletions

View File

@@ -1,11 +1,18 @@
? mozilla/browser/app/apprunner-beos.rdef
? mozilla/browser/base/content/dynamic-welcome-version1.html
? mozilla/browser/base/content/dynamic-welcome-version2.html
? mozilla/browser/installer/beos
? mozilla/calendar/sunbird/app/apprunner-beos.rdef
? mozilla/calendar/sunbird/app/apprunner-beos.rsrc
? mozilla/mail/app/apprunner-beos.rdef
? mozilla/xpfe/bootstrap/apprunner-beos.rdef
Index: mozilla/configure.in
===================================================================
RCS file: /cvsroot/mozilla/configure.in,v
retrieving revision 1.1503.2.112
diff -u -8 -p -w -r1.1503.2.112 configure.in
--- mozilla/configure.in 19 Oct 2008 16:14:06 -0000 1.1503.2.112
+++ mozilla/configure.in 8 Jul 2009 00:08:47 -0000
+++ mozilla/configure.in 8 Jul 2009 05:09:53 -0000
@@ -1333,17 +1333,17 @@ if test "$HAVE_64BIT_OS"; then
fi
AC_LANG_RESTORE
@@ -156,7 +163,7 @@ RCS file: /cvsroot/mozilla/browser/app/Makefile.in,v
retrieving revision 1.85.2.12
diff -u -8 -p -w -r1.85.2.12 Makefile.in
--- mozilla/browser/app/Makefile.in 12 May 2008 18:25:50 -0000 1.85.2.12
+++ mozilla/browser/app/Makefile.in 8 Jul 2009 00:08:50 -0000
+++ mozilla/browser/app/Makefile.in 8 Jul 2009 05:09:55 -0000
@@ -59,18 +59,22 @@ endif
# hardcode en-US for the moment
AB_CD = en-US
@@ -227,7 +234,7 @@ RCS file: /cvsroot/mozilla/browser/app/firefox-branding.js,v
retrieving revision 1.1.2.2
diff -u -8 -p -w -r1.1.2.2 firefox-branding.js
--- mozilla/browser/app/firefox-branding.js 12 Sep 2006 15:50:19 -0000 1.1.2.2
+++ mozilla/browser/app/firefox-branding.js 8 Jul 2009 00:08:50 -0000
+++ mozilla/browser/app/firefox-branding.js 8 Jul 2009 05:09:55 -0000
@@ -1,16 +1,15 @@
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
-pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
@@ -246,13 +253,39 @@ diff -u -8 -p -w -r1.1.2.2 firefox-branding.js
pref("browser.search.param.yahoo-fr", "");
pref("browser.search.param.yahoo-fr-cjkt", "");
pref("browser.search.param.yahoo-f-CN", "");
Index: mozilla/browser/base/jar.mn
===================================================================
RCS file: /cvsroot/mozilla/browser/base/jar.mn,v
retrieving revision 1.95.2.13
diff -u -8 -p -w -r1.95.2.13 jar.mn
--- mozilla/browser/base/jar.mn 13 Sep 2006 23:10:10 -0000 1.95.2.13
+++ mozilla/browser/base/jar.mn 8 Jul 2009 05:09:56 -0000
@@ -11,16 +11,18 @@ browser.jar:
% overlay chrome://global/content/viewPartialSource.xul chrome://browser/content/viewSourceOverlay.xul
* content/browser/aboutDialog.xul (content/aboutDialog.xul)
* content/browser/aboutDialog.js (content/aboutDialog.js)
content/browser/aboutDialog.css (content/aboutDialog.css)
* content/browser/browser.css (content/browser.css)
* content/browser/browser.js (content/browser.js)
* content/browser/browser.xul (content/browser.xul)
* content/browser/credits.xhtml (content/credits.xhtml)
+* content/browser/dynamic-welcome-version1.html (content/dynamic-welcome-version1.html)
+* content/browser/dynamic-welcome-version2.html (content/dynamic-welcome-version2.html)
* content/browser/EULA.js (content/EULA.js)
* content/browser/EULA.xhtml (content/EULA.xhtml)
* content/browser/EULA.xul (content/EULA.xul)
* content/browser/metaData.js (content/metaData.js)
* content/browser/metaData.xul (content/metaData.xul)
content/browser/monitor.png (content/monitor.png)
* content/browser/openLocation.js (content/openLocation.js)
* content/browser/openLocation.xul (content/openLocation.xul)
Index: mozilla/browser/base/content/browserconfig.properties
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browserconfig.properties,v
retrieving revision 1.4.4.1
diff -u -8 -p -w -r1.4.4.1 browserconfig.properties
--- mozilla/browser/base/content/browserconfig.properties 17 Mar 2006 04:17:56 -0000 1.4.4.1
+++ mozilla/browser/base/content/browserconfig.properties 8 Jul 2009 00:08:51 -0000
+++ mozilla/browser/base/content/browserconfig.properties 8 Jul 2009 05:09:56 -0000
@@ -1,2 +1,2 @@
# Do NOT localize or otherwise change these values
-browser.startup.homepage=http://www.mozilla.org/projects/bonecho/
@@ -263,7 +296,7 @@ RCS file: /cvsroot/mozilla/browser/components/migration/src/Makefile.in,v
retrieving revision 1.20.2.2
diff -u -8 -p -w -r1.20.2.2 Makefile.in
--- mozilla/browser/components/migration/src/Makefile.in 27 Jan 2006 02:19:00 -0000 1.20.2.2
+++ mozilla/browser/components/migration/src/Makefile.in 8 Jul 2009 00:08:51 -0000
+++ mozilla/browser/components/migration/src/Makefile.in 8 Jul 2009 05:09:57 -0000
@@ -73,20 +73,23 @@ endif
CPPSRCS = nsProfileMigrator.cpp \
@@ -295,7 +328,7 @@ RCS file: /cvsroot/mozilla/browser/installer/Makefile.in,v
retrieving revision 1.19.4.4
diff -u -8 -p -w -r1.19.4.4 Makefile.in
--- mozilla/browser/installer/Makefile.in 6 Jun 2006 15:35:00 -0000 1.19.4.4
+++ mozilla/browser/installer/Makefile.in 8 Jul 2009 00:08:53 -0000
+++ mozilla/browser/installer/Makefile.in 8 Jul 2009 05:09:58 -0000
@@ -57,19 +57,23 @@ include $(topsrcdir)/config/rules.mk
MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
@@ -326,7 +359,7 @@ RCS file: /cvsroot/mozilla/build/autoconf/config.guess,v
retrieving revision 1.19
diff -u -8 -p -w -r1.19 config.guess
--- mozilla/build/autoconf/config.guess 18 Apr 2003 10:20:15 -0000 1.19
+++ mozilla/build/autoconf/config.guess 8 Jul 2009 00:08:58 -0000
+++ mozilla/build/autoconf/config.guess 8 Jul 2009 05:10:03 -0000
@@ -1,34 +1,37 @@
#! /bin/sh
# Attempt to guess a canonical system name.
@@ -1893,7 +1926,7 @@ RCS file: /cvsroot/mozilla/build/autoconf/config.sub,v
retrieving revision 1.20
diff -u -8 -p -w -r1.20 config.sub
--- mozilla/build/autoconf/config.sub 18 Apr 2003 10:20:15 -0000 1.20
+++ mozilla/build/autoconf/config.sub 8 Jul 2009 00:09:00 -0000
+++ mozilla/build/autoconf/config.sub 8 Jul 2009 05:10:05 -0000
@@ -1,14 +1,15 @@
#! /bin/sh
# Configuration validation subroutine script.
@@ -3032,7 +3065,7 @@ RCS file: /cvsroot/mozilla/calendar/base/content/preferences/preferences.xul,v
retrieving revision 1.1.2.6
diff -u -8 -p -w -r1.1.2.6 preferences.xul
--- mozilla/calendar/base/content/preferences/preferences.xul 14 Mar 2007 09:08:19 -0000 1.1.2.6
+++ mozilla/calendar/base/content/preferences/preferences.xul 8 Jul 2009 00:09:02 -0000
+++ mozilla/calendar/base/content/preferences/preferences.xul 8 Jul 2009 05:10:07 -0000
@@ -66,17 +66,22 @@
#ifdef XP_UNIX
#ifdef XP_MACOSX
@@ -3062,7 +3095,7 @@ RCS file: /cvsroot/mozilla/calendar/libical/src/libical/Makefile.in,v
retrieving revision 1.3.6.1
diff -u -8 -p -w -r1.3.6.1 Makefile.in
--- mozilla/calendar/libical/src/libical/Makefile.in 27 Dec 2007 10:03:57 -0000 1.3.6.1
+++ mozilla/calendar/libical/src/libical/Makefile.in 8 Jul 2009 00:09:04 -0000
+++ mozilla/calendar/libical/src/libical/Makefile.in 8 Jul 2009 05:10:08 -0000
@@ -84,17 +84,17 @@ CSRCS = \
$(NULL)
@@ -3088,7 +3121,7 @@ RCS file: /cvsroot/mozilla/calendar/sunbird/app/Makefile.in,v
retrieving revision 1.21.2.23
diff -u -8 -p -w -r1.21.2.23 Makefile.in
--- mozilla/calendar/sunbird/app/Makefile.in 4 May 2008 01:32:07 -0000 1.21.2.23
+++ mozilla/calendar/sunbird/app/Makefile.in 8 Jul 2009 00:09:09 -0000
+++ mozilla/calendar/sunbird/app/Makefile.in 8 Jul 2009 05:10:16 -0000
@@ -79,18 +79,22 @@ include $(topsrcdir)/config/rules.mk
else
# Build a binary bootstrapping with XRE_main
@@ -3160,7 +3193,7 @@ RCS file: /cvsroot/mozilla/config/config.mk,v
retrieving revision 3.337.2.12
diff -u -8 -p -w -r3.337.2.12 config.mk
--- mozilla/config/config.mk 23 Nov 2007 21:12:26 -0000 3.337.2.12
+++ mozilla/config/config.mk 8 Jul 2009 00:09:19 -0000
+++ mozilla/config/config.mk 8 Jul 2009 05:10:33 -0000
@@ -105,19 +105,16 @@ AUTOCONF_TOOLS = $(topsrcdir)/build/auto
ifeq ($(OS_ARCH),QNX)
@@ -3187,7 +3220,26 @@ RCS file: /cvsroot/mozilla/config/rules.mk,v
retrieving revision 3.487.2.9
diff -u -8 -p -w -r3.487.2.9 rules.mk
--- mozilla/config/rules.mk 18 Dec 2007 21:33:08 -0000 3.487.2.9
+++ mozilla/config/rules.mk 8 Jul 2009 00:09:23 -0000
+++ mozilla/config/rules.mk 8 Jul 2009 05:10:37 -0000
@@ -161,17 +161,17 @@ SHARED_LIBRARY := $(NULL)
DEF_FILE := $(NULL)
IMPORT_LIBRARY := $(NULL)
endif
endif
ifdef FORCE_SHARED_LIB
ifndef FORCE_STATIC_LIB
LIBRARY := $(NULL)
-endif
+xendif
endif
ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH)))
ifndef GNU_CC
# Previously when possible we wrote to $LIBRARY_NAME.pdb. This broke parallel
# make builds on Windows. Now we just write to a pdb file per compiled file.
# See bug 286179 <https://bugzilla.mozilla.org/show_bug.cgi?id=286179> for
@@ -512,17 +512,17 @@ ifeq ($(OS_ARCH),Linux)
ifdef IS_COMPONENT
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
@@ -3232,7 +3284,7 @@ diff -u -8 -p -w -r3.487.2.9 rules.mk
endif
ifdef SIMPLE_PROGRAMS
$(INSTALL) $(IFLAGS2) $(SIMPLE_PROGRAMS) $(FINAL_TARGET)
@@ -822,17 +826,17 @@ endif # OS2
@@ -822,17 +826,20 @@ endif # OS2
endif # WINCE
ifdef ENABLE_STRIP
@@ -3243,6 +3295,9 @@ diff -u -8 -p -w -r3.487.2.9 rules.mk
endif
-ifeq ($(OS_ARCH),BeOS)
+ifneq (,$(filter BeOS Haiku,$(OS_ARCH)))
+ifdef BEOS_PROGRAM_RDEF
+ rc -o $(BEOS_PROGRAM_RESOURCE) $(BEOS_PROGRAM_RDEF)
+endif
ifdef BEOS_PROGRAM_RESOURCE
xres -o $@ $(BEOS_PROGRAM_RESOURCE)
mimeset $@
@@ -3257,7 +3312,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/build.mk,v
retrieving revision 5.0.2.15.4.1
diff -u -8 -p -w -r5.0.2.15.4.1 build.mk
--- mozilla/directory/c-sdk/build.mk 3 Feb 2006 14:44:29 -0000 5.0.2.15.4.1
+++ mozilla/directory/c-sdk/build.mk 8 Jul 2009 00:09:31 -0000
+++ mozilla/directory/c-sdk/build.mk 8 Jul 2009 05:10:45 -0000
@@ -437,17 +437,17 @@ endif #!os2
ifeq ($(OS_ARCH), OSF1)
@@ -3283,7 +3338,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/configure.in,v
retrieving revision 5.0.2.34.4.3
diff -u -8 -p -w -r5.0.2.34.4.3 configure.in
--- mozilla/directory/c-sdk/configure.in 11 Jul 2007 20:43:19 -0000 5.0.2.34.4.3
+++ mozilla/directory/c-sdk/configure.in 8 Jul 2009 00:09:37 -0000
+++ mozilla/directory/c-sdk/configure.in 8 Jul 2009 05:10:50 -0000
@@ -355,17 +355,17 @@ fi
if test -z "$SKIP_PATH_CHECKS"; then
AC_PATH_PROG(WHOAMI, $WHOAMI whoami, echo not_whoami)
@@ -3404,7 +3459,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/config/autoconf/config.guess,v
retrieving revision 5.0.2.2
diff -u -8 -p -w -r5.0.2.2 config.guess
--- mozilla/directory/c-sdk/config/autoconf/config.guess 18 Apr 2003 10:20:22 -0000 5.0.2.2
+++ mozilla/directory/c-sdk/config/autoconf/config.guess 8 Jul 2009 00:09:42 -0000
+++ mozilla/directory/c-sdk/config/autoconf/config.guess 8 Jul 2009 05:10:53 -0000
@@ -1,34 +1,37 @@
#! /bin/sh
# Attempt to guess a canonical system name.
@@ -4971,7 +5026,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/config/autoconf/config.sub,v
retrieving revision 5.0.2.3
diff -u -8 -p -w -r5.0.2.3 config.sub
--- mozilla/directory/c-sdk/config/autoconf/config.sub 18 Apr 2003 10:20:22 -0000 5.0.2.3
+++ mozilla/directory/c-sdk/config/autoconf/config.sub 8 Jul 2009 00:09:46 -0000
+++ mozilla/directory/c-sdk/config/autoconf/config.sub 8 Jul 2009 05:10:55 -0000
@@ -1,14 +1,15 @@
#! /bin/sh
# Configuration validation subroutine script.
@@ -6110,7 +6165,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/libraries/libldap/Makefile.in,v
retrieving revision 5.0.2.21.4.1
diff -u -8 -p -w -r5.0.2.21.4.1 Makefile.in
--- mozilla/directory/c-sdk/ldap/libraries/libldap/Makefile.in 3 Feb 2006 14:44:42 -0000 5.0.2.21.4.1
+++ mozilla/directory/c-sdk/ldap/libraries/libldap/Makefile.in 8 Jul 2009 00:09:49 -0000
+++ mozilla/directory/c-sdk/ldap/libraries/libldap/Makefile.in 8 Jul 2009 05:10:56 -0000
@@ -232,17 +232,17 @@ ifeq ($(OS_ARCH), Darwin)
EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME)
endif
@@ -6175,7 +6230,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in,
retrieving revision 5.0.2.18.4.1
diff -u -8 -p -w -r5.0.2.18.4.1 Makefile.in
--- mozilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in 3 Feb 2006 14:44:49 -0000 5.0.2.18.4.1
+++ mozilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in 8 Jul 2009 00:09:50 -0000
+++ mozilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in 8 Jul 2009 05:10:57 -0000
@@ -160,17 +160,18 @@ EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_L
EXTRA_LIBS += -L$(dist_libdir) $(DYNAMICNSPR)
endif
@@ -6217,7 +6272,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/libraries/libssldap/Attic/Makefi
retrieving revision 5.0.2.8
diff -u -8 -p -w -r5.0.2.8 Makefile
--- mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile 25 Aug 2004 23:02:30 -0000 5.0.2.8
+++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile 8 Jul 2009 00:09:51 -0000
+++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile 8 Jul 2009 05:10:57 -0000
@@ -162,17 +162,17 @@ EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_L
ifeq ($(NSS_DYNAMIC_SOFTOKN),1)
EXTRA_LIBS += -l$(SOFTOKN_LIBNAME)
@@ -6243,7 +6298,7 @@ RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in,
retrieving revision 5.0.2.9.4.1
diff -u -8 -p -w -r5.0.2.9.4.1 Makefile.in
--- mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in 3 Feb 2006 14:44:49 -0000 5.0.2.9.4.1
+++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in 8 Jul 2009 00:09:51 -0000
+++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in 8 Jul 2009 05:10:58 -0000
@@ -177,17 +177,17 @@ EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_L
ifeq ($(NSS_DYNAMIC_SOFTOKN),1)
EXTRA_LIBS += -l$(SOFTOKN_LIBNAME)
@@ -6269,7 +6324,7 @@ RCS file: /cvsroot/mozilla/embedding/componentlib/Makefile.in,v
retrieving revision 1.3
diff -u -8 -p -w -r1.3 Makefile.in
--- mozilla/embedding/componentlib/Makefile.in 18 Apr 2004 22:00:41 -0000 1.3
+++ mozilla/embedding/componentlib/Makefile.in 8 Jul 2009 00:10:07 -0000
+++ mozilla/embedding/componentlib/Makefile.in 8 Jul 2009 05:11:08 -0000
@@ -147,17 +147,17 @@ OS_LIBS := -lstdc++ $(OS_LIBS)
SHLIB_LDENDFILE = -lgcc
@@ -6295,7 +6350,7 @@ RCS file: /cvsroot/mozilla/gfx/src/beos/nsFontMetricsBeOS.cpp,v
retrieving revision 1.40.12.5
diff -u -8 -p -w -r1.40.12.5 nsFontMetricsBeOS.cpp
--- mozilla/gfx/src/beos/nsFontMetricsBeOS.cpp 27 Sep 2007 21:36:00 -0000 1.40.12.5
+++ mozilla/gfx/src/beos/nsFontMetricsBeOS.cpp 8 Jul 2009 00:10:48 -0000
+++ mozilla/gfx/src/beos/nsFontMetricsBeOS.cpp 8 Jul 2009 05:11:30 -0000
@@ -123,22 +123,22 @@ NS_IMETHODIMP nsFontMetricsBeOS::Init(co
nsString *fam = param.family.StringAt(i);
PRBool isgeneric = ( param.isgeneric[i] ) ? PR_TRUE: PR_FALSE;
@@ -6370,7 +6425,7 @@ RCS file: /cvsroot/mozilla/gfx/src/beos/nsRenderingContextBeOS.cpp,v
retrieving revision 1.51.12.8
diff -u -8 -p -w -r1.51.12.8 nsRenderingContextBeOS.cpp
--- mozilla/gfx/src/beos/nsRenderingContextBeOS.cpp 18 Dec 2007 07:17:21 -0000 1.51.12.8
+++ mozilla/gfx/src/beos/nsRenderingContextBeOS.cpp 8 Jul 2009 00:10:50 -0000
+++ mozilla/gfx/src/beos/nsRenderingContextBeOS.cpp 8 Jul 2009 05:11:33 -0000
@@ -346,18 +346,21 @@ bool nsRenderingContextBeOS::LockAndUpda
// Intelligent lock
@@ -6439,7 +6494,7 @@ RCS file: /cvsroot/mozilla/intl/uconv/src/Makefile.in,v
retrieving revision 1.82.4.2
diff -u -8 -p -w -r1.82.4.2 Makefile.in
--- mozilla/intl/uconv/src/Makefile.in 29 Jan 2006 16:51:01 -0000 1.82.4.2
+++ mozilla/intl/uconv/src/Makefile.in 8 Jul 2009 00:10:58 -0000
+++ mozilla/intl/uconv/src/Makefile.in 8 Jul 2009 05:11:38 -0000
@@ -114,17 +114,17 @@ else
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
CPPSRCS += nsWinCharset.cpp
@@ -6465,7 +6520,7 @@ RCS file: /cvsroot/mozilla/ipc/ipcd/client/src/Makefile.in,v
retrieving revision 1.7
diff -u -8 -p -w -r1.7 Makefile.in
--- mozilla/ipc/ipcd/client/src/Makefile.in 9 Dec 2004 19:28:19 -0000 1.7
+++ mozilla/ipc/ipcd/client/src/Makefile.in 8 Jul 2009 00:11:06 -0000
+++ mozilla/ipc/ipcd/client/src/Makefile.in 8 Jul 2009 05:11:42 -0000
@@ -59,17 +59,18 @@ CPPSRCS = \
ipcdclient.cpp \
ipcService.cpp \
@@ -6492,7 +6547,7 @@ RCS file: /cvsroot/mozilla/ipc/ipcd/daemon/src/Makefile.in,v
retrieving revision 1.3
diff -u -8 -p -w -r1.3 Makefile.in
--- mozilla/ipc/ipcd/daemon/src/Makefile.in 28 Jan 2004 21:31:46 -0000 1.3
+++ mozilla/ipc/ipcd/daemon/src/Makefile.in 8 Jul 2009 00:11:06 -0000
+++ mozilla/ipc/ipcd/daemon/src/Makefile.in 8 Jul 2009 05:11:42 -0000
@@ -54,17 +54,18 @@ CPPSRCS = \
ipcd.cpp \
ipcClient.cpp \
@@ -6519,7 +6574,7 @@ RCS file: /cvsroot/mozilla/js/src/Makefile.in,v
retrieving revision 3.95.4.5
diff -u -8 -p -w -r3.95.4.5 Makefile.in
--- mozilla/js/src/Makefile.in 27 Jul 2006 22:56:20 -0000 3.95.4.5
+++ mozilla/js/src/Makefile.in 8 Jul 2009 00:11:08 -0000
+++ mozilla/js/src/Makefile.in 8 Jul 2009 05:11:44 -0000
@@ -241,17 +241,17 @@ ifneq ($(findstring -L,$(NSPR_LIBS)),)
NSPR_STATIC_PATH = $(subst -L,,$(findstring -L,$(NSPR_LIBS)))
else
@@ -6545,7 +6600,7 @@ RCS file: /cvsroot/mozilla/mail/app/Makefile.in,v
retrieving revision 1.46.2.10
diff -u -8 -p -w -r1.46.2.10 Makefile.in
--- mozilla/mail/app/Makefile.in 22 Oct 2008 21:04:53 -0000 1.46.2.10
+++ mozilla/mail/app/Makefile.in 8 Jul 2009 00:11:27 -0000
+++ mozilla/mail/app/Makefile.in 8 Jul 2009 05:12:04 -0000
@@ -57,18 +57,22 @@ PREF_JS_EXPORTS = \
ifndef MOZ_BRANDING_DIRECTORY
@@ -6616,7 +6671,7 @@ RCS file: /cvsroot/mozilla/modules/libpr0n/decoders/Makefile.in,v
retrieving revision 1.13.18.2
diff -u -8 -p -w -r1.13.18.2 Makefile.in
--- mozilla/modules/libpr0n/decoders/Makefile.in 17 Feb 2006 19:03:47 -0000 1.13.18.2
+++ mozilla/modules/libpr0n/decoders/Makefile.in 8 Jul 2009 00:11:54 -0000
+++ mozilla/modules/libpr0n/decoders/Makefile.in 8 Jul 2009 05:12:21 -0000
@@ -47,17 +47,17 @@ ifdef MOZ_ENABLE_GNOMEUI
TOOL_DIRS = icon/gtk icon
endif
@@ -6642,7 +6697,7 @@ RCS file: /cvsroot/mozilla/modules/libpr0n/decoders/icon/Makefile.in,v
retrieving revision 1.17.8.6
diff -u -8 -p -w -r1.17.8.6 Makefile.in
--- mozilla/modules/libpr0n/decoders/icon/Makefile.in 30 May 2006 15:46:21 -0000 1.17.8.6
+++ mozilla/modules/libpr0n/decoders/icon/Makefile.in 8 Jul 2009 00:11:55 -0000
+++ mozilla/modules/libpr0n/decoders/icon/Makefile.in 8 Jul 2009 05:12:22 -0000
@@ -77,17 +77,17 @@ endif
ifeq ($(OS_ARCH),OS2)
PLATFORM = os2
@@ -6687,7 +6742,7 @@ RCS file: /cvsroot/mozilla/modules/libreg/src/Makefile.in,v
retrieving revision 1.39
diff -u -8 -p -w -r1.39 Makefile.in
--- mozilla/modules/libreg/src/Makefile.in 18 Apr 2004 22:00:45 -0000 1.39
+++ mozilla/modules/libreg/src/Makefile.in 8 Jul 2009 00:11:56 -0000
+++ mozilla/modules/libreg/src/Makefile.in 8 Jul 2009 05:12:23 -0000
@@ -61,17 +61,17 @@ FORCE_STATIC_LIB = 1
# Force use of PIC
@@ -6713,7 +6768,7 @@ RCS file: /cvsroot/mozilla/modules/plugin/base/src/Makefile.in,v
retrieving revision 1.104
diff -u -8 -p -w -r1.104 Makefile.in
--- mozilla/modules/plugin/base/src/Makefile.in 8 Jun 2005 16:48:43 -0000 1.104
+++ mozilla/modules/plugin/base/src/Makefile.in 8 Jul 2009 00:12:03 -0000
+++ mozilla/modules/plugin/base/src/Makefile.in 8 Jul 2009 05:12:28 -0000
@@ -91,17 +91,17 @@ CPPSRCS = \
ns4xPluginInstance.cpp \
nsPluginHostImpl.cpp \
@@ -6739,7 +6794,7 @@ RCS file: /cvsroot/mozilla/nsprpub/configure.in,v
retrieving revision 1.199.2.17
diff -u -8 -p -w -r1.199.2.17 configure.in
--- mozilla/nsprpub/configure.in 31 Oct 2007 18:07:38 -0000 1.199.2.17
+++ mozilla/nsprpub/configure.in 8 Jul 2009 00:12:15 -0000
+++ mozilla/nsprpub/configure.in 8 Jul 2009 05:12:38 -0000
@@ -358,17 +358,17 @@ if test -z "$SKIP_PATH_CHECKS"; then
AC_PATH_PROG(WHOAMI, $WHOAMI whoami, echo not_whoami)
fi
@@ -6878,7 +6933,7 @@ RCS file: /cvsroot/mozilla/nsprpub/build/autoconf/config.guess,v
retrieving revision 1.15
diff -u -8 -p -w -r1.15 config.guess
--- mozilla/nsprpub/build/autoconf/config.guess 18 Apr 2003 19:20:18 -0000 1.15
+++ mozilla/nsprpub/build/autoconf/config.guess 8 Jul 2009 00:12:18 -0000
+++ mozilla/nsprpub/build/autoconf/config.guess 8 Jul 2009 05:12:41 -0000
@@ -1,34 +1,37 @@
#! /bin/sh
# Attempt to guess a canonical system name.
@@ -8445,7 +8500,7 @@ RCS file: /cvsroot/mozilla/nsprpub/build/autoconf/config.sub,v
retrieving revision 1.16
diff -u -8 -p -w -r1.16 config.sub
--- mozilla/nsprpub/build/autoconf/config.sub 18 Apr 2003 19:20:18 -0000 1.16
+++ mozilla/nsprpub/build/autoconf/config.sub 8 Jul 2009 00:12:20 -0000
+++ mozilla/nsprpub/build/autoconf/config.sub 8 Jul 2009 05:12:43 -0000
@@ -1,14 +1,15 @@
#! /bin/sh
# Configuration validation subroutine script.
@@ -9584,7 +9639,7 @@ RCS file: /cvsroot/mozilla/nsprpub/lib/ds/Makefile.in,v
retrieving revision 1.35.2.1
diff -u -8 -p -w -r1.35.2.1 Makefile.in
--- mozilla/nsprpub/lib/ds/Makefile.in 19 Oct 2006 00:39:28 -0000 1.35.2.1
+++ mozilla/nsprpub/lib/ds/Makefile.in 8 Jul 2009 00:12:21 -0000
+++ mozilla/nsprpub/lib/ds/Makefile.in 8 Jul 2009 05:12:44 -0000
@@ -180,18 +180,22 @@ endif
export:: $(TARGETS)
$(INSTALL) -m 444 $(HEADERS) $(dist_includedir)
@@ -9614,7 +9669,7 @@ RCS file: /cvsroot/mozilla/nsprpub/lib/libc/src/Makefile.in,v
retrieving revision 1.31.2.1
diff -u -8 -p -w -r1.31.2.1 Makefile.in
--- mozilla/nsprpub/lib/libc/src/Makefile.in 19 Oct 2006 00:39:28 -0000 1.31.2.1
+++ mozilla/nsprpub/lib/libc/src/Makefile.in 8 Jul 2009 00:12:21 -0000
+++ mozilla/nsprpub/lib/libc/src/Makefile.in 8 Jul 2009 05:12:44 -0000
@@ -182,16 +182,20 @@ endif
export:: $(TARGETS)
@@ -9642,7 +9697,7 @@ RCS file: /cvsroot/mozilla/nsprpub/lib/prstreams/Makefile.in,v
retrieving revision 1.21.2.1
diff -u -8 -p -w -r1.21.2.1 Makefile.in
--- mozilla/nsprpub/lib/prstreams/Makefile.in 19 Oct 2006 00:39:28 -0000 1.21.2.1
+++ mozilla/nsprpub/lib/prstreams/Makefile.in 8 Jul 2009 00:12:21 -0000
+++ mozilla/nsprpub/lib/prstreams/Makefile.in 8 Jul 2009 05:12:45 -0000
@@ -64,17 +64,17 @@ ifeq ($(OS_ARCH),SunOS)
endif
@@ -9687,7 +9742,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/include/prio.h,v
retrieving revision 3.40
diff -u -8 -p -w -r3.40 prio.h
--- mozilla/nsprpub/pr/include/prio.h 25 Apr 2004 15:00:47 -0000 3.40
+++ mozilla/nsprpub/pr/include/prio.h 8 Jul 2009 00:12:26 -0000
+++ mozilla/nsprpub/pr/include/prio.h 8 Jul 2009 05:12:49 -0000
@@ -169,38 +169,41 @@ struct PRIPv6Addr {
#define pr_s6_addr32 _S6_un._S6_u32
#define pr_s6_addr64 _S6_un._S6_u64
@@ -9742,7 +9797,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/include/prtypes.h,v
retrieving revision 3.30.2.2
diff -u -8 -p -w -r3.30.2.2 prtypes.h
--- mozilla/nsprpub/pr/include/prtypes.h 5 Apr 2006 21:51:21 -0000 3.30.2.2
+++ mozilla/nsprpub/pr/include/prtypes.h 8 Jul 2009 00:12:28 -0000
+++ mozilla/nsprpub/pr/include/prtypes.h 8 Jul 2009 05:12:51 -0000
@@ -93,29 +93,48 @@
#define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
@@ -9798,7 +9853,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/include/md/_beos.cfg,v
retrieving revision 3.5.214.1
diff -u -8 -p -w -r3.5.214.1 _beos.cfg
--- mozilla/nsprpub/pr/include/md/_beos.cfg 5 Apr 2006 22:00:45 -0000 3.5.214.1
+++ mozilla/nsprpub/pr/include/md/_beos.cfg 8 Jul 2009 00:12:28 -0000
+++ mozilla/nsprpub/pr/include/md/_beos.cfg 8 Jul 2009 05:12:51 -0000
@@ -15,16 +15,17 @@
* The Original Code is the Netscape Portable Runtime (NSPR).
*
@@ -9863,7 +9918,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/include/md/_beos.h,v
retrieving revision 3.23
diff -u -8 -p -w -r3.23 _beos.h
--- mozilla/nsprpub/pr/include/md/_beos.h 17 Jan 2005 22:00:53 -0000 3.23
+++ mozilla/nsprpub/pr/include/md/_beos.h 8 Jul 2009 00:12:28 -0000
+++ mozilla/nsprpub/pr/include/md/_beos.h 8 Jul 2009 05:12:52 -0000
@@ -15,16 +15,17 @@
* The Original Code is the Netscape Portable Runtime (NSPR).
*
@@ -10507,7 +10562,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/include/private/primpl.h,v
retrieving revision 3.84.2.2
diff -u -8 -p -w -r3.84.2.2 primpl.h
--- mozilla/nsprpub/pr/include/private/primpl.h 25 Jul 2007 07:08:28 -0000 3.84.2.2
+++ mozilla/nsprpub/pr/include/private/primpl.h 8 Jul 2009 00:12:33 -0000
+++ mozilla/nsprpub/pr/include/private/primpl.h 8 Jul 2009 05:12:56 -0000
@@ -45,20 +45,16 @@
* This macro causes chaos if signal.h gets included before pthread.h.
* To be safe, we include pthread.h first.
@@ -10718,7 +10773,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/Makefile.in,v
retrieving revision 1.40.2.2
diff -u -8 -p -w -r1.40.2.2 Makefile.in
--- mozilla/nsprpub/pr/src/Makefile.in 19 Oct 2006 00:39:28 -0000 1.40.2.2
+++ mozilla/nsprpub/pr/src/Makefile.in 8 Jul 2009 00:12:34 -0000
+++ mozilla/nsprpub/pr/src/Makefile.in 8 Jul 2009 05:12:57 -0000
@@ -270,36 +270,33 @@ endif
ifdef USE_PTHREADS
@@ -10788,7 +10843,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/bsrcs.mk,v
retrieving revision 3.6
diff -u -8 -p -w -r3.6 bsrcs.mk
--- mozilla/nsprpub/pr/src/bthreads/bsrcs.mk 25 Apr 2004 15:00:57 -0000 3.6
+++ mozilla/nsprpub/pr/src/bthreads/bsrcs.mk 8 Jul 2009 00:12:34 -0000
+++ mozilla/nsprpub/pr/src/bthreads/bsrcs.mk 8 Jul 2009 05:12:57 -0000
@@ -15,16 +15,17 @@
# The Original Code is the Netscape Portable Runtime (NSPR).
#
@@ -10825,7 +10880,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/btcvar.c,v
retrieving revision 3.9
diff -u -8 -p -w -r3.9 btcvar.c
--- mozilla/nsprpub/pr/src/bthreads/btcvar.c 23 Feb 2005 17:43:13 -0000 3.9
+++ mozilla/nsprpub/pr/src/bthreads/btcvar.c 8 Jul 2009 00:12:35 -0000
+++ mozilla/nsprpub/pr/src/bthreads/btcvar.c 8 Jul 2009 05:12:58 -0000
@@ -15,33 +15,32 @@
* The Original Code is the Netscape Portable Runtime (NSPR).
*
@@ -14463,7 +14518,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/btlocks.c,v
retrieving revision 3.7
diff -u -8 -p -w -r3.7 btlocks.c
--- mozilla/nsprpub/pr/src/bthreads/btlocks.c 23 Feb 2005 17:43:13 -0000 3.7
+++ mozilla/nsprpub/pr/src/bthreads/btlocks.c 8 Jul 2009 00:12:35 -0000
+++ mozilla/nsprpub/pr/src/bthreads/btlocks.c 8 Jul 2009 05:12:58 -0000
@@ -38,44 +38,38 @@
/*
** File: btlocks.c
@@ -14558,7 +14613,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/btmisc.c,v
retrieving revision 3.5
diff -u -8 -p -w -r3.5 btmisc.c
--- mozilla/nsprpub/pr/src/bthreads/btmisc.c 25 Apr 2004 15:00:57 -0000 3.5
+++ mozilla/nsprpub/pr/src/bthreads/btmisc.c 8 Jul 2009 00:12:35 -0000
+++ mozilla/nsprpub/pr/src/bthreads/btmisc.c 8 Jul 2009 05:12:58 -0000
@@ -15,16 +15,17 @@
* The Original Code is the Netscape Portable Runtime (NSPR).
*
@@ -14662,7 +14717,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/btsem.c,v
retrieving revision 3.7
diff -u -8 -p -w -r3.7 btsem.c
--- mozilla/nsprpub/pr/src/bthreads/btsem.c 23 Feb 2005 17:43:13 -0000 3.7
+++ mozilla/nsprpub/pr/src/bthreads/btsem.c 8 Jul 2009 00:12:35 -0000
+++ mozilla/nsprpub/pr/src/bthreads/btsem.c 8 Jul 2009 05:12:58 -0000
@@ -33,16 +33,17 @@
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
@@ -14687,7 +14742,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/bthreads/btthread.c,v
retrieving revision 3.8
diff -u -8 -p -w -r3.8 btthread.c
--- mozilla/nsprpub/pr/src/bthreads/btthread.c 25 Apr 2004 15:00:57 -0000 3.8
+++ mozilla/nsprpub/pr/src/bthreads/btthread.c 8 Jul 2009 00:12:36 -0000
+++ mozilla/nsprpub/pr/src/bthreads/btthread.c 8 Jul 2009 05:12:59 -0000
@@ -115,22 +115,19 @@ _PR_InitThreads (PRThreadType type, PRTh
primordialThread->md.joinSem = B_ERROR;
@@ -14854,7 +14909,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/Makefile.in,v
retrieving revision 1.13
diff -u -8 -p -w -r1.13 Makefile.in
--- mozilla/nsprpub/pr/src/io/Makefile.in 25 Apr 2004 15:00:58 -0000 1.13
+++ mozilla/nsprpub/pr/src/io/Makefile.in 8 Jul 2009 00:12:37 -0000
+++ mozilla/nsprpub/pr/src/io/Makefile.in 8 Jul 2009 05:13:00 -0000
@@ -64,23 +64,25 @@ CSRCS = \
prmmap.c \
prpolevt.c \
@@ -14887,7 +14942,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prmapopt.c,v
retrieving revision 3.18
diff -u -8 -p -w -r3.18 prmapopt.c
--- mozilla/nsprpub/pr/src/io/prmapopt.c 25 Apr 2004 15:00:58 -0000 3.18
+++ mozilla/nsprpub/pr/src/io/prmapopt.c 8 Jul 2009 00:12:38 -0000
+++ mozilla/nsprpub/pr/src/io/prmapopt.c 8 Jul 2009 05:13:01 -0000
@@ -69,17 +69,17 @@
/* NEXTSTEP is special: this must come before netinet/tcp.h. */
#include <netinet/in_systm.h> /* n_short, n_long, n_time */
@@ -14995,7 +15050,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prpolevt.c,v
retrieving revision 3.15
diff -u -8 -p -w -r3.15 prpolevt.c
--- mozilla/nsprpub/pr/src/io/prpolevt.c 25 Apr 2004 15:00:58 -0000 3.15
+++ mozilla/nsprpub/pr/src/io/prpolevt.c 8 Jul 2009 00:12:39 -0000
+++ mozilla/nsprpub/pr/src/io/prpolevt.c 8 Jul 2009 05:13:02 -0000
@@ -443,20 +443,20 @@ PR_IMPLEMENT(PRFileDesc *) PR_NewPollabl
#else
if (PR_NewTCPSocketPair(fd) == PR_FAILURE) {
@@ -15027,7 +15082,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prsocket.c,v
retrieving revision 3.57.2.2
diff -u -8 -p -w -r3.57.2.2 prsocket.c
--- mozilla/nsprpub/pr/src/io/prsocket.c 7 Nov 2007 22:24:04 -0000 3.57.2.2
+++ mozilla/nsprpub/pr/src/io/prsocket.c 8 Jul 2009 00:12:42 -0000
+++ mozilla/nsprpub/pr/src/io/prsocket.c 8 Jul 2009 05:13:05 -0000
@@ -59,17 +59,17 @@ PRBool IsValidNetAddr(const PRNetAddr *a
static PRBool IsValidNetAddrLen(const PRNetAddr *addr, PRInt32 addr_len)
@@ -15053,7 +15108,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/linking/prlink.c,v
retrieving revision 3.81.2.5
diff -u -8 -p -w -r3.81.2.5 prlink.c
--- mozilla/nsprpub/pr/src/linking/prlink.c 6 Oct 2006 23:36:22 -0000 3.81.2.5
+++ mozilla/nsprpub/pr/src/linking/prlink.c 8 Jul 2009 00:12:45 -0000
+++ mozilla/nsprpub/pr/src/linking/prlink.c 8 Jul 2009 05:13:08 -0000
@@ -194,18 +194,20 @@ struct PRLibrary {
NSModule dlh;
#else
@@ -15257,7 +15312,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/beos/beos.c,v
retrieving revision 3.5
diff -u -8 -p -w -r3.5 beos.c
--- mozilla/nsprpub/pr/src/md/beos/beos.c 25 Apr 2004 15:00:59 -0000 3.5
+++ mozilla/nsprpub/pr/src/md/beos/beos.c 8 Jul 2009 00:12:45 -0000
+++ mozilla/nsprpub/pr/src/md/beos/beos.c 8 Jul 2009 05:13:08 -0000
@@ -32,233 +32,178 @@
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
@@ -15607,7 +15662,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/beos/bproc.c,v
retrieving revision 3.6
diff -u -8 -p -w -r3.6 bproc.c
--- mozilla/nsprpub/pr/src/md/beos/bproc.c 25 Apr 2004 15:00:59 -0000 3.6
+++ mozilla/nsprpub/pr/src/md/beos/bproc.c 8 Jul 2009 00:12:46 -0000
+++ mozilla/nsprpub/pr/src/md/beos/bproc.c 8 Jul 2009 05:13:09 -0000
@@ -31,18 +31,20 @@
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
@@ -15636,7 +15691,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/beos/bsrcs.mk,v
retrieving revision 3.6
diff -u -8 -p -w -r3.6 bsrcs.mk
--- mozilla/nsprpub/pr/src/md/beos/bsrcs.mk 25 Apr 2004 15:00:59 -0000 3.6
+++ mozilla/nsprpub/pr/src/md/beos/bsrcs.mk 8 Jul 2009 00:12:46 -0000
+++ mozilla/nsprpub/pr/src/md/beos/bsrcs.mk 8 Jul 2009 05:13:09 -0000
@@ -15,16 +15,17 @@
# The Original Code is the Netscape Portable Runtime (NSPR).
#
@@ -15680,7 +15735,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/memory/prseg.c,v
retrieving revision 3.8
diff -u -8 -p -w -r3.8 prseg.c
--- mozilla/nsprpub/pr/src/memory/prseg.c 25 Apr 2004 15:01:01 -0000 3.8
+++ mozilla/nsprpub/pr/src/memory/prseg.c 8 Jul 2009 00:12:47 -0000
+++ mozilla/nsprpub/pr/src/memory/prseg.c 8 Jul 2009 05:13:09 -0000
@@ -32,26 +32,26 @@
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
@@ -15727,7 +15782,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/misc/Makefile.in,v
retrieving revision 1.19
diff -u -8 -p -w -r1.19 Makefile.in
--- mozilla/nsprpub/pr/src/misc/Makefile.in 8 Nov 2004 02:52:56 -0000 1.19
+++ mozilla/nsprpub/pr/src/misc/Makefile.in 8 Jul 2009 00:12:47 -0000
+++ mozilla/nsprpub/pr/src/misc/Makefile.in 8 Jul 2009 05:13:10 -0000
@@ -66,20 +66,22 @@ CSRCS = \
prsystem.c \
prtime.c \
@@ -15757,7 +15812,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/misc/prinit.c,v
retrieving revision 3.43.2.1
diff -u -8 -p -w -r3.43.2.1 prinit.c
--- mozilla/nsprpub/pr/src/misc/prinit.c 1 Dec 2006 00:34:11 -0000 3.43.2.1
+++ mozilla/nsprpub/pr/src/misc/prinit.c 8 Jul 2009 00:12:48 -0000
+++ mozilla/nsprpub/pr/src/misc/prinit.c 8 Jul 2009 05:13:11 -0000
@@ -195,18 +195,20 @@ static void _PR_InitStuff(void)
_pr_shma_lm = PR_NewLogModule("shma");
@@ -15785,7 +15840,7 @@ RCS file: /cvsroot/mozilla/nsprpub/pr/src/misc/pripcsem.c,v
retrieving revision 3.5
diff -u -8 -p -w -r3.5 pripcsem.c
--- mozilla/nsprpub/pr/src/misc/pripcsem.c 25 Apr 2004 15:01:01 -0000 3.5
+++ mozilla/nsprpub/pr/src/misc/pripcsem.c 8 Jul 2009 00:12:49 -0000
+++ mozilla/nsprpub/pr/src/misc/pripcsem.c 8 Jul 2009 05:13:11 -0000
@@ -41,19 +41,19 @@
* Description: implements the named semaphores API in prsemipc.h
* for classic NSPR. If _PR_HAVE_NAMED_SEMAPHORES is not defined,
@@ -15825,7 +15880,7 @@ RCS file: /cvsroot/mozilla/security/coreconf/BeOS.mk,v
retrieving revision 1.2
diff -u -8 -p -w -r1.2 BeOS.mk
--- mozilla/security/coreconf/BeOS.mk 25 Apr 2004 15:02:17 -0000 1.2
+++ mozilla/security/coreconf/BeOS.mk 8 Jul 2009 00:12:56 -0000
+++ mozilla/security/coreconf/BeOS.mk 8 Jul 2009 05:13:23 -0000
@@ -56,17 +56,17 @@ ifeq ($(OS_TEST),ppc)
CPU_ARCH = ppc
else
@@ -15851,7 +15906,7 @@ RCS file: /cvsroot/mozilla/security/coreconf/arch.mk,v
retrieving revision 1.19.2.1
diff -u -8 -p -w -r1.19.2.1 arch.mk
--- mozilla/security/coreconf/arch.mk 14 Nov 2007 22:47:33 -0000 1.19.2.1
+++ mozilla/security/coreconf/arch.mk 8 Jul 2009 00:12:57 -0000
+++ mozilla/security/coreconf/arch.mk 8 Jul 2009 05:13:25 -0000
@@ -57,16 +57,17 @@
ifeq ($(USE_64), 1)
64BIT_TAG=_64
@@ -15876,7 +15931,7 @@ RCS file: /cvsroot/mozilla/security/coreconf/config.mk,v
retrieving revision 1.17.28.3
diff -u -8 -p -w -r1.17.28.3 config.mk
--- mozilla/security/coreconf/config.mk 4 May 2007 06:54:05 -0000 1.17.28.3
+++ mozilla/security/coreconf/config.mk 8 Jul 2009 00:12:58 -0000
+++ mozilla/security/coreconf/config.mk 8 Jul 2009 05:13:25 -0000
@@ -32,16 +32,17 @@
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
@@ -15932,7 +15987,7 @@ RCS file: /cvsroot/mozilla/security/manager/Makefile.in,v
retrieving revision 1.57.4.6
diff -u -8 -p -w -r1.57.4.6 Makefile.in
--- mozilla/security/manager/Makefile.in 23 May 2008 23:45:26 -0000 1.57.4.6
+++ mozilla/security/manager/Makefile.in 8 Jul 2009 00:12:59 -0000
+++ mozilla/security/manager/Makefile.in 8 Jul 2009 05:13:27 -0000
@@ -257,30 +257,45 @@ ifndef MOZ_NATIVE_NSS
$(MAKE) -C $(topsrcdir)/security/nss-fips/lib/util $(DEFAULT_GMAKE_FLAGS) clean
# In NSS 3.11.8-3.11.9, lib/ssl/derive.c includes cmd/lib/secutil.h.
@@ -15985,7 +16040,7 @@ RCS file: /cvsroot/mozilla/security/nss/cmd/lib/secutil.h,v
retrieving revision 1.18.24.1
diff -u -8 -p -w -r1.18.24.1 secutil.h
--- mozilla/security/nss/cmd/lib/secutil.h 19 Jul 2006 00:25:03 -0000 1.18.24.1
+++ mozilla/security/nss/cmd/lib/secutil.h 8 Jul 2009 00:13:03 -0000
+++ mozilla/security/nss/cmd/lib/secutil.h 8 Jul 2009 05:13:33 -0000
@@ -407,16 +407,16 @@ SECU_GetOptionArg(secuCommand *cmd, int
/* Return informative error string */
char *SECU_ErrorString(int16 err);
@@ -16010,7 +16065,7 @@ RCS file: /cvsroot/mozilla/security/nss/lib/dev/ckhelper.c,v
retrieving revision 1.34.28.2
diff -u -8 -p -w -r1.34.28.2 ckhelper.c
--- mozilla/security/nss/lib/dev/ckhelper.c 3 Dec 2008 04:52:53 -0000 1.34.28.2
+++ mozilla/security/nss/lib/dev/ckhelper.c 8 Jul 2009 00:13:06 -0000
+++ mozilla/security/nss/lib/dev/ckhelper.c 8 Jul 2009 05:13:38 -0000
@@ -225,33 +225,33 @@ NSS_IMPLEMENT PRBool
nssCKObject_IsAttributeTrue (
CK_OBJECT_HANDLE object,
@@ -16054,7 +16109,7 @@ RCS file: /cvsroot/mozilla/security/nss/lib/freebl/unix_rand.c,v
retrieving revision 1.17.10.7
diff -u -8 -p -w -r1.17.10.7 unix_rand.c
--- mozilla/security/nss/lib/freebl/unix_rand.c 25 Jul 2007 23:18:55 -0000 1.17.10.7
+++ mozilla/security/nss/lib/freebl/unix_rand.c 8 Jul 2009 00:13:08 -0000
+++ mozilla/security/nss/lib/freebl/unix_rand.c 8 Jul 2009 05:13:40 -0000
@@ -662,17 +662,17 @@ GetHighResClock(void *buf, size_t maxbyt
t = asm("rpcc %v0");
@@ -16080,7 +16135,7 @@ RCS file: /cvsroot/mozilla/security/nss/lib/ssl/config.mk,v
retrieving revision 1.21.2.1
diff -u -8 -p -w -r1.21.2.1 config.mk
--- mozilla/security/nss/lib/ssl/config.mk 1 May 2007 06:09:31 -0000 1.21.2.1
+++ mozilla/security/nss/lib/ssl/config.mk 8 Jul 2009 00:13:10 -0000
+++ mozilla/security/nss/lib/ssl/config.mk 8 Jul 2009 05:13:43 -0000
@@ -103,17 +103,17 @@ EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
-lnss3 \
@@ -16106,7 +16161,7 @@ RCS file: /cvsroot/mozilla/security/nss/lib/freebl/unix_rand.c,v
retrieving revision 1.17.10.5
diff -u -8 -p -w -r1.17.10.5 unix_rand.c
--- mozilla/security/nss-fips/lib/freebl/unix_rand.c 12 Oct 2006 22:50:48 -0000 1.17.10.5
+++ mozilla/security/nss-fips/lib/freebl/unix_rand.c 8 Jul 2009 00:13:16 -0000
+++ mozilla/security/nss-fips/lib/freebl/unix_rand.c 8 Jul 2009 05:13:49 -0000
@@ -661,17 +661,17 @@ GetHighResClock(void *buf, size_t maxbyt
t = asm("rpcc %v0");
@@ -16132,7 +16187,7 @@ RCS file: /cvsroot/mozilla/security/nss/lib/ssl/config.mk,v
retrieving revision 1.21
diff -u -8 -p -w -r1.21 config.mk
--- mozilla/security/nss-fips/lib/ssl/config.mk 19 Oct 2005 01:04:16 -0000 1.21
+++ mozilla/security/nss-fips/lib/ssl/config.mk 8 Jul 2009 00:13:18 -0000
+++ mozilla/security/nss-fips/lib/ssl/config.mk 8 Jul 2009 05:13:51 -0000
@@ -99,17 +99,17 @@ EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
-lnss3 \
@@ -16158,7 +16213,7 @@ RCS file: /cvsroot/mozilla/toolkit/library/Makefile.in,v
retrieving revision 1.16.2.10
diff -u -8 -p -w -r1.16.2.10 Makefile.in
--- mozilla/toolkit/library/Makefile.in 31 Aug 2007 02:40:21 -0000 1.16.2.10
+++ mozilla/toolkit/library/Makefile.in 8 Jul 2009 00:13:36 -0000
+++ mozilla/toolkit/library/Makefile.in 8 Jul 2009 05:14:02 -0000
@@ -359,17 +359,17 @@ endif
ifdef MOZ_ENABLE_XPRINT
EXTRA_DSO_LDOPTS += $(MOZ_XPRINT_LDFLAGS)
@@ -16184,7 +16239,7 @@ RCS file: /cvsroot/mozilla/toolkit/mozapps/installer/package-name.mk,v
retrieving revision 1.4.8.3
diff -u -8 -p -w -r1.4.8.3 package-name.mk
--- mozilla/toolkit/mozapps/installer/package-name.mk 4 Apr 2008 09:21:26 -0000 1.4.8.3
+++ mozilla/toolkit/mozapps/installer/package-name.mk 8 Jul 2009 00:13:38 -0000
+++ mozilla/toolkit/mozapps/installer/package-name.mk 8 Jul 2009 05:14:03 -0000
@@ -54,16 +54,19 @@ ifeq ($(OS_ARCH),Darwin)
MOZ_PKG_PLATFORM := mac
endif
@@ -16211,7 +16266,7 @@ RCS file: /cvsroot/mozilla/toolkit/mozapps/installer/packager.mk,v
retrieving revision 1.16.2.18
diff -u -8 -p -w -r1.16.2.18 packager.mk
--- mozilla/toolkit/mozapps/installer/packager.mk 4 Apr 2008 20:31:10 -0000 1.16.2.18
+++ mozilla/toolkit/mozapps/installer/packager.mk 8 Jul 2009 00:13:39 -0000
+++ mozilla/toolkit/mozapps/installer/packager.mk 8 Jul 2009 05:14:04 -0000
@@ -43,21 +43,24 @@ include $(topsrcdir)/toolkit/mozapps/ins
# This is how we create the Unix binary packages we release to the public.
# Currently the only format is tar.gz (TGZ), but it should be fairly easy
@@ -16266,7 +16321,7 @@ RCS file: /cvsroot/mozilla/toolkit/xre/nsAppRunner.cpp,v
retrieving revision 1.113.2.24
diff -u -8 -p -w -r1.113.2.24 nsAppRunner.cpp
--- mozilla/toolkit/xre/nsAppRunner.cpp 8 Nov 2007 11:56:25 -0000 1.113.2.24
+++ mozilla/toolkit/xre/nsAppRunner.cpp 8 Jul 2009 00:13:54 -0000
+++ mozilla/toolkit/xre/nsAppRunner.cpp 8 Jul 2009 05:14:14 -0000
@@ -1356,19 +1356,20 @@ XRE_GetBinaryPath(const char* argv0, nsI
rv = NS_NewNativeLocalFile(nsDependentCString(exePath), PR_TRUE,
getter_AddRefs(lf));
@@ -16295,7 +16350,7 @@ RCS file: /cvsroot/mozilla/toolkit/xre/nsXREDirProvider.cpp,v
retrieving revision 1.37.2.11
diff -u -8 -p -w -r1.37.2.11 nsXREDirProvider.cpp
--- mozilla/toolkit/xre/nsXREDirProvider.cpp 8 May 2007 19:25:29 -0000 1.37.2.11
+++ mozilla/toolkit/xre/nsXREDirProvider.cpp 8 Jul 2009 00:13:57 -0000
+++ mozilla/toolkit/xre/nsXREDirProvider.cpp 8 Jul 2009 05:14:16 -0000
@@ -71,17 +71,17 @@
#ifndef CSIDL_PROGRAM_FILES
#define CSIDL_PROGRAM_FILES 0x0026
@@ -16321,7 +16376,7 @@ RCS file: /cvsroot/mozilla/widget/src/beos/nsAppShell.cpp,v
retrieving revision 1.29.8.2
diff -u -8 -p -w -r1.29.8.2 nsAppShell.cpp
--- mozilla/widget/src/beos/nsAppShell.cpp 3 Jul 2007 09:33:54 -0000 1.29.8.2
+++ mozilla/widget/src/beos/nsAppShell.cpp 8 Jul 2009 00:14:01 -0000
+++ mozilla/widget/src/beos/nsAppShell.cpp 8 Jul 2009 05:14:19 -0000
@@ -113,20 +113,38 @@ nsAppShell::nsAppShell()
//-------------------------------------------------------------------------
@@ -16403,7 +16458,7 @@ RCS file: /cvsroot/mozilla/widget/src/beos/nsDragService.cpp,v
retrieving revision 1.13.28.5
diff -u -8 -p -w -r1.13.28.5 nsDragService.cpp
--- mozilla/widget/src/beos/nsDragService.cpp 13 Aug 2008 12:41:28 -0000 1.13.28.5
+++ mozilla/widget/src/beos/nsDragService.cpp 8 Jul 2009 00:14:02 -0000
+++ mozilla/widget/src/beos/nsDragService.cpp 8 Jul 2009 05:14:21 -0000
@@ -250,17 +250,17 @@ nsDragService::InvokeDragSession (nsIDOM
dragRect = view->Frame();
// do we need to offset?
@@ -16429,7 +16484,7 @@ RCS file: /cvsroot/mozilla/widget/src/beos/nsLookAndFeel.cpp,v
retrieving revision 1.27
diff -u -8 -p -w -r1.27 nsLookAndFeel.cpp
--- mozilla/widget/src/beos/nsLookAndFeel.cpp 26 Oct 2004 01:45:26 -0000 1.27
+++ mozilla/widget/src/beos/nsLookAndFeel.cpp 8 Jul 2009 00:14:03 -0000
+++ mozilla/widget/src/beos/nsLookAndFeel.cpp 8 Jul 2009 05:14:22 -0000
@@ -157,19 +157,17 @@ nsresult nsLookAndFeel::NativeGetColor(c
aColor = NS_RGB(0x00, 0x00, 0x00);
break;
@@ -16457,7 +16512,7 @@ RCS file: /cvsroot/mozilla/widget/src/beos/nsToolkit.cpp,v
retrieving revision 1.23.8.1
diff -u -8 -p -w -r1.23.8.1 nsToolkit.cpp
--- mozilla/widget/src/beos/nsToolkit.cpp 3 Jul 2007 09:33:54 -0000 1.23.8.1
+++ mozilla/widget/src/beos/nsToolkit.cpp 8 Jul 2009 00:14:04 -0000
+++ mozilla/widget/src/beos/nsToolkit.cpp 8 Jul 2009 05:14:22 -0000
@@ -37,16 +37,17 @@
#include "nsToolkit.h"
@@ -16618,7 +16673,7 @@ RCS file: /cvsroot/mozilla/widget/src/beos/nsToolkit.h,v
retrieving revision 1.5.8.1
diff -u -8 -p -w -r1.5.8.1 nsToolkit.h
--- mozilla/widget/src/beos/nsToolkit.h 3 Jul 2007 09:33:54 -0000 1.5.8.1
+++ mozilla/widget/src/beos/nsToolkit.h 8 Jul 2009 00:14:04 -0000
+++ mozilla/widget/src/beos/nsToolkit.h 8 Jul 2009 05:14:22 -0000
@@ -66,16 +66,17 @@ public:
void Kill();
private:
@@ -16643,7 +16698,7 @@ RCS file: /cvsroot/mozilla/xpcom/build/Makefile.in,v
retrieving revision 1.90.2.3
diff -u -8 -p -w -r1.90.2.3 Makefile.in
--- mozilla/xpcom/build/Makefile.in 29 Mar 2008 06:56:29 -0000 1.90.2.3
+++ mozilla/xpcom/build/Makefile.in 8 Jul 2009 00:14:07 -0000
+++ mozilla/xpcom/build/Makefile.in 8 Jul 2009 05:14:25 -0000
@@ -168,17 +168,17 @@ ifdef GC_LEAK_DETECTOR
DEFINES += -DGC_LEAK_DETECTOR
endif
@@ -16669,7 +16724,7 @@ RCS file: /cvsroot/mozilla/xpcom/obsolete/Makefile.in,v
retrieving revision 1.17
diff -u -8 -p -w -r1.17 Makefile.in
--- mozilla/xpcom/obsolete/Makefile.in 30 Jan 2005 21:33:45 -0000 1.17
+++ mozilla/xpcom/obsolete/Makefile.in 8 Jul 2009 00:14:09 -0000
+++ mozilla/xpcom/obsolete/Makefile.in 8 Jul 2009 05:14:27 -0000
@@ -115,17 +115,17 @@ DEFINES += -D_IMPL_NS_COM_OBSOLETE
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
@@ -16695,7 +16750,7 @@ RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in,v
retrieving revision 1.80.4.6
diff -u -8 -p -w -r1.80.4.6 Makefile.in
--- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 19 Feb 2008 21:11:34 -0000 1.80.4.6
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 8 Jul 2009 00:14:10 -0000
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 8 Jul 2009 05:14:28 -0000
@@ -90,21 +90,23 @@ endif
# IA64 Linux
ifneq (,$(filter Linux,$(OS_ARCH)))
@@ -16728,7 +16783,7 @@ RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unix
retrieving revision 1.18.28.3
diff -u -8 -p -w -r1.18.28.3 xptc_platforms_unixish_x86.h
--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h 9 Apr 2007 20:01:13 -0000 1.18.28.3
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h 8 Jul 2009 00:14:11 -0000
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h 8 Jul 2009 05:14:29 -0000
@@ -133,17 +133,22 @@
/* Old gcc 2.7.x.x. What does gcc 2.8.x do?? */
#define CFRONT_STYLE_THIS_ADJUST
@@ -16758,7 +16813,7 @@ RCS file: /cvsroot/mozilla/xpcom/threads/Attic/plevent.c,v
retrieving revision 1.54.2.1
diff -u -8 -p -w -r1.54.2.1 plevent.c
--- mozilla/xpcom/threads/plevent.c 26 Sep 2005 19:43:34 -0000 1.54.2.1
+++ mozilla/xpcom/threads/plevent.c 8 Jul 2009 00:14:15 -0000
+++ mozilla/xpcom/threads/plevent.c 8 Jul 2009 05:14:34 -0000
@@ -61,16 +61,18 @@
#if defined(XP_UNIX)
/* for fcntl */
@@ -16884,7 +16939,7 @@ RCS file: /cvsroot/mozilla/xpfe/bootstrap/Attic/Makefile.in,v
retrieving revision 1.283.2.6
diff -u -8 -p -w -r1.283.2.6 Makefile.in
--- mozilla/xpfe/bootstrap/Makefile.in 29 Sep 2007 20:15:11 -0000 1.283.2.6
+++ mozilla/xpfe/bootstrap/Makefile.in 8 Jul 2009 00:14:17 -0000
+++ mozilla/xpfe/bootstrap/Makefile.in 8 Jul 2009 05:14:35 -0000
@@ -113,18 +113,22 @@ ifdef MOZ_ENABLE_XREMOTE
REQUIRES += xremoteservice
endif
@@ -16953,7 +17008,7 @@ RCS file: /cvsroot/mozilla/xpfe/bootstrap/nsSigHandlers.cpp,v
retrieving revision 1.41.18.1
diff -u -8 -p -w -r1.41.18.1 nsSigHandlers.cpp
--- mozilla/xpfe/bootstrap/nsSigHandlers.cpp 22 Jun 2006 22:31:13 -0000 1.41.18.1
+++ mozilla/xpfe/bootstrap/nsSigHandlers.cpp 8 Jul 2009 00:14:17 -0000
+++ mozilla/xpfe/bootstrap/nsSigHandlers.cpp 8 Jul 2009 05:14:36 -0000
@@ -55,17 +55,18 @@
#include <stdlib.h> // atoi
#endif
@@ -16980,7 +17035,7 @@ RCS file: /cvsroot/mozilla/xpinstall/packager/Attic/Makefile.in,v
retrieving revision 1.68.4.1
diff -u -8 -p -w -r1.68.4.1 Makefile.in
--- mozilla/xpinstall/packager/Makefile.in 20 Feb 2006 17:42:11 -0000 1.68.4.1
+++ mozilla/xpinstall/packager/Makefile.in 8 Jul 2009 00:14:24 -0000
+++ mozilla/xpinstall/packager/Makefile.in 8 Jul 2009 05:14:42 -0000
@@ -43,17 +43,17 @@ srcdir = @srcdir@
VPATH = @srcdir@
@@ -17006,7 +17061,7 @@ RCS file: /cvsroot/mozilla/xulrunner/app/Makefile.in,v
retrieving revision 1.23.2.4
diff -u -8 -p -w -r1.23.2.4 Makefile.in
--- mozilla/xulrunner/app/Makefile.in 9 Apr 2008 06:50:54 -0000 1.23.2.4
+++ mozilla/xulrunner/app/Makefile.in 8 Jul 2009 00:14:28 -0000
+++ mozilla/xulrunner/app/Makefile.in 8 Jul 2009 05:14:46 -0000
@@ -54,17 +54,17 @@ DIRS = profile
PREF_JS_EXPORTS = $(srcdir)/xulrunner.js
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/,xulrunner.js)

View File

@@ -0,0 +1,125 @@
/*
* BeZillaBrowser.rdef
*/
resource app_signature "application/x-vnd.Mozilla-Firefox";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
/*
* We are using the source code version number
* for our program version.
* TODO : implement something better.
*/
major = 1,
middle = 8,
minor = 1,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 0,
internal = 21,
short_info = "BeZillaBrowser",
long_info = "BeZillaBrowser is based on Mozilla's source code"
};
resource file_types message {
"types" = "application/x-vnd.Be.URL.file",
"types" = "application/x-vnd.Be.URL.ftp",
"types" = "application/x-vnd.Be.URL.http",
"types" = "application/x-vnd.Be.URL.https",
"types" = "text/html",
"types" = "image/gif",
"types" = "image/png"
};
resource vector_icon {
$"6E6369661F0500020016029E8638A20EBA220EBA9E86384880254A18EA00FFFF"
$"8002001602BC9D88BB1F643B1F64BC9D884B716D48772700FFFF80020016023B"
$"F73A0000000000003BF73A49B5114976B000FFFF800200160237A0DDB61AF236"
$"1AF237A0DD497CAA48588100FFFF800200160238D81CB8152D38152D38D81C48"
$"420A499FB600FFFF8002001602397095000000000000397095486EDA49100600"
$"FFFF800200160231E5B2BA0EAF3A0EAF31E5B247DA3349779B00FFFF80020016"
$"0236BBEFB4543A34543A36BBEF495BDE469BC700FFFF6B0200160236E2E70000"
$"0000000036E2E74A2CD64670CD00FFFF800200160237AB1000000000000037AB"
$"104AE1D848449500FFFF5702001602375C10B74516374516375C1048B2B04AE9"
$"7200FFFF8002001602B07700B74912374912B077004898AD4AD99500FFFF8002"
$"00160232CFA5BA0B483A0B4832CFA54A3C584BA00E00FFFF8002001602368CB7"
$"000000000000368CB74B3D5E49752800FFFF4F0200160236A81C000000000000"
$"36A81C4B94C84A808500FFFF4002000602B738F7362603B62603B738F748BB3F"
$"4A241700A91212FFD7121202001602B04887376143B76143B0488748D36C44FB"
$"3100FFFF6B02001602B47620362BAAB62BAAB476204A0C144406C600FFFF8002"
$"001602B4CAE23409B3B409B3B4CAE24AD8D54611F100FFFF8002001602B328E4"
$"324E4AB24E4AB328E44B36A648859C00FFFF8002001602B22376311F03B11F03"
$"B223764B891349FFBC00FFFF80010079009803FF000004006002001602B4E6F3"
$"319259B19259B4E6F34B2F5D4AA2CA00FFFF0003FFFF0004FFD801FFFF669805"
$"000201060238CC87BD083D3DCC623981954609924A996B00FFB11BFFFFF9C727"
$"0633EEEBFFFFAAEAABDBAEBBBEAE2BC0CEB389C02424C074B415BFF0B478BFB4"
$"B450BFB7B455BFB6B455BF8CB436BF14B430BF55B42DBEF5B3FFBE82B33EBBDB"
$"B3F2BBCEB4D7BBD0B4BABBCBB4DABBC7B4DABBC7B4DABBC8B4DABB45B50ABB45"
$"B50ABB44B50ABB37B50DBB37B50DBAD6B534BA1EB58DBA78B560BA1EB58DBA12"
$"B593BA12B593BA0FB596B99BB5D6B99BB5D6B99AB5D6B975B5ECB975B5ECB974"
$"B5EDB918B626B918B626B917B626B8EDB642B893B681B887B689B86CB69CB7F2"
$"2AB7B5B72DB7A9B76EB73CB920B755B8C5B6B5B9A4B380BC3AB4F7BB4BB380BC"
$"3AB317BC7FB33E42B755C332B80EC320B7E7C323B7FBC3522CC3C54FBB03C7E8"
$"BAF4C7DBBAD1C898BA59CA44BC40CC83BAD4CBC3BDF3CD6FC0A0CDA4C760C888"
$"CA38C797C90DC879CB7BC6A2CC38C4DCCB9AC3A6CBB6C3DDCBA2C34CCBC2C1EB"
$"CA78BF62C954BF30C9ADBF3FC934BEE9C900BE83C91DBEC2C927BE17C999BCEA"
$"C857BA6BC720BABCC767BAABC73FBA2EC7C0B7EEC5B1B563C3F4B6DBC472B66F"
$"C405B613C427B41BC12CB2F006032FBAF5C05EBAF5C05EBAF7C05C34C05A34C0"
$"5B34C05A34C05B0610EE7AAAAAC693C7B5C9E8C667C896C755CAB5C5D3CB14C4"
$"7FC521B8CDC521B8CDC0B9B834BD7FBA63BC9BBC64B789BF00B92ABE82B789BF"
$"00C251BCE5C1CCBED1C0BCBE70C324BB51C5B0BB5AC71ABFC8C4E2C044C512C0"
$"5CCC1E0604EEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50AB87FB7A5BC0C"
$"B4F7B87FB7A50604FEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50ABF40B5"
$"0ABD2DB521B87FB7A5BA8CB5E9B87FB7A50605BB02B3F7BCF4B5CD36B3F7BCF4"
$"B789BF00BA19BDD6B8DABE8835BD1EBC9BBC64B801B9930A04B87FB7A5BD7FBA"
$"63BC9BBC64B801B9930A04B3F7BCF4B413C012B789C251B789BF000A04BC7AB8"
$"01BF99B6C0BE1BB43BBCAAB49E0A05BFE1B69AC187B3FFC341B4ABC30EB77BC2"
$"04B6CF0A05C3E9B805C594B69AC6D3B825C637BAECC521B8CD0A06B967C223B8"
$"A5C3F1BB51C5B0BE70C323BED1C0BCBCE5C1CC0A04B8A5C548B8A5C3F1BB51C5"
$"B0BB5AC71A0606BA0ABC41C6A5BB73C983BCF9CB79BBC8CAD5BE40CC23C05CCC"
$"1EC044C512BFC8C4E20A04C6A1BBC1C7E5BB6BC8ABBCF7C80EBE920A04C9EA41"
$"C8C5BFF3CABBC3D4CAE3C2140A06BA90C206BA19C33CBADEC3EBBEA7C1C4BED1"
$"C0BCBCE5C1CC0A06BC7AB801BCAAB49EBE1BB43BBE33B460BCDAB4C7BCB1B7EC"
$"0A04BFE1B69AC021B6A1C1ADB40DC187B3FF0A04C3E9B805C594B69AC5B7B6C3"
$"C41AB8250A04C6A1BBC1C7E5BB6BC7F4BB8EC6B9BBEC0A04C8C5BFF3C9EA41CA"
$"07C060C8E5C02B0628AAAAAAAAAAAEEFAAA9BACAB4C3BFCAE3C214C9EA41C8C5"
$"BFF3C80FBE90C8ABBCF7C7F4BB8EC7E5BB6BC6A1BBC1C637BAECC6D3B826C5B7"
$"B6C3C594B69AC3E9B805C3F9B80FC30EB77BC341B4ABC1ADB40DC187B3FFC068"
$"B5C6BF40B50ABE9BB514BF03B507BE9BB514BE1BB43BBCAAB49EBC9EB57CBC9E"
$"B57CBB34B5E3B87FB7A5B9BC29B87FB7A5B801B993B3F7BCF4B5CD36B3F7BCF4"
$"B413C012B789C251B964C223B8A5C3F1C548BB5AC71ABFC8C4E2C044C512C05C"
$"CC1EC693C7B5C9B7C688C894C759CAD2C5BECB14C47F0A06BE4DC302BB334EB8"
$"F2C3E4B99FC21DBCE5C1CCBEAEC0D1020ABFDBBBF7BFE1BBDFBFC9BC38BF63BC"
$"91BF9DBC71BEE7BCD8BE03BC31BE4BBCABBE03BC31BE00BC24BE0137BE10BC1A"
$"BE4BBC03BE30BC0EBE4BBC03BEE9BBBABEE9BBBABEE9BBBABF7BBB58BF7BBB58"
$"BF8FBB45BFBDBB29BFA9BB3440BB2DBFC3BB34BFC3BB34BFD9BB5BBFE7BBB2BF"
$"E7BB85BFE7BBC8020ABFD5BC12BFD9BC00BFC3BC4FBF67BC9CBF9CBC80BEFCBC"
$"DBBE32BC45BE70BCB4BE32BC45BE2BBC39BE30BC41BE3EBC32BE70BC1DBE58BC"
$"27BE70BC1DBEFEBBDDBEFEBBDDBEFEBBDDBF7EBB84BF7EBB84BF90BB77BFB7BB"
$"5CBFA7BB66BFBDBB5F40BB6640BB66BFD4BB87BFDCBBD4BFDCBBADBFDCBBEA06"
$"05BA02BC2BC6AFC155C3BAC269C139C245C1A9C25CC1A9C1A5C3EFBBF5C7310A"
$"04BC7AB801BF99B6C0C125B79BBFB3B7FF0A03BFE1B69AC3A0B7D5C204B6CF0A"
$"05BCAAC670BCB9C66BBE0FC73AC05BC70BBDF4C7890A04BC34C73FBDE5C88AC0"
$"4EC88BBDC9C8D80A04BB81C817BD6CC9CFC072C973BD505A0A04BB60C971BD4F"
$"CB2BC054CACFBD33CB790A03C6D944C9E8C6DAC695540A03BD9FBC21BEE9BBBA"
$"C059BA770204BF4DBBE8BF4DBC1ABF4DBBB7BF95BB8FBF6FBB8FBFBCBB8FBFD9"
$"BBE8BFD9BBB7BFD9BC1ABF95BC42BFBCBC42BF6FBC420A04BAD6C37ABBFAC2FD"
$"BAD1C336BA8CC2FD0606BA0ABC2BC6AF35C98ABCC1CB6BBB88CAC8BE00CC16C0"
$"49CC29C033C51CBFB5C4EA060DEE1FBF032F442B4F2B48294B244A2953235029"
$"532354295423542E58265A2E585C3030583058385A3B543B543554355335533B"
$"503A4A334F354B3348270A000100000A010101000A020102000A030103000A04"
$"0104000A050105000A060106000A070107000A080108000A090109000A0A010A"
$"000A0B010B000A0C010C000A0D010D000A0E010E000A0F010F000A100110000A"
$"110111000A120112000A130113000A140114000A150115000A1603161718000A"
$"170119000A18011A000A18011B000A18011C000A18011D000A18011E000A1801"
$"1F000A180120000A190121000A180122000A1A0123000A1B0124000A1C012500"
$"0A1D012638BFB3B32615FF01178400040A1D012638BFB3B32600150117860004"
$"0A1E012620BFB3B326"
};

View File

@@ -0,0 +1,369 @@
; Package file for Linux static Firefox build.
;
; File format:
;
; [] designates a toplevel component. Example: [xpcom]
; - in front of a file specifies it to be removed from the destination
; * wildcard support to recursively copy the entire directory
; ; file comment
;
#filter substitution
bin/.autoreg
[@AB_CD@]
bin/chrome/@AB_CD@.jar
bin/chrome/@AB_CD@.manifest
bin/defaults/pref/firefox-l10n.js
bin/defaults/existing-profile-defaults.js
; If you add a new directory you must explicitly call addDirectory in ab-CD.jst
bin/browserconfig.properties
bin/old-homepage-default.properties
bin/searchplugins/*
bin/defaults/profile/bookmarks.html
bin/defaults/profile/localstore.rdf
bin/defaults/profile/prefs.js
bin/defaults/profile/search.rdf
bin/defaults/profile/mimeTypes.rdf
bin/defaults/profile/chrome/*
bin/updater.ini
bin/dictionaries/*
[xpcom]
; mmadia --testing adding *.so.stubs to packager
; how the heck were they originally being added to the archive?
bin/add-ons/*.so.stub
bin/lib/*.so.stub
bin/lib/libmozjs.so
bin/lib/libplc4.so
bin/lib/libplds4.so
bin/lib/libxpcom.so
bin/lib/libxpcom_core.so
bin/lib/libxpistub.so
bin/lib/libnspr4.so
bin/components/libxpinstall.so
bin/components/libjar50.so
bin/lib/libxpcom_compat.so
[browser]
; [Base Browser Files]
; mmadia
bin/BeZillaBrowser
bin/firefox
bin/mozilla-xremote-client
; mmadia removed run-mozilla.sh
-bin/run-mozilla.sh
bin/plugins/libnullplugin.so
bin/res/cmessage.txt
bin/xpicleanup
; [Components]
bin/components/accessibility.xpt
bin/components/accessibility-atk.xpt
bin/components/appshell.xpt
bin/components/appstartup.xpt
bin/components/autocomplete.xpt
bin/components/autoconfig.xpt
bin/components/bookmarks.xpt
bin/components/browsercompsbase.xpt
bin/components/browsersearch.xpt
bin/components/browser-feeds.xpt
bin/components/caps.xpt
bin/components/chardet.xpt
bin/components/chrome.xpt
bin/components/commandhandler.xpt
bin/components/commandlines.xpt
bin/components/composer.xpt
bin/components/content_base.xpt
bin/components/content_htmldoc.xpt
bin/components/content_html.xpt
bin/components/content_xmldoc.xpt
bin/components/content_xslt.xpt
bin/components/content_xtf.xpt
bin/components/cookie.xpt
bin/components/directory.xpt
bin/components/docshell.xpt
bin/components/dom.xpt
bin/components/dom_base.xpt
bin/components/dom_canvas.xpt
bin/components/dom_core.xpt
bin/components/dom_css.xpt
bin/components/dom_events.xpt
bin/components/dom_html.xpt
bin/components/dom_range.xpt
bin/components/dom_sidebar.xpt
bin/components/dom_storage.xpt
bin/components/dom_stylesheets.xpt
bin/components/dom_traversal.xpt
bin/components/dom_views.xpt
bin/components/dom_xbl.xpt
bin/components/dom_xpath.xpt
bin/components/dom_xul.xpt
bin/components/dom_loadsave.xpt
bin/components/downloads.xpt
bin/components/editor.xpt
bin/components/embed_base.xpt
bin/components/exthandler.xpt
bin/components/fastfind.xpt
bin/components/feeds.xpt
bin/components/filepicker.xpt
bin/components/find.xpt
bin/components/gfx.xpt
bin/components/helperAppDlg.xpt
bin/components/history.xpt
bin/components/htmlparser.xpt
bin/components/imglib2.xpt
; bin/components/imgicon.xpt
bin/components/intl.xpt
bin/components/jar.xpt
bin/components/jsconsole.xpt
bin/components/libjsd.so
bin/components/jsdservice.xpt
bin/components/layout_base.xpt
bin/components/layout_printing.xpt
bin/components/layout_xul_tree.xpt
bin/components/layout_xul.xpt
bin/components/inspector.xpt
bin/components/locale.xpt
bin/components/lwbrk.xpt
bin/components/microsummaries.xpt
bin/components/migration.xpt
bin/components/mimetype.xpt
bin/components/mozbrwsr.xpt
bin/components/mozfind.xpt
bin/components/necko_about.xpt
bin/components/necko_cache.xpt
bin/components/necko_cookie.xpt
bin/components/necko_data.xpt
bin/components/necko_dns.xpt
bin/components/necko_file.xpt
bin/components/necko_ftp.xpt
bin/components/necko_http.xpt
bin/components/necko_jar.xpt
bin/components/necko_res.xpt
bin/components/necko_socket.xpt
bin/components/necko_strconv.xpt
bin/components/necko_viewsource.xpt
bin/components/necko.xpt
bin/components/oji.xpt
bin/components/passwordmgr.xpt
bin/components/places.xpt
bin/components/plugin.xpt
bin/components/prefetch.xpt
bin/components/pref.xpt
bin/components/progressDlg.xpt
bin/components/proxyObjInst.xpt
bin/components/toolkitremote.xpt
bin/components/rdf.xpt
bin/components/satchel.xpt
bin/components/saxparser.xpt
bin/components/search.xpt
bin/components/shistory.xpt
bin/components/storage.xpt
bin/components/profile.xpt
bin/components/toolkitprofile.xpt
bin/components/txtsvc.xpt
bin/components/txmgr.xpt
bin/components/uconv.xpt
bin/components/unicharutil.xpt
bin/components/uriloader.xpt
bin/components/webBrowser_core.xpt
bin/components/webbrowserpersist.xpt
bin/components/webshell_idls.xpt
bin/components/websrvcs.xpt
bin/components/widget.xpt
bin/components/windowds.xpt
bin/components/windowwatcher.xpt
bin/components/xml-rpc.xpt
bin/components/xpcom_base.xpt
bin/components/xpcom_components.xpt
bin/components/xpcom_ds.xpt
bin/components/xpcom_io.xpt
bin/components/xpcom_obsolete.xpt
bin/components/xpcom_threads.xpt
bin/components/xpcom_xpti.xpt
bin/components/xpconnect.xpt
bin/components/xpinstall.xpt
bin/components/xremoteservice.xpt
bin/components/xulapp.xpt
bin/components/xuldoc.xpt
bin/components/xultmpl.xpt
bin/components/shellservice.xpt
; JavaScript components
bin/components/FeedProcessor.js
bin/components/FeedConverter.js
bin/components/FeedWriter.js
bin/components/WebContentConverter.js
bin/components/nsBrowserContentHandler.js
bin/components/nsBrowserGlue.js
bin/components/nsSetDefaultBrowser.js
bin/components/nsMicrosummaryService.js
bin/components/nsSearchService.js
bin/components/nsSearchSuggestions.js
bin/components/jsconsole-clhandler.js
bin/components/nsCloseAllWindows.js
bin/components/nsDictionary.js
bin/components/nsFilePicker.js
bin/components/nsHelperAppDlg.js
bin/components/nsInterfaceInfoToIDL.js
; bin/components/nsProgressDialog.js not needed for firefox
bin/components/nsProxyAutoConfig.js
; bin/components/nsResetPref.js not needed for firefox
bin/components/nsSidebar.js
; bin/components/nsUpdateNotifier.js not needed for firefox
bin/components/nsXmlRpcClient.js
bin/components/nsExtensionManager.js
bin/components/nsUpdateService.js
bin/components/extensions.xpt
bin/components/update.xpt
bin/components/nsBookmarkTransactionManager.js
bin/components/nsSessionStartup.js
bin/components/nsSessionStore.js
bin/components/sessionstore.xpt
bin/components/nsURLFormatter.js
bin/components/urlformatter.xpt
bin/components/nsDefaultCLH.js
; Safe Browsing
bin/components/nsSafebrowsingApplication.js
bin/components/safebrowsing.xpt
bin/components/nsUrlClassifierListManager.js
bin/components/nsUrlClassifierLib.js
bin/components/nsUrlClassifierTable.js
bin/components/url-classifier.xpt
; Kerberos NegotiateAuth
bin/components/libauth.so
; GNOME hooks
bin/components/libmozgnome.so
bin/components/mozgnome.xpt
; [Browser Chrome Files]
bin/chrome/browser.jar
bin/chrome/browser.manifest
bin/chrome/classic.jar
bin/chrome/classic.manifest
bin/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
bin/chrome/comm.jar
bin/chrome/comm.manifest
bin/chrome/toolkit.jar
bin/chrome/toolkit.manifest
bin/chrome/icons/default/default.xpm
bin/chrome/reporter.manifest
bin/chrome/reporter.jar
bin/defaults/pref/reporter.js
; shell icons
bin/icons/*.xpm
bin/icons/*.png
; [Default Preferences]
; All the pref files must be part of base to prevent migration bugs
bin/defaults/pref/firefox.js
bin/defaults/pref/firefox-branding.js
bin/defaults/pref/channel-prefs.js
bin/greprefs/all.js
bin/greprefs/security-prefs.js
bin/greprefs/xpinstall.js
bin/defaults/autoconfig/platform.js
bin/defaults/autoconfig/prefcalls.js
; [Layout Engine Resources]
; Style Sheets, Graphics and other Resources used by the layout engine.
bin/res/hiddenWindow.html
bin/res/ua.css
bin/res/html.css
bin/res/quirk.css
bin/res/forms.css
bin/res/platform-forms.css
bin/res/EditorOverride.css
bin/res/table-add-column-after-active.gif
bin/res/table-add-column-after-hover.gif
bin/res/table-add-column-after.gif
bin/res/table-add-column-before-active.gif
bin/res/table-add-column-before-hover.gif
bin/res/table-add-column-before.gif
bin/res/table-add-row-after-active.gif
bin/res/table-add-row-after-hover.gif
bin/res/table-add-row-after.gif
bin/res/table-add-row-before-active.gif
bin/res/table-add-row-before-hover.gif
bin/res/table-add-row-before.gif
bin/res/table-remove-column-active.gif
bin/res/table-remove-column-hover.gif
bin/res/table-remove-column.gif
bin/res/table-remove-row-active.gif
bin/res/table-remove-row-hover.gif
bin/res/table-remove-row.gif
bin/res/arrowd.gif
bin/res/grabber.gif
bin/res/viewsource.css
bin/res/mathml.css
bin/res/arrow.gif
bin/res/loading-image.gif
bin/res/broken-image.gif
bin/res/fonts/*
bin/res/dtd/*
bin/res/html/*
bin/res/unixcharset.properties
bin/res/charsetalias.properties
bin/res/charsetData.properties
bin/res/langGroups.properties
bin/res/language.properties
bin/res/entityTables/*
; svg
bin/res/svg.css
bin/components/dom_svg.xpt
; spellchecker (may not be present)
bin/components/libmyspell.so
bin/components/spellchecker.xpt
bin/components/libspellchecker.so
; [Personal Security Manager]
;
bin/add-ons/libnssckbi.so
bin/components/pipboot.xpt
bin/components/pipnss.xpt
bin/components/pippki.xpt
bin/lib/libnss3.so
bin//lib/libsmime3.so
bin/libsoftokn3.chk
bin/lib/libsoftokn3.so
bin/libfreebl3.chk
bin/add-ons/libfreebl3.so
bin/lib/libssl3.so
bin/chrome/pipnss.jar
bin/chrome/pippki.jar
bin/chrome/pippki.manifest
; [Updater]
;
bin/updater
; [Extensions]
;
bin/components/libnkgnomevfs.so
bin/components/libauth.so
; [Additional Developer Tools]
[adt]
bin/extensions/inspector@mozilla.org/install.rdf
bin/extensions/inspector@mozilla.org/components/inspector-cmdline.js
bin/extensions/inspector@mozilla.org/chrome.manifest
bin/extensions/inspector@mozilla.org/chrome/inspector.jar
bin/extensions/inspector@mozilla.org/defaults/preferences/inspector.js
; [Additional Browsing Enhancements]
[abe]
[talkback]
bin/README.txt,bin/readme.txt
bin/extensions/talkback@mozilla.org/install.rdf
bin/extensions/talkback@mozilla.org/chrome.manifest
bin/extensions/talkback@mozilla.org/components/libqfaservices.so
bin/extensions/talkback@mozilla.org/components/qfaservices.xpt
bin/extensions/talkback@mozilla.org/components/talkback/*

View File

@@ -0,0 +1,125 @@
/*
* BeZillaBrowser.rdef
*/
resource app_signature "application/x-vnd.Mozilla-Sunbird";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
/*
* We are using the source code version number
* for our program version.
* TODO : implement something better.
*/
major = 1,
middle = 8,
minor = 1,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 0,
internal = 21,
short_info = "BeZillaCalendar",
long_info = "BeZillaCalendar is based on Mozilla's source code"
};
resource file_types message {
"types" = "text/csv",
"types" = "text/calendar"
/*
// TODO:
// .sdb is mimetype application/octet-stream
// is there a more elegant way to handle it?
types" = "application/octet-stream"
*/
};
resource vector_icon {
$"6E636966200500020016029E8638A20EBA220EBA9E86384880254A18EA00FFFF"
$"8002001602BC9D88BB1F643B1F64BC9D884B716D48772700FFFF80020016023B"
$"F73A0000000000003BF73A49B5114976B000FFFF800200160237A0DDB61AF236"
$"1AF237A0DD497CAA48588100FFFF800200160238D81CB8152D38152D38D81C48"
$"420A499FB600FFFF8002001602397095000000000000397095486EDA49100600"
$"FFFF800200160231E5B2BA0EAF3A0EAF31E5B247DA3349779B00FFFF80020016"
$"0236BBEFB4543A34543A36BBEF495BDE469BC700FFFF6B0200160236E2E70000"
$"0000000036E2E74A2CD64670CD00FFFF800200160237AB1000000000000037AB"
$"104AE1D848449500FFFF5702001602375C10B74516374516375C1048B2B04AE9"
$"7200FFFF8002001602B07700B74912374912B077004898AD4AD99500FFFF8002"
$"00160232CFA5BA0B483A0B4832CFA54A3C584BA00E00FFFF8002001602368CB7"
$"000000000000368CB74B3D5E49752800FFFF4F0200160236A81C000000000000"
$"36A81C4B94C84A808500FFFF4002000602B738F7362603B62603B738F748BB3F"
$"4A241700A91212FFD7121202001602B04887376143B76143B0488748D36C44FB"
$"3100FFFF6B02001602B47620362BAAB62BAAB476204A0C144406C600FFFF8002"
$"001602B4CAE23409B3B409B3B4CAE24AD8D54611F100FFFF8002001602B328E4"
$"324E4AB24E4AB328E44B36A648859C00FFFF8002001602B22376311F03B11F03"
$"B223764B891349FFBC00FFFF80010079009803FF000004006002001602B4E6F3"
$"319259B19259B4E6F34B2F5D4AA2CA00FFFF0003FFFF0004FFD801FFFF669805"
$"000200060239CDA03A935CBC02343AF7494899864A8DDC00FFDB97FFFCAF2902"
$"0106033B471C0000000000003B36DB472800498C0000F2F2F2AB7D7A7AFFBCA1"
$"84280633EEEBFFFFAAEAABDBAEBBBEAE2BC0CEB389C02424C074B415BFF0B478"
$"BFB4B450BFB7B455BFB6B455BF8CB436BF14B430BF55B42DBEF5B3FFBE82B33E"
$"BBDBB3F2BBCEB4D7BBD0B4BABBCBB4DABBC7B4DABBC7B4DABBC8B4DABB45B50A"
$"BB45B50ABB44B50ABB37B50DBB37B50DBAD6B534BA1EB58DBA78B560BA1EB58D"
$"BA12B593BA12B593BA0FB596B99BB5D6B99BB5D6B99AB5D6B975B5ECB975B5EC"
$"B974B5EDB918B626B918B626B917B626B8EDB642B893B681B887B689B86CB69C"
$"B7F22AB7B5B72DB7A9B76EB73CB920B755B8C5B6B5B9A4B380BC3AB4F7BB4BB3"
$"80BC3AB317BC7FB33E42B755C332B80EC320B7E7C323B7FBC3522CC3C54FBB03"
$"C7E8BAF4C7DBBAD1C898BA59CA44BC40CC83BAD4CBC3BDF3CD6FC0A0CDA4C760"
$"C888CA38C797C90DC879CB7BC6A2CC38C4DCCB9AC3A6CBB6C3DDCBA2C34CCBC2"
$"C1EBCA78BF62C954BF30C9ADBF3FC934BEE9C900BE83C91DBEC2C927BE17C999"
$"BCEAC857BA6BC720BABCC767BAABC73FBA2EC7C0B7EEC5B1B563C3F4B6DBC472"
$"B66FC405B613C427B41BC12CB2F006032FBAF5C05EBAF5C05EBAF7C05C34C05A"
$"34C05B34C05A34C05B0610EE7AAAAAC693C7B5C9E8C667C896C755CAB5C5D3CB"
$"14C47FC521B8CDC521B8CDC0B9B834BD7FBA63BC9BBC64B789BF00B92ABE82B7"
$"89BF00C251BCE5C1CCBED1C0BCBE70C324BB51C5B0BB5AC71ABFC8C4E2C044C5"
$"12C05CCC1E0604EEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50AB87FB7A5"
$"BC0CB4F7B87FB7A50604FEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50ABF"
$"40B50ABD2DB521B87FB7A5BA8CB5E9B87FB7A50605BB02B3F7BCF4B5CD36B3F7"
$"BCF4B789BF00BA19BDD6B8DABE8835BD1EBC9BBC64B801B9930A04B87FB7A5BD"
$"7FBA63BC9BBC64B801B9930A04B3F7BCF4B413C012B789C251B789BF000A04BC"
$"7AB801BF99B6C0BE1BB43BBCAAB49E0A05BFE1B69AC187B3FFC341B4ABC30EB7"
$"7BC204B6CF0A05C3E9B805C594B69AC6D3B825C637BAECC521B8CD0A06B967C2"
$"23B8A5C3F1BB51C5B0BE70C323BED1C0BCBCE5C1CC0A04B8A5C548B8A5C3F1BB"
$"51C5B0BB5AC71A0606BA0ABC41C6A5BB73C983BCF9CB79BBC8CAD5BE40CC23C0"
$"5CCC1EC044C512BFC8C4E20A04C6A1BBC1C7E5BB6BC8ABBCF7C80EBE920A04C9"
$"EA41C8C5BFF3CABBC3D4CAE3C2140A06BA90C206BA19C33CBADEC3EBBEA7C1C4"
$"BED1C0BCBCE5C1CC0A06BC7AB801BCAAB49EBE1BB43BBE33B460BCDAB4C7BCB1"
$"B7EC0A04BFE1B69AC021B6A1C1ADB40DC187B3FF0A04C3E9B805C594B69AC5B7"
$"B6C3C41AB8250A04C6A1BBC1C7E5BB6BC7F4BB8EC6B9BBEC0A04C8C5BFF3C9EA"
$"41CA07C060C8E5C02B0628AAAAAAAAAAAEEFAAA9BACAB4C3BFCAE3C214C9EA41"
$"C8C5BFF3C80FBE90C8ABBCF7C7F4BB8EC7E5BB6BC6A1BBC1C637BAECC6D3B826"
$"C5B7B6C3C594B69AC3E9B805C3F9B80FC30EB77BC341B4ABC1ADB40DC187B3FF"
$"C068B5C6BF40B50ABE9BB514BF03B507BE9BB514BE1BB43BBCAAB49EBC9EB57C"
$"BC9EB57CBB34B5E3B87FB7A5B9BC29B87FB7A5B801B993B3F7BCF4B5CD36B3F7"
$"BCF4B413C012B789C251B964C223B8A5C3F1C548BB5AC71ABFC8C4E2C044C512"
$"C05CCC1EC693C7B5C9B7C688C894C759CAD2C5BECB14C47F0A06BE4DC302BB33"
$"4EB8F2C3E4B99FC21DBCE5C1CCBEAEC0D1020ABFDBBBF7BFE1BBDFBFC9BC38BF"
$"63BC91BF9DBC71BEE7BCD8BE03BC31BE4BBCABBE03BC31BE00BC24BE0137BE10"
$"BC1ABE4BBC03BE30BC0EBE4BBC03BEE9BBBABEE9BBBABEE9BBBABF7BBB58BF7B"
$"BB58BF8FBB45BFBDBB29BFA9BB3440BB2DBFC3BB34BFC3BB34BFD9BB5BBFE7BB"
$"B2BFE7BB85BFE7BBC8020ABFD5BC12BFD9BC00BFC3BC4FBF67BC9CBF9CBC80BE"
$"FCBCDBBE32BC45BE70BCB4BE32BC45BE2BBC39BE30BC41BE3EBC32BE70BC1DBE"
$"58BC27BE70BC1DBEFEBBDDBEFEBBDDBEFEBBDDBF7EBB84BF7EBB84BF90BB77BF"
$"B7BB5CBFA7BB66BFBDBB5F40BB6640BB66BFD4BB87BFDCBBD4BFDCBBADBFDCBB"
$"EA0605BA02BC2BC6AFC155C3BAC269C139C245C1A9C25CC1A9C1A5C3EFBBF5C7"
$"310A04BC7AB801BF99B6C0C125B79BBFB3B7FF0A03BFE1B69AC3A0B7D5C204B6"
$"CF0A05BCAAC670BCB9C66BBE0FC73AC05BC70BBDF4C7890A04BC34C73FBDE5C8"
$"8AC04EC88BBDC9C8D80A04BB81C817BD6CC9CFC072C973BD505A0A04BB60C971"
$"BD4FCB2BC054CACFBD33CB790A03C6D944C9E8C6DAC695540A03BD9FBC21BEE9"
$"BBBAC059BA770204BF4DBBE8BF4DBC1ABF4DBBB7BF95BB8FBF6FBB8FBFBCBB8F"
$"BFD9BBE8BFD9BBB7BFD9BC1ABF95BC42BFBCBC42BF6FBC420A04BAD6C37ABBFA"
$"C2FDBAD1C336BA8CC2FD0606BA0ABC2BC6AF35C98ABCC1CB6BBB88CAC8BE00CC"
$"16C049CC29C033C51CBFB5C4EA0A092844284E2A502A5A325A3250344E34442E"
$"4202042E3AB9753AB7B23A2A3E2ABE112ABFD52E42B7B242B97542323E32BFD5"
$"32BE11280A000100000A010101000A020102000A030103000A040104000A0501"
$"05000A060106000A070107000A080108000A090109000A0A010A000A0B010B00"
$"0A0C010C000A0D010D000A0E010E000A0F010F000A100110000A110111000A12"
$"0112000A130113000A140114000A150115000A1603161718000A170119000A18"
$"011A000A18011B000A18011C000A18011D000A18011E000A18011F000A180120"
$"000A190121000A180122000A1A0123000A1B0124000A1C0125000A1D012630C3"
$"89B47101178400040A1E012620C389B4710A1D012730C389B47101178400040A"
$"1F012720C389B471"
};

View File

@@ -0,0 +1,126 @@
/*
* BeZillaBrowser.rdef
*/
resource app_signature "application/x-vnd.Mozilla-Thunderbird";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
/*
* We are using the source code version number
* for our program version.
* TODO : implement something better.
*/
major = 1,
middle = 8,
minor = 1,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 0,
internal = 21,
short_info = "BeZillaMailNews",
long_info = "BeZillaMailNews is based on Mozilla's source code"
};
resource file_types message {
"types" = "application/x-vnd.Be.URL.mailto",
"types" = "application/x-vnd.Be.URL.news",
"types" = "applicataion/x-person",
"types" = "message/rfc822",
"types" = "text/E-mail",
"types" = "text/x-email"
"types" = "text/x-vnd.Be-MailDraft"
};
resource vector_icon {
$"6E636966200500020016029E8638A20EBA220EBA9E86384880254A18EA00FFFF"
$"8002001602BC9D88BB1F643B1F64BC9D884B716D48772700FFFF80020016023B"
$"F73A0000000000003BF73A49B5114976B000FFFF800200160237A0DDB61AF236"
$"1AF237A0DD497CAA48588100FFFF800200160238D81CB8152D38152D38D81C48"
$"420A499FB600FFFF8002001602397095000000000000397095486EDA49100600"
$"FFFF800200160231E5B2BA0EAF3A0EAF31E5B247DA3349779B00FFFF80020016"
$"0236BBEFB4543A34543A36BBEF495BDE469BC700FFFF6B0200160236E2E70000"
$"0000000036E2E74A2CD64670CD00FFFF800200160237AB1000000000000037AB"
$"104AE1D848449500FFFF5702001602375C10B74516374516375C1048B2B04AE9"
$"7200FFFF8002001602B07700B74912374912B077004898AD4AD99500FFFF8002"
$"00160232CFA5BA0B483A0B4832CFA54A3C584BA00E00FFFF8002001602368CB7"
$"000000000000368CB74B3D5E49752800FFFF4F0200160236A81C000000000000"
$"36A81C4B94C84A808500FFFF4002000602B738F7362603B62603B738F748BB3F"
$"4A241700A91212FFD7121202001602B04887376143B76143B0488748D36C44FB"
$"3100FFFF6B02001602B47620362BAAB62BAAB476204A0C144406C600FFFF8002"
$"001602B4CAE23409B3B409B3B4CAE24AD8D54611F100FFFF8002001602B328E4"
$"324E4AB24E4AB328E44B36A648859C00FFFF8002001602B22376311F03B11F03"
$"B223764B891349FFBC00FFFF80010079009803FF000004006002001602B4E6F3"
$"319259B19259B4E6F34B2F5D4AA2CA00FFFF0003FFFF0004FFD801FFFF669805"
$"0002000602389ECD3AF097BC491F3A09894954654ABDFA00FFFFFFFFD9D09303"
$"6B5222280633EEEBFFFFAAEAABDBAEBBBEAE2BC0CEB389C02424C074B415BFF0"
$"B478BFB4B450BFB7B455BFB6B455BF8CB436BF14B430BF55B42DBEF5B3FFBE82"
$"B33EBBDBB3F2BBCEB4D7BBD0B4BABBCBB4DABBC7B4DABBC7B4DABBC8B4DABB45"
$"B50ABB45B50ABB44B50ABB37B50DBB37B50DBAD6B534BA1EB58DBA78B560BA1E"
$"B58DBA12B593BA12B593BA0FB596B99BB5D6B99BB5D6B99AB5D6B975B5ECB975"
$"B5ECB974B5EDB918B626B918B626B917B626B8EDB642B893B681B887B689B86C"
$"B69CB7F22AB7B5B72DB7A9B76EB73CB920B755B8C5B6B5B9A4B380BC3AB4F7BB"
$"4BB380BC3AB317BC7FB33E42B755C332B80EC320B7E7C323B7FBC3522CC3C54F"
$"BB03C7E8BAF4C7DBBAD1C898BA59CA44BC40CC83BAD4CBC3BDF3CD6FC0A0CDA4"
$"C760C888CA38C797C90DC879CB7BC6A2CC38C4DCCB9AC3A6CBB6C3DDCBA2C34C"
$"CBC2C1EBCA78BF62C954BF30C9ADBF3FC934BEE9C900BE83C91DBEC2C927BE17"
$"C999BCEAC857BA6BC720BABCC767BAABC73FBA2EC7C0B7EEC5B1B563C3F4B6DB"
$"C472B66FC405B613C427B41BC12CB2F006032FBAF5C05EBAF5C05EBAF7C05C34"
$"C05A34C05B34C05A34C05B0610EE7AAAAAC693C7B5C9E8C667C896C755CAB5C5"
$"D3CB14C47FC521B8CDC521B8CDC0B9B834BD7FBA63BC9BBC64B789BF00B92ABE"
$"82B789BF00C251BCE5C1CCBED1C0BCBE70C324BB51C5B0BB5AC71ABFC8C4E2C0"
$"44C512C05CCC1E0604EEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50AB87F"
$"B7A5BC0CB4F7B87FB7A50604FEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B5"
$"0ABF40B50ABD2DB521B87FB7A5BA8CB5E9B87FB7A50605BB02B3F7BCF4B5CD36"
$"B3F7BCF4B789BF00BA19BDD6B8DABE8835BD1EBC9BBC64B801B9930A04B87FB7"
$"A5BD7FBA63BC9BBC64B801B9930A04B3F7BCF4B413C012B789C251B789BF000A"
$"04BC7AB801BF99B6C0BE1BB43BBCAAB49E0A05BFE1B69AC187B3FFC341B4ABC3"
$"0EB77BC204B6CF0A05C3E9B805C594B69AC6D3B825C637BAECC521B8CD0A06B9"
$"67C223B8A5C3F1BB51C5B0BE70C323BED1C0BCBCE5C1CC0A04B8A5C548B8A5C3"
$"F1BB51C5B0BB5AC71A0606BA0ABC41C6A5BB73C983BCF9CB79BBC8CAD5BE40CC"
$"23C05CCC1EC044C512BFC8C4E20A04C6A1BBC1C7E5BB6BC8ABBCF7C80EBE920A"
$"04C9EA41C8C5BFF3CABBC3D4CAE3C2140A06BA90C206BA19C33CBADEC3EBBEA7"
$"C1C4BED1C0BCBCE5C1CC0A06BC7AB801BCAAB49EBE1BB43BBE33B460BCDAB4C7"
$"BCB1B7EC0A04BFE1B69AC021B6A1C1ADB40DC187B3FF0A04C3E9B805C594B69A"
$"C5B7B6C3C41AB8250A04C6A1BBC1C7E5BB6BC7F4BB8EC6B9BBEC0A04C8C5BFF3"
$"C9EA41CA07C060C8E5C02B0628AAAAAAAAAAAEEFAAA9BACAB4C3BFCAE3C214C9"
$"EA41C8C5BFF3C80FBE90C8ABBCF7C7F4BB8EC7E5BB6BC6A1BBC1C637BAECC6D3"
$"B826C5B7B6C3C594B69AC3E9B805C3F9B80FC30EB77BC341B4ABC1ADB40DC187"
$"B3FFC068B5C6BF40B50ABE9BB514BF03B507BE9BB514BE1BB43BBCAAB49EBC9E"
$"B57CBC9EB57CBB34B5E3B87FB7A5B9BC29B87FB7A5B801B993B3F7BCF4B5CD36"
$"B3F7BCF4B413C012B789C251B964C223B8A5C3F1C548BB5AC71ABFC8C4E2C044"
$"C512C05CCC1EC693C7B5C9B7C688C894C759CAD2C5BECB14C47F0A06BE4DC302"
$"BB334EB8F2C3E4B99FC21DBCE5C1CCBEAEC0D1020ABFDBBBF7BFE1BBDFBFC9BC"
$"38BF63BC91BF9DBC71BEE7BCD8BE03BC31BE4BBCABBE03BC31BE00BC24BE0137"
$"BE10BC1ABE4BBC03BE30BC0EBE4BBC03BEE9BBBABEE9BBBABEE9BBBABF7BBB58"
$"BF7BBB58BF8FBB45BFBDBB29BFA9BB3440BB2DBFC3BB34BFC3BB34BFD9BB5BBF"
$"E7BBB2BFE7BB85BFE7BBC8020ABFD5BC12BFD9BC00BFC3BC4FBF67BC9CBF9CBC"
$"80BEFCBCDBBE32BC45BE70BCB4BE32BC45BE2BBC39BE30BC41BE3EBC32BE70BC"
$"1DBE58BC27BE70BC1DBEFEBBDDBEFEBBDDBEFEBBDDBF7EBB84BF7EBB84BF90BB"
$"77BFB7BB5CBFA7BB66BFBDBB5F40BB6640BB66BFD4BB87BFDCBBD4BFDCBBADBF"
$"DCBBEA0605BA02BC2BC6AFC155C3BAC269C139C245C1A9C25CC1A9C1A5C3EFBB"
$"F5C7310A04BC7AB801BF99B6C0C125B79BBFB3B7FF0A03BFE1B69AC3A0B7D5C2"
$"04B6CF0A05BCAAC670BCB9C66BBE0FC73AC05BC70BBDF4C7890A04BC34C73FBD"
$"E5C88AC04EC88BBDC9C8D80A04BB81C817BD6CC9CFC072C973BD505A0A04BB60"
$"C971BD4FCB2BC054CACFBD33CB790A03C6D944C9E8C6DAC695540A03BD9FBC21"
$"BEE9BBBAC059BA770204BF4DBBE8BF4DBC1ABF4DBBB7BF95BB8FBF6FBB8FBFBC"
$"BB8FBFD9BBE8BFD9BBB7BFD9BC1ABF95BC42BFBCBC42BF6FBC420A04BAD6C37A"
$"BBFAC2FDBAD1C336BA8CC2FD0606BA0ABC2BC6AF35C98ABCC1CB6BBB88CAC8BE"
$"00CC16C049CC29C033C51CBFB5C4EA0A04244C245C3C5C3C4C060AEEFE0E244C"
$"30542E5432543C4CBB1454BCCAC670BB14543C5CBABCC808BABCC808BA0EC8AC"
$"3056B9A856B91756B801C808B8B1C8ACB801C808245CB7A954B7A954B5F4C670"
$"280A000100000A010101000A020102000A030103000A040104000A050105000A"
$"060106000A070107000A080108000A090109000A0A010A000A0B010B000A0C01"
$"0C000A0D010D000A0E010E000A0F010F000A100110000A110111000A12011200"
$"0A130113000A140114000A150115000A1603161718000A170119000A18011A00"
$"0A18011B000A18011C000A18011D000A18011E000A18011F000A180120000A19"
$"0121000A180122000A1A0123000A1B0124000A1C0125000A1D012638C018B358"
$"15FF01178400040A1D012638C018B358001501178600040A1E012620C018B358"
$"0A1F012720C018B358"
};

View File

@@ -0,0 +1,136 @@
/*
* BeZillaBrowser.rdef
*/
resource app_signature "application/x-vnd.Mozilla-SeaMonkey";
resource app_flags B_SINGLE_LAUNCH;
resource app_version {
/*
* We are using the source code version number
* for our program version.
* TODO : implement something better.
*/
major = 1,
middle = 8,
minor = 1,
/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 0,
internal = 21,
short_info = "BeZillaSuite",
long_info = "BeZillaSuite is based on Mozilla's source code"
};
resource file_types message {
"types" = "application/x-vnd.Be.URL.file",
"types" = "application/x-vnd.Be.URL.ftp",
"types" = "application/x-vnd.Be.URL.http",
"types" = "application/x-vnd.Be.URL.https",
"types" = "application/x-vnd.Be.URL.mailto",
"types" = "application/x-vnd.Be.URL.news",
"types" = "text/html"
/*
* Should BeZillaSuite include these additional filetypes?
* note: MailNews has them
"types" = "applicataion/x-person",
"types" = "message/rfc822",
"types" = "text/E-mail",
"types" = "text/x-email"
"types" = "text/x-vnd.Be-MailDraft"
*/
};
resource vector_icon {
$"6E636966210500020016029E8638A20EBA220EBA9E86384880254A18EA00FFFF"
$"8002001602BC9D88BB1F643B1F64BC9D884B716D48772700FFFF80020016023B"
$"F73A0000000000003BF73A49B5114976B000FFFF800200160237A0DDB61AF236"
$"1AF237A0DD497CAA48588100FFFF800200160238D81CB8152D38152D38D81C48"
$"420A499FB600FFFF8002001602397095000000000000397095486EDA49100600"
$"FFFF800200160231E5B2BA0EAF3A0EAF31E5B247DA3349779B00FFFF80020016"
$"0236BBEFB4543A34543A36BBEF495BDE469BC700FFFF6B0200160236E2E70000"
$"0000000036E2E74A2CD64670CD00FFFF800200160237AB1000000000000037AB"
$"104AE1D848449500FFFF5702001602375C10B74516374516375C1048B2B04AE9"
$"7200FFFF8002001602B07700B74912374912B077004898AD4AD99500FFFF8002"
$"00160232CFA5BA0B483A0B4832CFA54A3C584BA00E00FFFF8002001602368CB7"
$"000000000000368CB74B3D5E49752800FFFF4F0200160236A81C000000000000"
$"36A81C4B94C84A808500FFFF4002000602B738F7362603B62603B738F748BB3F"
$"4A241700A91212FFD7121202001602B04887376143B76143B0488748D36C44FB"
$"3100FFFF6B02001602B47620362BAAB62BAAB476204A0C144406C600FFFF8002"
$"001602B4CAE23409B3B409B3B4CAE24AD8D54611F100FFFF8002001602B328E4"
$"324E4AB24E4AB328E44B36A648859C00FFFF8002001602B22376311F03B11F03"
$"B223764B891349FFBC00FFFF80010079009803FF000004006002001602B4E6F3"
$"319259B19259B4E6F34B2F5D4AA2CA00FFFF0003FFFF0004FFD801FFFF669805"
$"000200060237889D389554BBFC4A3AB9D0491ADE4A422000FFF9BAFFFFC10402"
$"0006023882A6389353BB177D3B0378484ADD4AF27700C7E3FFFF392FFF020006"
$"0237A0CC393C5ABC1AC23A5C164A19B94AFE5400FF9797FFCE3232290633EEEB"
$"FFFFAAEAABDBAEBBBEAE2BC0CEB389C02424C074B415BFF0B478BFB4B450BFB7"
$"B455BFB6B455BF8CB436BF14B430BF55B42DBEF5B3FFBE82B33EBBDBB3F2BBCE"
$"B4D7BBD0B4BABBCBB4DABBC7B4DABBC7B4DABBC8B4DABB45B50ABB45B50ABB44"
$"B50ABB37B50DBB37B50DBAD6B534BA1EB58DBA78B560BA1EB58DBA12B593BA12"
$"B593BA0FB596B99BB5D6B99BB5D6B99AB5D6B975B5ECB975B5ECB974B5EDB918"
$"B626B918B626B917B626B8EDB642B893B681B887B689B86CB69CB7F22AB7B5B7"
$"2DB7A9B76EB73CB920B755B8C5B6B5B9A4B380BC3AB4F7BB4BB380BC3AB317BC"
$"7FB33E42B755C332B80EC320B7E7C323B7FBC3522CC3C54FBB03C7E8BAF4C7DB"
$"BAD1C898BA59CA44BC40CC83BAD4CBC3BDF3CD6FC0A0CDA4C760C888CA38C797"
$"C90DC879CB7BC6A2CC38C4DCCB9AC3A6CBB6C3DDCBA2C34CCBC2C1EBCA78BF62"
$"C954BF30C9ADBF3FC934BEE9C900BE83C91DBEC2C927BE17C999BCEAC857BA6B"
$"C720BABCC767BAABC73FBA2EC7C0B7EEC5B1B563C3F4B6DBC472B66FC405B613"
$"C427B41BC12CB2F006032FBAF5C05EBAF5C05EBAF7C05C34C05A34C05B34C05A"
$"34C05B0610EE7AAAAAC693C7B5C9E8C667C896C755CAB5C5D3CB14C47FC521B8"
$"CDC521B8CDC0B9B834BD7FBA63BC9BBC64B789BF00B92ABE82B789BF00C251BC"
$"E5C1CCBED1C0BCBE70C324BB51C5B0BB5AC71ABFC8C4E2C044C512C05CCC1E06"
$"04EEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50AB87FB7A5BC0CB4F7B87F"
$"B7A50604FEBD7FBA63C521B8CDC0B9B834C521B8CDBF40B50ABF40B50ABD2DB5"
$"21B87FB7A5BA8CB5E9B87FB7A50605BB02B3F7BCF4B5CD36B3F7BCF4B789BF00"
$"BA19BDD6B8DABE8835BD1EBC9BBC64B801B9930A04B87FB7A5BD7FBA63BC9BBC"
$"64B801B9930A04B3F7BCF4B413C012B789C251B789BF000A04BC7AB801BF99B6"
$"C0BE1BB43BBCAAB49E0A05BFE1B69AC187B3FFC341B4ABC30EB77BC204B6CF0A"
$"05C3E9B805C594B69AC6D3B825C637BAECC521B8CD0A06B967C223B8A5C3F1BB"
$"51C5B0BE70C323BED1C0BCBCE5C1CC0A04B8A5C548B8A5C3F1BB51C5B0BB5AC7"
$"1A0606BA0ABC41C6A5BB73C983BCF9CB79BBC8CAD5BE40CC23C05CCC1EC044C5"
$"12BFC8C4E20A04C6A1BBC1C7E5BB6BC8ABBCF7C80EBE920A04C9EA41C8C5BFF3"
$"CABBC3D4CAE3C2140A06BA90C206BA19C33CBADEC3EBBEA7C1C4BED1C0BCBCE5"
$"C1CC0A06BC7AB801BCAAB49EBE1BB43BBE33B460BCDAB4C7BCB1B7EC0A04BFE1"
$"B69AC021B6A1C1ADB40DC187B3FF0A04C3E9B805C594B69AC5B7B6C3C41AB825"
$"0A04C6A1BBC1C7E5BB6BC7F4BB8EC6B9BBEC0A04C8C5BFF3C9EA41CA07C060C8"
$"E5C02B0628AAAAAAAAAAAEEFAAA9BACAB4C3BFCAE3C214C9EA41C8C5BFF3C80F"
$"BE90C8ABBCF7C7F4BB8EC7E5BB6BC6A1BBC1C637BAECC6D3B826C5B7B6C3C594"
$"B69AC3E9B805C3F9B80FC30EB77BC341B4ABC1ADB40DC187B3FFC068B5C6BF40"
$"B50ABE9BB514BF03B507BE9BB514BE1BB43BBCAAB49EBC9EB57CBC9EB57CBB34"
$"B5E3B87FB7A5B9BC29B87FB7A5B801B993B3F7BCF4B5CD36B3F7BCF4B413C012"
$"B789C251B964C223B8A5C3F1C548BB5AC71ABFC8C4E2C044C512C05CCC1EC693"
$"C7B5C9B7C688C894C759CAD2C5BECB14C47F0A06BE4DC302BB334EB8F2C3E4B9"
$"9FC21DBCE5C1CCBEAEC0D1020ABFDBBBF7BFE1BBDFBFC9BC38BF63BC91BF9DBC"
$"71BEE7BCD8BE03BC31BE4BBCABBE03BC31BE00BC24BE0137BE10BC1ABE4BBC03"
$"BE30BC0EBE4BBC03BEE9BBBABEE9BBBABEE9BBBABF7BBB58BF7BBB58BF8FBB45"
$"BFBDBB29BFA9BB3440BB2DBFC3BB34BFC3BB34BFD9BB5BBFE7BBB2BFE7BB85BF"
$"E7BBC8020ABFD5BC12BFD9BC00BFC3BC4FBF67BC9CBF9CBC80BEFCBCDBBE32BC"
$"45BE70BCB4BE32BC45BE2BBC39BE30BC41BE3EBC32BE70BC1DBE58BC27BE70BC"
$"1DBEFEBBDDBEFEBBDDBEFEBBDDBF7EBB84BF7EBB84BF90BB77BFB7BB5CBFA7BB"
$"66BFBDBB5F40BB6640BB66BFD4BB87BFDCBBD4BFDCBBADBFDCBBEA0605BA02BC"
$"2BC6AFC155C3BAC269C139C245C1A9C25CC1A9C1A5C3EFBBF5C7310A04BC7AB8"
$"01BF99B6C0C125B79BBFB3B7FF0A03BFE1B69AC3A0B7D5C204B6CF0A05BCAAC6"
$"70BCB9C66BBE0FC73AC05BC70BBDF4C7890A04BC34C73FBDE5C88AC04EC88BBD"
$"C9C8D80A04BB81C817BD6CC9CFC072C973BD505A0A04BB60C971BD4FCB2BC054"
$"CACFBD33CB790A03C6D944C9E8C6DAC695540A03BD9FBC21BEE9BBBAC059BA77"
$"0204BF4DBBE8BF4DBC1ABF4DBBB7BF95BB8FBF6FBB8FBFBCBB8FBFD9BBE8BFD9"
$"BBB7BFD9BC1ABF95BC42BFBCBC42BF6FBC420A04BAD6C37ABBFAC2FDBAD1C336"
$"BA8CC2FD0606BA0ABC2BC6AF35C98ABCC1CB6BBB88CAC8BE00CC16C049CC29C0"
$"33C51CBFB5C4EA0A062C472C4E3251364E364730440A06265226592C5C305930"
$"522A4F0A0632533259385C3C593C5237C5D3290A000100000A010101000A0201"
$"02000A030103000A040104000A050105000A060106000A070107000A08010800"
$"0A090109000A0A010A000A0B010B000A0C010C000A0D010D000A0E010E000A0F"
$"010F000A100110000A110111000A120112000A130113000A140114000A150115"
$"000A1603161718000A170119000A18011A000A18011B000A18011C000A18011D"
$"000A18011E000A18011F000A180120000A190121000A180122000A1A0123000A"
$"1B0124000A1C0125000A1D032627283841B30C15FF01178400040A1D03262728"
$"3841B30C001501178600040A1E01262041B30C0A1F01272041B30C0A20012820"
$"41B30C"
};