summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2003-11-27 23:36:42 +0000
committertaya <taya@pkgsrc.org>2003-11-27 23:36:42 +0000
commit12369d2f838655dab2dae83fed64c038344b385a (patch)
tree00a0d60f4d4cf5309979a021b1bda9fd34f949d0
parent64ffcab356b1449618a59635e02499f980737f1e (diff)
downloadpkgsrc-12369d2f838655dab2dae83fed64c038344b385a.tar.gz
update mozilla-stable to 1.4.1
it's just bug & security fix release
-rw-r--r--www/mozilla-stable/Makefile13
-rw-r--r--www/mozilla-stable/PLIST577
-rw-r--r--www/mozilla-stable/buildlink2.mk702
-rw-r--r--www/mozilla-stable/distinfo39
-rwxr-xr-xwww/mozilla-stable/files/moz-install24
-rw-r--r--www/mozilla-stable/files/mozilla-ELF.in2
-rw-r--r--www/mozilla-stable/files/mozilla-a.out.in2
-rw-r--r--www/mozilla-stable/files/xptcinvoke_asm_sparc64_netbsd.s94
-rw-r--r--www/mozilla-stable/files/xptcinvoke_sparc64_netbsd.cpp135
-rw-r--r--www/mozilla-stable/files/xptcstubs_asm_sparc64_netbsd.s49
-rw-r--r--www/mozilla-stable/files/xptcstubs_sparc64_netbsd.cpp28
-rw-r--r--www/mozilla-stable/patches/patch-aa13
-rw-r--r--www/mozilla-stable/patches/patch-ab31
-rw-r--r--www/mozilla-stable/patches/patch-ac39
-rw-r--r--www/mozilla-stable/patches/patch-ad16
-rw-r--r--www/mozilla-stable/patches/patch-ae14
-rw-r--r--www/mozilla-stable/patches/patch-af26
-rw-r--r--www/mozilla-stable/patches/patch-ag13
-rw-r--r--www/mozilla-stable/patches/patch-am11
-rw-r--r--www/mozilla-stable/patches/patch-aw7
-rw-r--r--www/mozilla-stable/patches/patch-ba7
-rw-r--r--www/mozilla-stable/patches/patch-bb11
-rw-r--r--www/mozilla-stable/patches/patch-be7
-rw-r--r--www/mozilla-stable/patches/patch-bf13
-rw-r--r--www/mozilla-stable/patches/patch-bj16
-rw-r--r--www/mozilla-stable/patches/patch-bm6
-rw-r--r--www/mozilla-stable/patches/patch-bn7
-rw-r--r--www/mozilla-stable/patches/patch-bo30
-rw-r--r--www/mozilla-stable/patches/patch-bp14
-rw-r--r--www/mozilla-stable/patches/patch-bq14
-rw-r--r--www/mozilla-stable/patches/patch-bugzilla22012219
31 files changed, 782 insertions, 1197 deletions
diff --git a/www/mozilla-stable/Makefile b/www/mozilla-stable/Makefile
index 56080a2b24c..b68d7952215 100644
--- a/www/mozilla-stable/Makefile
+++ b/www/mozilla-stable/Makefile
@@ -1,13 +1,20 @@
-# $NetBSD: Makefile,v 1.10 2003/07/13 13:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/11/27 23:36:42 taya Exp $
MOZILLA= mozilla-stable
MOZILLA_BIN= mozilla-bin
-MOZ_VER= 1.0.2
+DISTNAME= mozilla-${MOZ_DIST_VER}
+MOZ_VER= 1.4.1
EXTRACT_SUFX= .tar.bz2
-PKGREVISION= 5
+
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES+= mozilla-source-1.4.1-libart_lgpl.tar.bz2
+
+SITES_mozilla-source-1.4.1-libart_lgpl.tar.bz2= ${MASTER_SITE_LOCAL}
COMMENT= Full featured gecko-based browser (stable branch)
+USE_GCC_SHLIB= yes
BUILD_SVG= # defined
+BUILD_CALENDAR= # defined
.include "../../www/mozilla/Makefile.common"
diff --git a/www/mozilla-stable/PLIST b/www/mozilla-stable/PLIST
index 357821bf240..1faaab8df0b 100644
--- a/www/mozilla-stable/PLIST
+++ b/www/mozilla-stable/PLIST
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/22 10:52:55 lukem Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/11/27 23:36:42 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
lib/${MOZILLA}/dirver
+lib/${MOZILLA}/mangle
+lib/${MOZILLA}/mozilla-xremote-client
+lib/${MOZILLA}/mozipcd
lib/${MOZILLA}/nsinstall
-lib/${MOZILLA}/regExport
lib/${MOZILLA}/regchrome
lib/${MOZILLA}/regxpcom
+lib/${MOZILLA}/shlibsign
+lib/${MOZILLA}/timebombgen
lib/${MOZILLA}/xpcshell
lib/${MOZILLA}/xpicleanup
lib/${MOZILLA}/xpidl
@@ -17,13 +21,12 @@ lib/${MOZILLA}/xpt_link
lib/${MOZILLA}/mozilla-config
@comment end SCRIPTS
@comment begin DSO
-lib/${MOZILLA}/components/libabsyncsvc.${SO_SUFFIX}
lib/${MOZILLA}/components/libaccessibility.${SO_SUFFIX}
lib/${MOZILLA}/components/libaddrbook.${SO_SUFFIX}
lib/${MOZILLA}/components/libappcomps.${SO_SUFFIX}
lib/${MOZILLA}/components/libautoconfig.${SO_SUFFIX}
+lib/${MOZILLA}/components/libbayesflt.${SO_SUFFIX}
lib/${MOZILLA}/components/libcaps.${SO_SUFFIX}
-lib/${MOZILLA}/components/libchardet.${SO_SUFFIX}
lib/${MOZILLA}/components/libchrome.${SO_SUFFIX}
lib/${MOZILLA}/components/libcomposer.${SO_SUFFIX}
lib/${MOZILLA}/components/libcookie.${SO_SUFFIX}
@@ -31,89 +34,72 @@ lib/${MOZILLA}/components/libdocshell.${SO_SUFFIX}
lib/${MOZILLA}/components/libeditor.${SO_SUFFIX}
lib/${MOZILLA}/components/libembedcomponents.${SO_SUFFIX}
lib/${MOZILLA}/components/libfileview.${SO_SUFFIX}
-lib/${MOZILLA}/components/libgfx2.${SO_SUFFIX}
lib/${MOZILLA}/components/libgfx_gtk.${SO_SUFFIX}
lib/${MOZILLA}/components/libgfxps.${SO_SUFFIX}
lib/${MOZILLA}/components/libgfxxprint.${SO_SUFFIX}
-lib/${MOZILLA}/components/libgkcontent.${SO_SUFFIX}
lib/${MOZILLA}/components/libgklayout.${SO_SUFFIX}
lib/${MOZILLA}/components/libgkplugin.${SO_SUFFIX}
-lib/${MOZILLA}/components/libgkview.${SO_SUFFIX}
lib/${MOZILLA}/components/libhtmlpars.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimgbmp.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimggif.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimgjpeg.${SO_SUFFIX}
+lib/${MOZILLA}/components/libi18n.${SO_SUFFIX}
lib/${MOZILLA}/components/libimglib2.${SO_SUFFIX}
lib/${MOZILLA}/components/libimgmng.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimgpng.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimgppm.${SO_SUFFIX}
-lib/${MOZILLA}/components/libimgxbm.${SO_SUFFIX}
lib/${MOZILLA}/components/libimpComm4xMail.${SO_SUFFIX}
lib/${MOZILLA}/components/libimpText.${SO_SUFFIX}
lib/${MOZILLA}/components/libimport.${SO_SUFFIX}
lib/${MOZILLA}/components/libinspector.${SO_SUFFIX}
+lib/${MOZILLA}/components/libipcdc.${SO_SUFFIX}
lib/${MOZILLA}/components/libjar50.${SO_SUFFIX}
lib/${MOZILLA}/components/libjsd.${SO_SUFFIX}
lib/${MOZILLA}/components/libjsdom.${SO_SUFFIX}
-lib/${MOZILLA}/components/libjsloader.${SO_SUFFIX}
-lib/${MOZILLA}/components/libjsurl.${SO_SUFFIX}
lib/${MOZILLA}/components/liblocalmail.${SO_SUFFIX}
-lib/${MOZILLA}/components/liblwbrk.${SO_SUFFIX}
lib/${MOZILLA}/components/libmailnews.${SO_SUFFIX}
+lib/${MOZILLA}/components/libmailview.${SO_SUFFIX}
lib/${MOZILLA}/components/libmime.${SO_SUFFIX}
lib/${MOZILLA}/components/libmimeemitter.${SO_SUFFIX}
lib/${MOZILLA}/components/libmork.${SO_SUFFIX}
-lib/${MOZILLA}/components/libmozbrwsr.${SO_SUFFIX}
lib/${MOZILLA}/components/libmozfind.${SO_SUFFIX}
lib/${MOZILLA}/components/libmozldap.${SO_SUFFIX}
-lib/${MOZILLA}/components/libmozxfer.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgcompose.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgdb.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgimap.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgmdn.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgnews.${SO_SUFFIX}
lib/${MOZILLA}/components/libmsgsmime.${SO_SUFFIX}
+lib/${MOZILLA}/components/libmyspell.${SO_SUFFIX}
lib/${MOZILLA}/components/libnecko.${SO_SUFFIX}
lib/${MOZILLA}/components/libnecko2.${SO_SUFFIX}
-lib/${MOZILLA}/components/libnkcache.${SO_SUFFIX}
lib/${MOZILLA}/components/libnsappshell.${SO_SUFFIX}
-lib/${MOZILLA}/components/libnslocale.${SO_SUFFIX}
lib/${MOZILLA}/components/libnsprefm.${SO_SUFFIX}
lib/${MOZILLA}/components/liboji.${SO_SUFFIX}
+lib/${MOZILLA}/components/libp3p.${SO_SUFFIX}
lib/${MOZILLA}/components/libpipboot.${SO_SUFFIX}
lib/${MOZILLA}/components/libpipnss.${SO_SUFFIX}
lib/${MOZILLA}/components/libpippki.${SO_SUFFIX}
lib/${MOZILLA}/components/libpref.${SO_SUFFIX}
lib/${MOZILLA}/components/libprofile.${SO_SUFFIX}
lib/${MOZILLA}/components/librdf.${SO_SUFFIX}
-lib/${MOZILLA}/components/libregviewer.${SO_SUFFIX}
-lib/${MOZILLA}/components/libshistory.${SO_SUFFIX}
-lib/${MOZILLA}/components/libstrres.${SO_SUFFIX}
+lib/${MOZILLA}/components/libspellchecker.${SO_SUFFIX}
lib/${MOZILLA}/components/libtransformiix.${SO_SUFFIX}
lib/${MOZILLA}/components/libtxmgr.${SO_SUFFIX}
-lib/${MOZILLA}/components/libtxtsvc.${SO_SUFFIX}
+lib/${MOZILLA}/components/libtypeaheadfind.${SO_SUFFIX}
lib/${MOZILLA}/components/libuconv.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvcn.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvibm.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvja.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvko.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvlatin.${SO_SUFFIX}
lib/${MOZILLA}/components/libucvmath.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvtw.${SO_SUFFIX}
-lib/${MOZILLA}/components/libucvtw2.${SO_SUFFIX}
-lib/${MOZILLA}/components/libunicharutil.${SO_SUFFIX}
lib/${MOZILLA}/components/libuniversalchardet.${SO_SUFFIX}
-lib/${MOZILLA}/components/liburiloader.${SO_SUFFIX}
lib/${MOZILLA}/components/libvcard.${SO_SUFFIX}
lib/${MOZILLA}/components/libwallet.${SO_SUFFIX}
lib/${MOZILLA}/components/libwalletviewers.${SO_SUFFIX}
lib/${MOZILLA}/components/libwebbrwsr.${SO_SUFFIX}
+lib/${MOZILLA}/components/libwebsrvcs.${SO_SUFFIX}
lib/${MOZILLA}/components/libwidget_gtk.${SO_SUFFIX}
lib/${MOZILLA}/components/libxmlextras.${SO_SUFFIX}
+lib/${MOZILLA}/components/libxpcom_compat_c.${SO_SUFFIX}
lib/${MOZILLA}/components/libxpconnect.${SO_SUFFIX}
+lib/${MOZILLA}/components/libxpical.${SO_SUFFIX}
lib/${MOZILLA}/components/libxpinstall.${SO_SUFFIX}
lib/${MOZILLA}/components/libxremote_client.${SO_SUFFIX}
lib/${MOZILLA}/components/libxremoteservice.${SO_SUFFIX}
+lib/${MOZILLA}/ipc/modules/liblockmodule.${SO_SUFFIX}
+lib/${MOZILLA}/ipc/modules/libtransmngr.${SO_SUFFIX}
lib/${MOZILLA}/libgkgfx.${SO_SUFFIX}
lib/${MOZILLA}/libgtkembedmoz.${SO_SUFFIX}
lib/${MOZILLA}/libgtksuperwin.${SO_SUFFIX}
@@ -127,7 +113,6 @@ lib/${MOZILLA}/libmsgbaseutil.${SO_SUFFIX}
lib/${MOZILLA}/libnspr4.${SO_SUFFIX}
lib/${MOZILLA}/libnss3.${SO_SUFFIX}
lib/${MOZILLA}/libnssckbi.${SO_SUFFIX}
-lib/${MOZILLA}/libnullplugin.${SO_SUFFIX}
lib/${MOZILLA}/libplc4.${SO_SUFFIX}
lib/${MOZILLA}/libplds4.${SO_SUFFIX}
lib/${MOZILLA}/libprldap50.${SO_SUFFIX}
@@ -136,15 +121,16 @@ lib/${MOZILLA}/libsoftokn3.${SO_SUFFIX}
lib/${MOZILLA}/libssl3.${SO_SUFFIX}
lib/${MOZILLA}/libxlibrgb.${SO_SUFFIX}
lib/${MOZILLA}/libxpcom.${SO_SUFFIX}
+lib/${MOZILLA}/libxpcom_compat.${SO_SUFFIX}
lib/${MOZILLA}/libxpistub.${SO_SUFFIX}
+lib/${MOZILLA}/plugins/libnullplugin.${SO_SUFFIX}
@comment end DSO
@comment begin DATA
-lib/${MOZILLA}/TestGtkEmbed
-lib/${MOZILLA}/TestGtkEmbedChild
-lib/${MOZILLA}/TestGtkEmbedNotebook
-lib/${MOZILLA}/TestGtkEmbedSocket
+lib/${MOZILLA}/LICENSE
+lib/${MOZILLA}/README.txt
lib/${MOZILLA}/bloaturls.txt
lib/${MOZILLA}/chrome/US.jar
+lib/${MOZILLA}/chrome/calendar.jar
lib/${MOZILLA}/chrome/chatzilla.jar
lib/${MOZILLA}/chrome/chromelist.txt
lib/${MOZILLA}/chrome/classic.jar
@@ -155,8 +141,41 @@ lib/${MOZILLA}/chrome/en-US.jar
lib/${MOZILLA}/chrome/en-mac.jar
lib/${MOZILLA}/chrome/en-unix.jar
lib/${MOZILLA}/chrome/en-win.jar
-lib/${MOZILLA}/chrome/forms.jar
lib/${MOZILLA}/chrome/help.jar
+lib/${MOZILLA}/chrome/icons/default/abcardWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/abcardWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/addressbookWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/addressbookWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/bmPropsWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/bmPropsWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/bookmark-window.xpm
+lib/${MOZILLA}/chrome/icons/default/bookmark-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/calendar-window.xpm
+lib/${MOZILLA}/chrome/icons/default/calendar-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/chatzilla-window.xpm
+lib/${MOZILLA}/chrome/icons/default/chatzilla-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/downloadManager.xpm
+lib/${MOZILLA}/chrome/icons/default/downloadManager16.xpm
+lib/${MOZILLA}/chrome/icons/default/editorWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/editorWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/findBookmarkWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/findBookmarkWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/findHistoryWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/findHistoryWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/history-window.xpm
+lib/${MOZILLA}/chrome/icons/default/history-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/jsconsoleWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/jsconsoleWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/main-window.xpm
+lib/${MOZILLA}/chrome/icons/default/main-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/messengerWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/messengerWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/msgcomposeWindow.xpm
+lib/${MOZILLA}/chrome/icons/default/msgcomposeWindow16.xpm
+lib/${MOZILLA}/chrome/icons/default/venkman-window.xpm
+lib/${MOZILLA}/chrome/icons/default/venkman-window16.xpm
+lib/${MOZILLA}/chrome/icons/default/winInspectorMain.xpm
+lib/${MOZILLA}/chrome/icons/default/winInspectorMain16.xpm
lib/${MOZILLA}/chrome/inspector.jar
lib/${MOZILLA}/chrome/installed-chrome.txt
lib/${MOZILLA}/chrome/messenger.jar
@@ -165,22 +184,23 @@ lib/${MOZILLA}/chrome/pipnss.jar
lib/${MOZILLA}/chrome/pippki.jar
lib/${MOZILLA}/chrome/toolkit.jar
lib/${MOZILLA}/chrome/venkman.jar
-lib/${MOZILLA}/components/absync.xpt
lib/${MOZILLA}/components/accessibility.xpt
lib/${MOZILLA}/components/addrbook.xpt
lib/${MOZILLA}/components/appshell.xpt
lib/${MOZILLA}/components/autocomplete.xpt
lib/${MOZILLA}/components/autoconfig.xpt
lib/${MOZILLA}/components/bookmarks.xpt
+lib/${MOZILLA}/components/calendar.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/commandhandler.xpt
lib/${MOZILLA}/components/composer.xpt
-lib/${MOZILLA}/components/content.xpt
lib/${MOZILLA}/components/content_base.xpt
lib/${MOZILLA}/components/content_html.xpt
+lib/${MOZILLA}/components/content_htmldoc.xpt
+lib/${MOZILLA}/components/content_xmldoc.xpt
lib/${MOZILLA}/components/content_xslt.xpt
lib/${MOZILLA}/components/cookie.xpt
lib/${MOZILLA}/components/directory.xpt
@@ -206,15 +226,16 @@ lib/${MOZILLA}/components/exthandler.xpt
lib/${MOZILLA}/components/filepicker.xpt
lib/${MOZILLA}/components/find.xpt
lib/${MOZILLA}/components/gfx.xpt
-lib/${MOZILLA}/components/gfx2.xpt
lib/${MOZILLA}/components/helperAppDlg.xpt
lib/${MOZILLA}/components/history.xpt
lib/${MOZILLA}/components/htmlparser.xpt
lib/${MOZILLA}/components/imglib2.xpt
lib/${MOZILLA}/components/impComm4xMail.xpt
lib/${MOZILLA}/components/import.xpt
+lib/${MOZILLA}/components/inspector-cmdline.js
lib/${MOZILLA}/components/inspector.xpt
lib/${MOZILLA}/components/intl.xpt
+lib/${MOZILLA}/components/ipcd.xpt
lib/${MOZILLA}/components/jar.xpt
lib/${MOZILLA}/components/jsconsole-clhandler.js
lib/${MOZILLA}/components/jsconsole.xpt
@@ -224,14 +245,15 @@ lib/${MOZILLA}/components/layout_base.xpt
lib/${MOZILLA}/components/layout_xul.xpt
lib/${MOZILLA}/components/layout_xul_tree.xpt
lib/${MOZILLA}/components/locale.xpt
+lib/${MOZILLA}/components/lwbrk.xpt
lib/${MOZILLA}/components/mailnews.xpt
+lib/${MOZILLA}/components/mailview.xpt
lib/${MOZILLA}/components/mdn-service.js
lib/${MOZILLA}/components/mime.xpt
lib/${MOZILLA}/components/mimetype.xpt
lib/${MOZILLA}/components/mozbrwsr.xpt
lib/${MOZILLA}/components/mozfind.xpt
lib/${MOZILLA}/components/mozldap.xpt
-lib/${MOZILLA}/components/mozxfer.xpt
lib/${MOZILLA}/components/msgbase.xpt
lib/${MOZILLA}/components/msgcompose.xpt
lib/${MOZILLA}/components/msgdb.xpt
@@ -240,6 +262,8 @@ lib/${MOZILLA}/components/msglocal.xpt
lib/${MOZILLA}/components/msgnews.xpt
lib/${MOZILLA}/components/msgsearch.xpt
lib/${MOZILLA}/components/msgsmime.xpt
+lib/${MOZILLA}/components/myspell/en-US.aff
+lib/${MOZILLA}/components/myspell/en-US.dic
lib/${MOZILLA}/components/necko.xpt
lib/${MOZILLA}/components/necko_about.xpt
lib/${MOZILLA}/components/necko_cache.xpt
@@ -254,10 +278,12 @@ lib/${MOZILLA}/components/necko_res.xpt
lib/${MOZILLA}/components/necko_socket.xpt
lib/${MOZILLA}/components/necko_strconv.xpt
lib/${MOZILLA}/components/necko_viewsource.xpt
+lib/${MOZILLA}/components/nsCloseAllWindows.js
lib/${MOZILLA}/components/nsDictionary.js
lib/${MOZILLA}/components/nsDownloadProgressListener.js
lib/${MOZILLA}/components/nsFilePicker.js
lib/${MOZILLA}/components/nsHelperAppDlg.js
+lib/${MOZILLA}/components/nsInterfaceInfoToIDL.js
lib/${MOZILLA}/components/nsKillAll.js
lib/${MOZILLA}/components/nsLDAPPrefsService.js
lib/${MOZILLA}/components/nsProgressDialog.js
@@ -267,27 +293,31 @@ lib/${MOZILLA}/components/nsSidebar.js
lib/${MOZILLA}/components/nsUpdateNotifier.js
lib/${MOZILLA}/components/nsXmlRpcClient.js
lib/${MOZILLA}/components/oji.xpt
+lib/${MOZILLA}/components/p3p.xpt
lib/${MOZILLA}/components/pipboot.xpt
lib/${MOZILLA}/components/pipnss.xpt
lib/${MOZILLA}/components/pippki.xpt
lib/${MOZILLA}/components/plugin.xpt
lib/${MOZILLA}/components/pref.xpt
+lib/${MOZILLA}/components/prefetch.xpt
lib/${MOZILLA}/components/prefmigr.xpt
lib/${MOZILLA}/components/profile.xpt
+lib/${MOZILLA}/components/profilesharingsetup.xpt
lib/${MOZILLA}/components/progressDlg.xpt
lib/${MOZILLA}/components/proxyObjInst.xpt
lib/${MOZILLA}/components/rdf.xpt
-lib/${MOZILLA}/components/regviewer.xpt
lib/${MOZILLA}/components/related.xpt
lib/${MOZILLA}/components/search.xpt
lib/${MOZILLA}/components/shistory.xpt
lib/${MOZILLA}/components/sidebar.xpt
lib/${MOZILLA}/components/signonviewer.xpt
lib/${MOZILLA}/components/smime-service.js
+lib/${MOZILLA}/components/spellchecker.xpt
lib/${MOZILLA}/components/timebomb.xpt
-lib/${MOZILLA}/components/transformiix.xpt
lib/${MOZILLA}/components/txmgr.xpt
lib/${MOZILLA}/components/txtsvc.xpt
+lib/${MOZILLA}/components/typeaheadfind.xpt
+lib/${MOZILLA}/components/ucnative.xpt
lib/${MOZILLA}/components/uconv.xpt
lib/${MOZILLA}/components/unicharutil.xpt
lib/${MOZILLA}/components/uriloader.xpt
@@ -300,16 +330,17 @@ lib/${MOZILLA}/components/walletpreview.xpt
lib/${MOZILLA}/components/webBrowser_core.xpt
lib/${MOZILLA}/components/webbrowserpersist.xpt
lib/${MOZILLA}/components/webshell_idls.xpt
+lib/${MOZILLA}/components/websrvcs.xpt
lib/${MOZILLA}/components/widget.xpt
+lib/${MOZILLA}/components/windowds.xpt
lib/${MOZILLA}/components/windowwatcher.xpt
lib/${MOZILLA}/components/xml-rpc.xpt
lib/${MOZILLA}/components/xmlextras.xpt
-lib/${MOZILLA}/components/xmlschema.xpt
-lib/${MOZILLA}/components/xmlsoap.xpt
lib/${MOZILLA}/components/xpcom_base.xpt
lib/${MOZILLA}/components/xpcom_components.xpt
lib/${MOZILLA}/components/xpcom_ds.xpt
lib/${MOZILLA}/components/xpcom_io.xpt
+lib/${MOZILLA}/components/xpcom_obsolete.xpt
lib/${MOZILLA}/components/xpcom_threads.xpt
lib/${MOZILLA}/components/xpcom_xpti.xpt
lib/${MOZILLA}/components/xpconnect.xpt
@@ -317,14 +348,16 @@ lib/${MOZILLA}/components/xpinstall.xpt
lib/${MOZILLA}/components/xremoteservice.xpt
lib/${MOZILLA}/components/xuldoc.xpt
lib/${MOZILLA}/components/xultmpl.xpt
+lib/${MOZILLA}/defaults/autoconfig/platform.js
lib/${MOZILLA}/defaults/autoconfig/prefcalls.js
+lib/${MOZILLA}/defaults/messenger/US/mailViews.dat
+lib/${MOZILLA}/defaults/messenger/mailViews.dat
lib/${MOZILLA}/defaults/pref/all.js
-lib/${MOZILLA}/defaults/pref/config.js
lib/${MOZILLA}/defaults/pref/editor.js
-lib/${MOZILLA}/defaults/pref/initpref.js
lib/${MOZILLA}/defaults/pref/inspector.js
lib/${MOZILLA}/defaults/pref/mailnews.js
lib/${MOZILLA}/defaults/pref/mdn.js
+lib/${MOZILLA}/defaults/pref/non-shared.txt
lib/${MOZILLA}/defaults/pref/security-prefs.js
lib/${MOZILLA}/defaults/pref/smime.js
lib/${MOZILLA}/defaults/pref/unix.js
@@ -352,13 +385,14 @@ lib/${MOZILLA}/defaults/wallet/StateSchema.tbl
lib/${MOZILLA}/defaults/wallet/VcardSchema.tbl
lib/${MOZILLA}/icons/mozicon16.xpm
lib/${MOZILLA}/icons/mozicon50.xpm
-lib/${MOZILLA}/mozilla-xremote-client
+lib/${MOZILLA}/libsoftokn3.chk
+lib/${MOZILLA}/res/EditorOverride.css
lib/${MOZILLA}/res/arrow.gif
lib/${MOZILLA}/res/arrowd.gif
+lib/${MOZILLA}/res/bloatcycle.html
lib/${MOZILLA}/res/broken-image.gif
lib/${MOZILLA}/res/builtin/htmlBindings.xml
lib/${MOZILLA}/res/builtin/platformHTMLBindings.xml
-lib/${MOZILLA}/res/builtin/xbl-forms.css
lib/${MOZILLA}/res/charsetData.properties
lib/${MOZILLA}/res/charsetalias.properties
lib/${MOZILLA}/res/cmessage.txt
@@ -369,6 +403,7 @@ lib/${MOZILLA}/res/entityTables/html40Latin1.properties
lib/${MOZILLA}/res/entityTables/html40Special.properties
lib/${MOZILLA}/res/entityTables/html40Symbols.properties
lib/${MOZILLA}/res/entityTables/htmlEntityVersions.properties
+lib/${MOZILLA}/res/entityTables/mathml20.properties
lib/${MOZILLA}/res/entityTables/transliterate.properties
lib/${MOZILLA}/res/fonts/mathfont.properties
lib/${MOZILLA}/res/fonts/mathfontCMEX10.properties
@@ -380,8 +415,6 @@ lib/${MOZILLA}/res/fonts/mathfontMath4.properties
lib/${MOZILLA}/res/fonts/mathfontPUA.properties
lib/${MOZILLA}/res/fonts/mathfontSymbol.properties
lib/${MOZILLA}/res/forms.css
-lib/${MOZILLA}/res/gfx/icon_0.gif
-lib/${MOZILLA}/res/gfx/icon_1.gif
lib/${MOZILLA}/res/html.css
lib/${MOZILLA}/res/html/gopher-audio.gif
lib/${MOZILLA}/res/html/gopher-binary.gif
@@ -399,6 +432,7 @@ lib/${MOZILLA}/res/langGroups.properties
lib/${MOZILLA}/res/language.properties
lib/${MOZILLA}/res/loading-image.gif
lib/${MOZILLA}/res/mathml.css
+lib/${MOZILLA}/res/platform-forms.css
lib/${MOZILLA}/res/quirk.css
lib/${MOZILLA}/res/rdf/article.gif
lib/${MOZILLA}/res/rdf/document.gif
@@ -532,29 +566,24 @@ lib/${MOZILLA}/searchplugins/lxrmozilla.gif
lib/${MOZILLA}/searchplugins/lxrmozilla.src
lib/${MOZILLA}/searchplugins/mozilla.gif
lib/${MOZILLA}/searchplugins/mozilla.src
-lib/${MOZILLA}/timebombgen
@comment end DATA
@comment begin INCLUDE
-include/${MOZILLA}/absyncsvc/nsABSyncDriver.h
-include/${MOZILLA}/absyncsvc/nsAbSync.h
-include/${MOZILLA}/absyncsvc/nsAbSyncCID.h
-include/${MOZILLA}/absyncsvc/nsAbSyncCRCModel.h
-include/${MOZILLA}/absyncsvc/nsAbSyncPostEngine.h
-include/${MOZILLA}/absyncsvc/nsIAbSync.h
-include/${MOZILLA}/absyncsvc/nsIAbSyncDriver.h
-include/${MOZILLA}/absyncsvc/nsIAbSyncListener.h
-include/${MOZILLA}/absyncsvc/nsIAbSyncMojo.h
-include/${MOZILLA}/absyncsvc/nsIAbSyncPostEngine.h
-include/${MOZILLA}/absyncsvc/nsIAbSyncPostListener.h
-include/${MOZILLA}/absyncsvc/nsSyncDecoderRing.h
+include/${MOZILLA}/accessibility/nsAccessNode.h
+include/${MOZILLA}/accessibility/nsAccessNodeWrap.h
+include/${MOZILLA}/accessibility/nsAccessibleEventData.h
+include/${MOZILLA}/accessibility/nsAccessibleWrap.h
+include/${MOZILLA}/accessibility/nsDocAccessibleWrap.h
+include/${MOZILLA}/accessibility/nsIAccessNode.h
include/${MOZILLA}/accessibility/nsIAccessibilityService.h
include/${MOZILLA}/accessibility/nsIAccessible.h
+include/${MOZILLA}/accessibility/nsIAccessibleCaret.h
include/${MOZILLA}/accessibility/nsIAccessibleDocument.h
-include/${MOZILLA}/accessibility/nsIAccessibleEventListener.h
include/${MOZILLA}/accessibility/nsIAccessibleEventReceiver.h
include/${MOZILLA}/accessibility/nsIAccessibleProvider.h
include/${MOZILLA}/accessibility/nsIAccessibleSelectable.h
include/${MOZILLA}/accessibility/nsRootAccessible.h
+include/${MOZILLA}/accessibility/nsRootAccessibleWrap.h
+include/${MOZILLA}/accessibility/nsTextAccessibleWrap.h
include/${MOZILLA}/addrbook/nsAbAddressCollecter.h
include/${MOZILLA}/addrbook/nsAbAutoCompleteSession.h
include/${MOZILLA}/addrbook/nsAbBSDirectory.h
@@ -625,7 +654,6 @@ include/${MOZILLA}/appcomps/nsIAutoCompleteResults.h
include/${MOZILLA}/appcomps/nsIAutoCompleteSession.h
include/${MOZILLA}/appcomps/nsIBookmarksService.h
include/${MOZILLA}/appcomps/nsIBrowserHistory.h
-include/${MOZILLA}/appcomps/nsIFindComponent.h
include/${MOZILLA}/appcomps/nsIFindService.h
include/${MOZILLA}/appcomps/nsIGlobalHistory.h
include/${MOZILLA}/appcomps/nsIHTTPIndex.h
@@ -636,24 +664,30 @@ include/${MOZILLA}/appcomps/nsISearchContext.h
include/${MOZILLA}/appcomps/nsISearchService.h
include/${MOZILLA}/appcomps/nsITimeBomb.h
include/${MOZILLA}/appcomps/nsIUrlbarHistory.h
+include/${MOZILLA}/appcomps/nsIWindowDataSource.h
include/${MOZILLA}/appcomps/nsTimeBomb.h
include/${MOZILLA}/appshell/nsAppShellCIDs.h
include/${MOZILLA}/appshell/nsIAppShellService.h
+include/${MOZILLA}/appshell/nsICloseAllWindows.h
include/${MOZILLA}/appshell/nsICmdLineHandler.h
include/${MOZILLA}/appshell/nsICmdLineService.h
-include/${MOZILLA}/appshell/nsIDOMXPConnectFactory.h
include/${MOZILLA}/appshell/nsINativeAppSupport.h
+include/${MOZILLA}/appshell/nsIPopupWindowManager.h
include/${MOZILLA}/appshell/nsISplashScreen.h
include/${MOZILLA}/appshell/nsITimingService.h
include/${MOZILLA}/appshell/nsIUserInfo.h
include/${MOZILLA}/appshell/nsIWebShellWindow.h
include/${MOZILLA}/appshell/nsIWindowMediator.h
+include/${MOZILLA}/appshell/nsIWindowMediatorListener.h
include/${MOZILLA}/appshell/nsIXULWindow.h
include/${MOZILLA}/autoconfig/nsIAutoConfig.h
include/${MOZILLA}/autoconfig/nsILDAPSyncQuery.h
include/${MOZILLA}/autoconfig/nsIReadConfig.h
+include/${MOZILLA}/bayesflt/nsBayesianFilter.h
+include/${MOZILLA}/bayesflt/nsBayesianFilterCID.h
include/${MOZILLA}/browser/nsIBrowserInstance.h
include/${MOZILLA}/browser/nsIXULBrowserWindow.h
+include/${MOZILLA}/calendar/oeIICal.h
include/${MOZILLA}/caps/nsAggregatePrincipal.h
include/${MOZILLA}/caps/nsBasePrincipal.h
include/${MOZILLA}/caps/nsCertificatePrincipal.h
@@ -685,19 +719,28 @@ include/${MOZILLA}/chrome/nsIChromeRegistry.h
include/${MOZILLA}/commandhandler/nsICommandManager.h
include/${MOZILLA}/commandhandler/nsICommandParams.h
include/${MOZILLA}/commandhandler/nsIControllerCommand.h
-include/${MOZILLA}/commandhandler/nsIControllerCommandManager.h
+include/${MOZILLA}/commandhandler/nsIControllerCommandTable.h
+include/${MOZILLA}/commandhandler/nsIControllerContext.h
include/${MOZILLA}/commandhandler/nsPICommandUpdater.h
include/${MOZILLA}/composer/nsIEditingSession.h
+include/${MOZILLA}/content/mozISanitizingSerializer.h
+include/${MOZILLA}/content/nsAtomListUtils.h
include/${MOZILLA}/content/nsBidiUtils.h
-include/${MOZILLA}/content/nsCSSAtomList.h
-include/${MOZILLA}/content/nsCSSAtoms.h
-include/${MOZILLA}/content/nsCSSDeclaration.h
+include/${MOZILLA}/content/nsCSSAnonBoxList.h
+include/${MOZILLA}/content/nsCSSAnonBoxes.h
include/${MOZILLA}/content/nsCSSKeywordList.h
include/${MOZILLA}/content/nsCSSKeywords.h
include/${MOZILLA}/content/nsCSSPropList.h
include/${MOZILLA}/content/nsCSSProps.h
+include/${MOZILLA}/content/nsCSSPseudoClassList.h
+include/${MOZILLA}/content/nsCSSPseudoClasses.h
+include/${MOZILLA}/content/nsCSSPseudoElementList.h
+include/${MOZILLA}/content/nsCSSPseudoElements.h
+include/${MOZILLA}/content/nsCSSStruct.h
include/${MOZILLA}/content/nsCSSValue.h
+include/${MOZILLA}/content/nsChangeHint.h
include/${MOZILLA}/content/nsContentCID.h
+include/${MOZILLA}/content/nsContentErrors.h
include/${MOZILLA}/content/nsContentPolicyUtils.h
include/${MOZILLA}/content/nsContentUtils.h
include/${MOZILLA}/content/nsDOMCSSDeclaration.h
@@ -706,9 +749,9 @@ include/${MOZILLA}/content/nsHTMLAtoms.h
include/${MOZILLA}/content/nsHTMLUtils.h
include/${MOZILLA}/content/nsHTMLValue.h
include/${MOZILLA}/content/nsIAnonymousContent.h
+include/${MOZILLA}/content/nsIAttribute.h
include/${MOZILLA}/content/nsIAttributeContent.h
include/${MOZILLA}/content/nsIBindingManager.h
-include/${MOZILLA}/content/nsICSSCharsetRule.h
include/${MOZILLA}/content/nsICSSGroupRule.h
include/${MOZILLA}/content/nsICSSImportRule.h
include/${MOZILLA}/content/nsICSSLoader.h
@@ -729,32 +772,38 @@ include/${MOZILLA}/content/nsIContentList.h
include/${MOZILLA}/content/nsIContentPolicy.h
include/${MOZILLA}/content/nsIContentSerializer.h
include/${MOZILLA}/content/nsIDocument.h
-include/${MOZILLA}/content/nsIDocumentContainer.h
include/${MOZILLA}/content/nsIDocumentEncoder.h
include/${MOZILLA}/content/nsIDocumentObserver.h
include/${MOZILLA}/content/nsIDocumentTransformer.h
include/${MOZILLA}/content/nsIDocumentViewer.h
include/${MOZILLA}/content/nsIDragDropHandler.h
-include/${MOZILLA}/content/nsIDragDropOverride.h
include/${MOZILLA}/content/nsIElementFactory.h
include/${MOZILLA}/content/nsIEventListenerManager.h
include/${MOZILLA}/content/nsIEventStateManager.h
+include/${MOZILLA}/content/nsIFIXptr.h
include/${MOZILLA}/content/nsIForm.h
include/${MOZILLA}/content/nsIFormControl.h
include/${MOZILLA}/content/nsIFormSubmission.h
+include/${MOZILLA}/content/nsIFrameLoader.h
+include/${MOZILLA}/content/nsIFrameSetElement.h
include/${MOZILLA}/content/nsIHTMLCSSStyleSheet.h
+include/${MOZILLA}/content/nsIHTMLContent.h
include/${MOZILLA}/content/nsIHTMLContentContainer.h
include/${MOZILLA}/content/nsIHTMLDocument.h
include/${MOZILLA}/content/nsIHTMLTableCellElement.h
include/${MOZILLA}/content/nsIHTMLTableColElement.h
include/${MOZILLA}/content/nsIHTMLToTextSink.h
+include/${MOZILLA}/content/nsIImageDocument.h
+include/${MOZILLA}/content/nsIImageLoadingContent.h
include/${MOZILLA}/content/nsIInspectorCSSUtils.h
include/${MOZILLA}/content/nsILink.h
include/${MOZILLA}/content/nsIMediaList.h
+include/${MOZILLA}/content/nsIModifyableXPointer.h
include/${MOZILLA}/content/nsINameSpace.h
include/${MOZILLA}/content/nsINameSpaceManager.h
include/${MOZILLA}/content/nsINodeInfo.h
include/${MOZILLA}/content/nsIOptionElement.h
+include/${MOZILLA}/content/nsIPhonetic.h
include/${MOZILLA}/content/nsIPrintProgress.h
include/${MOZILLA}/content/nsIPrintProgressParams.h
include/${MOZILLA}/content/nsIPrintStatusFeedback.h
@@ -764,12 +813,15 @@ include/${MOZILLA}/content/nsIPrivateDOMImplementation.h
include/${MOZILLA}/content/nsIPrivateTextEvent.h
include/${MOZILLA}/content/nsIPrivateTextRange.h
include/${MOZILLA}/content/nsIRadioControlElement.h
+include/${MOZILLA}/content/nsIRadioGroupContainer.h
include/${MOZILLA}/content/nsIRadioVisitor.h
include/${MOZILLA}/content/nsIRangeUtils.h
include/${MOZILLA}/content/nsISVGAttribute.h
include/${MOZILLA}/content/nsISVGStyleValue.h
include/${MOZILLA}/content/nsISVGValue.h
include/${MOZILLA}/content/nsIScriptElement.h
+include/${MOZILLA}/content/nsIScriptEventHandler.h
+include/${MOZILLA}/content/nsIScriptEventManager.h
include/${MOZILLA}/content/nsIScriptLoader.h
include/${MOZILLA}/content/nsIScriptLoaderObserver.h
include/${MOZILLA}/content/nsISelectElement.h
@@ -784,22 +836,21 @@ include/${MOZILLA}/content/nsIStyleRuleSupplier.h
include/${MOZILLA}/content/nsIStyleSheet.h
include/${MOZILLA}/content/nsIStyleSheetLinkingElement.h
include/${MOZILLA}/content/nsIStyledContent.h
+include/${MOZILLA}/content/nsISyncLoadDOMService.h
include/${MOZILLA}/content/nsITextAreaElement.h
include/${MOZILLA}/content/nsITextContent.h
include/${MOZILLA}/content/nsITextControlElement.h
-include/${MOZILLA}/content/nsITransformMediator.h
-include/${MOZILLA}/content/nsITransformObserver.h
include/${MOZILLA}/content/nsIWyciwygChannel.h
include/${MOZILLA}/content/nsIXBLBinding.h
-include/${MOZILLA}/content/nsIXBLBindingAttachedHandler.h
include/${MOZILLA}/content/nsIXBLDocumentInfo.h
-include/${MOZILLA}/content/nsIXBLInsertionPoint.h
-include/${MOZILLA}/content/nsIXBLPrototypeBinding.h
-include/${MOZILLA}/content/nsIXBLPrototypeHandler.h
include/${MOZILLA}/content/nsIXBLService.h
include/${MOZILLA}/content/nsIXMLContent.h
include/${MOZILLA}/content/nsIXMLContentSink.h
-include/${MOZILLA}/content/nsIXMLDocument.h
+include/${MOZILLA}/content/nsIXPathEvaluatorInternal.h
+include/${MOZILLA}/content/nsIXPointer.h
+include/${MOZILLA}/content/nsIXSLTException.h
+include/${MOZILLA}/content/nsIXSLTProcessor.h
+include/${MOZILLA}/content/nsIXSLTProcessorObsolete.h
include/${MOZILLA}/content/nsImageMapUtils.h
include/${MOZILLA}/content/nsLayoutAtomList.h
include/${MOZILLA}/content/nsLayoutAtoms.h
@@ -808,8 +859,10 @@ include/${MOZILLA}/content/nsRuleNode.h
include/${MOZILLA}/content/nsRuleWalker.h
include/${MOZILLA}/content/nsSVGAtomList.h
include/${MOZILLA}/content/nsSVGAtoms.h
+include/${MOZILLA}/content/nsStyleContext.h
include/${MOZILLA}/content/nsStyleCoord.h
include/${MOZILLA}/content/nsStyleStruct.h
+include/${MOZILLA}/content/nsStyleStructList.h
include/${MOZILLA}/content/nsStyleUtil.h
include/${MOZILLA}/content/nsTextFragment.h
include/${MOZILLA}/content/nsXBLAtomList.h
@@ -820,8 +873,12 @@ include/${MOZILLA}/cookie/nsCCookie.h
include/${MOZILLA}/cookie/nsCCookieManager.h
include/${MOZILLA}/cookie/nsCookieHTTPNotify.h
include/${MOZILLA}/cookie/nsICookie.h
+include/${MOZILLA}/cookie/nsICookieAcceptDialog.h
include/${MOZILLA}/cookie/nsICookieConsent.h
include/${MOZILLA}/cookie/nsICookieManager.h
+include/${MOZILLA}/cookie/nsICookieManager2.h
+include/${MOZILLA}/cookie/nsICookiePermission.h
+include/${MOZILLA}/cookie/nsICookiePromptService.h
include/${MOZILLA}/cookie/nsIImgManager.h
include/${MOZILLA}/cookie/nsIPermission.h
include/${MOZILLA}/cookie/nsIPermissionManager.h
@@ -852,6 +909,8 @@ include/${MOZILLA}/dom/domstubs.h
include/${MOZILLA}/dom/nsDOMCID.h
include/${MOZILLA}/dom/nsDOMError.h
include/${MOZILLA}/dom/nsIBaseDOMException.h
+include/${MOZILLA}/dom/nsIDOM3DocumentEvent.h
+include/${MOZILLA}/dom/nsIDOM3EventTarget.h
include/${MOZILLA}/dom/nsIDOM3Node.h
include/${MOZILLA}/dom/nsIDOMAbstractView.h
include/${MOZILLA}/dom/nsIDOMAttr.h
@@ -872,6 +931,7 @@ include/${MOZILLA}/dom/nsIDOMCSSStyleRule.h
include/${MOZILLA}/dom/nsIDOMCSSStyleSheet.h
include/${MOZILLA}/dom/nsIDOMCSSUnknownRule.h
include/${MOZILLA}/dom/nsIDOMCSSValue.h
+include/${MOZILLA}/dom/nsIDOMCSSValueList.h
include/${MOZILLA}/dom/nsIDOMCharacterData.h
include/${MOZILLA}/dom/nsIDOMChromeWindow.h
include/${MOZILLA}/dom/nsIDOMClassInfo.h
@@ -880,6 +940,7 @@ include/${MOZILLA}/dom/nsIDOMCompositionListener.h
include/${MOZILLA}/dom/nsIDOMContextMenuListener.h
include/${MOZILLA}/dom/nsIDOMCounter.h
include/${MOZILLA}/dom/nsIDOMCrypto.h
+include/${MOZILLA}/dom/nsIDOMCustomEvent.h
include/${MOZILLA}/dom/nsIDOMDOMException.h
include/${MOZILLA}/dom/nsIDOMDOMImplementation.h
include/${MOZILLA}/dom/nsIDOMDocument.h
@@ -898,7 +959,7 @@ include/${MOZILLA}/dom/nsIDOMElementCSSInlineStyle.h
include/${MOZILLA}/dom/nsIDOMEntity.h
include/${MOZILLA}/dom/nsIDOMEntityReference.h
include/${MOZILLA}/dom/nsIDOMEvent.h
-include/${MOZILLA}/dom/nsIDOMEventCapturer.h
+include/${MOZILLA}/dom/nsIDOMEventGroup.h
include/${MOZILLA}/dom/nsIDOMEventListener.h
include/${MOZILLA}/dom/nsIDOMEventReceiver.h
include/${MOZILLA}/dom/nsIDOMEventTarget.h
@@ -944,6 +1005,7 @@ include/${MOZILLA}/dom/nsIDOMHTMLOListElement.h
include/${MOZILLA}/dom/nsIDOMHTMLObjectElement.h
include/${MOZILLA}/dom/nsIDOMHTMLOptGroupElement.h
include/${MOZILLA}/dom/nsIDOMHTMLOptionElement.h
+include/${MOZILLA}/dom/nsIDOMHTMLOptionsCollection.h
include/${MOZILLA}/dom/nsIDOMHTMLParagraphElement.h
include/${MOZILLA}/dom/nsIDOMHTMLParamElement.h
include/${MOZILLA}/dom/nsIDOMHTMLPreElement.h
@@ -988,6 +1050,7 @@ include/${MOZILLA}/dom/nsIDOMNSHTMLFrameElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLImageElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLInputElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLOptionCollectn.h
+include/${MOZILLA}/dom/nsIDOMNSHTMLOptionElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLSelectElement.h
include/${MOZILLA}/dom/nsIDOMNSHTMLTextAreaElement.h
include/${MOZILLA}/dom/nsIDOMNSHistory.h
@@ -1006,6 +1069,7 @@ include/${MOZILLA}/dom/nsIDOMPaintListener.h
include/${MOZILLA}/dom/nsIDOMPkcs11.h
include/${MOZILLA}/dom/nsIDOMPlugin.h
include/${MOZILLA}/dom/nsIDOMPluginArray.h
+include/${MOZILLA}/dom/nsIDOMPopupBlockedEvent.h
include/${MOZILLA}/dom/nsIDOMProcessingInstruction.h
include/${MOZILLA}/dom/nsIDOMRGBColor.h
include/${MOZILLA}/dom/nsIDOMRange.h
@@ -1108,19 +1172,18 @@ include/${MOZILLA}/downloadmanager/nsIDownloadManager.h
include/${MOZILLA}/downloadmanager/nsIDownloadProgressListener.h
include/${MOZILLA}/editor/nsEditorCID.h
include/${MOZILLA}/editor/nsICiter.h
+include/${MOZILLA}/editor/nsIContentFilter.h
include/${MOZILLA}/editor/nsIDocumentStateListener.h
include/${MOZILLA}/editor/nsIEditActionListener.h
include/${MOZILLA}/editor/nsIEditor.h
-include/${MOZILLA}/editor/nsIEditorController.h
include/${MOZILLA}/editor/nsIEditorIMESupport.h
include/${MOZILLA}/editor/nsIEditorLogging.h
include/${MOZILLA}/editor/nsIEditorMailSupport.h
include/${MOZILLA}/editor/nsIEditorObserver.h
-include/${MOZILLA}/editor/nsIEditorService.h
-include/${MOZILLA}/editor/nsIEditorShell.h
include/${MOZILLA}/editor/nsIEditorSpellCheck.h
include/${MOZILLA}/editor/nsIEditorStyleSheets.h
include/${MOZILLA}/editor/nsIHTMLEditor.h
+include/${MOZILLA}/editor/nsIHTMLObjectResizer.h
include/${MOZILLA}/editor/nsIPlaintextEditor.h
include/${MOZILLA}/editor/nsITableEditor.h
include/${MOZILLA}/editor/nsIURIRefObject.h
@@ -1129,6 +1192,7 @@ include/${MOZILLA}/embed_base/nsEmbedAPI.h
include/${MOZILLA}/embed_base/nsIWindowCreator.h
include/${MOZILLA}/embed_base/nsIWindowCreator2.h
include/${MOZILLA}/embedcomponents/nsIAppStartupNotifier.h
+include/${MOZILLA}/embedstring/nsEmbedString.h
include/${MOZILLA}/expat/xmlparse.h
include/${MOZILLA}/exthandler/nsCExternalHandlerService.h
include/${MOZILLA}/exthandler/nsExternalHelperAppService.h
@@ -1140,7 +1204,9 @@ include/${MOZILLA}/exthandler/nsOSHelperAppService.h
include/${MOZILLA}/filepicker/nsIFileView.h
include/${MOZILLA}/find/nsIFind.h
include/${MOZILLA}/find/nsIWebBrowserFind.h
-include/${MOZILLA}/gfx/imgScaler.h
+include/${MOZILLA}/gfx/gfxIFormats.h
+include/${MOZILLA}/gfx/gfxIImageFrame.h
+include/${MOZILLA}/gfx/gfxtypes.h
include/${MOZILLA}/gfx/nsColor.h
include/${MOZILLA}/gfx/nsColorNameList.h
include/${MOZILLA}/gfx/nsColorNames.h
@@ -1148,7 +1214,6 @@ include/${MOZILLA}/gfx/nsCompressedCharMap.h
include/${MOZILLA}/gfx/nsCoord.h
include/${MOZILLA}/gfx/nsDeviceContext.h
include/${MOZILLA}/gfx/nsFont.h
-include/${MOZILLA}/gfx/nsFontList.h
include/${MOZILLA}/gfx/nsGfxCIID.h
include/${MOZILLA}/gfx/nsGfxPSCID.h
include/${MOZILLA}/gfx/nsGfxXPrintCID.h
@@ -1161,9 +1226,11 @@ include/${MOZILLA}/gfx/nsIDeviceContextSpecPS.h
include/${MOZILLA}/gfx/nsIDeviceContextSpecXPrint.h
include/${MOZILLA}/gfx/nsIDeviceContextXPrint.h
include/${MOZILLA}/gfx/nsIDrawingSurface.h
+include/${MOZILLA}/gfx/nsIFontCatalogService.h
include/${MOZILLA}/gfx/nsIFontEnumerator.h
include/${MOZILLA}/gfx/nsIFontList.h
include/${MOZILLA}/gfx/nsIFontMetrics.h
+include/${MOZILLA}/gfx/nsIFreeType2.h
include/${MOZILLA}/gfx/nsIGraphics.h
include/${MOZILLA}/gfx/nsIImage.h
include/${MOZILLA}/gfx/nsIPrintOptions.h
@@ -1177,23 +1244,16 @@ include/${MOZILLA}/gfx/nsIScreenManager.h
include/${MOZILLA}/gfx/nsIScriptableRegion.h
include/${MOZILLA}/gfx/nsITheme.h
include/${MOZILLA}/gfx/nsMargin.h
-include/${MOZILLA}/gfx/nsNameValuePairDB.h
include/${MOZILLA}/gfx/nsPoint.h
include/${MOZILLA}/gfx/nsPostScriptObj.h
include/${MOZILLA}/gfx/nsRect.h
-include/${MOZILLA}/gfx/nsRenderingContextImpl.h
-include/${MOZILLA}/gfx/nsRepeater.h
+include/${MOZILLA}/gfx/nsRegion.h
include/${MOZILLA}/gfx/nsSize.h
include/${MOZILLA}/gfx/nsThemeConstants.h
include/${MOZILLA}/gfx/nsTransform2D.h
-include/${MOZILLA}/gfx/xprintutil.h
-include/${MOZILLA}/gfx2/gfx2types.h
-include/${MOZILLA}/gfx2/gfxIFormats.h
-include/${MOZILLA}/gfx2/gfxIImageFrame.h
-include/${MOZILLA}/gfx2/gfxcompat.h
-include/${MOZILLA}/gfx2/gfxtypes.h
include/${MOZILLA}/gtkembedmoz/gtkmozembed.h
include/${MOZILLA}/gtkembedmoz/gtkmozembed_internal.h
+include/${MOZILLA}/gtkxtbin/gtk2xtbin.h
include/${MOZILLA}/gtkxtbin/gtkxtbin.h
include/${MOZILLA}/helperAppDlg/nsIHelperAppLauncherDialog.h
include/${MOZILLA}/htmlparser/nsHTMLTagList.h
@@ -1213,6 +1273,8 @@ include/${MOZILLA}/htmlparser/nsITokenizer.h
include/${MOZILLA}/htmlparser/nsParserCIID.h
include/${MOZILLA}/htmlparser/nsParserError.h
include/${MOZILLA}/htmlparser/nsToken.h
+include/${MOZILLA}/ical/ical.h
+include/${MOZILLA}/icalss/icalss.h
include/${MOZILLA}/imglib2/ImageErrors.h
include/${MOZILLA}/imglib2/ImageLogging.h
include/${MOZILLA}/imglib2/imgICache.h
@@ -1248,9 +1310,23 @@ include/${MOZILLA}/inspector/inIScreenCapturer.h
include/${MOZILLA}/inspector/inISearchObserver.h
include/${MOZILLA}/inspector/inISearchProcess.h
include/${MOZILLA}/intl/nsIStringBundle.h
+include/${MOZILLA}/intl/nsIStringBundleOverride.h
+include/${MOZILLA}/ipcd/ipcIClientObserver.h
+include/${MOZILLA}/ipcd/ipcIClientQueryHandler.h
+include/${MOZILLA}/ipcd/ipcILockNotify.h
+include/${MOZILLA}/ipcd/ipcILockService.h
+include/${MOZILLA}/ipcd/ipcIMessageObserver.h
+include/${MOZILLA}/ipcd/ipcIService.h
+include/${MOZILLA}/ipcd/ipcITransactionObserver.h
+include/${MOZILLA}/ipcd/ipcITransactionService.h
+include/${MOZILLA}/ipcd/ipcMessageReader.h
+include/${MOZILLA}/ipcd/ipcMessageWriter.h
+include/${MOZILLA}/ipcd/ipcModule.h
+include/${MOZILLA}/ipcd/ipcModuleUtil.h
include/${MOZILLA}/jar/nsIJAR.h
include/${MOZILLA}/jar/nsIZipReader.h
include/${MOZILLA}/jar/zipfile.h
+include/${MOZILLA}/jar/zipstruct.h
include/${MOZILLA}/jar/zipstub.h
include/${MOZILLA}/java/bool.h
include/${MOZILLA}/java/interpreter.h
@@ -1265,12 +1341,6 @@ include/${MOZILLA}/java/jri.h
include/${MOZILLA}/java/jri_md.h
include/${MOZILLA}/java/jriext.h
include/${MOZILLA}/java/jritypes.h
-include/${MOZILLA}/java/jsjava.h
-include/${MOZILLA}/java/netscape_javascript_JSException.h
-include/${MOZILLA}/java/netscape_javascript_JSObject.h
-include/${MOZILLA}/java/nsILiveconnect.h
-include/${MOZILLA}/java/nsISecureLiveconnect.h
-include/${MOZILLA}/java/nsISecurityContext.h
include/${MOZILLA}/java/nspr_md.h
include/${MOZILLA}/java/oobj.h
include/${MOZILLA}/java/sysmacros_md.h
@@ -1357,23 +1427,21 @@ include/${MOZILLA}/layout/nsIComboboxControlFrame.h
include/${MOZILLA}/layout/nsIEditorBoxObject.h
include/${MOZILLA}/layout/nsIFocusTracker.h
include/${MOZILLA}/layout/nsIFormControlFrame.h
-include/${MOZILLA}/layout/nsIFormManager.h
include/${MOZILLA}/layout/nsIFormProcessor.h
include/${MOZILLA}/layout/nsIFormSubmitObserver.h
include/${MOZILLA}/layout/nsIFrame.h
include/${MOZILLA}/layout/nsIFrameDebug.h
+include/${MOZILLA}/layout/nsIFrameFrame.h
include/${MOZILLA}/layout/nsIFrameManager.h
include/${MOZILLA}/layout/nsIFrameSelection.h
include/${MOZILLA}/layout/nsIFrameTraversal.h
include/${MOZILLA}/layout/nsIFrameUtil.h
-include/${MOZILLA}/layout/nsIGfxTextControlFrame.h
include/${MOZILLA}/layout/nsIGridPart.h
-include/${MOZILLA}/layout/nsIHTMLContent.h
include/${MOZILLA}/layout/nsIHTMLStyleSheet.h
include/${MOZILLA}/layout/nsIIFrameBoxObject.h
include/${MOZILLA}/layout/nsIImageControlFrame.h
include/${MOZILLA}/layout/nsIImageFrame.h
-include/${MOZILLA}/layout/nsIIndependentSelection.h
+include/${MOZILLA}/layout/nsIImageMap.h
include/${MOZILLA}/layout/nsILayoutDebugger.h
include/${MOZILLA}/layout/nsILayoutHistoryState.h
include/${MOZILLA}/layout/nsILineIterator.h
@@ -1399,19 +1467,20 @@ include/${MOZILLA}/layout/nsIScrollableFrame.h
include/${MOZILLA}/layout/nsIScrollableViewProvider.h
include/${MOZILLA}/layout/nsIScrollbarMediator.h
include/${MOZILLA}/layout/nsISelectControlFrame.h
+include/${MOZILLA}/layout/nsISelectionImageService.h
include/${MOZILLA}/layout/nsIStatefulFrame.h
-include/${MOZILLA}/layout/nsIStyleContext.h
include/${MOZILLA}/layout/nsIStyleFrameConstruction.h
include/${MOZILLA}/layout/nsIStyleSet.h
include/${MOZILLA}/layout/nsITableCellLayout.h
include/${MOZILLA}/layout/nsITableLayout.h
-include/${MOZILLA}/layout/nsITextFrame.h
+include/${MOZILLA}/layout/nsITextControlFrame.h
include/${MOZILLA}/layout/nsITreeBoxObject.h
-include/${MOZILLA}/layout/nsITreeColFrame.h
include/${MOZILLA}/layout/nsITreeContentView.h
include/${MOZILLA}/layout/nsITreeSelection.h
include/${MOZILLA}/layout/nsITreeView.h
include/${MOZILLA}/layout/nsLayoutCID.h
+include/${MOZILLA}/layout/nsLayoutErrors.h
+include/${MOZILLA}/layout/nsLayoutUtils.h
include/${MOZILLA}/layout/nsPIBoxObject.h
include/${MOZILLA}/layout/nsReflowType.h
include/${MOZILLA}/layout/nsStyleChangeList.h
@@ -1468,6 +1537,12 @@ include/${MOZILLA}/libart_lgpl/libart-features.h
include/${MOZILLA}/libart_lgpl/libart.h
include/${MOZILLA}/libreg/NSReg.h
include/${MOZILLA}/libreg/VerReg.h
+include/${MOZILLA}/liveconnect/jsjava.h
+include/${MOZILLA}/liveconnect/netscape_javascript_JSException.h
+include/${MOZILLA}/liveconnect/netscape_javascript_JSObject.h
+include/${MOZILLA}/liveconnect/nsILiveconnect.h
+include/${MOZILLA}/liveconnect/nsISecureLiveconnect.h
+include/${MOZILLA}/liveconnect/nsISecurityContext.h
include/${MOZILLA}/locale/nsCollation.h
include/${MOZILLA}/locale/nsCollationCID.h
include/${MOZILLA}/locale/nsDateTimeFormatCID.h
@@ -1480,6 +1555,7 @@ include/${MOZILLA}/locale/nsILanguageAtom.h
include/${MOZILLA}/locale/nsILanguageAtomService.h
include/${MOZILLA}/locale/nsILocale.h
include/${MOZILLA}/locale/nsILocaleService.h
+include/${MOZILLA}/locale/nsIMacLocale.h
include/${MOZILLA}/locale/nsIOS2Locale.h
include/${MOZILLA}/locale/nsIPosixLocale.h
include/${MOZILLA}/locale/nsIScriptableDateFormat.h
@@ -1490,11 +1566,16 @@ include/${MOZILLA}/lwbrk/nsIBreakState.h
include/${MOZILLA}/lwbrk/nsILineBreaker.h
include/${MOZILLA}/lwbrk/nsILineBreakerFactory.h
include/${MOZILLA}/lwbrk/nsILinearIterator.h
+include/${MOZILLA}/lwbrk/nsISemanticUnitScanner.h
include/${MOZILLA}/lwbrk/nsIWordBreaker.h
include/${MOZILLA}/lwbrk/nsIWordBreakerFactory.h
include/${MOZILLA}/lwbrk/nsLWBrkCIID.h
include/${MOZILLA}/mailnews/MailNewsTypes.h
include/${MOZILLA}/mailnews/MailNewsTypes2.h
+include/${MOZILLA}/mailview/nsIMsgMailView.h
+include/${MOZILLA}/mailview/nsIMsgMailViewList.h
+include/${MOZILLA}/mailview/nsMsgMailViewList.h
+include/${MOZILLA}/mailview/nsMsgMailViewsCID.h
include/${MOZILLA}/mime/comi18n.h
include/${MOZILLA}/mime/mimecont.h
include/${MOZILLA}/mime/mimecth.h
@@ -1517,6 +1598,7 @@ include/${MOZILLA}/mime/nsIMimeObjectClassAccess.h
include/${MOZILLA}/mime/nsIMimeStreamConverter.h
include/${MOZILLA}/mime/nsIMsgHeaderParser.h
include/${MOZILLA}/mime/nsMailHeaders.h
+include/${MOZILLA}/mime/nsMimeContentTypeHandler.h
include/${MOZILLA}/mime/nsMimeConverter.h
include/${MOZILLA}/mime/nsMimeHeaders.h
include/${MOZILLA}/mime/nsMimeObjectClassAccess.h
@@ -1528,10 +1610,10 @@ include/${MOZILLA}/mimeemitter/nsEmitterUtils.h
include/${MOZILLA}/mimeemitter/nsMimeBaseEmitter.h
include/${MOZILLA}/mimeemitter/nsMimeEmitterCID.h
include/${MOZILLA}/mimeemitter/nsMimeHtmlEmitter.h
+include/${MOZILLA}/mimeemitter/nsMimePlainEmitter.h
include/${MOZILLA}/mimeemitter/nsMimeRawEmitter.h
include/${MOZILLA}/mimeemitter/nsMimeRebuffer.h
include/${MOZILLA}/mimeemitter/nsMimeXmlEmitter.h
-include/${MOZILLA}/mimetype/nsIMIMEDataSource.h
include/${MOZILLA}/mimetype/nsIMIMEInfo.h
include/${MOZILLA}/mimetype/nsIMIMEService.h
include/${MOZILLA}/mimetype/nsMimeTypes.h
@@ -1541,6 +1623,7 @@ include/${MOZILLA}/mng/libmng_types.h
include/${MOZILLA}/mork/mdb.h
include/${MOZILLA}/mork/nsIMdbFactoryFactory.h
include/${MOZILLA}/mork/nsMorkCID.h
+include/${MOZILLA}/mozilla-config.h
include/${MOZILLA}/mozldap/nsILDAPBERValue.h
include/${MOZILLA}/mozldap/nsILDAPConnection.h
include/${MOZILLA}/mozldap/nsILDAPErrors.h
@@ -1551,9 +1634,6 @@ include/${MOZILLA}/mozldap/nsILDAPServer.h
include/${MOZILLA}/mozldap/nsILDAPService.h
include/${MOZILLA}/mozldap/nsILDAPURL.h
include/${MOZILLA}/mozldap/nsLDAP.h
-include/${MOZILLA}/mozxfer/nsIStreamTransfer.h
-include/${MOZILLA}/mozxfer/nsIStreamTransferOperation.h
-include/${MOZILLA}/mpfilelocprovider/nsMPFileLocProvider.h
include/${MOZILLA}/msgbase/msgCore.h
include/${MOZILLA}/msgbase/nsCopyMessageStreamListener.h
include/${MOZILLA}/msgbase/nsICopyMessageListener.h
@@ -1574,6 +1654,7 @@ include/${MOZILLA}/msgbase/nsIMsgDBView.h
include/${MOZILLA}/msgbase/nsIMsgFilter.h
include/${MOZILLA}/msgbase/nsIMsgFilterHitNotify.h
include/${MOZILLA}/msgbase/nsIMsgFilterList.h
+include/${MOZILLA}/msgbase/nsIMsgFilterPlugin.h
include/${MOZILLA}/msgbase/nsIMsgFilterService.h
include/${MOZILLA}/msgbase/nsIMsgFolder.h
include/${MOZILLA}/msgbase/nsIMsgFolderCache.h
@@ -1592,6 +1673,7 @@ include/${MOZILLA}/msgbase/nsIMsgOfflineManager.h
include/${MOZILLA}/msgbase/nsIMsgPrintEngine.h
include/${MOZILLA}/msgbase/nsIMsgProgress.h
include/${MOZILLA}/msgbase/nsIMsgProtocolInfo.h
+include/${MOZILLA}/msgbase/nsIMsgPurgeService.h
include/${MOZILLA}/msgbase/nsIMsgRDFDataSource.h
include/${MOZILLA}/msgbase/nsIMsgSearchAdapter.h
include/${MOZILLA}/msgbase/nsIMsgSearchNotify.h
@@ -1607,11 +1689,13 @@ include/${MOZILLA}/msgbase/nsIMsgStringService.h
include/${MOZILLA}/msgbase/nsIMsgThread.h
include/${MOZILLA}/msgbase/nsIMsgVCard.h
include/${MOZILLA}/msgbase/nsIMsgWindow.h
+include/${MOZILLA}/msgbase/nsISpamSettings.h
include/${MOZILLA}/msgbase/nsISubscribableServer.h
include/${MOZILLA}/msgbase/nsIUrlListener.h
include/${MOZILLA}/msgbase/nsIUrlListenerManager.h
include/${MOZILLA}/msgbase/nsMessenger.h
include/${MOZILLA}/msgbase/nsMessengerBootstrap.h
+include/${MOZILLA}/msgbase/nsMessengerContentHandler.h
include/${MOZILLA}/msgbase/nsMessengerMigrator.h
include/${MOZILLA}/msgbase/nsMsgAccount.h
include/${MOZILLA}/msgbase/nsMsgAccountManager.h
@@ -1631,9 +1715,9 @@ include/${MOZILLA}/msgbase/nsMsgHeaderMasks.h
include/${MOZILLA}/msgbase/nsMsgLocalFolderHdrs.h
include/${MOZILLA}/msgbase/nsMsgMailSession.h
include/${MOZILLA}/msgbase/nsMsgMessageFlags.h
-include/${MOZILLA}/msgbase/nsMsgNotificationManager.h
include/${MOZILLA}/msgbase/nsMsgPrintEngine.h
include/${MOZILLA}/msgbase/nsMsgProgress.h
+include/${MOZILLA}/msgbase/nsMsgPurgeService.h
include/${MOZILLA}/msgbase/nsMsgRDFDataSource.h
include/${MOZILLA}/msgbase/nsMsgRDFUtils.h
include/${MOZILLA}/msgbase/nsMsgResultElement.h
@@ -1651,6 +1735,7 @@ include/${MOZILLA}/msgbase/nsStatusBarBiffManager.h
include/${MOZILLA}/msgbase/nsSubscribableServer.h
include/${MOZILLA}/msgbase/nsSubscribeDataSource.h
include/${MOZILLA}/msgbase/nsUrlListenerManager.h
+include/${MOZILLA}/msgbaseutil/nsAdapterEnumerator.h
include/${MOZILLA}/msgbaseutil/nsLocalFolderSummarySpec.h
include/${MOZILLA}/msgbaseutil/nsMsgDBFolder.h
include/${MOZILLA}/msgbaseutil/nsMsgFolder.h
@@ -1735,6 +1820,7 @@ include/${MOZILLA}/msgdb/nsNewsDatabase.h
include/${MOZILLA}/msgimap/nsIIMAPHostSessionList.h
include/${MOZILLA}/msgimap/nsIImapExtensionSink.h
include/${MOZILLA}/msgimap/nsIImapFlagAndUidState.h
+include/${MOZILLA}/msgimap/nsIImapHeaderXferInfo.h
include/${MOZILLA}/msgimap/nsIImapIncomingServer.h
include/${MOZILLA}/msgimap/nsIImapMailFolderSink.h
include/${MOZILLA}/msgimap/nsIImapMessageSink.h
@@ -1824,18 +1910,21 @@ include/${MOZILLA}/msgsmime/nsISMimeJSHelper.h
include/${MOZILLA}/msgsmime/nsMsgComposeSecure.h
include/${MOZILLA}/msgsmime/nsMsgSMIMECID.h
include/${MOZILLA}/msgsmime/nsSMimeJSHelper.h
+include/${MOZILLA}/necko/ftpCore.h
include/${MOZILLA}/necko/mozITXTToHTMLConv.h
+include/${MOZILLA}/necko/necko-config.h
include/${MOZILLA}/necko/netCore.h
include/${MOZILLA}/necko/nsCPasswordManager.h
include/${MOZILLA}/necko/nsCPasswordManagerInternal.h
-include/${MOZILLA}/necko/nsHTTPChunkConv.h
include/${MOZILLA}/necko/nsIAboutModule.h
+include/${MOZILLA}/necko/nsIAsyncStreamCopier.h
include/${MOZILLA}/necko/nsIAuthPrompt.h
-include/${MOZILLA}/necko/nsIAuthenticator.h
+include/${MOZILLA}/necko/nsIBufferedStreams.h
include/${MOZILLA}/necko/nsIByteRangeRequest.h
include/${MOZILLA}/necko/nsICachingChannel.h
include/${MOZILLA}/necko/nsIChannel.h
include/${MOZILLA}/necko/nsICookieService.h
+include/${MOZILLA}/necko/nsICryptoFIPSInfo.h
include/${MOZILLA}/necko/nsIDNSListener.h
include/${MOZILLA}/necko/nsIDNSService.h
include/${MOZILLA}/necko/nsIDataChannel.h
@@ -1843,18 +1932,25 @@ include/${MOZILLA}/necko/nsIDirIndex.h
include/${MOZILLA}/necko/nsIDirIndexListener.h
include/${MOZILLA}/necko/nsIDirectoryListing.h
include/${MOZILLA}/necko/nsIDownloader.h
+include/${MOZILLA}/necko/nsIEncodedChannel.h
+include/${MOZILLA}/necko/nsIExternalProtocolHandler.h
+include/${MOZILLA}/necko/nsIFTPChannel.h
include/${MOZILLA}/necko/nsIFileChannel.h
include/${MOZILLA}/necko/nsIFileProtocolHandler.h
include/${MOZILLA}/necko/nsIFileStreams.h
-include/${MOZILLA}/necko/nsIFileTransportService.h
include/${MOZILLA}/necko/nsIFileURL.h
+include/${MOZILLA}/necko/nsIHttpAuthManager.h
include/${MOZILLA}/necko/nsIHttpAuthenticator.h
include/${MOZILLA}/necko/nsIHttpChannel.h
+include/${MOZILLA}/necko/nsIHttpChannelInternal.h
include/${MOZILLA}/necko/nsIHttpEventSink.h
+include/${MOZILLA}/necko/nsIHttpHeaderVisitor.h
include/${MOZILLA}/necko/nsIHttpNotify.h
include/${MOZILLA}/necko/nsIHttpProtocolHandler.h
include/${MOZILLA}/necko/nsIIDNService.h
include/${MOZILLA}/necko/nsIIOService.h
+include/${MOZILLA}/necko/nsIInputStreamChannel.h
+include/${MOZILLA}/necko/nsIInputStreamPump.h
include/${MOZILLA}/necko/nsIJARChannel.h
include/${MOZILLA}/necko/nsIJARProtocolHandler.h
include/${MOZILLA}/necko/nsIJARURI.h
@@ -1873,7 +1969,6 @@ include/${MOZILLA}/necko/nsIProtocolProxyService.h
include/${MOZILLA}/necko/nsIProxiedProtocolHandler.h
include/${MOZILLA}/necko/nsIProxy.h
include/${MOZILLA}/necko/nsIProxyAutoConfig.h
-include/${MOZILLA}/necko/nsIProxyAutoConfigUtils.h
include/${MOZILLA}/necko/nsIProxyInfo.h
include/${MOZILLA}/necko/nsIRequest.h
include/${MOZILLA}/necko/nsIRequestObserver.h
@@ -1890,9 +1985,7 @@ include/${MOZILLA}/necko/nsISSLSocketProvider.h
include/${MOZILLA}/necko/nsISecretDecoderRing.h
include/${MOZILLA}/necko/nsISecureBrowserUI.h
include/${MOZILLA}/necko/nsISecurityEventSink.h
-include/${MOZILLA}/necko/nsISecurityManagerComponent.h
include/${MOZILLA}/necko/nsISimpleStreamListener.h
-include/${MOZILLA}/necko/nsISimpleStreamProvider.h
include/${MOZILLA}/necko/nsISocketProvider.h
include/${MOZILLA}/necko/nsISocketProviderService.h
include/${MOZILLA}/necko/nsISocketTransport.h
@@ -1900,14 +1993,11 @@ include/${MOZILLA}/necko/nsISocketTransportService.h
include/${MOZILLA}/necko/nsIStandardURL.h
include/${MOZILLA}/necko/nsIStreamConverter.h
include/${MOZILLA}/necko/nsIStreamConverterService.h
-include/${MOZILLA}/necko/nsIStreamIO.h
-include/${MOZILLA}/necko/nsIStreamIOChannel.h
include/${MOZILLA}/necko/nsIStreamListener.h
include/${MOZILLA}/necko/nsIStreamListenerProxy.h
include/${MOZILLA}/necko/nsIStreamListenerTee.h
include/${MOZILLA}/necko/nsIStreamLoader.h
-include/${MOZILLA}/necko/nsIStreamProvider.h
-include/${MOZILLA}/necko/nsIStreamProviderProxy.h
+include/${MOZILLA}/necko/nsIStreamTransportService.h
include/${MOZILLA}/necko/nsITXTToHTMLConv.h
include/${MOZILLA}/necko/nsITransport.h
include/${MOZILLA}/necko/nsITransportSecurityInfo.h
@@ -1915,14 +2005,13 @@ include/${MOZILLA}/necko/nsIURI.h
include/${MOZILLA}/necko/nsIURIChecker.h
include/${MOZILLA}/necko/nsIURL.h
include/${MOZILLA}/necko/nsIURLParser.h
+include/${MOZILLA}/necko/nsIUnicharStreamLoader.h
include/${MOZILLA}/necko/nsIUploadChannel.h
-include/${MOZILLA}/necko/nsIWebFilters.h
include/${MOZILLA}/necko/nsNetCID.h
+include/${MOZILLA}/necko/nsNetError.h
include/${MOZILLA}/necko/nsNetUtil.h
include/${MOZILLA}/necko/nsReadLine.h
include/${MOZILLA}/necko/nsUnixColorPrintf.h
-include/${MOZILLA}/necko2/ftpCore.h
-include/${MOZILLA}/necko2/nsIFTPChannel.h
include/${MOZILLA}/necko2/nsIViewSourceChannel.h
include/${MOZILLA}/nkcache/nsCacheService.h
include/${MOZILLA}/nkcache/nsICache.h
@@ -1934,7 +2023,6 @@ include/${MOZILLA}/nkcache/nsICacheVisitor.h
include/${MOZILLA}/nsBuildID.h
include/${MOZILLA}/nspr/md/_aix.h
include/${MOZILLA}/nspr/md/_aix32.cfg
-include/${MOZILLA}/nspr/md/_aix32in6.cfg
include/${MOZILLA}/nspr/md/_aix64.cfg
include/${MOZILLA}/nspr/md/_beos.cfg
include/${MOZILLA}/nspr/md/_beos.h
@@ -2065,6 +2153,7 @@ include/${MOZILLA}/nspr/prwin16.h
include/${MOZILLA}/oji/ProxyJNI.h
include/${MOZILLA}/oji/jvmmgr.h
include/${MOZILLA}/oji/nsIJRIPlugin.h
+include/${MOZILLA}/oji/nsIJVMAuthTools.h
include/${MOZILLA}/oji/nsIJVMConsole.h
include/${MOZILLA}/oji/nsIJVMManager.h
include/${MOZILLA}/oji/nsIJVMPlugin.h
@@ -2080,37 +2169,63 @@ include/${MOZILLA}/oji/nsIThreadManager.h
include/${MOZILLA}/oji/nsJVMManager.h
include/${MOZILLA}/oji/nsJVMPluginTagInfo.h
include/${MOZILLA}/oji/nsjvm.h
+include/${MOZILLA}/p3p/nsIPolicyListener.h
+include/${MOZILLA}/p3p/nsIPolicyReference.h
+include/${MOZILLA}/p3p/nsIPolicyTarget.h
+include/${MOZILLA}/p3p/nsP3PCIID.h
include/${MOZILLA}/pipboot/nsIBufEntropyCollector.h
include/${MOZILLA}/pipboot/nsISSLStatusProvider.h
include/${MOZILLA}/pipboot/nsISecurityWarningDialogs.h
+include/${MOZILLA}/pipnss/nsIASN1Object.h
+include/${MOZILLA}/pipnss/nsIASN1PrintableItem.h
+include/${MOZILLA}/pipnss/nsIASN1Sequence.h
include/${MOZILLA}/pipnss/nsIBadCertListener.h
-include/${MOZILLA}/pipnss/nsICMS.h
+include/${MOZILLA}/pipnss/nsICMSDecoder.h
+include/${MOZILLA}/pipnss/nsICMSEncoder.h
+include/${MOZILLA}/pipnss/nsICMSMessage.h
+include/${MOZILLA}/pipnss/nsICMSMessageErrors.h
include/${MOZILLA}/pipnss/nsICMSSecureMessage.h
+include/${MOZILLA}/pipnss/nsICRLInfo.h
+include/${MOZILLA}/pipnss/nsICRLManager.h
+include/${MOZILLA}/pipnss/nsICertPickDialogs.h
include/${MOZILLA}/pipnss/nsICertSelect.h
include/${MOZILLA}/pipnss/nsICertTree.h
+include/${MOZILLA}/pipnss/nsICertificateDialogs.h
+include/${MOZILLA}/pipnss/nsICipherInfo.h
+include/${MOZILLA}/pipnss/nsIClientAuthDialogs.h
+include/${MOZILLA}/pipnss/nsIDOMCryptoDialogs.h
+include/${MOZILLA}/pipnss/nsIGenKeypairInfoDlg.h
+include/${MOZILLA}/pipnss/nsIHash.h
include/${MOZILLA}/pipnss/nsIKeygenThread.h
-include/${MOZILLA}/pipnss/nsINSSDialogs.h
+include/${MOZILLA}/pipnss/nsINSSCertCache.h
+include/${MOZILLA}/pipnss/nsIOCSPResponder.h
+include/${MOZILLA}/pipnss/nsIPK11Token.h
include/${MOZILLA}/pipnss/nsIPK11TokenDB.h
+include/${MOZILLA}/pipnss/nsIPKCS11Module.h
+include/${MOZILLA}/pipnss/nsIPKCS11ModuleDB.h
include/${MOZILLA}/pipnss/nsIPKCS11Slot.h
+include/${MOZILLA}/pipnss/nsISMimeCert.h
include/${MOZILLA}/pipnss/nsISSLStatus.h
+include/${MOZILLA}/pipnss/nsITokenDialogs.h
+include/${MOZILLA}/pipnss/nsITokenPasswordDialogs.h
include/${MOZILLA}/pipnss/nsIUserCertPicker.h
include/${MOZILLA}/pipnss/nsIX509Cert.h
include/${MOZILLA}/pipnss/nsIX509CertDB.h
+include/${MOZILLA}/pipnss/nsIX509CertValidity.h
include/${MOZILLA}/pippki/nsIASN1Tree.h
include/${MOZILLA}/pippki/nsIPKIParamBlock.h
include/${MOZILLA}/plugin/npapi.h
include/${MOZILLA}/plugin/npupp.h
include/${MOZILLA}/plugin/nsDefaultPlugin.h
+include/${MOZILLA}/plugin/nsIClassicPluginFactory.h
include/${MOZILLA}/plugin/nsICookieStorage.h
include/${MOZILLA}/plugin/nsIEventHandler.h
include/${MOZILLA}/plugin/nsIFileUtilities.h
include/${MOZILLA}/plugin/nsIHTTPHeaderListener.h
-include/${MOZILLA}/plugin/nsIJRILiveConnectPlugInstPeer.h
+include/${MOZILLA}/plugin/nsIJRILiveConnectPIPeer.h
include/${MOZILLA}/plugin/nsIJRILiveConnectPlugin.h
-include/${MOZILLA}/plugin/nsILiveConnectPlugInstPeer.h
-include/${MOZILLA}/plugin/nsILiveConnectPlugin.h
-include/${MOZILLA}/plugin/nsIMalloc.h
include/${MOZILLA}/plugin/nsIPlugin.h
+include/${MOZILLA}/plugin/nsIPluginDocument.h
include/${MOZILLA}/plugin/nsIPluginHost.h
include/${MOZILLA}/plugin/nsIPluginInputStream.h
include/${MOZILLA}/plugin/nsIPluginInstance.h
@@ -2119,24 +2234,21 @@ include/${MOZILLA}/plugin/nsIPluginInstancePeer.h
include/${MOZILLA}/plugin/nsIPluginInstancePeer2.h
include/${MOZILLA}/plugin/nsIPluginManager.h
include/${MOZILLA}/plugin/nsIPluginManager2.h
-include/${MOZILLA}/plugin/nsIPluginStream.h
include/${MOZILLA}/plugin/nsIPluginStreamInfo.h
include/${MOZILLA}/plugin/nsIPluginStreamListener.h
-include/${MOZILLA}/plugin/nsIPluginStreamListener2.h
-include/${MOZILLA}/plugin/nsIPluginStreamPeer.h
-include/${MOZILLA}/plugin/nsIPluginStreamPeer2.h
include/${MOZILLA}/plugin/nsIPluginTagInfo.h
include/${MOZILLA}/plugin/nsIPluginTagInfo2.h
-include/${MOZILLA}/plugin/nsIPluginViewer.h
include/${MOZILLA}/plugin/nsIScriptablePlugin.h
-include/${MOZILLA}/plugin/nsISeekablePluginStreamPeer.h
include/${MOZILLA}/plugin/nsIWindowlessPlugInstPeer.h
include/${MOZILLA}/plugin/nsPIPluginHost.h
+include/${MOZILLA}/plugin/nsPIPluginInstancePeer.h
include/${MOZILLA}/plugin/nsPluginError.h
include/${MOZILLA}/plugin/nsPluginLogging.h
+include/${MOZILLA}/plugin/nsPluginNativeWindow.h
include/${MOZILLA}/plugin/nsPluginsCID.h
include/${MOZILLA}/plugin/nsplugin.h
include/${MOZILLA}/plugin/nsplugindefs.h
+include/${MOZILLA}/plugin/nspluginroot.h
include/${MOZILLA}/pref/nsIPref.h
include/${MOZILLA}/pref/nsIPrefBranch.h
include/${MOZILLA}/pref/nsIPrefBranchInternal.h
@@ -2144,15 +2256,19 @@ include/${MOZILLA}/pref/nsIPrefLocalizedString.h
include/${MOZILLA}/pref/nsIPrefService.h
include/${MOZILLA}/pref/nsIRelativeFilePref.h
include/${MOZILLA}/pref/nsISecurityPref.h
+include/${MOZILLA}/prefetch/nsCPrefetchService.h
+include/${MOZILLA}/prefetch/nsIPrefetchService.h
include/${MOZILLA}/prefmigr/nsIPrefMigration.h
include/${MOZILLA}/prefmigr/nsIPrefMigrationProgress.h
include/${MOZILLA}/prefmigr/nsPrefMigration.h
include/${MOZILLA}/prefmigr/nsPrefMigrationCIDs.h
include/${MOZILLA}/prefmigr/nsPrefMigrationFactory.h
+include/${MOZILLA}/profdirserviceprovider/nsProfileDirServiceProvider.h
include/${MOZILLA}/profile/nsIProfile.h
include/${MOZILLA}/profile/nsIProfileChangeStatus.h
include/${MOZILLA}/profile/nsIProfileInternal.h
include/${MOZILLA}/profile/nsIProfileStartupListener.h
+include/${MOZILLA}/profilesharingsetup/nsIProfileSharingSetup.h
include/${MOZILLA}/progressDlg/nsIProgressDialog.h
include/${MOZILLA}/rdf/nsILocalStore.h
include/${MOZILLA}/rdf/nsIRDFCompositeDataSource.h
@@ -2166,6 +2282,7 @@ include/${MOZILLA}/rdf/nsIRDFInMemoryDataSource.h
include/${MOZILLA}/rdf/nsIRDFLiteral.h
include/${MOZILLA}/rdf/nsIRDFNode.h
include/${MOZILLA}/rdf/nsIRDFObserver.h
+include/${MOZILLA}/rdf/nsIRDFPropagatableDataSource.h
include/${MOZILLA}/rdf/nsIRDFPurgeableDataSource.h
include/${MOZILLA}/rdf/nsIRDFRemoteDataSource.h
include/${MOZILLA}/rdf/nsIRDFResource.h
@@ -2177,7 +2294,6 @@ include/${MOZILLA}/rdf/nsIRDFXMLSource.h
include/${MOZILLA}/rdf/nsRDFCID.h
include/${MOZILLA}/rdf/rdf.h
include/${MOZILLA}/rdfutil/nsRDFResource.h
-include/${MOZILLA}/regviewer/nsIRegistryDataSource.h
include/${MOZILLA}/shistory/nsIHistoryEntry.h
include/${MOZILLA}/shistory/nsISHContainer.h
include/${MOZILLA}/shistory/nsISHEntry.h
@@ -2186,6 +2302,10 @@ include/${MOZILLA}/shistory/nsISHistory.h
include/${MOZILLA}/shistory/nsISHistoryInternal.h
include/${MOZILLA}/shistory/nsISHistoryListener.h
include/${MOZILLA}/sidebar/nsISidebar.h
+include/${MOZILLA}/spellchecker/mozIPersonalDictionary.h
+include/${MOZILLA}/spellchecker/mozISpellCheckingEngine.h
+include/${MOZILLA}/spellchecker/mozISpellI18NManager.h
+include/${MOZILLA}/spellchecker/mozISpellI18NUtil.h
include/${MOZILLA}/string/nsAFlatString.h
include/${MOZILLA}/string/nsASingleFragmentString.h
include/${MOZILLA}/string/nsAString.h
@@ -2215,18 +2335,20 @@ include/${MOZILLA}/string/nsStringFwd.h
include/${MOZILLA}/string/nsStringIterator.h
include/${MOZILLA}/string/nsStringIteratorUtils.h
include/${MOZILLA}/string/nsStringTraits.h
+include/${MOZILLA}/string/nsUTF8Utils.h
include/${MOZILLA}/string/nsXPIDLString.h
-include/${MOZILLA}/transformiix/nsISyncLoader.h
include/${MOZILLA}/txmgr/nsITransaction.h
include/${MOZILLA}/txmgr/nsITransactionList.h
include/${MOZILLA}/txmgr/nsITransactionListener.h
include/${MOZILLA}/txmgr/nsITransactionManager.h
include/${MOZILLA}/txmgr/nsTransactionManagerCID.h
-include/${MOZILLA}/txtsvc/nsIFindAndReplace.h
include/${MOZILLA}/txtsvc/nsISpellChecker.h
include/${MOZILLA}/txtsvc/nsITextService.h
include/${MOZILLA}/txtsvc/nsITextServicesDocument.h
+include/${MOZILLA}/txtsvc/nsITextServicesFilter.h
include/${MOZILLA}/txtsvc/nsTextServicesCID.h
+include/${MOZILLA}/typeaheadfind/nsITypeAheadFind.h
+include/${MOZILLA}/ucnative/nsINativeUConvService.h
include/${MOZILLA}/uconv/nsICharRepresentable.h
include/${MOZILLA}/uconv/nsICharsetAlias.h
include/${MOZILLA}/uconv/nsICharsetConverterManager.h
@@ -2251,7 +2373,6 @@ include/${MOZILLA}/ucvlatin/nsUCvLatinCID.h
include/${MOZILLA}/ucvmath/nsUCvMathCID.h
include/${MOZILLA}/ucvtw/nsUCvTWCID.h
include/${MOZILLA}/ucvtw2/nsUCvTW2CID.h
-include/${MOZILLA}/unicharutil/nsArabicBasicLToPFormBVCID.h
include/${MOZILLA}/unicharutil/nsHankakuToZenkakuCID.h
include/${MOZILLA}/unicharutil/nsICaseConversion.h
include/${MOZILLA}/unicharutil/nsIEntityConverter.h
@@ -2260,6 +2381,7 @@ include/${MOZILLA}/unicharutil/nsISaveAsCharset.h
include/${MOZILLA}/unicharutil/nsITextTransform.h
include/${MOZILLA}/unicharutil/nsIUGenCategory.h
include/${MOZILLA}/unicharutil/nsIUGenDetailCategory.h
+include/${MOZILLA}/unicharutil/nsIUnicodeNormalizer.h
include/${MOZILLA}/unicharutil/nsUnicharUtilCIID.h
include/${MOZILLA}/unicharutil/nsUnicharUtils.h
include/${MOZILLA}/uriloader/nsCURILoader.h
@@ -2297,6 +2419,7 @@ include/${MOZILLA}/webbrwsr/nsCTooltipTextProvider.h
include/${MOZILLA}/webbrwsr/nsCWebBrowser.h
include/${MOZILLA}/webbrwsr/nsICommandHandler.h
include/${MOZILLA}/webbrwsr/nsIContextMenuListener.h
+include/${MOZILLA}/webbrwsr/nsIContextMenuListener2.h
include/${MOZILLA}/webbrwsr/nsIEmbeddingSiteWindow.h
include/${MOZILLA}/webbrwsr/nsIEmbeddingSiteWindow2.h
include/${MOZILLA}/webbrwsr/nsIPrintingPrompt.h
@@ -2317,6 +2440,35 @@ include/${MOZILLA}/webshell/nsILinkHandler.h
include/${MOZILLA}/webshell/nsIRefreshURI.h
include/${MOZILLA}/webshell/nsIWebShell.h
include/${MOZILLA}/webshell/nsIWebShellServices.h
+include/${MOZILLA}/websrvcs/nsIGenericInterfaceInfoSet.h
+include/${MOZILLA}/websrvcs/nsIInterfaceInfoToIDL.h
+include/${MOZILLA}/websrvcs/nsISOAPAttachments.h
+include/${MOZILLA}/websrvcs/nsISOAPBlock.h
+include/${MOZILLA}/websrvcs/nsISOAPCall.h
+include/${MOZILLA}/websrvcs/nsISOAPCallCompletion.h
+include/${MOZILLA}/websrvcs/nsISOAPDecoder.h
+include/${MOZILLA}/websrvcs/nsISOAPEncoder.h
+include/${MOZILLA}/websrvcs/nsISOAPEncoding.h
+include/${MOZILLA}/websrvcs/nsISOAPFault.h
+include/${MOZILLA}/websrvcs/nsISOAPHeaderBlock.h
+include/${MOZILLA}/websrvcs/nsISOAPMessage.h
+include/${MOZILLA}/websrvcs/nsISOAPParameter.h
+include/${MOZILLA}/websrvcs/nsISOAPPropertyBagMutator.h
+include/${MOZILLA}/websrvcs/nsISOAPResponse.h
+include/${MOZILLA}/websrvcs/nsISOAPResponseListener.h
+include/${MOZILLA}/websrvcs/nsISOAPService.h
+include/${MOZILLA}/websrvcs/nsISOAPServiceRegistry.h
+include/${MOZILLA}/websrvcs/nsISOAPTransport.h
+include/${MOZILLA}/websrvcs/nsISOAPTransportListener.h
+include/${MOZILLA}/websrvcs/nsISchema.h
+include/${MOZILLA}/websrvcs/nsISchemaLoader.h
+include/${MOZILLA}/websrvcs/nsIScriptableInterfaceInfo.h
+include/${MOZILLA}/websrvcs/nsIWSDL.h
+include/${MOZILLA}/websrvcs/nsIWSDLLoader.h
+include/${MOZILLA}/websrvcs/nsIWSDLSOAPBinding.h
+include/${MOZILLA}/websrvcs/nsIWSPInterfaceInfoService.h
+include/${MOZILLA}/websrvcs/nsIWebScriptsAccessService.h
+include/${MOZILLA}/websrvcs/nsIWebServiceProxy.h
include/${MOZILLA}/widget/gdksuperwin.h
include/${MOZILLA}/widget/gtkmozarea.h
include/${MOZILLA}/widget/gtkmozbox.h
@@ -2328,6 +2480,8 @@ include/${MOZILLA}/widget/nsIBidiKeyboard.h
include/${MOZILLA}/widget/nsIButton.h
include/${MOZILLA}/widget/nsICheckButton.h
include/${MOZILLA}/widget/nsIClipboard.h
+include/${MOZILLA}/widget/nsIClipboardDragDropHookList.h
+include/${MOZILLA}/widget/nsIClipboardDragDropHooks.h
include/${MOZILLA}/widget/nsIClipboardHelper.h
include/${MOZILLA}/widget/nsIClipboardOwner.h
include/${MOZILLA}/widget/nsIDragService.h
@@ -2350,9 +2504,9 @@ include/${MOZILLA}/widget/nsIMenuListener.h
include/${MOZILLA}/widget/nsIMenuRollup.h
include/${MOZILLA}/widget/nsIMouseListener.h
include/${MOZILLA}/widget/nsINativeScrollbar.h
+include/${MOZILLA}/widget/nsIPluginWidget.h
include/${MOZILLA}/widget/nsIPopUpMenu.h
include/${MOZILLA}/widget/nsIRollupListener.h
-include/${MOZILLA}/widget/nsIScrollbar.h
include/${MOZILLA}/widget/nsISound.h
include/${MOZILLA}/widget/nsITextWidget.h
include/${MOZILLA}/widget/nsIToolkit.h
@@ -2376,43 +2530,28 @@ include/${MOZILLA}/xml-rpc/nsIXmlRpcClient.h
include/${MOZILLA}/xml-rpc/nsIXmlRpcClientListener.h
include/${MOZILLA}/xmlextras/nsIDOMParser.h
include/${MOZILLA}/xmlextras/nsIDOMSerializer.h
-include/${MOZILLA}/xmlextras/nsISOAPAttachments.h
-include/${MOZILLA}/xmlextras/nsISOAPBlock.h
-include/${MOZILLA}/xmlextras/nsISOAPCall.h
-include/${MOZILLA}/xmlextras/nsISOAPCallCompletion.h
-include/${MOZILLA}/xmlextras/nsISOAPDecoder.h
-include/${MOZILLA}/xmlextras/nsISOAPEncoder.h
-include/${MOZILLA}/xmlextras/nsISOAPEncoding.h
-include/${MOZILLA}/xmlextras/nsISOAPFault.h
-include/${MOZILLA}/xmlextras/nsISOAPHeaderBlock.h
-include/${MOZILLA}/xmlextras/nsISOAPMessage.h
-include/${MOZILLA}/xmlextras/nsISOAPParameter.h
-include/${MOZILLA}/xmlextras/nsISOAPPropertyBagMutator.h
-include/${MOZILLA}/xmlextras/nsISOAPResponse.h
-include/${MOZILLA}/xmlextras/nsISOAPResponseListener.h
-include/${MOZILLA}/xmlextras/nsISOAPService.h
-include/${MOZILLA}/xmlextras/nsISOAPServiceRegistry.h
-include/${MOZILLA}/xmlextras/nsISOAPTransport.h
-include/${MOZILLA}/xmlextras/nsISOAPTransportListener.h
-include/${MOZILLA}/xmlextras/nsISchema.h
-include/${MOZILLA}/xmlextras/nsISchemaLoader.h
include/${MOZILLA}/xmlextras/nsIXMLHttpRequest.h
-include/${MOZILLA}/xp_path.h
-include/${MOZILLA}/xp_str.h
-include/${MOZILLA}/xpcom/nsAVLTree.h
include/${MOZILLA}/xpcom/nsAgg.h
include/${MOZILLA}/xpcom/nsAppDirectoryServiceDefs.h
+include/${MOZILLA}/xpcom/nsArray.h
+include/${MOZILLA}/xpcom/nsArrayEnumerator.h
include/${MOZILLA}/xpcom/nsAtomService.h
include/${MOZILLA}/xpcom/nsAutoLock.h
+include/${MOZILLA}/xpcom/nsAutoPtr.h
+include/${MOZILLA}/xpcom/nsBaseHashtable.h
+include/${MOZILLA}/xpcom/nsCOMArray.h
include/${MOZILLA}/xpcom/nsCOMPtr.h
include/${MOZILLA}/xpcom/nsCRT.h
include/${MOZILLA}/xpcom/nsCWeakReference.h
include/${MOZILLA}/xpcom/nsCategoryManagerUtils.h
+include/${MOZILLA}/xpcom/nsCheapSets.h
+include/${MOZILLA}/xpcom/nsClassHashtable.h
include/${MOZILLA}/xpcom/nsCom.h
include/${MOZILLA}/xpcom/nsComObsolete.h
include/${MOZILLA}/xpcom/nsComponentManagerObsolete.h
include/${MOZILLA}/xpcom/nsComponentManagerUtils.h
include/${MOZILLA}/xpcom/nsCppSharedAllocator.h
+include/${MOZILLA}/xpcom/nsDataHashtable.h
include/${MOZILLA}/xpcom/nsDebug.h
include/${MOZILLA}/xpcom/nsDeque.h
include/${MOZILLA}/xpcom/nsDirectoryService.h
@@ -2422,27 +2561,31 @@ include/${MOZILLA}/xpcom/nsDoubleHashtable.h
include/${MOZILLA}/xpcom/nsEnumeratorUtils.h
include/${MOZILLA}/xpcom/nsError.h
include/${MOZILLA}/xpcom/nsEscape.h
+include/${MOZILLA}/xpcom/nsEventQueueUtils.h
include/${MOZILLA}/xpcom/nsFastLoadPtr.h
include/${MOZILLA}/xpcom/nsFastLoadService.h
-include/${MOZILLA}/xpcom/nsFileSpec.h
-include/${MOZILLA}/xpcom/nsFileStream.h
include/${MOZILLA}/xpcom/nsFixedSizeAllocator.h
include/${MOZILLA}/xpcom/nsGenericFactory.h
+include/${MOZILLA}/xpcom/nsHashKeys.h
+include/${MOZILLA}/xpcom/nsHashSets.h
include/${MOZILLA}/xpcom/nsHashtable.h
include/${MOZILLA}/xpcom/nsHashtableEnumerator.h
include/${MOZILLA}/xpcom/nsIAllocator.h
include/${MOZILLA}/xpcom/nsIArena.h
+include/${MOZILLA}/xpcom/nsIArray.h
+include/${MOZILLA}/xpcom/nsIAsyncInputStream.h
+include/${MOZILLA}/xpcom/nsIAsyncOutputStream.h
include/${MOZILLA}/xpcom/nsIAtom.h
include/${MOZILLA}/xpcom/nsIAtomService.h
include/${MOZILLA}/xpcom/nsIBinaryInputStream.h
include/${MOZILLA}/xpcom/nsIBinaryOutputStream.h
include/${MOZILLA}/xpcom/nsIByteArrayInputStream.h
include/${MOZILLA}/xpcom/nsIByteBuffer.h
-include/${MOZILLA}/xpcom/nsICategoryHandler.h
include/${MOZILLA}/xpcom/nsICategoryManager.h
include/${MOZILLA}/xpcom/nsIClassInfo.h
include/${MOZILLA}/xpcom/nsICollection.h
include/${MOZILLA}/xpcom/nsIComponentLoader.h
+include/${MOZILLA}/xpcom/nsIComponentLoaderManager.h
include/${MOZILLA}/xpcom/nsIComponentManager.h
include/${MOZILLA}/xpcom/nsIComponentManagerObsolete.h
include/${MOZILLA}/xpcom/nsIComponentRegistrar.h
@@ -2461,8 +2604,6 @@ include/${MOZILLA}/xpcom/nsIFactory.h
include/${MOZILLA}/xpcom/nsIFastLoadFileControl.h
include/${MOZILLA}/xpcom/nsIFastLoadService.h
include/${MOZILLA}/xpcom/nsIFile.h
-include/${MOZILLA}/xpcom/nsIFileSpec.h
-include/${MOZILLA}/xpcom/nsIFileStream.h
include/${MOZILLA}/xpcom/nsIGenericFactory.h
include/${MOZILLA}/xpcom/nsIID.h
include/${MOZILLA}/xpcom/nsIInputStream.h
@@ -2476,10 +2617,9 @@ include/${MOZILLA}/xpcom/nsILocalFile.h
include/${MOZILLA}/xpcom/nsIMemory.h
include/${MOZILLA}/xpcom/nsIModule.h
include/${MOZILLA}/xpcom/nsIMultiplexInputStream.h
+include/${MOZILLA}/xpcom/nsINativeComponentLoader.h
include/${MOZILLA}/xpcom/nsIObjectInputStream.h
include/${MOZILLA}/xpcom/nsIObjectOutputStream.h
-include/${MOZILLA}/xpcom/nsIObservableInputStream.h
-include/${MOZILLA}/xpcom/nsIObservableOutputStream.h
include/${MOZILLA}/xpcom/nsIObserver.h
include/${MOZILLA}/xpcom/nsIObserverService.h
include/${MOZILLA}/xpcom/nsIOutputStream.h
@@ -2491,20 +2631,19 @@ include/${MOZILLA}/xpcom/nsIProperties.h
include/${MOZILLA}/xpcom/nsIPropertyBag.h
include/${MOZILLA}/xpcom/nsIProxyCreateInstance.h
include/${MOZILLA}/xpcom/nsIProxyObjectManager.h
-include/${MOZILLA}/xpcom/nsIRegistry.h
-include/${MOZILLA}/xpcom/nsIRegistryUtils.h
+include/${MOZILLA}/xpcom/nsIRecyclingAllocator.h
include/${MOZILLA}/xpcom/nsIRunnable.h
include/${MOZILLA}/xpcom/nsIScriptableInputStream.h
-include/${MOZILLA}/xpcom/nsIScriptableTimer.h
include/${MOZILLA}/xpcom/nsISeekableStream.h
include/${MOZILLA}/xpcom/nsISerializable.h
include/${MOZILLA}/xpcom/nsIServiceManager.h
include/${MOZILLA}/xpcom/nsIServiceManagerObsolete.h
include/${MOZILLA}/xpcom/nsIServiceManagerUtils.h
include/${MOZILLA}/xpcom/nsISimpleEnumerator.h
-include/${MOZILLA}/xpcom/nsISizeOfHandler.h
include/${MOZILLA}/xpcom/nsIStorageStream.h
include/${MOZILLA}/xpcom/nsIStreamBufferAccess.h
+include/${MOZILLA}/xpcom/nsIStringEnumerator.h
+include/${MOZILLA}/xpcom/nsIStringService.h
include/${MOZILLA}/xpcom/nsIStringStream.h
include/${MOZILLA}/xpcom/nsISupports.h
include/${MOZILLA}/xpcom/nsISupportsArray.h
@@ -2518,7 +2657,7 @@ include/${MOZILLA}/xpcom/nsIThread.h
include/${MOZILLA}/xpcom/nsIThreadPool.h
include/${MOZILLA}/xpcom/nsITimelineService.h
include/${MOZILLA}/xpcom/nsITimer.h
-include/${MOZILLA}/xpcom/nsITimerCallback.h
+include/${MOZILLA}/xpcom/nsITimerInternal.h
include/${MOZILLA}/xpcom/nsITimerManager.h
include/${MOZILLA}/xpcom/nsIUnicharBuffer.h
include/${MOZILLA}/xpcom/nsIUnicharInputStream.h
@@ -2527,10 +2666,13 @@ include/${MOZILLA}/xpcom/nsIWeakReference.h
include/${MOZILLA}/xpcom/nsIWeakReferenceUtils.h
include/${MOZILLA}/xpcom/nsIXPTLoader.h
include/${MOZILLA}/xpcom/nsInt64.h
+include/${MOZILLA}/xpcom/nsInterfaceHashtable.h
include/${MOZILLA}/xpcom/nsLinebreakConverter.h
include/${MOZILLA}/xpcom/nsLocalFile.h
include/${MOZILLA}/xpcom/nsLocalFileUnix.h
include/${MOZILLA}/xpcom/nsMemory.h
+include/${MOZILLA}/xpcom/nsMultiplexInputStream.h
+include/${MOZILLA}/xpcom/nsNativeCharsetUtils.h
include/${MOZILLA}/xpcom/nsNativeComponentLoader.h
include/${MOZILLA}/xpcom/nsObserverService.h
include/${MOZILLA}/xpcom/nsObsoleteModuleLoading.h
@@ -2541,14 +2683,17 @@ include/${MOZILLA}/xpcom/nsProxyRelease.h
include/${MOZILLA}/xpcom/nsQuickSort.h
include/${MOZILLA}/xpcom/nsRecyclingAllocator.h
include/${MOZILLA}/xpcom/nsScriptableInputStream.h
-include/${MOZILLA}/xpcom/nsSpecialSystemDirectory.h
+include/${MOZILLA}/xpcom/nsStaticAtom.h
include/${MOZILLA}/xpcom/nsStaticComponent.h
include/${MOZILLA}/xpcom/nsStaticNameTable.h
-include/${MOZILLA}/xpcom/nsStatistics.h
include/${MOZILLA}/xpcom/nsStorageStream.h
+include/${MOZILLA}/xpcom/nsStreamUtils.h
+include/${MOZILLA}/xpcom/nsStringEnumerator.h
include/${MOZILLA}/xpcom/nsStringIO.h
+include/${MOZILLA}/xpcom/nsStringStream.h
include/${MOZILLA}/xpcom/nsSupportsArray.h
include/${MOZILLA}/xpcom/nsSupportsPrimitives.h
+include/${MOZILLA}/xpcom/nsTHashtable.h
include/${MOZILLA}/xpcom/nsTextFormatter.h
include/${MOZILLA}/xpcom/nsTime.h
include/${MOZILLA}/xpcom/nsTraceRefcnt.h
@@ -2560,7 +2705,8 @@ include/${MOZILLA}/xpcom/nsVoidArray.h
include/${MOZILLA}/xpcom/nsWeakPtr.h
include/${MOZILLA}/xpcom/nsWeakReference.h
include/${MOZILLA}/xpcom/nsXPCOM.h
-include/${MOZILLA}/xpcom/nsXPComFactory.h
+include/${MOZILLA}/xpcom/nsXPCOMCID.h
+include/${MOZILLA}/xpcom/nsXPCOMGlue.h
include/${MOZILLA}/xpcom/nscore.h
include/${MOZILLA}/xpcom/nsrootidl.h
include/${MOZILLA}/xpcom/pldhash.h
@@ -2574,6 +2720,14 @@ include/${MOZILLA}/xpcom/xptcall.h
include/${MOZILLA}/xpcom/xptcstubsdecl.inc
include/${MOZILLA}/xpcom/xptcstubsdef.inc
include/${MOZILLA}/xpcom/xptinfo.h
+include/${MOZILLA}/xpcom_obsolete/nsFileSpec.h
+include/${MOZILLA}/xpcom_obsolete/nsFileStream.h
+include/${MOZILLA}/xpcom_obsolete/nsIFileSpec.h
+include/${MOZILLA}/xpcom_obsolete/nsIFileStream.h
+include/${MOZILLA}/xpcom_obsolete/nsIRegistry.h
+include/${MOZILLA}/xpcom_obsolete/nsIRegistryUtils.h
+include/${MOZILLA}/xpcom_obsolete/nsSpecialSystemDirectory.h
+include/${MOZILLA}/xpconnect/XPCIDispatch.h
include/${MOZILLA}/xpconnect/mozIJSSubScriptLoader.h
include/${MOZILLA}/xpconnect/nsIJSContextStack.h
include/${MOZILLA}/xpconnect/nsIJSRuntimeService.h
@@ -2594,10 +2748,12 @@ include/${MOZILLA}/xpinstall/nsISoftwareUpdate.h
include/${MOZILLA}/xpinstall/nsIXPIDialogService.h
include/${MOZILLA}/xpinstall/nsIXPINotifier.h
include/${MOZILLA}/xpinstall/nsIXPIProgressDialog.h
+include/${MOZILLA}/xpinstall/nsPICertNotification.h
include/${MOZILLA}/xpinstall/nsPIXPIProxy.h
include/${MOZILLA}/xpinstall/nsPIXPIStubHook.h
include/${MOZILLA}/xpinstall/nsSoftwareUpdateIIDs.h
include/${MOZILLA}/xpinstall/nsXPITriggerInfo.h
+include/${MOZILLA}/xprintutil/xprintutil.h
include/${MOZILLA}/xremoteservice/nsIXRemoteService.h
include/${MOZILLA}/xul/nsIXULContent.h
include/${MOZILLA}/xul/nsIXULPopupListener.h
@@ -2607,6 +2763,7 @@ include/${MOZILLA}/xuldoc/nsIXULContentSink.h
include/${MOZILLA}/xuldoc/nsIXULDocument.h
include/${MOZILLA}/xuldoc/nsIXULPrototypeCache.h
include/${MOZILLA}/xuldoc/nsIXULPrototypeDocument.h
+include/${MOZILLA}/xultmpl/nsIXULBuilderListener.h
include/${MOZILLA}/xultmpl/nsIXULSortService.h
include/${MOZILLA}/xultmpl/nsIXULTemplateBuilder.h
include/${MOZILLA}/zlib/zconf.h
@@ -2614,15 +2771,15 @@ include/${MOZILLA}/zlib/zlib.h
@comment end INCLUDE
@exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom
@exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regchrome
-@unexec rm %D/lib/${MOZILLA}/component.reg
-@unexec rm %D/lib/${MOZILLA}/chrome/chrome.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/communicator/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/cookie/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/editor/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/messenger/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/inspector/content/overlays.rdf
-@unexec rm %D/lib/${MOZILLA}/components/xpti.dat
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/chrome.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/communicator/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/cookie/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/editor/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/inspector/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/messenger/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf
+@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
+@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator/content
@dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator
@dirrm lib/${MOZILLA}/chrome/overlayinfo/messenger/content
@@ -2644,13 +2801,14 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm lib/${MOZILLA}/res/rdf
@dirrm lib/${MOZILLA}/res/inspector
@dirrm lib/${MOZILLA}/res/html
-@dirrm lib/${MOZILLA}/res/gfx
@dirrm lib/${MOZILLA}/res/fonts
@dirrm lib/${MOZILLA}/res/entityTables
@dirrm lib/${MOZILLA}/res/dtd
@dirrm lib/${MOZILLA}/res/builtin
@dirrm lib/${MOZILLA}/res
@dirrm lib/${MOZILLA}/plugins
+@dirrm lib/${MOZILLA}/ipc/modules
+@dirrm lib/${MOZILLA}/ipc
@dirrm lib/${MOZILLA}/icons
@dirrm lib/${MOZILLA}/defaults/wallet
@dirrm lib/${MOZILLA}/defaults/profile/chrome
@@ -2658,9 +2816,14 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm lib/${MOZILLA}/defaults/profile/US
@dirrm lib/${MOZILLA}/defaults/profile
@dirrm lib/${MOZILLA}/defaults/pref
+@dirrm lib/${MOZILLA}/defaults/messenger/US
+@dirrm lib/${MOZILLA}/defaults/messenger
@dirrm lib/${MOZILLA}/defaults/autoconfig
@dirrm lib/${MOZILLA}/defaults
+@dirrm lib/${MOZILLA}/components/myspell
@dirrm lib/${MOZILLA}/components
+@dirrm lib/${MOZILLA}/chrome/icons/default
+@dirrm lib/${MOZILLA}/chrome/icons
@dirrm lib/${MOZILLA}/chrome
@dirrm lib/${MOZILLA}
@dirrm include/${MOZILLA}/zlib
@@ -2668,14 +2831,17 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm include/${MOZILLA}/xuldoc
@dirrm include/${MOZILLA}/xul
@dirrm include/${MOZILLA}/xremoteservice
+@dirrm include/${MOZILLA}/xprintutil
@dirrm include/${MOZILLA}/xpinstall
@dirrm include/${MOZILLA}/xpconnect
+@dirrm include/${MOZILLA}/xpcom_obsolete
@dirrm include/${MOZILLA}/xpcom
@dirrm include/${MOZILLA}/xmlextras
@dirrm include/${MOZILLA}/xml-rpc
@dirrm include/${MOZILLA}/xlibrgb
@dirrm include/${MOZILLA}/windowwatcher
@dirrm include/${MOZILLA}/widget
+@dirrm include/${MOZILLA}/websrvcs
@dirrm include/${MOZILLA}/webshell
@dirrm include/${MOZILLA}/webbrwsr
@dirrm include/${MOZILLA}/webbrowserpersist
@@ -2694,23 +2860,28 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm include/${MOZILLA}/ucvibm
@dirrm include/${MOZILLA}/ucvcn
@dirrm include/${MOZILLA}/uconv
+@dirrm include/${MOZILLA}/ucnative
+@dirrm include/${MOZILLA}/typeaheadfind
@dirrm include/${MOZILLA}/txtsvc
@dirrm include/${MOZILLA}/txmgr
-@dirrm include/${MOZILLA}/transformiix
@dirrm include/${MOZILLA}/string
+@dirrm include/${MOZILLA}/spellchecker
@dirrm include/${MOZILLA}/sidebar
@dirrm include/${MOZILLA}/shistory
-@dirrm include/${MOZILLA}/regviewer
@dirrm include/${MOZILLA}/rdfutil
@dirrm include/${MOZILLA}/rdf
@dirrm include/${MOZILLA}/progressDlg
+@dirrm include/${MOZILLA}/profilesharingsetup
@dirrm include/${MOZILLA}/profile
+@dirrm include/${MOZILLA}/profdirserviceprovider
@dirrm include/${MOZILLA}/prefmigr
+@dirrm include/${MOZILLA}/prefetch
@dirrm include/${MOZILLA}/pref
@dirrm include/${MOZILLA}/plugin
@dirrm include/${MOZILLA}/pippki
@dirrm include/${MOZILLA}/pipnss
@dirrm include/${MOZILLA}/pipboot
+@dirrm include/${MOZILLA}/p3p
@dirrm include/${MOZILLA}/oji
@dirrm include/${MOZILLA}/nspr/private
@dirrm include/${MOZILLA}/nspr/obsolete
@@ -2728,17 +2899,17 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm include/${MOZILLA}/msgcompose
@dirrm include/${MOZILLA}/msgbaseutil
@dirrm include/${MOZILLA}/msgbase
-@dirrm include/${MOZILLA}/mpfilelocprovider
-@dirrm include/${MOZILLA}/mozxfer
@dirrm include/${MOZILLA}/mozldap
@dirrm include/${MOZILLA}/mork
@dirrm include/${MOZILLA}/mng
@dirrm include/${MOZILLA}/mimetype
@dirrm include/${MOZILLA}/mimeemitter
@dirrm include/${MOZILLA}/mime
+@dirrm include/${MOZILLA}/mailview
@dirrm include/${MOZILLA}/mailnews
@dirrm include/${MOZILLA}/lwbrk
@dirrm include/${MOZILLA}/locale
+@dirrm include/${MOZILLA}/liveconnect
@dirrm include/${MOZILLA}/libreg
@dirrm include/${MOZILLA}/libart_lgpl
@dirrm include/${MOZILLA}/layout
@@ -2748,21 +2919,24 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm include/${MOZILLA}/js
@dirrm include/${MOZILLA}/java
@dirrm include/${MOZILLA}/jar
+@dirrm include/${MOZILLA}/ipcd
@dirrm include/${MOZILLA}/intl
@dirrm include/${MOZILLA}/inspector
@dirrm include/${MOZILLA}/import
@dirrm include/${MOZILLA}/impComm4xMail
@dirrm include/${MOZILLA}/imglib2
+@dirrm include/${MOZILLA}/icalss
+@dirrm include/${MOZILLA}/ical
@dirrm include/${MOZILLA}/htmlparser
@dirrm include/${MOZILLA}/helperAppDlg
@dirrm include/${MOZILLA}/gtkxtbin
@dirrm include/${MOZILLA}/gtkembedmoz
-@dirrm include/${MOZILLA}/gfx2
@dirrm include/${MOZILLA}/gfx
@dirrm include/${MOZILLA}/find
@dirrm include/${MOZILLA}/filepicker
@dirrm include/${MOZILLA}/exthandler
@dirrm include/${MOZILLA}/expat
+@dirrm include/${MOZILLA}/embedstring
@dirrm include/${MOZILLA}/embedcomponents
@dirrm include/${MOZILLA}/embed_base
@dirrm include/${MOZILLA}/editor
@@ -2777,12 +2951,13 @@ include/${MOZILLA}/zlib/zlib.h
@dirrm include/${MOZILLA}/chrome
@dirrm include/${MOZILLA}/chardet
@dirrm include/${MOZILLA}/caps
+@dirrm include/${MOZILLA}/calendar
@dirrm include/${MOZILLA}/browser
+@dirrm include/${MOZILLA}/bayesflt
@dirrm include/${MOZILLA}/autoconfig
@dirrm include/${MOZILLA}/appshell
@dirrm include/${MOZILLA}/appcomps
@dirrm include/${MOZILLA}/addrbook
@dirrm include/${MOZILLA}/accessibility
-@dirrm include/${MOZILLA}/absyncsvc
@dirrm include/${MOZILLA}
@comment end DIRS
diff --git a/www/mozilla-stable/buildlink2.mk b/www/mozilla-stable/buildlink2.mk
index 3c8a6804da5..10db685628e 100644
--- a/www/mozilla-stable/buildlink2.mk
+++ b/www/mozilla-stable/buildlink2.mk
@@ -1,712 +1,28 @@
-# $NetBSD: buildlink2.mk,v 1.5 2003/07/13 13:53:50 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.6 2003/11/27 23:36:42 taya Exp $
#
.if !defined(MOZILLA_STABLE_BUILDLINK2_MK)
MOZILLA_STABLE_BUILDLINK2_MK= # defined
-BUILDLINK_PACKAGES+= mozilla-stable
-BUILDLINK_DEPENDS.mozilla-stable?= mozilla-stable>=1.0.2nb5
+BUILDLINK_PACKAGES+= mozilla-stable
+BUILDLINK_DEPENDS.mozilla-stable?= mozilla-stable>=1.4.1
BUILDLINK_PKGSRCDIR.mozilla-stable?= ../../www/mozilla-stable
EVAL_PREFIX+= BUILDLINK_PREFIX.mozilla-stable=mozilla-stable
-BUILDLINK_PREFIX.mozilla-stable_DEFAULT= ${X11PREFIX}
+BUILDLINK_PREFIX.mozilla-stable_DEFAULT= ${LOCALBASE}
+
BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/absyncsvc/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/accessibility/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/addrbook/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/appcomps/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/appshell/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/autoconfig/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/browser/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/caps/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/chardet/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/chrome/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/commandhandler/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/composer/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/content/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/cookie/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/dbm/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/docshell/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/dom/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/downloadmanager/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/editor/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/embed_base/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/embedcomponents/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/expat/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/exthandler/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/filepicker/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/find/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/gfx/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/gfx2/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/gtkembedmoz/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/gtkxtbin/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/helperAppDlg/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/htmlparser/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/imglib2/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/impComm4xMail/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/import/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/inspector/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/intl/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/jar/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/java/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/js/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/js/js.msg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/js/jsopcode.tbl
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/jsconsole/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/jsdebug/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/jsurl/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/layout/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/libart_lgpl/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/libreg/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/locale/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/lwbrk/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mailnews/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mime/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mimeemitter/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mimetype/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mng/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mork/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mozldap/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mozxfer/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/mpfilelocprovider/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgbase/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgbaseutil/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgcompose/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgdb/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgimap/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msglocal/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgmdn/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgnews/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/msgsmime/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/necko/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/necko2/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nkcache/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_aix32.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_aix32in6.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_aix64.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_beos.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_bsdi.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_darwin.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_dgux.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_freebsd.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_hpux32.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_hpux64.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_irix32.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_irix64.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_linux.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_ncr.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_nec.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_netbsd.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_nextstep.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_nto.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_openbsd.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_openvms.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_os2.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_osf1.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_qnx.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_reliantunix.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_rhapsody.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_scoos.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_solaris32.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_solaris64.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_sony.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_sunos4.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_unixware.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_unixware7.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_win16.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_win95.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/md/_winnt.cfg
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/obsolete/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/nspr/private/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/oji/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/pipboot/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/pipnss/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/pippki/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/plugin/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/pref/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/prefmigr/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/profile/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/progressDlg/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/rdf/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/rdfutil/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/regviewer/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/shistory/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/sidebar/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/string/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/transformiix/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/txmgr/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/txtsvc/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/uconv/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvcn/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvibm/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvja/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvko/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvlatin/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvmath/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvtw/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/ucvtw2/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/unicharutil/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/uriloader/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/util/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/view/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/wallet/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/walletviewers/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/webbrowserpersist/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/webbrwsr/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/webshell/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/widget/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/windowwatcher/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xlibrgb/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xml-rpc/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xmlextras/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xpcom/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xpcom/xptcstubsdecl.inc
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xpcom/xptcstubsdef.inc
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xpconnect/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xpinstall/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xremoteservice/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xul/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xuldoc/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/xultmpl/*.h
-BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/zlib/*.h
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/${MOZILLA_BIN}
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/TestGtkEmbed
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/TestGtkEmbedChild
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/TestGtkEmbedNotebook
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/TestGtkEmbedSocket
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/bloaturls.txt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/US.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/chatzilla.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/chromelist.txt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/classic.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/comm.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/content-packs.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/embed-sample.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/en-US.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/en-mac.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/en-unix.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/en-win.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/forms.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/help.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/inspector.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/installed-chrome.txt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/messenger.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/modern.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/pipnss.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/pippki.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/toolkit.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/chrome/venkman.jar
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/absync.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/accessibility.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/addrbook.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/appshell.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/autocomplete.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/autoconfig.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/bookmarks.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/caps.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/chardet.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/chatzilla-service.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/chrome.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/commandhandler.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/composer.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/content.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/content_base.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/content_html.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/content_xslt.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/cookie.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/directory.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/docshell.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_base.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_core.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_css.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_events.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_html.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_range.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_stylesheets.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_svg.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_traversal.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_views.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_xbl.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_xpath.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/dom_xul.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/downloadmanager.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/editor.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/embed_base.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/exthandler.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/filepicker.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/find.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/gfx.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/gfx2.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/helperAppDlg.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/history.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/htmlparser.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/imglib2.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/impComm4xMail.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/import.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/inspector.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/intl.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/jar.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/jsconsole-clhandler.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/jsconsole.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/jsdservice.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/jsurl.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/layout_base.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/layout_xul.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/layout_xul_tree.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libabsyncsvc.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libaccessibility.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libaddrbook.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libappcomps.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libautoconfig.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libcaps.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libchardet.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libchrome.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libcomposer.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libcookie.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libdocshell.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libeditor.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libembedcomponents.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libfileview.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgfx2.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgfx_gtk.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgfxps.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgfxxprint.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgkcontent.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgklayout.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgkplugin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libgkview.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libhtmlpars.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgbmp.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimggif.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgjpeg.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimglib2.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgmng.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgpng.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgppm.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimgxbm.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimpComm4xMail.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimpText.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libimport.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libinspector.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libjar50.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libjsd.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libjsdom.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libjsloader.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libjsurl.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/liblocalmail.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/liblwbrk.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmailnews.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmime.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmimeemitter.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmork.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmozbrwsr.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmozfind.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmozldap.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmozxfer.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgcompose.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgdb.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgimap.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgmdn.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgnews.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libmsgsmime.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnecko.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnecko2.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnkcache.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnsappshell.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnslocale.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libnsprefm.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/liboji.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libpipboot.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libpipnss.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libpippki.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libpref.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libprofile.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/librdf.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libregviewer.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libshistory.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libstrres.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libtransformiix.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libtxmgr.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libtxtsvc.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libuconv.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvcn.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvibm.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvja.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvko.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvlatin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvmath.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvtw.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libucvtw2.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libunicharutil.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libuniversalchardet.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/liburiloader.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libvcard.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libwallet.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libwalletviewers.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libwebbrwsr.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libwidget_gtk.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libxmlextras.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libxpconnect.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libxpinstall.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libxremote_client.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/libxremoteservice.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/locale.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mailnews.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mdn-service.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mime.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mimetype.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mozbrwsr.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mozfind.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mozldap.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/mozxfer.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgbase.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgcompose.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgdb.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgimap.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msglocal.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgnews.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgsearch.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/msgsmime.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_about.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_cache.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_cookie.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_data.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_dns.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_file.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_ftp.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_http.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_jar.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_res.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_socket.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_strconv.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/necko_viewsource.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsDictionary.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsDownloadProgressListener.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsFilePicker.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsHelperAppDlg.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsKillAll.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsLDAPPrefsService.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsProgressDialog.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsProxyAutoConfig.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsResetPref.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsSidebar.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsUpdateNotifier.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/nsXmlRpcClient.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/oji.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/pipboot.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/pipnss.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/pippki.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/plugin.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/pref.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/prefmigr.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/profile.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/progressDlg.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/proxyObjInst.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/rdf.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/regviewer.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/related.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/search.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/shistory.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/sidebar.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/signonviewer.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/smime-service.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/timebomb.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/transformiix.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/txmgr.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/txtsvc.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/uconv.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/unicharutil.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/uriloader.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/urlbarhistory.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/util.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/venkman-service.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/wallet.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/walleteditor.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/walletpreview.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/webBrowser_core.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/webbrowserpersist.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/webshell_idls.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/widget.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/windowwatcher.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xml-rpc.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xmlextras.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xmlschema.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xmlsoap.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_base.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_components.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_ds.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_io.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_threads.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpcom_xpti.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpconnect.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xpinstall.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xremoteservice.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xuldoc.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/components/xultmpl.xpt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/autoconfig/prefcalls.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/all.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/config.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/editor.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/initpref.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/inspector.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/mailnews.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/mdn.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/security-prefs.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/smime.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/unix.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/pref/xpinstall.js
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/bookmarks.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/chrome/userChrome-example.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/chrome/userContent-example.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/localstore.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/mimeTypes.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/panels.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/US/search.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/bookmarks.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/chrome/userChrome-example.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/chrome/userContent-example.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/localstore.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/mimeTypes.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/panels.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/profile/search.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/DistinguishedSchema.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/FieldSchema.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/PositionalSchema.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/SchemaConcat.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/SchemaStrings.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/StateSchema.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/defaults/wallet/VcardSchema.tbl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/dirver
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/icons/mozicon16.xpm
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/icons/mozicon50.xpm
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libgkgfx.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libgtkembedmoz.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libgtksuperwin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libgtkxtbin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libjsj.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libldap50.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libmoz_art_lgpl.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libmozjs.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libmozz.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libmsgbaseutil.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libnspr4.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libnss3.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libnssckbi.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libnullplugin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libplc4.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libplds4.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libprldap50.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libsmime3.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libsoftokn3.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libssl3.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libxlibrgb.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libxpcom.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/libxpistub.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/mozilla-config
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/mozilla-xremote-client
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/nsinstall
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/plugins/libnullplugin.*
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/regExport
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/regchrome
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/regxpcom
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/arrow.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/arrowd.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/broken-image.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/builtin/htmlBindings.xml
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/builtin/platformHTMLBindings.xml
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/builtin/xbl-forms.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/charsetData.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/charsetalias.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/cmessage.txt
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/dtd/mathml.dtd
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/dtd/svg.dtd
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/dtd/xhtml11.dtd
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/entityTables/html40Latin1.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/entityTables/html40Special.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/entityTables/html40Symbols.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/entityTables/htmlEntityVersions.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/entityTables/transliterate.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfont.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontCMEX10.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontCMSY10.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontMTExtra.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontMath1.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontMath2.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontMath4.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontPUA.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/fonts/mathfontSymbol.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/forms.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/gfx/icon_0.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/gfx/icon_1.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-audio.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-binary.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-find.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-image.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-menu.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-movie.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-sound.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-telnet.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-text.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/html/gopher-unknown.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/inspector/search-registry.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/inspector/viewer-registry.rdf
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/langGroups.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/language.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/loading-image.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/mathml.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/quirk.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/article.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/document.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-2.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-3.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-4.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-4.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-5.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-6.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-7.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/dom-test-8.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/folder-closed.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/folder-open.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/ignore-test.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/loading.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/rdf/xpidl-test-1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/sample.unixpsfonts.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/Anieyes.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/aform.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/beeptest.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/bform.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/bg.jpg
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/cform.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/checkboxTest.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/colorpicker.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/demoform.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/dexopenchrome.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/dexparamdialog.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/dexparamdialog.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/find.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/gear1.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/hidetoolicon.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/hidetoolicon.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/image_props.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/mozform.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/printsetup.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/raptor.jpg
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/rock_gra.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sampleimages/bongo.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sampleimages/down.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sampleimages/left.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sampleimages/right.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sampleimages/up.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/scrollbarTest1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/scrollbarTest2.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/sliderTest1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/soundtest.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/tab.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test.wav
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test0.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test1.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test10.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test11.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test12.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test13.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test14.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test15.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test16.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test2.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test3.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test4.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test5.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test6.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test7.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8-1.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8dom.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8sca.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8siz.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test8tab.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test9.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test9a.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test9b.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_ed.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_form.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_gfx.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_lbox.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_pr.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/test_weight.html
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/toolbarTest1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/treeTest1.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/treeTest1.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/widgets.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/xpmenu.xul
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/samples/xulTest.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anim.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims00.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims01.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims02.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims03.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims04.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims05.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims06.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims07.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims08.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims09.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims10.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims11.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims12.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims13.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims14.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims15.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims16.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims17.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims18.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims19.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims20.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims21.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims22.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims23.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims24.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims25.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims26.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims27.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims28.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/throbber/anims29.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/ua.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/unixcharset.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/viewer.properties
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/res/viewsource.css
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/NetscapeSearch.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/NetscapeSearch.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/bugzilla.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/bugzilla.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/dmoz.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/dmoz.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/google.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/google.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/lxrmozilla.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/lxrmozilla.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/mozilla.gif
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/searchplugins/mozilla.src
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/timebombgen
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/xpcshell
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/xpicleanup
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/xpidl
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/xpt_dump
-BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/xpt_link
+BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/*/*.h
+BUILDLINK_FILES.mozilla-stable+= include/mozilla-stable/*/*/*.h
+
+BUILDLINK_FILES.mozilla-stable+= lib/mozilla-stable/lib*.*
-.include "../../fonts/Xft2/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../net/ORBit/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
BUILDLINK_TARGETS+= mozilla-stable-buildlink
diff --git a/www/mozilla-stable/distinfo b/www/mozilla-stable/distinfo
index 9f8bee4f775..b54a12c8066 100644
--- a/www/mozilla-stable/distinfo
+++ b/www/mozilla-stable/distinfo
@@ -1,18 +1,23 @@
-$NetBSD: distinfo,v 1.4 2003/01/20 13:23:02 taya Exp $
+$NetBSD: distinfo,v 1.5 2003/11/27 23:36:42 taya Exp $
-SHA1 (mozilla-source-1.0.2.tar.bz2) = f8f33ef79cb22df4f8a2acb2d5a19fbef5778348
-Size (mozilla-source-1.0.2.tar.bz2) = 30125312 bytes
-SHA1 (patch-aa) = 0dea9e2cc5852781e57a1786ea244054225c1f2c
-SHA1 (patch-ab) = 70ced122812a1bad346e572bc9a2f7d3b6bb57ef
-SHA1 (patch-ac) = ed04786ce666280be5e95e52ed404facd42ad798
-SHA1 (patch-ad) = 321fc86def80b80caa8be6469ddd4f663fc8d2e0
-SHA1 (patch-ae) = cc8ef186f967cd0684f142039cf54f5eba1fc0bd
-SHA1 (patch-am) = d59735e7495a855248196416b52d729e559cc0e1
-SHA1 (patch-aw) = 6f680d54668a11aa71c10c57e9181c38fc1ff636
-SHA1 (patch-ba) = c308675ce2d0d41eef22bc12603f176b2eebb6bf
-SHA1 (patch-bb) = 57e6ebfcb1b769b0029f063617cbd131a3372522
-SHA1 (patch-be) = af39ab40279f40752414f8e7e8ec630beb3ed695
-SHA1 (patch-bf) = 6362416e45ebc2c8c41ec929c807bab908dce5ff
-SHA1 (patch-bj) = 04cc1b4abe55ae41b8a5e19eacd4f11eda788b77
-SHA1 (patch-bm) = db4d44d9ca3a6ed9eb2ba4604555f80a02f987e8
-SHA1 (patch-bn) = fe5152d4f4bb8bd791249237f0dcd14e11ba27d1
+SHA1 (mozilla-1.4.1.tar.bz2) = e44aee7c8b3e3d13bdd2d654662694d14a0e40c3
+Size (mozilla-1.4.1.tar.bz2) = 32132892 bytes
+SHA1 (mozilla-source-1.4.1-libart_lgpl.tar.bz2) = 29a76a1049ddeb495cb2d4534e82320f0cfce44b
+Size (mozilla-source-1.4.1-libart_lgpl.tar.bz2) = 96745 bytes
+SHA1 (patch-ab) = 8447517ec289181829c958cd1b93b6663a86c87c
+SHA1 (patch-ac) = ead2209e8e7b2080d1813a084fc3ee60795d595f
+SHA1 (patch-ad) = a96cc108816a064200ad5064a2070c7cfd99e88b
+SHA1 (patch-ae) = 7f43871b9ba696e1c6a1a8fc3746221acb4a602b
+SHA1 (patch-af) = 009c8c699f04bdc0deaab984ec6b946ff8acf937
+SHA1 (patch-ag) = 99b1849e5c634c277c57834cb8ab7a6af4bc7357
+SHA1 (patch-am) = a016a23caf3ff46dd5eaeac54fec2d059f68e555
+SHA1 (patch-aw) = be0e726ba8fbde4a9650786dc6f8ec04e9669c3d
+SHA1 (patch-ba) = 63baf096f81c96bdb7fc56c00939a07a01a672dd
+SHA1 (patch-bb) = 70e07fb06469157d49df8a5b9bc90378820d902e
+SHA1 (patch-be) = f8046c3bd5c29214d5b9ace250fcf83e57a361fd
+SHA1 (patch-bm) = 7fa8e9701df888a52329b4ecc76ad166038fce06
+SHA1 (patch-bn) = 475190596a9d143b659ff95d23c8b024acf41d88
+SHA1 (patch-bo) = 6763f73c5736e9414e05495a9f92d7c7c8110d91
+SHA1 (patch-bp) = 486763c887979accc405066aa3cf55693d79b3fc
+SHA1 (patch-bq) = f81601c6bf7aa3a47d93bd9a24b5d22fd7133e1c
+SHA1 (patch-bugzilla220122) = ef65ed3f1da6452884d71aaf33b83c510dc3f0d2
diff --git a/www/mozilla-stable/files/moz-install b/www/mozilla-stable/files/moz-install
index 330f9340512..44bf94d8d3a 100755
--- a/www/mozilla-stable/files/moz-install
+++ b/www/mozilla-stable/files/moz-install
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $NetBSD: moz-install,v 1.1.1.1 2002/10/04 15:47:17 taya Exp $
+# $NetBSD: moz-install,v 1.2 2003/11/27 23:36:42 taya Exp $
-${SED} -e "s,@PREFIX@,${PREFIX},g" -e "s,@MOZILLA@,${MOZILLA}," ${FILESDIR}/mozilla-${OBJECT_FMT}.in > ${PREFIX}/bin/${MOZILLA}
+${SED} -e "s,@PREFIX@,${PREFIX},g" -e "s,@MOZILLA@,${MOZILLA}," -e "s,@MOZILLA_BIN@,${MOZILLA_BIN}," ${FILESDIR}/mozilla-${OBJECT_FMT}.in > ${PREFIX}/bin/${MOZILLA}
${CHOWN} ${BINOWN} ${PREFIX}/bin/${MOZILLA}
${CHGRP} ${BINGRP} ${PREFIX}/bin/${MOZILLA}
${CHMOD} ${BINMODE} ${PREFIX}/bin/${MOZILLA}
@@ -10,47 +10,47 @@ ${CHMOD} ${BINMODE} ${PREFIX}/bin/${MOZILLA}
#
# Substitute variables
#
-TMP_PLIST=/tmp/TMP_PLIST.$$
-trap "${RM} -f ${TMP_PLIST}" 1 2 3 10 11
+TMP_PLIST=${WRKDIR}/TMP_PLIST.$$
+trap "${RM} -f ${TMP_PLIST}" 1 2 15
-${SED} -e "s/\${MOZILLA}/${MOZILLA}/g" -e "s/\${SO_SUFFIX}/${SO_SUFFIX}/" < ${PLIST_SRC} > ${TMP_PLIST}
+${SED} -e "s/\${MOZILLA}/${MOZILLA}/g" -e "s/\${SO_SUFFIX}/${SO_SUFFIX}/" -e "s/\${MOZILLA_BIN}/${MOZILLA_BIN}/g" -e "s/\${SUNOSLIB}/${SUNOSLIB}/" < ${PLIST_SRC} > ${TMP_PLIST}
# make directories
-for i in `${SED} -n -e '/^@comment begin DIRS$/,/^@comment end DIRS$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment | ${SED} -e 's/^@dirrm//'` ; do
+for i in `${SED} -n -e '/^@comment begin DIRS$/,/^@comment end DIRS$/p' ${TMP_PLIST} | ${EGREP} ^@dirrm | ${SED} -e 's/^@dirrm//'` ; do
${BSD_INSTALL_DATA_DIR} ${PREFIX}/$i
done
# install programs
for i in `${SED} -n -e '/^@comment begin PROGRAMS$/,/^@comment end PROGRAMS$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment` ; do
- src=`echo $i | sed -e "s@lib/${MOZILLA}@dist/bin@"`;
+ src=`echo $i | ${SED} -e "s@lib/${MOZILLA}@dist/bin@"`;
${BSD_INSTALL_PROGRAM} ${WRKSRC}/${src} ${PREFIX}/$i
done
# install scripts
for i in `${SED} -n -e '/^@comment begin SCRIPTS$/,/^@comment end SCRIPTS$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment` ; do
- src=`echo $i | sed -e "s@lib/${MOZILLA}@dist/bin@"`;
+ src=`echo $i | ${SED} -e "s@lib/${MOZILLA}@dist/bin@"`;
${BSD_INSTALL_SCRIPT} ${WRKSRC}/${src} ${PREFIX}/$i
done
# install DSO
for i in `${SED} -n -e '/^@comment begin DSO$/,/^@comment end DSO$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment` ; do
- src=`echo $i | sed -e "s@lib/${MOZILLA}@dist/bin@"`;
+ src=`echo $i | ${SED} -e "s@lib/${MOZILLA}@dist/bin@"`;
${BSD_INSTALL_PROGRAM} ${WRKSRC}/${src} ${PREFIX}/$i
done
# install DATA
for i in `${SED} -n -e '/^@comment begin DATA$/,/^@comment end DATA$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment` ; do
- src=`echo $i | sed -e "s@lib/${MOZILLA}@dist/bin@"`;
+ src=`echo $i | ${SED} -e "s@lib/${MOZILLA}@dist/bin@"`;
${BSD_INSTALL_DATA} ${WRKSRC}/${src} ${PREFIX}/$i
done
# install INCLUDE
for i in `${SED} -n -e '/^@comment begin INCLUDE$/,/^@comment end INCLUDE$/p' ${TMP_PLIST} | ${EGREP} -v ^@comment` ; do
- src=`echo $i | sed -e "s@include/${MOZILLA}@dist/include@"`;
+ src=`echo $i | ${SED} -e "s@include/${MOZILLA}@dist/include@"`;
${BSD_INSTALL_DATA} ${WRKSRC}/${src} ${PREFIX}/$i
done
-#${RM} -f ${TMP_PLIST}
+${RM} -f ${TMP_PLIST}
#
#
#
diff --git a/www/mozilla-stable/files/mozilla-ELF.in b/www/mozilla-stable/files/mozilla-ELF.in
index e576957166a..99470536423 100644
--- a/www/mozilla-stable/files/mozilla-ELF.in
+++ b/www/mozilla-stable/files/mozilla-ELF.in
@@ -1,4 +1,4 @@
#!/bin/sh
MOZILLA_FIVE_HOME=@PREFIX@/lib/@MOZILLA@
export MOZILLA_FIVE_HOME
-exec @PREFIX@/lib/@MOZILLA@/mozilla-bin "$@"
+exec @PREFIX@/lib/@MOZILLA@/@MOZILLA_BIN@ "$@"
diff --git a/www/mozilla-stable/files/mozilla-a.out.in b/www/mozilla-stable/files/mozilla-a.out.in
index 29e8e97e1e5..72af99363b6 100644
--- a/www/mozilla-stable/files/mozilla-a.out.in
+++ b/www/mozilla-stable/files/mozilla-a.out.in
@@ -3,4 +3,4 @@ MOZILLA_FIVE_HOME=@PREFIX@/lib/@MOZILLA@
LD_LIBRARY_PATH=@PREFIX@/lib/@MOZILLA@
export MOZILLA_FIVE_HOME
export LD_LIBRARY_PATH
-exec @PREFIX@/lib/@MOZILLA@/mozilla-bin "$@"
+exec @PREFIX@/lib/@MOZILLA@/@MOZILLA_BIN@ "$@"
diff --git a/www/mozilla-stable/files/xptcinvoke_asm_sparc64_netbsd.s b/www/mozilla-stable/files/xptcinvoke_asm_sparc64_netbsd.s
index 4e9362822ac..a35f0b18d73 100644
--- a/www/mozilla-stable/files/xptcinvoke_asm_sparc64_netbsd.s
+++ b/www/mozilla-stable/files/xptcinvoke_asm_sparc64_netbsd.s
@@ -22,6 +22,7 @@
/* Platform specific code to invoke XPCOM methods on native objects */
.global XPTC_InvokeByIndex
+ .type XPTC_InvokeByIndex, #function
/*
XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
PRUint32 paramCount, nsXPTCVariant* params);
@@ -49,50 +50,63 @@
*/
XPTC_InvokeByIndex:
- save %sp,-(128+8),%sp ! room for the register window and this
- sllx %i2,3,%l0 ! required stack size in bytes
+ save %sp,-(128 + 64),%sp ! room for the register window and
+ ! struct pointer, rounded up to 0 % 64
+ sll %i2,4,%l0 ! assume the worst case
+ ! paramCount * 2 * 8 bytes
+ cmp %l0, 0 ! are there any args? If not,
+ be .invoke ! no need to copy args to stack
+ nop
+
sub %sp,%l0,%sp ! create the additional stack space
-
- add %sp,0x7ff+128,%l2 ! pointer to parameter save area
- add %l2,8,%o0 ! %o1's parameter save area
- mov %i2,%o1 ! paramCount
+ add %sp,0x7ff+136,%o0 ! step past the register window, the
+ ! struct result pointer and the 'this' slot
+ mov %i2,%o1 ! paramCount
call invoke_copy_to_stack
- mov %i3,%o2 ! params
+ mov %i3,%o2 ! params
+
+!
+! load arguments from stack into the outgoing registers
+! BIAS is 0x7ff (2047)
+!
+
+! load the %o1..5 64bit (extended word) output registers registers
+ ldx [%sp + 0x7ff + 136],%o1 ! %i1
+ ldx [%sp + 0x7ff + 144],%o2 ! %i2
+ ldx [%sp + 0x7ff + 152],%o3 ! %i3
+ ldx [%sp + 0x7ff + 160],%o4 ! %i4
+ ldx [%sp + 0x7ff + 168],%o5 ! %i5
+
+! load the even number double registers starting with %f2
+ ldd [%sp + 0x7ff + 136],%f2
+ ldd [%sp + 0x7ff + 144],%f4
+ ldd [%sp + 0x7ff + 152],%f6
+ ldd [%sp + 0x7ff + 160],%f8
+ ldd [%sp + 0x7ff + 168],%f10
+ ldd [%sp + 0x7ff + 176],%f12
+ ldd [%sp + 0x7ff + 184],%f14
+ ldd [%sp + 0x7ff + 192],%f16
+ ldd [%sp + 0x7ff + 200],%f18
+ ldd [%sp + 0x7ff + 208],%f20
+ ldd [%sp + 0x7ff + 216],%f22
+ ldd [%sp + 0x7ff + 224],%f24
+ ldd [%sp + 0x7ff + 232],%f26
+ ldd [%sp + 0x7ff + 240],%f28
+ ldd [%sp + 0x7ff + 248],%f30
+
!
! calculate the target address from the vtable
!
- inc %i1 ! vTable is zero-based, index is 1 based (?)
- ldx [%i0],%l1 ! *that --> vTable
- sllx %i1,4,%i1 ! Each vtable entry is 16-bytes long
- add %i1,%l1,%l1
- ldsh [%l1],%l0 ! this adjustor
- add %l0,%i0,%i0 ! adjust this
- ldx [%l1 + 8],%l0 ! target address
+.invoke:
+ sll %i1,3,%l0 ! index *= 8
+ ldx [%i0],%l1 ! *this --> address of vtable
+ ldx [%l0 + %l1],%l0 ! this->vtable[index] --> address
-.L15: ldd [%sp + 0x7ff + 128 + 120],%f30
-.L14: ldd [%sp + 0x7ff + 128 + 112],%f28
-.L13: ldd [%sp + 0x7ff + 128 + 104],%f26
-.L12: ldd [%sp + 0x7ff + 128 + 96],%f24
-.L11: ldd [%sp + 0x7ff + 128 + 88],%f22
-.L10: ldd [%sp + 0x7ff + 128 + 80],%f20
-.L9: ldd [%sp + 0x7ff + 128 + 72],%f18
-.L8: ldd [%sp + 0x7ff + 128 + 64],%f16
-.L7: ldd [%sp + 0x7ff + 128 + 56],%f14
-.L6: ldd [%sp + 0x7ff + 128 + 48],%f12
-.L5: ldx [%sp + 0x7ff + 128 + 40],%o5
- ldd [%sp + 0x7ff + 128 + 40],%f10
-.L4: ldx [%sp + 0x7ff + 128 + 32],%o4
- ldd [%sp + 0x7ff + 128 + 32],%f8
-.L3: ldx [%sp + 0x7ff + 128 + 24],%o3
- ldd [%sp + 0x7ff + 128 + 24],%f6
-.L2: ldx [%sp + 0x7ff + 128 + 16],%o2
- ldd [%sp + 0x7ff + 128 + 16],%f4
-.L1: ldx [%sp + 0x7ff + 128 + 8],%o1
- ldd [%sp + 0x7ff + 128 + 8],%f2
-.L0:
- jmpl %l0,%o7 ! call the routine
-! always have a 'this', from the incoming 'that'
- mov %i0,%o0
-
+ jmpl %l0,%o7 ! call the routine
+ mov %i0,%o0 ! move 'this' pointer to out register
+
+ mov %o0,%i0 ! propagate return value
ret
- restore %o0,0,%o0 ! propogate return value
+ restore
+
+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex
diff --git a/www/mozilla-stable/files/xptcinvoke_sparc64_netbsd.cpp b/www/mozilla-stable/files/xptcinvoke_sparc64_netbsd.cpp
index f719be15937..936ec1135ec 100644
--- a/www/mozilla-stable/files/xptcinvoke_sparc64_netbsd.cpp
+++ b/www/mozilla-stable/files/xptcinvoke_sparc64_netbsd.cpp
@@ -24,106 +24,61 @@
#include "xptcprivate.h"
-/* solaris defines __sparc for workshop compilers and
- linux defines __sparc__ */
-
-#if !defined(__sparc64__) && !defined(__sparc_v9__)
+#if !defined(__sparc64__) && !defined(_LP64)
#error "This code is for Sparc64 only"
#endif
-typedef unsigned nsXPCVariant;
-
-extern "C" PRUint32
-invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s)
-{
- PRUint32 result = 0;
- for(PRUint32 i = 0; i < paramCount; i++, s++)
- {
- if(s->IsPtrData())
- {
- result++;
- continue;
- }
- switch(s->type)
- {
- case nsXPTType::T_I8 :
- case nsXPTType::T_I16 :
- case nsXPTType::T_I32 :
- case nsXPTType::T_I64 :
- result++;
- break;
- case nsXPTType::T_U8 :
- case nsXPTType::T_U16 :
- case nsXPTType::T_U32 :
- case nsXPTType::T_U64 :
- result++;
- break;
- case nsXPTType::T_FLOAT :
- case nsXPTType::T_DOUBLE :
- result++;
- break;
- case nsXPTType::T_BOOL :
- case nsXPTType::T_CHAR :
- case nsXPTType::T_WCHAR :
- result++;
- break;
- default:
- // all the others are plain pointer types
- result++;
- break;
- }
- }
- // nuts, I know there's a cooler way of doing this, but it's late
- // now and it'll probably come to me in the morning.
- if (result & 0x7) result += 8 - (result & 0x7); // ensure 16-byte alignment
- return result;
-}
-
extern "C" PRUint32
invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s)
{
-/*
+ /*
We need to copy the parameters for this function to locals and use them
from there since the parameters occupy the same stack space as the stack
we're trying to populate.
-*/
- uint64 *l_d = d;
- nsXPTCVariant *l_s = s;
- uint32 l_paramCount = paramCount;
- uint32 regCount = 0; // return the number of registers to load from the stack
+ */
+ PRUint64 *l_d = d;
+ nsXPTCVariant *l_s = s;
+ PRUint64 l_paramCount = paramCount;
+ PRUint64 regCount = 0; // return the number of registers to load from the stack
+
+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++)
+ {
+ if (regCount < 5) regCount++;
- for(uint32 i = 0; i < l_paramCount; i++, l_d++, l_s++)
+ if (l_s->IsPtrData())
{
- if (regCount < 5) regCount++;
- if(l_s->IsPtrData())
- {
- *((void**)l_d) = l_s->ptr;
- continue;
- }
- switch(l_s->type)
- {
- case nsXPTType::T_I8 : *((int64*) l_d) = l_s->val.i8; break;
- case nsXPTType::T_I16 : *((int64*) l_d) = l_s->val.i16; break;
- case nsXPTType::T_I32 : *((int64*) l_d) = l_s->val.i32; break;
- case nsXPTType::T_I64 : *((int64*) l_d) = l_s->val.i64; break;
- case nsXPTType::T_U64 : *((uint64*) l_d) = l_s->val.u64; break;
- case nsXPTType::T_U8 : *((uint64*) l_d) = l_s->val.u8; break;
- case nsXPTType::T_U16 : *((uint64*) l_d) = l_s->val.u16; break;
- case nsXPTType::T_U32 : *((uint64*) l_d) = l_s->val.u32; break;
- case nsXPTType::T_FLOAT :
- struct floats { float pad; float data; };
- ((floats*) l_d)->pad = 0;
- ((floats*) l_d)->data = l_s->val.f; break;
- case nsXPTType::T_DOUBLE : *((uint64*) l_d) = l_s->val.u64; break;
- case nsXPTType::T_BOOL : *((uint64*) l_d) = l_s->val.b; break;
- case nsXPTType::T_CHAR : *((uint64*) l_d) = l_s->val.c; break;
- case nsXPTType::T_WCHAR : *((uint64*) l_d) = l_s->val.wc; break;
- default:
- // all the others are plain pointer types
- *((void**)l_d) = l_s->val.p;
- break;
- }
+ *l_d = (PRUint64)l_s->ptr;
+ continue;
}
- return regCount;
-}
+ switch (l_s->type)
+ {
+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break;
+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break;
+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break;
+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break;
+
+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break;
+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break;
+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break;
+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break;
+ /* in the case of floats, we want to put the bits in to the
+ 64bit space right justified... floats in the paramter array on
+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip
+ the space that would be occupied by %f0, %f2, etc.
+ */
+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break;
+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break;
+ case nsXPTType::T_BOOL : *((PRBool*)l_d) = l_s->val.b; break;
+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break;
+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break;
+
+ default:
+ // all the others are plain pointer types
+ *((void**)l_d) = l_s->val.p;
+ break;
+ }
+ }
+
+ return regCount;
+}
diff --git a/www/mozilla-stable/files/xptcstubs_asm_sparc64_netbsd.s b/www/mozilla-stable/files/xptcstubs_asm_sparc64_netbsd.s
index d493a5cd21e..6557db78b18 100644
--- a/www/mozilla-stable/files/xptcstubs_asm_sparc64_netbsd.s
+++ b/www/mozilla-stable/files/xptcstubs_asm_sparc64_netbsd.s
@@ -32,36 +32,35 @@ SharedStub:
! we don't create a new frame yet, but work within the frame of the calling
! function to give ourselves the other parameters we want
- mov %o0, %o1 ! shuffle the index up to 2nd place
- mov %i0, %o0 ! the original 'this'
- add %fp, 0x7ff+128+(2*8), %o2 ! previous stack top adjusted to the first argument slot (beyond 'this')
+ mov %o0, %o1 ! shuffle the index up to 2nd place
+ mov %i0, %o0 ! the original 'this'
+ add %fp, 0x7ff + 136, %o2 ! previous stack top adjusted to the first argument slot (beyond 'this')
+
! save off the original incoming parameters that arrived in
! registers, the ABI guarantees the space for us to do this
- st %i1, [%o2 + 0]
- st %i2, [%o2 + 8]
- st %i3, [%o2 + 16]
- st %i4, [%o2 + 24]
- st %i5, [%o2 + 32]
+ stx %i1, [%fp + 0x7ff + 136]
+ stx %i2, [%fp + 0x7ff + 144]
+ stx %i3, [%fp + 0x7ff + 152]
+ stx %i4, [%fp + 0x7ff + 160]
+ stx %i5, [%fp + 0x7ff + 168]
! now we can build our own stack frame
- save %sp,-(176),%sp ! room for the register window
+ save %sp,-(128 + 64),%sp ! room for the register window and
+ ! struct pointer, rounded up to 0 % 64
! our function now appears to have been called
! as SharedStub(nsISupports* that, PRUint32 index, PRUint32* args)
! so we can just copy these through
-
- mov %i0, %o0
- mov %i1, %o1
- mov %i2, %o2
- call PrepareAndDispatch
- nop
- ret
- restore %o0,0,%o0
-! XXXX what's all the rest of this for?
- mov %o0,%i0 ! propogate return value
- b .LL1
- nop
+
+ mov %i0, %o0
+ mov %i1, %o1
+ mov %i2, %o2
+ call PrepareAndDispatch
+ nop
+ mov %o0,%i0 ! propagate return value
+ b .LL1
+ nop
.LL1:
- ret
- restore
+ ret
+ restore
- .size SharedStub, .-SharedStub
- .type SharedStub, #function
+ .size SharedStub, .-SharedStub
+ .type SharedStub, #function
diff --git a/www/mozilla-stable/files/xptcstubs_sparc64_netbsd.cpp b/www/mozilla-stable/files/xptcstubs_sparc64_netbsd.cpp
index 1d5a5b30c6c..c6fd89e6892 100644
--- a/www/mozilla-stable/files/xptcstubs_sparc64_netbsd.cpp
+++ b/www/mozilla-stable/files/xptcstubs_sparc64_netbsd.cpp
@@ -24,10 +24,10 @@
#include "xptcprivate.h"
-#if defined(__sparc64__) || defined(__sparc_v9__)
+#if defined(sparc) || defined(__sparc__)
extern "C" nsresult
-PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint64* args)
+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args)
{
#define PARAM_BUFFER_COUNT 16
@@ -72,19 +72,19 @@ PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint64* args)
// else
switch(type)
{
- case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break;
- case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break;
- case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break;
+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt32*) ap); break;
+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt32*) ap); break;
+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt32*) ap); break;
+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break;
+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break;
case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break;
- case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*)ap); break;
- case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break;
- case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break;
- case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*)ap); break;
- case nsXPTType::T_DOUBLE : dp->val.u64 = *((PRUint64*)ap); break;
- case nsXPTType::T_FLOAT : dp->val.f = *((double*) ap); break;
- case nsXPTType::T_BOOL : dp->val.b = *((PRUint64*)ap); break;
- case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*)ap); break;
- case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break;
+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint32*) ap); break;
+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint32*)ap); break;
+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint32*)ap); break;
+ case nsXPTType::T_FLOAT : dp->val.f = *((float*) ap); break;
+ case nsXPTType::T_BOOL : dp->val.b = *((PRBool*) ap); break;
+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint32*) ap); break;
+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt32*) ap); break;
default:
NS_ASSERTION(0, "bad type");
break;
diff --git a/www/mozilla-stable/patches/patch-aa b/www/mozilla-stable/patches/patch-aa
deleted file mode 100644
index f9716c3400c..00000000000
--- a/www/mozilla-stable/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/11/26 22:02:44 cjep Exp $
-diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c ./nsprpub/pr/src/pthreads/ptthread.c
---- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c Wed Apr 10 12:17:39 2002
-+++ ./nsprpub/pr/src/pthreads/ptthread.c Wed Sep 11 23:47:35 2002
-@@ -360,7 +360,7 @@
- /*
- * Linux doesn't have pthread_attr_setstacksize.
- */
--#ifndef LINUX
-+#if !defined(LINUX) && !defined(NETBSD)
- rv = pthread_attr_setstacksize(&tattr, stackSize);
- PR_ASSERT(0 == rv);
- #endif
diff --git a/www/mozilla-stable/patches/patch-ab b/www/mozilla-stable/patches/patch-ab
index bb74d919430..352c53c5451 100644
--- a/www/mozilla-stable/patches/patch-ab
+++ b/www/mozilla-stable/patches/patch-ab
@@ -1,8 +1,18 @@
-$NetBSD: patch-ab,v 1.2 2002/11/26 22:02:44 cjep Exp $
-diff -ru ../Orig/mozilla/configure.in ./configure.in
---- ../Orig/mozilla/configure.in Tue Jul 2 02:52:59 2002
-+++ ./configure.in Wed Sep 11 23:47:37 2002
-@@ -1014,6 +1014,13 @@
+$NetBSD: patch-ab,v 1.3 2003/11/27 23:36:42 taya Exp $
+
+--- configure.in.orig 7 Mar 2003 21:25:31 -0000
++++ configure.in 15 Apr 2003 14:53:02 -0000
+@@ -859,6 +859,9 @@
+ # MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
+ # MKSHLIB_UNFORCE_ALL=''
+ # fi
++ if test "$LIBRUNPATH"; then
++ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
++ fi
+ ;;
+
+ *-hpux*)
+@@ -1134,6 +1137,13 @@
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -16,7 +26,16 @@ diff -ru ../Orig/mozilla/configure.in ./configure.in
;;
*-nto*)
-@@ -1853,9 +1860,6 @@
+@@ -1493,7 +1503,7 @@
+ [siginfo_t* info;],
+ [ac_cv_siginfo_t=true],
+ [ac_cv_siginfo_t=false])])
+-if test "$ac_cv_siginfo_t" = true ; then
++if test "$OS_TARGET" != "NetBSD" -a "$ac_cv_siginfo_t" = true ; then
+ AC_DEFINE(HAVE_SIGINFO_T)
+ AC_MSG_RESULT(yes)
+ else
+@@ -2037,9 +2047,6 @@
CXXFLAGS="$CXXFLAGS -mt"
fi
;;
diff --git a/www/mozilla-stable/patches/patch-ac b/www/mozilla-stable/patches/patch-ac
index c0000d47167..0915a2a4c50 100644
--- a/www/mozilla-stable/patches/patch-ac
+++ b/www/mozilla-stable/patches/patch-ac
@@ -1,33 +1,36 @@
-$NetBSD: patch-ac,v 1.2 2002/11/26 22:02:45 cjep Exp $
-diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Apr 10 12:37:34 2002
-+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Sep 11 23:47:39 2002
-@@ -149,6 +149,14 @@
+$NetBSD: patch-ac,v 1.3 2003/11/27 23:36:42 taya Exp $
+
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-01-28 06:52:51.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-03-14 16:58:41.000000000 +0900
+@@ -129,7 +129,7 @@
+ # NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
- ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))
-+ifneq (,$(findstring elf,$(TARGET_OS)))
-+# ELF format
-+SYMBOLPREFIX=\"\"
-+else
-+# aout format
-+SYMBOLPREFIX=\"_\"
-+endif
-+CXXFLAGS += -DSYMBOLPREFIX=$(SYMBOLPREFIX)
+-ifneq (,$(filter arm% sa110,$(OS_TEST)))
++ifneq (,$(filter arm%,$(TARGET_CPU)))
+ CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
+ endif
+ endif
+@@ -163,7 +163,7 @@
+ # NetBSD/m68k
+ #
+ ifeq ($(OS_ARCH),NetBSD)
+-ifneq (,$(filter amiga atari hp300 mac68k mvme68k next68k sun3 sun3x x68k,$(OS_TEST)))
++ifneq (,$(filter m68k,$(TARGET_CPU)))
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -253,6 +261,13 @@
- ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
+@@ -287,6 +287,13 @@
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
-+endif
+ endif
+#
+# NetBSD/SPARC64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64)
+CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_netbsd.cpp
+ASFILES := xptcinvoke_asm_sparc64_netbsd.s xptcstubs_asm_sparc64_netbsd.s
- endif
++endif
#
# Solaris/SPARC
+ #
diff --git a/www/mozilla-stable/patches/patch-ad b/www/mozilla-stable/patches/patch-ad
index 6a6b2ec6950..f480d746371 100644
--- a/www/mozilla-stable/patches/patch-ad
+++ b/www/mozilla-stable/patches/patch-ad
@@ -1,19 +1,25 @@
-$NetBSD: patch-ad,v 1.2 2002/11/26 22:02:45 cjep Exp $
+$NetBSD: patch-ad,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp Wed Apr 10 12:37:38 2002
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp Wed Sep 11 23:47:42 2002
-@@ -132,6 +132,10 @@
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 2001-09-29 05:12:51.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 2003-03-14 16:58:43.000000000 +0900
+@@ -132,6 +132,15 @@
}
}
+/*
+ * SYMBOL PREFIX must be "_" for aout symbols and "" for ELF
+ */
++#ifndef __ELF__
++#define SYMBOLPREFIX "_"
++#else
++#define SYMBOLPREFIX
++#endif
+
XPTC_PUBLIC_API(nsresult)
XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
PRUint32 paramCount, nsXPTCVariant* params)
-@@ -139,30 +143,30 @@
+@@ -139,30 +148,30 @@
PRUint32 result;
__asm__ __volatile__(
diff --git a/www/mozilla-stable/patches/patch-ae b/www/mozilla-stable/patches/patch-ae
index 8dfba990b98..d79e38d05fd 100644
--- a/www/mozilla-stable/patches/patch-ae
+++ b/www/mozilla-stable/patches/patch-ae
@@ -1,8 +1,9 @@
-$NetBSD: patch-ae,v 1.2 2002/11/26 22:02:45 cjep Exp $
+$NetBSD: patch-ae,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp Wed Apr 10 12:37:42 2002
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp Wed Sep 11 23:47:43 2002
-@@ -123,17 +123,22 @@
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp 2001-09-29 05:12:52.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp 2003-03-14 16:58:45.000000000 +0900
+@@ -123,17 +123,27 @@
}
}
@@ -10,6 +11,11 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k
+ * Beware: use % instead of %% for register identifiers in a preprocessor macro
+ * SYMBOL PREFIX must be "_" for aout and "" for ELF
+ */
++#ifndef __ELF__
++#define SYMBOLPREFIX "_"
++#else
++#define SYMBOLPREFIX
++#endif
+
#define STUB_ENTRY(n) \
__asm__( \
diff --git a/www/mozilla-stable/patches/patch-af b/www/mozilla-stable/patches/patch-af
new file mode 100644
index 00000000000..a6ec2abf4e1
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-af
@@ -0,0 +1,26 @@
+$NetBSD: patch-af,v 1.1 2003/11/27 23:36:42 taya Exp $
+
+diff -ru ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c ./security/nss/lib/freebl/unix_rand.c
+--- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2002-05-18 09:52:09.000000000 +0900
++++ ./security/nss/lib/freebl/unix_rand.c 2003-03-14 16:58:47.000000000 +0900
+@@ -32,6 +32,7 @@
+ */
+
+ #include <stdio.h>
++#include <fcntl.h>
+ #include <string.h>
+ #include <signal.h>
+ #include <unistd.h>
+@@ -691,7 +692,11 @@
+ /* dup write-side of pipe to stderr and stdout */
+ if (p[1] != 1) dup2(p[1], 1);
+ if (p[1] != 2) dup2(p[1], 2);
+- close(0);
++ fd = open("/dev/null", O_RDONLY);
++ if (fd != 0) {
++ dup2(fd, 0);
++ close(fd);
++ }
+ for (fd = getdtablesize(); --fd > 2; close(fd))
+ ;
+
diff --git a/www/mozilla-stable/patches/patch-ag b/www/mozilla-stable/patches/patch-ag
new file mode 100644
index 00000000000..7abff80c961
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2003/11/27 23:36:42 taya Exp $
+--- extensions/transformiix/source/base/ErrorObserver.h.orig 2003-01-17 23:39:36.000000000 +1100
++++ extensions/transformiix/source/base/ErrorObserver.h 2003-08-02 23:15:09.000000000 +1000
+@@ -28,7 +28,8 @@
+
+ #include "baseutils.h"
+ #include "txError.h"
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+ class nsAString;
+
+ /**
diff --git a/www/mozilla-stable/patches/patch-am b/www/mozilla-stable/patches/patch-am
index 134469e270a..3c2007a03dc 100644
--- a/www/mozilla-stable/patches/patch-am
+++ b/www/mozilla-stable/patches/patch-am
@@ -1,8 +1,9 @@
-$NetBSD: patch-am,v 1.3 2003/01/20 13:23:04 taya Exp $
+$NetBSD: patch-am,v 1.4 2003/11/27 23:36:42 taya Exp $
---- nsprpub/pr/src/pthreads/ptio.c.orig Sat Jun 22 06:40:13 2002
-+++ nsprpub/pr/src/pthreads/ptio.c Mon Jan 20 19:13:45 2003
-@@ -192,7 +192,7 @@
+diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c
+--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-01-21 05:50:00.000000000 +0900
++++ ./nsprpub/pr/src/pthreads/ptio.c 2003-03-14 16:58:52.000000000 +0900
+@@ -194,7 +194,7 @@
#elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \
|| defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \
|| defined(NTO) || defined(OPENBSD) || defined(DARWIN) \
@@ -11,7 +12,7 @@ $NetBSD: patch-am,v 1.3 2003/01/20 13:23:04 taya Exp $
#define _PRSockOptVal_t void *
#else
#error "Cannot determine architecture"
-@@ -3414,6 +3414,15 @@
+@@ -3428,6 +3428,15 @@
if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);
else
{
diff --git a/www/mozilla-stable/patches/patch-aw b/www/mozilla-stable/patches/patch-aw
index 9cfd0796c03..4c6859ea1aa 100644
--- a/www/mozilla-stable/patches/patch-aw
+++ b/www/mozilla-stable/patches/patch-aw
@@ -1,7 +1,8 @@
-$NetBSD: patch-aw,v 1.2 2002/11/26 22:02:45 cjep Exp $
+$NetBSD: patch-aw,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in
---- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in Wed Apr 10 12:35:09 2002
-+++ ./widget/src/gtksuperwin/Makefile.in Thu Sep 12 00:26:30 2002
+--- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in 2002-12-12 09:08:47.000000000 +0900
++++ ./widget/src/gtksuperwin/Makefile.in 2003-03-14 16:58:54.000000000 +0900
@@ -25,6 +25,7 @@
MODULE = widget
LIBRARY_NAME = gtksuperwin
diff --git a/www/mozilla-stable/patches/patch-ba b/www/mozilla-stable/patches/patch-ba
index b97926f6aaf..7fbde1116be 100644
--- a/www/mozilla-stable/patches/patch-ba
+++ b/www/mozilla-stable/patches/patch-ba
@@ -1,7 +1,8 @@
-$NetBSD: patch-ba,v 1.2 2002/11/26 22:02:45 cjep Exp $
+$NetBSD: patch-ba,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include/md/_netbsd.cfg
---- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg Wed Apr 10 12:16:42 2002
-+++ ./nsprpub/pr/include/md/_netbsd.cfg Wed Sep 11 23:47:52 2002
+--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg 2000-12-02 06:29:17.000000000 +0900
++++ ./nsprpub/pr/include/md/_netbsd.cfg 2003-03-14 16:58:58.000000000 +0900
@@ -45,7 +45,8 @@
#define PR_AF_INET6 24 /* same as AF_INET6 */
diff --git a/www/mozilla-stable/patches/patch-bb b/www/mozilla-stable/patches/patch-bb
index 8fa984bb41d..86a651e805a 100644
--- a/www/mozilla-stable/patches/patch-bb
+++ b/www/mozilla-stable/patches/patch-bb
@@ -1,7 +1,8 @@
-$NetBSD: patch-bb,v 1.2 2002/11/26 22:02:46 cjep Exp $
+$NetBSD: patch-bb,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h
---- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h Wed Apr 10 12:16:43 2002
-+++ ./nsprpub/pr/include/md/_netbsd.h Wed Sep 11 23:47:54 2002
+--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-01-17 08:09:14.000000000 +0900
++++ ./nsprpub/pr/include/md/_netbsd.h 2003-03-14 16:59:00.000000000 +0900
@@ -48,12 +48,20 @@
#define _PR_SI_ARCHITECTURE "m68k"
#elif defined(__powerpc__)
@@ -23,7 +24,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#endif
#if defined(__ELF__)
-@@ -106,7 +114,17 @@
+@@ -107,7 +115,17 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
#endif
@@ -42,7 +43,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
{ \
sigsetjmp(CONTEXT(_thread), 1); \
-@@ -148,7 +166,7 @@
+@@ -149,7 +167,7 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[32]
#endif
diff --git a/www/mozilla-stable/patches/patch-be b/www/mozilla-stable/patches/patch-be
index ab1b01ea18b..69b78e7bf26 100644
--- a/www/mozilla-stable/patches/patch-be
+++ b/www/mozilla-stable/patches/patch-be
@@ -1,7 +1,8 @@
-$NetBSD: patch-be,v 1.2 2002/11/26 22:02:46 cjep Exp $
+$NetBSD: patch-be,v 1.3 2003/11/27 23:36:42 taya Exp $
+
diff -ru ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c ./nsprpub/pr/src/io/prsocket.c
---- ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c Wed Apr 10 12:17:03 2002
-+++ ./nsprpub/pr/src/io/prsocket.c Wed Sep 11 23:47:59 2002
+--- ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c 2002-06-12 05:08:07.000000000 +0900
++++ ./nsprpub/pr/src/io/prsocket.c 2003-03-14 16:59:05.000000000 +0900
@@ -1299,6 +1299,15 @@
if (osfd == -1) {
return 0;
diff --git a/www/mozilla-stable/patches/patch-bf b/www/mozilla-stable/patches/patch-bf
deleted file mode 100644
index 08a66d4398d..00000000000
--- a/www/mozilla-stable/patches/patch-bf
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bf,v 1.2 2002/11/26 22:02:46 cjep Exp $
-diff -ru ../Orig/mozilla/xpfe/browser/resources/locale/en-US/navigator-title.dtd ./xpfe/browser/resources/locale/en-US/navigator-title.dtd
---- ../Orig/mozilla/xpfe/browser/resources/locale/en-US/navigator-title.dtd Wed May 8 08:43:59 2002
-+++ ./xpfe/browser/resources/locale/en-US/navigator-title.dtd Wed Sep 11 23:48:01 2002
-@@ -1,6 +1,6 @@
- <!-- LOCALIZATION NOTE (mainWindow.title): DONT_TRANSLATE -->
--<!ENTITY mainWindow.title "&brandShortName; {&buildId.label;}">
-+<!ENTITY mainWindow.title "&brandShortName;">
- <!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE -->
--<!ENTITY mainWindow.titlemodifier "&brandShortName; {&buildId.label;}">
-+<!ENTITY mainWindow.titlemodifier "&brandShortName;">
- <!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE -->
- <!ENTITY mainWindow.titlemodifiermenuseparator " - ">
diff --git a/www/mozilla-stable/patches/patch-bj b/www/mozilla-stable/patches/patch-bj
deleted file mode 100644
index b649360870e..00000000000
--- a/www/mozilla-stable/patches/patch-bj
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-bj,v 1.2 2002/11/26 22:02:46 cjep Exp $
-diff -ru ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c
---- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Mon Jun 17 14:00:43 2002
-+++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Wed Sep 11 23:49:04 2002
-@@ -187,6 +187,11 @@
- #define EDEADLOCK -1
- #endif
-
-+#if defined(NETBSD)
-+#define ENOTSUP -1
-+#define EDEADLOCK -1
-+#endif
-+
- /* XXX: need to verify that the -1 entries are correct (no mapping) */
- static struct prldap_errormap_entry prldap_errormap[] = {
- { PR_OUT_OF_MEMORY_ERROR, ENOMEM },
diff --git a/www/mozilla-stable/patches/patch-bm b/www/mozilla-stable/patches/patch-bm
index 25dca60cdf2..9dfc8fd119b 100644
--- a/www/mozilla-stable/patches/patch-bm
+++ b/www/mozilla-stable/patches/patch-bm
@@ -1,8 +1,8 @@
-$NetBSD: patch-bm,v 1.1.1.1 2002/10/04 15:47:18 taya Exp $
+$NetBSD: patch-bm,v 1.2 2003/11/27 23:36:42 taya Exp $
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp Sat Sep 29 05:12:52 2001
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp Sun Sep 8 00:45:55 2002
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp 2001-09-29 05:12:52.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp 2003-03-14 16:59:09.000000000 +0900
@@ -118,18 +118,23 @@
* so they are contiguous with values passed on the stack, and then calls
* PrepareAndDispatch() to do the dirty work.
diff --git a/www/mozilla-stable/patches/patch-bn b/www/mozilla-stable/patches/patch-bn
index 85d27cbdacc..b992ae9a494 100644
--- a/www/mozilla-stable/patches/patch-bn
+++ b/www/mozilla-stable/patches/patch-bn
@@ -1,7 +1,8 @@
-$NetBSD: patch-bn,v 1.1 2002/12/11 22:48:01 he Exp $
+$NetBSD: patch-bn,v 1.2 2003/11/27 23:36:42 taya Exp $
---- xpcom/io/nsNativeCharsetUtils.cpp.orig Sun Oct 6 05:42:55 2002
-+++ xpcom/io/nsNativeCharsetUtils.cpp
+diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp
+--- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2002-10-06 12:42:55.000000000 +0900
++++ ./xpcom/io/nsNativeCharsetUtils.cpp 2003-03-14 16:59:12.000000000 +0900
@@ -256,7 +256,12 @@
{
const char *blank_list[] = { "", NULL };
diff --git a/www/mozilla-stable/patches/patch-bo b/www/mozilla-stable/patches/patch-bo
new file mode 100644
index 00000000000..f09390fb634
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-bo
@@ -0,0 +1,30 @@
+$NetBSD: patch-bo,v 1.1 2003/11/27 23:36:42 taya Exp $
+
+--- nsprpub/configure.in.orig 20 Jan 2003 20:49:52 -0000
++++ nsprpub/configure.in 15 Apr 2003 14:51:35 -0000
+@@ -929,6 +929,9 @@
+ DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
+ MDCPUCFG_H=_freebsd.cfg
+ PR_MD_CSRCS=freebsd.c
++ if test "$LIBRUNPATH"; then
++ DSO_LDOPTS="$DSO_LDOPTS -Wl,-R$LIBRUNPATH"
++ fi
+ ;;
+
+ *-hpux*)
+@@ -2144,7 +2147,14 @@
+ _PTHREAD_LDFLAGS="-lc_r"
+ fi
+ ;;
+- *-openbsd*|*-bsdi*|*-netbsd*)
++ *-netbsd*)
++ AC_DEFINE(_REENTRANT)
++ AC_DEFINE(_THREAD_SAFE)
++ if test "$ac_cv_have_dash_pthread" = "yes"; then
++ _PTHREAD_LDFLAGS="-pthread"
++ fi
++ ;;
++ *-openbsd*|*-bsdi*)
+ AC_DEFINE(_THREAD_SAFE)
+ dnl -pthread links in -lc_r, so don't specify it explicitly.
+ if test "$ac_cv_have_dash_pthread" = "yes"; then
diff --git a/www/mozilla-stable/patches/patch-bp b/www/mozilla-stable/patches/patch-bp
new file mode 100644
index 00000000000..a6570e63ee9
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-bp
@@ -0,0 +1,14 @@
+$NetBSD: patch-bp,v 1.1 2003/11/27 23:36:42 taya Exp $
+
+diff -ru ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in ./other-licenses/libical/src/libical/Makefile.in
+--- ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in 2003-01-08 13:59:28.000000000 +0900
++++ ./other-licenses/libical/src/libical/Makefile.in 2003-03-14 16:59:16.000000000 +0900
+@@ -179,7 +179,7 @@
+ $(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \
+ $(DESIGNDATA)/restrictions.csv > icalrestriction.c
+
+-ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH)))
++ifneq (,$(filter BeOS Darwin OpenVMS NetBSD,$(OS_ARCH)))
+ DEFINES += -D__USE_BSD=1
+ endif
+
diff --git a/www/mozilla-stable/patches/patch-bq b/www/mozilla-stable/patches/patch-bq
new file mode 100644
index 00000000000..2a7d5777968
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-bq
@@ -0,0 +1,14 @@
+$NetBSD: patch-bq,v 1.1 2003/11/27 23:36:42 taya Exp $
+
+diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h
+--- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2003-07-19 07:14:16.000000000 +0900
++++ ./xpcom/io/nsLocalFileUnix.h 2003-10-16 15:37:51.000000000 +0900
+@@ -57,7 +57,7 @@
+ #endif
+
+ // so we can statfs on freebsd
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #define HAVE_SYS_STATFS_H
+ #define STATFS statfs
+ #include <sys/param.h>
diff --git a/www/mozilla-stable/patches/patch-bugzilla220122 b/www/mozilla-stable/patches/patch-bugzilla220122
new file mode 100644
index 00000000000..bb946a2fb8f
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-bugzilla220122
@@ -0,0 +1,19 @@
+$NetBSD: patch-bugzilla220122,v 1.1 2003/11/27 23:36:42 taya Exp $
+
+diff -ru ../Orig/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp ./netwerk/protocol/http/src/nsHttpChannel.cpp
+--- ../Orig/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp 2003-05-30 04:29:03.000000000 +0900
++++ ./netwerk/protocol/http/src/nsHttpChannel.cpp 2003-11-28 00:24:58.000000000 +0900
+@@ -1960,7 +1960,12 @@
+ nsHttpAuthIdentity *ident;
+ nsCAutoString path;
+
+- if (proxyAuth) {
++ // it is possible for the origin server to fake a proxy challenge. if
++ // that happens we need to be sure to use the origin server as the auth
++ // domain. otherwise, we could inadvertantly expose the user's proxy
++ // credentials to an origin server.
++
++ if (proxyAuth && mConnectionInfo->ProxyHost()) {
+ host = mConnectionInfo->ProxyHost();
+ port = mConnectionInfo->ProxyPort();
+ ident = &mProxyIdent;