diff options
author | taya <taya@pkgsrc.org> | 2001-07-01 13:05:07 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-07-01 13:05:07 +0000 |
commit | 3dbad2e64f97f75ef8b884cd579d7f2da857e01f (patch) | |
tree | e8ed64d1b864e0db82a882385ffcd5bdd26ba180 /www/mozilla | |
parent | 87c99f21e5ef9705d4af73905b2a8379aa0b5694 (diff) | |
download | pkgsrc-3dbad2e64f97f75ef8b884cd579d7f2da857e01f.tar.gz |
Update mozilla to 0.9.2
0.9.2 is a bugfix release.
See release notes for detail.
http://www.mozilla.org/releases/mozilla0.9.2/
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 25 | ||||
-rw-r--r-- | www/mozilla/distinfo | 13 | ||||
-rw-r--r-- | www/mozilla/patches/patch-aq | 24 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ar | 61 | ||||
-rw-r--r-- | www/mozilla/patches/patch-au | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-aw | 4 | ||||
-rw-r--r-- | www/mozilla/pkg/PLIST-ELF | 40 | ||||
-rw-r--r-- | www/mozilla/pkg/PLIST-a.out | 40 |
8 files changed, 86 insertions, 125 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 0d607bd3947..a2efa9414cc 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2001/06/09 04:13:25 taya Exp $ +# $NetBSD: Makefile,v 1.69 2001/07/01 13:05:07 taya Exp $ -MOZ_VER= 0.9.1 +MOZ_VER= 0.9.2 DISTNAME= mozilla-source-${MOZ_VER} PKGNAME= mozilla-${MOZ_VER} WRKSRC= ${WRKDIR}/mozilla @@ -14,7 +14,6 @@ HOMEPAGE= http://www.mozilla.org/ COMMENT= The open-source version of the Netscape browser BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= zip>=2.3:../../archivers/zip DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf @@ -35,16 +34,8 @@ CONFIGURE_ARGS= --disable-tests \ --with-png=${LOCALBASE} \ --enable-mathml \ --enable-svg \ - --with-extensions=cookie,irc,wallet,xmlextras,xml-rpc \ - --without-pthreads \ --enable-crypto -.if ${MACHINE_ARCH} == "m68k" -DBG= -.else -CONFIGURE_ARGS+= --enable-optimize -.endif - MOZ_LIBDIR= ${PREFIX}/lib/mozilla MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR} LDFLAGS+= -Wl,-R${MOZ_LIBDIR} @@ -66,9 +57,15 @@ SHAREMODE?= 644 .include "../../mk/bsd.prefs.mk" -pre-configure: - (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf) - (cd ${WRKSRC}/nsprpub && ${LOCALBASE}/bin/autoconf) +.if (${OPSYS} == "NetBSD") +CONFIGURE_ARGS+= --without-pthreads +.endif + +.if ${MACHINE_ARCH} == "m68k" +DBG= +.else +CONFIGURE_ARGS+= --enable-optimize +.endif post-build: ${ECHO} skin,install,select,classic/1.0 >> ${WRKSRC}/dist/bin/chrome/installed-chrome.txt diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo index cfa55663c1f..f2d637bbc2c 100644 --- a/www/mozilla/distinfo +++ b/www/mozilla/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/06/19 15:48:23 taya Exp $ +$NetBSD: distinfo,v 1.5 2001/07/01 13:05:07 taya Exp $ -SHA1 (mozilla-source-0.9.1.tar.bz2) = a012f96c526f170934834a264e500d5e29b08906 -Size (mozilla-source-0.9.1.tar.bz2) = 24991508 bytes -SHA1 (patch-aq) = c5be57b339668b24435996ca740ec7fe3dde47e0 -SHA1 (patch-ar) = 2adac08b37d90c39a0bd5a4b2dcb694a5359d187 -SHA1 (patch-au) = 8ed2f7b319793e580b292fbdb5c7ad7831b48255 -SHA1 (patch-aw) = 5899d4cae88b576d0c408b192e9f186743c6bcd4 +SHA1 (mozilla-source-0.9.2.tar.bz2) = bf6299da8953a827cb73ce41a9e76daea329dd97 +Size (mozilla-source-0.9.2.tar.bz2) = 25377259 bytes +SHA1 (patch-aq) = e7b9c4da12af1d9d7b22f5bd9926b56602f981ff +SHA1 (patch-au) = 03c06f922e2ded678de24fea6922e270e8cd39c6 +SHA1 (patch-aw) = 66edf538f97cca3310646428c3282ec3d609aa5f diff --git a/www/mozilla/patches/patch-aq b/www/mozilla/patches/patch-aq index 4d4b8f1f8cc..f820780efad 100644 --- a/www/mozilla/patches/patch-aq +++ b/www/mozilla/patches/patch-aq @@ -1,23 +1,25 @@ -$NetBSD: patch-aq,v 1.3 2001/06/09 04:13:26 taya Exp $ +$NetBSD: patch-aq,v 1.4 2001/07/01 13:05:08 taya Exp $ diff -ru ../Orig/mozilla/security/nss/lib/freebl/Makefile ./security/nss/lib/freebl/Makefile ---- ../Orig/mozilla/security/nss/lib/freebl/Makefile Tue May 22 22:38:36 2001 -+++ ./security/nss/lib/freebl/Makefile Sat Jun 9 01:44:01 2001 -@@ -283,6 +283,17 @@ +--- ../Orig/mozilla/security/nss/lib/freebl/Makefile Thu Jun 14 07:53:34 2001 ++++ ./security/nss/lib/freebl/Makefile Sun Jul 1 13:15:47 2001 +@@ -256,6 +256,19 @@ MPI_OBJS = $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(MPI_SRCS:.c=$(OBJ_SUFFIX))) MPI_OBJS += $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(MPI_USERS:.c=$(OBJ_SUFFIX))) +# +# for NetBSD pkgsrc system -+# NetBSD pkgsrc set env. variable 'CFLAGS'. -+# This cause CFLAG inherit from config/autoconfig.mk -+# CFLAG contains -pedantic and fail to compile dh.c -+# SO filter-out -pedantic from CFLAGS ++# NetBSD pkgsrc set env. variable 'CFLAGS'. ++# This cause CFLAG inherit from config/autoconfig.mk ++# CFLAG contains -pedantic and fail to compile dh.c ++# SO filter-out -pedantic from CFLAGS +# +ifeq ($(OS_TARGET),NetBSD) -+ CFLAGS := $(filter-out -pedantic,$(CFLAGS)) ++ CFLAGS := $(filter-out -pedantic,$(CFLAGS)) +endif + - $(MPI_OBJS): $(MPI_HDRS) primes.c ++ ++ + $(MPI_OBJS): $(MPI_HDRS) - ifeq ($(SYSV_SPARC),1) + $(OBJDIR)/$(PROG_PREFIX)mpprime$(OBJ_SUFFIX): primes.c diff --git a/www/mozilla/patches/patch-ar b/www/mozilla/patches/patch-ar deleted file mode 100644 index 1e6763f3023..00000000000 --- a/www/mozilla/patches/patch-ar +++ /dev/null @@ -1,61 +0,0 @@ -$NetBSD: patch-ar,v 1.3 2001/06/09 04:13:26 taya Exp $ - -diff -ru ../Orig/mozilla/nsprpub/configure.in ./nsprpub/configure.in ---- ../Orig/mozilla/nsprpub/configure.in Tue May 22 23:15:35 2001 -+++ ./nsprpub/configure.in Sat Jun 9 01:44:04 2001 -@@ -1121,27 +1121,30 @@ - AC_DEFINE(XP_UNIX) - AC_DEFINE(NETBSD) - AC_DEFINE(HAVE_BSD_FLOCK) -+ USE_NSPR_THREADS=1 -+ MDCPUCFG_H=_netbsd.cfg -+ PR_MD_CSRCS=netbsd.c -+ -+ DSO_CFLAGS='-fPIC -DPIC' -+ CFLAGS="$CFLAGS -ansi -Wall -pipe" -+ CXXFLAGS="$CXXFLAGS -ansi -Wall -pipe" -+ MKSHLIB='$(CC) -o $@ $(DSO_LDOPTS)' -+ - if test -z "$OBJECT_FMT"; then - if echo __ELF__ | ${CC-cc} -E - | grep -q __ELF__ 2>/dev/null; then -- OBJECT_FMT=a.out; -+ OBJECT_FMT=a.out -+ DLL_SUFFIX=so.1.0 -+ DSO_LDOPTS='-shared' - else - OBJECT_FMT=ELF -+ DLL_SUFFIX=so -+ DSO_LDOPTS='-shared -Wl,-soname,$(notdir $@)' - fi - fi -- if test "$OBJECT_FMT" = "ELF"; then -- DLL_SUFFIX=so -- else -- DLL_SUFFIX=so.1.0 -- fi -- CFLAGS="$CFLAGS -ansi -Wall -pipe" -- CXXFLAGS="$CXXFLAGS -ansi -Wall -pipe" -- DSO_CFLAGS='-fPIC -DPIC' -- DSO_LDOPTS='-x -shared' -+ - if test "$LIBRUNPATH"; then -- DSO_LDOPTS="$DSO_LDOPTS -R$(LIBRUNPATH)" -+ DSO_LDOPTS="$DSO_LDOPTS -Wl,-R$LIBRUNPATH" - fi -- MDCPUCFG_H=_netbsd.cfg -- PR_MD_CSRCS=netbsd.c - ;; - - mips-sony-newsos*) -@@ -1869,11 +1872,6 @@ - _PTHREAD_LDFLAGS= - USE_USER_PTHREADS= - ;; --*-netbsd*) -- if test -z "$USE_PTHREADS"; then -- OS_LIBS="$OS_LIBS -lc" -- fi -- ;; - *-solaris*) - if test -n "$USE_NATIVE_THREADS"; then - AC_DEFINE(_PR_GLOBAL_THREADS_ONLY) diff --git a/www/mozilla/patches/patch-au b/www/mozilla/patches/patch-au index 51fafd43213..00c8de5f2a5 100644 --- a/www/mozilla/patches/patch-au +++ b/www/mozilla/patches/patch-au @@ -1,8 +1,8 @@ -$NetBSD: patch-au,v 1.2 2001/06/09 04:13:26 taya Exp $ +$NetBSD: patch-au,v 1.3 2001/07/01 13:05:09 taya Exp $ diff -ru ../Orig/mozilla/security/coreconf/NetBSD.mk ./security/coreconf/NetBSD.mk --- ../Orig/mozilla/security/coreconf/NetBSD.mk Sat Sep 30 02:42:36 2000 -+++ ./security/coreconf/NetBSD.mk Sat Jun 9 01:44:09 2001 ++++ ./security/coreconf/NetBSD.mk Sun Jul 1 13:15:51 2001 @@ -40,8 +40,13 @@ CCC = g++ RANLIB = ranlib diff --git a/www/mozilla/patches/patch-aw b/www/mozilla/patches/patch-aw index 7160a5f9c9e..e1ab64bd276 100644 --- a/www/mozilla/patches/patch-aw +++ b/www/mozilla/patches/patch-aw @@ -1,8 +1,8 @@ -$NetBSD: patch-aw,v 1.1 2001/06/09 04:13:26 taya Exp $ +$NetBSD: patch-aw,v 1.2 2001/07/01 13:05:09 taya Exp $ diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in --- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in Sun Apr 29 04:46:11 2001 -+++ ./widget/src/gtksuperwin/Makefile.in Sat Jun 9 01:44:12 2001 ++++ ./widget/src/gtksuperwin/Makefile.in Sun Jul 1 13:15:54 2001 @@ -25,6 +25,7 @@ MODULE = widget LIBRARY_NAME = gtksuperwin diff --git a/www/mozilla/pkg/PLIST-ELF b/www/mozilla/pkg/PLIST-ELF index e5ff80cfe71..63a46295174 100644 --- a/www/mozilla/pkg/PLIST-ELF +++ b/www/mozilla/pkg/PLIST-ELF @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST-ELF,v 1.12 2001/06/09 04:13:27 taya Exp $ +@comment $NetBSD: PLIST-ELF,v 1.13 2001/07/01 13:05:10 taya Exp $ bin/mozilla @comment begin PROGRAMS lib/mozilla/mozilla-bin @@ -30,6 +30,7 @@ lib/mozilla/components/libembedcomponents.so lib/mozilla/components/libgfx2.so lib/mozilla/components/libgfx_gtk.so lib/mozilla/components/libgfxps.so +lib/mozilla/components/libgfxxprint.so lib/mozilla/components/libgkcontent.so lib/mozilla/components/libgklayout.so lib/mozilla/components/libgkplugin.so @@ -78,9 +79,10 @@ lib/mozilla/components/libprofile.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so lib/mozilla/components/libshistory.so -lib/mozilla/components/libsmime.so +lib/mozilla/components/libsmimestb.so lib/mozilla/components/libstrres.so lib/mozilla/components/libtimer_gtk.so +lib/mozilla/components/libtransformiix.so lib/mozilla/components/libtxmgr.so lib/mozilla/components/libtxtsvc.so lib/mozilla/components/libuconv.so @@ -117,6 +119,7 @@ lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so +lib/mozilla/libxlibrgb.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/plugins/libnullplugin.so @@ -124,13 +127,14 @@ lib/mozilla/plugins/libnullplugin.so @comment begin DATA lib/mozilla/bloaturls.txt lib/mozilla/chrome/US.jar -lib/mozilla/chrome/chatzilla.jar lib/mozilla/chrome/classic.jar lib/mozilla/chrome/comm.jar +lib/mozilla/chrome/content-packs.jar lib/mozilla/chrome/embed.jar lib/mozilla/chrome/en-US.jar lib/mozilla/chrome/en-unix.jar lib/mozilla/chrome/en-win.jar +lib/mozilla/chrome/help.jar lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/messenger.jar lib/mozilla/chrome/modern.jar @@ -145,7 +149,6 @@ lib/mozilla/components/autocomplete.xpt lib/mozilla/components/bookmarks.xpt lib/mozilla/components/caps.xpt lib/mozilla/components/chardet.xpt -lib/mozilla/components/chatzilla-service.js lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt lib/mozilla/components/cookie.xpt @@ -211,6 +214,7 @@ lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js lib/mozilla/components/nsHelperAppDlg.js +lib/mozilla/components/nsLDAPPrefsService.js lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js @@ -232,6 +236,7 @@ lib/mozilla/components/shistory.xpt lib/mozilla/components/sidebar.xpt lib/mozilla/components/signonviewer.xpt lib/mozilla/components/timebomb.xpt +lib/mozilla/components/transformiix.xpt lib/mozilla/components/txmgr.xpt lib/mozilla/components/txtsvc.xpt lib/mozilla/components/uconv.xpt @@ -268,11 +273,15 @@ lib/mozilla/defaults/pref/security-prefs.js lib/mozilla/defaults/pref/unix.js lib/mozilla/defaults/pref/xpinstall.js lib/mozilla/defaults/profile/US/bookmarks.html +lib/mozilla/defaults/profile/US/chrome/userChrome.css +lib/mozilla/defaults/profile/US/chrome/userContent.css lib/mozilla/defaults/profile/US/localstore.rdf lib/mozilla/defaults/profile/US/mimeTypes.rdf lib/mozilla/defaults/profile/US/panels.rdf lib/mozilla/defaults/profile/US/search.rdf lib/mozilla/defaults/profile/bookmarks.html +lib/mozilla/defaults/profile/chrome/userChrome.css +lib/mozilla/defaults/profile/chrome/userContent.css lib/mozilla/defaults/profile/localstore.rdf lib/mozilla/defaults/profile/mimeTypes.rdf lib/mozilla/defaults/profile/panels.rdf @@ -289,10 +298,6 @@ lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm -lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/US/chrome/userContent.css -lib/mozilla/profile/defaults/profile/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/res/acceptlanguage.properties lib/mozilla/res/arrow.gif lib/mozilla/res/builtin/htmlBindings.xml @@ -638,6 +643,7 @@ include/mozilla/nsFrameTraversal.h include/mozilla/nsGUIEvent.h include/mozilla/nsGfxCIID.h include/mozilla/nsGfxPSCID.h +include/mozilla/nsGfxXPrintCID.h include/mozilla/nsHTMLAtomList.h include/mozilla/nsHTMLAtoms.h include/mozilla/nsHTMLEntities.h @@ -995,6 +1001,8 @@ include/mozilla/nsIDeviceContextPS.h include/mozilla/nsIDeviceContextSpec.h include/mozilla/nsIDeviceContextSpecFactory.h include/mozilla/nsIDeviceContextSpecPS.h +include/mozilla/nsIDeviceContextSpecXPrint.h +include/mozilla/nsIDeviceContextXPrint.h include/mozilla/nsIDialogParamBlock.h include/mozilla/nsIDictionary.h include/mozilla/nsIDirectoryService.h @@ -1191,6 +1199,7 @@ include/mozilla/nsILDAPErrors.h include/mozilla/nsILDAPMessage.h include/mozilla/nsILDAPMessageListener.h include/mozilla/nsILDAPOperation.h +include/mozilla/nsILDAPPrefsService.h include/mozilla/nsILDAPServer.h include/mozilla/nsILDAPService.h include/mozilla/nsILDAPURL.h @@ -1387,6 +1396,7 @@ include/mozilla/nsIPluginStreamPeer.h include/mozilla/nsIPluginStreamPeer2.h include/mozilla/nsIPluginTagInfo.h include/mozilla/nsIPluginTagInfo2.h +include/mozilla/nsIPluginViewer.h include/mozilla/nsIPop3IncomingServer.h include/mozilla/nsIPop3Service.h include/mozilla/nsIPop3Sink.h @@ -1470,6 +1480,8 @@ include/mozilla/nsIRequestObserverProxy.h include/mozilla/nsIResChannel.h include/mozilla/nsIResProtocolHandler.h include/mozilla/nsIRollupListener.h +include/mozilla/nsIRuleNode.h +include/mozilla/nsIRuleWalker.h include/mozilla/nsIRunnable.h include/mozilla/nsISHContainer.h include/mozilla/nsISHEntry.h @@ -1578,6 +1590,7 @@ include/mozilla/nsISupportsPrimitives.h include/mozilla/nsISupportsUtils.h include/mozilla/nsISymantecDebugManager.h include/mozilla/nsISymantecDebugger.h +include/mozilla/nsISyncLoader.h include/mozilla/nsITXTToHTMLConv.h include/mozilla/nsITableCellLayout.h include/mozilla/nsITableEditor.h @@ -1682,6 +1695,7 @@ include/mozilla/nsIXPCSecurityManager.h include/mozilla/nsIXPConnect.h include/mozilla/nsIXPINotifier.h include/mozilla/nsIXPIProgressDlg.h +include/mozilla/nsIXPathNodeSelector.h include/mozilla/nsIXRemoteClient.h include/mozilla/nsIXULBrowserWindow.h include/mozilla/nsIXULContent.h @@ -1906,6 +1920,7 @@ include/mozilla/nsSmtpService.h include/mozilla/nsSmtpUrl.h include/mozilla/nsSoftwareUpdateIIDs.h include/mozilla/nsSpecialSystemDirectory.h +include/mozilla/nsStaticComponent.h include/mozilla/nsStaticNameTable.h include/mozilla/nsStatistics.h include/mozilla/nsStatusBarBiffManager.h @@ -2093,6 +2108,7 @@ include/mozilla/typedefs.h include/mozilla/typedefs_md.h include/mozilla/uconvutil.h include/mozilla/winfile.h +include/mozilla/xlibrgb.h include/mozilla/xmlparse.h include/mozilla/xp_core.h include/mozilla/xp_file.h @@ -2150,16 +2166,12 @@ include/mozilla/zipstub.h @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res -@dirrm lib/mozilla/profile/defaults/profile/chrome -@dirrm lib/mozilla/profile/defaults/profile/US/chrome -@dirrm lib/mozilla/profile/defaults/profile/US -@dirrm lib/mozilla/profile/defaults/profile -@dirrm lib/mozilla/profile/defaults -@dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd @dirrm lib/mozilla/defaults/wallet +@dirrm lib/mozilla/defaults/profile/chrome +@dirrm lib/mozilla/defaults/profile/US/chrome @dirrm lib/mozilla/defaults/profile/US @dirrm lib/mozilla/defaults/profile @dirrm lib/mozilla/defaults/pref diff --git a/www/mozilla/pkg/PLIST-a.out b/www/mozilla/pkg/PLIST-a.out index 90764f84f0d..48bf9de81c0 100644 --- a/www/mozilla/pkg/PLIST-a.out +++ b/www/mozilla/pkg/PLIST-a.out @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST-a.out,v 1.12 2001/06/09 04:13:27 taya Exp $ +@comment $NetBSD: PLIST-a.out,v 1.13 2001/07/01 13:05:10 taya Exp $ bin/mozilla @comment begin PROGRAMS lib/mozilla/mozilla-bin @@ -30,6 +30,7 @@ lib/mozilla/components/libembedcomponents.so.1.0 lib/mozilla/components/libgfx2.so.1.0 lib/mozilla/components/libgfx_gtk.so.1.0 lib/mozilla/components/libgfxps.so.1.0 +lib/mozilla/components/libgfxxprint.so.1.0 lib/mozilla/components/libgkcontent.so.1.0 lib/mozilla/components/libgklayout.so.1.0 lib/mozilla/components/libgkplugin.so.1.0 @@ -78,9 +79,10 @@ lib/mozilla/components/libprofile.so.1.0 lib/mozilla/components/librdf.so.1.0 lib/mozilla/components/libregviewer.so.1.0 lib/mozilla/components/libshistory.so.1.0 -lib/mozilla/components/libsmime.so.1.0 +lib/mozilla/components/libsmimestb.so.1.0 lib/mozilla/components/libstrres.so.1.0 lib/mozilla/components/libtimer_gtk.so.1.0 +lib/mozilla/components/libtransformiix.so.1.0 lib/mozilla/components/libtxmgr.so.1.0 lib/mozilla/components/libtxtsvc.so.1.0 lib/mozilla/components/libuconv.so.1.0 @@ -117,6 +119,7 @@ lib/mozilla/libnssckbi.so.1.0 lib/mozilla/libnullplugin.so.1.0 lib/mozilla/libplc4.so.1.0 lib/mozilla/libplds4.so.1.0 +lib/mozilla/libxlibrgb.so.1.0 lib/mozilla/libxpcom.so.1.0 lib/mozilla/libxpistub.so.1.0 lib/mozilla/plugins/libnullplugin.so.1.0 @@ -124,13 +127,14 @@ lib/mozilla/plugins/libnullplugin.so.1.0 @comment begin DATA lib/mozilla/bloaturls.txt lib/mozilla/chrome/US.jar -lib/mozilla/chrome/chatzilla.jar lib/mozilla/chrome/classic.jar lib/mozilla/chrome/comm.jar +lib/mozilla/chrome/content-packs.jar lib/mozilla/chrome/embed.jar lib/mozilla/chrome/en-US.jar lib/mozilla/chrome/en-unix.jar lib/mozilla/chrome/en-win.jar +lib/mozilla/chrome/help.jar lib/mozilla/chrome/installed-chrome.txt lib/mozilla/chrome/messenger.jar lib/mozilla/chrome/modern.jar @@ -145,7 +149,6 @@ lib/mozilla/components/autocomplete.xpt lib/mozilla/components/bookmarks.xpt lib/mozilla/components/caps.xpt lib/mozilla/components/chardet.xpt -lib/mozilla/components/chatzilla-service.js lib/mozilla/components/chrome.xpt lib/mozilla/components/content_base.xpt lib/mozilla/components/cookie.xpt @@ -211,6 +214,7 @@ lib/mozilla/components/necko_viewsource.xpt lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js lib/mozilla/components/nsHelperAppDlg.js +lib/mozilla/components/nsLDAPPrefsService.js lib/mozilla/components/nsProxyAutoConfig.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js @@ -232,6 +236,7 @@ lib/mozilla/components/shistory.xpt lib/mozilla/components/sidebar.xpt lib/mozilla/components/signonviewer.xpt lib/mozilla/components/timebomb.xpt +lib/mozilla/components/transformiix.xpt lib/mozilla/components/txmgr.xpt lib/mozilla/components/txtsvc.xpt lib/mozilla/components/uconv.xpt @@ -268,11 +273,15 @@ lib/mozilla/defaults/pref/security-prefs.js lib/mozilla/defaults/pref/unix.js lib/mozilla/defaults/pref/xpinstall.js lib/mozilla/defaults/profile/US/bookmarks.html +lib/mozilla/defaults/profile/US/chrome/userChrome.css +lib/mozilla/defaults/profile/US/chrome/userContent.css lib/mozilla/defaults/profile/US/localstore.rdf lib/mozilla/defaults/profile/US/mimeTypes.rdf lib/mozilla/defaults/profile/US/panels.rdf lib/mozilla/defaults/profile/US/search.rdf lib/mozilla/defaults/profile/bookmarks.html +lib/mozilla/defaults/profile/chrome/userChrome.css +lib/mozilla/defaults/profile/chrome/userContent.css lib/mozilla/defaults/profile/localstore.rdf lib/mozilla/defaults/profile/mimeTypes.rdf lib/mozilla/defaults/profile/panels.rdf @@ -289,10 +298,6 @@ lib/mozilla/dtd/mathml.dtd lib/mozilla/gtkEmbed lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm -lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/US/chrome/userContent.css -lib/mozilla/profile/defaults/profile/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/res/acceptlanguage.properties lib/mozilla/res/arrow.gif lib/mozilla/res/builtin/htmlBindings.xml @@ -638,6 +643,7 @@ include/mozilla/nsFrameTraversal.h include/mozilla/nsGUIEvent.h include/mozilla/nsGfxCIID.h include/mozilla/nsGfxPSCID.h +include/mozilla/nsGfxXPrintCID.h include/mozilla/nsHTMLAtomList.h include/mozilla/nsHTMLAtoms.h include/mozilla/nsHTMLEntities.h @@ -995,6 +1001,8 @@ include/mozilla/nsIDeviceContextPS.h include/mozilla/nsIDeviceContextSpec.h include/mozilla/nsIDeviceContextSpecFactory.h include/mozilla/nsIDeviceContextSpecPS.h +include/mozilla/nsIDeviceContextSpecXPrint.h +include/mozilla/nsIDeviceContextXPrint.h include/mozilla/nsIDialogParamBlock.h include/mozilla/nsIDictionary.h include/mozilla/nsIDirectoryService.h @@ -1191,6 +1199,7 @@ include/mozilla/nsILDAPErrors.h include/mozilla/nsILDAPMessage.h include/mozilla/nsILDAPMessageListener.h include/mozilla/nsILDAPOperation.h +include/mozilla/nsILDAPPrefsService.h include/mozilla/nsILDAPServer.h include/mozilla/nsILDAPService.h include/mozilla/nsILDAPURL.h @@ -1387,6 +1396,7 @@ include/mozilla/nsIPluginStreamPeer.h include/mozilla/nsIPluginStreamPeer2.h include/mozilla/nsIPluginTagInfo.h include/mozilla/nsIPluginTagInfo2.h +include/mozilla/nsIPluginViewer.h include/mozilla/nsIPop3IncomingServer.h include/mozilla/nsIPop3Service.h include/mozilla/nsIPop3Sink.h @@ -1470,6 +1480,8 @@ include/mozilla/nsIRequestObserverProxy.h include/mozilla/nsIResChannel.h include/mozilla/nsIResProtocolHandler.h include/mozilla/nsIRollupListener.h +include/mozilla/nsIRuleNode.h +include/mozilla/nsIRuleWalker.h include/mozilla/nsIRunnable.h include/mozilla/nsISHContainer.h include/mozilla/nsISHEntry.h @@ -1578,6 +1590,7 @@ include/mozilla/nsISupportsPrimitives.h include/mozilla/nsISupportsUtils.h include/mozilla/nsISymantecDebugManager.h include/mozilla/nsISymantecDebugger.h +include/mozilla/nsISyncLoader.h include/mozilla/nsITXTToHTMLConv.h include/mozilla/nsITableCellLayout.h include/mozilla/nsITableEditor.h @@ -1682,6 +1695,7 @@ include/mozilla/nsIXPCSecurityManager.h include/mozilla/nsIXPConnect.h include/mozilla/nsIXPINotifier.h include/mozilla/nsIXPIProgressDlg.h +include/mozilla/nsIXPathNodeSelector.h include/mozilla/nsIXRemoteClient.h include/mozilla/nsIXULBrowserWindow.h include/mozilla/nsIXULContent.h @@ -1906,6 +1920,7 @@ include/mozilla/nsSmtpService.h include/mozilla/nsSmtpUrl.h include/mozilla/nsSoftwareUpdateIIDs.h include/mozilla/nsSpecialSystemDirectory.h +include/mozilla/nsStaticComponent.h include/mozilla/nsStaticNameTable.h include/mozilla/nsStatistics.h include/mozilla/nsStatusBarBiffManager.h @@ -2093,6 +2108,7 @@ include/mozilla/typedefs.h include/mozilla/typedefs_md.h include/mozilla/uconvutil.h include/mozilla/winfile.h +include/mozilla/xlibrgb.h include/mozilla/xmlparse.h include/mozilla/xp_core.h include/mozilla/xp_file.h @@ -2150,16 +2166,12 @@ include/mozilla/zipstub.h @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res -@dirrm lib/mozilla/profile/defaults/profile/chrome -@dirrm lib/mozilla/profile/defaults/profile/US/chrome -@dirrm lib/mozilla/profile/defaults/profile/US -@dirrm lib/mozilla/profile/defaults/profile -@dirrm lib/mozilla/profile/defaults -@dirrm lib/mozilla/profile @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons @dirrm lib/mozilla/dtd @dirrm lib/mozilla/defaults/wallet +@dirrm lib/mozilla/defaults/profile/chrome +@dirrm lib/mozilla/defaults/profile/US/chrome @dirrm lib/mozilla/defaults/profile/US @dirrm lib/mozilla/defaults/profile @dirrm lib/mozilla/defaults/pref |