diff options
author | taya <taya@pkgsrc.org> | 2002-12-04 15:20:27 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2002-12-04 15:20:27 +0000 |
commit | cf27da7dd883653a598efdd67d6eeda1796ac03e (patch) | |
tree | fd445c97eb46f58ed4def13cfa704ae3e6c088a1 /www/mozilla/patches | |
parent | 6df5cbc70727001b27b2f3db912c8ef36e33e343 (diff) | |
download | pkgsrc-cf27da7dd883653a598efdd67d6eeda1796ac03e.tar.gz |
Update mozilla to 1.2.1
What's new from Release notes:
(See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/)
Browser
* Type Ahead Find is a new feature that allows quick navigation when you type
a succession of characters in the browser, matching the text in one or more
links on the page.
* Building on Mozilla's customizability, you can now show toolbars as
text/icons/both (in the default Classic theme). We also have a few other
usability improvements like image selection visualization (image highlights
with system selection color when selected) and the removal of the confusing
toolbar grippies.
* Improvements to native look and feel in both the browser interface and
the browser content area. We now support most native GTK themes in Mozilla
which means that your Mozilla toolbars and other widgets will pick up
the GTK theme look and feel. We also support native look and feel for web
content like form controls under windowsXP.
* Making tabbed browsing even more useful, you can launch the browser with
a group of bookmarks as your start page. This loads several pages into tabs
at startup.
* Keyboard access is greatly improved including additional accesskeys for
menus, other ui elements and page elements.
* We have a new features that utilizes browser idle time to download
or prefetch documents that the user might visit in the near future.
* XML prettyprinting, similar to IEs default-view for XML is now available
in Mozilla.
Mail
* Mozilla Mail has a new "filter after the fact" capability so users can
create a filter and then run that filter on already downloaded mail.
Filter logging has also been implemented which allows power users to see
a log of all of the filter actions.
* In mail you can now select and copy text from message headers and you can
now drag and drop from the message search results window.
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r-- | www/mozilla/patches/patch-aa | 6 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ab | 20 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ac | 10 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ad | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ae | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-am | 6 | ||||
-rw-r--r-- | www/mozilla/patches/patch-aw | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-ba | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bb | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-be | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bj | 4 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bk | 31 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bl | 44 | ||||
-rw-r--r-- | www/mozilla/patches/patch-bm | 4 |
14 files changed, 41 insertions, 108 deletions
diff --git a/www/mozilla/patches/patch-aa b/www/mozilla/patches/patch-aa index 661e456d86c..beb4ce08bd0 100644 --- a/www/mozilla/patches/patch-aa +++ b/www/mozilla/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.21 2002/08/29 15:11:13 taya Exp $ +$NetBSD: patch-aa,v 1.22 2002/12/04 15:20:28 taya 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 Jul 24 13:06:42 2002 -+++ ./nsprpub/pr/src/pthreads/ptthread.c Wed Aug 28 11:21:40 2002 +--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c Wed Aug 28 23:42:52 2002 ++++ ./nsprpub/pr/src/pthreads/ptthread.c Wed Nov 13 14:21:15 2002 @@ -360,7 +360,7 @@ /* * Linux doesn't have pthread_attr_setstacksize. diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab index 9d90ad88087..4a81f416707 100644 --- a/www/mozilla/patches/patch-ab +++ b/www/mozilla/patches/patch-ab @@ -1,9 +1,8 @@ -$NetBSD: patch-ab,v 1.25 2002/08/29 15:11:14 taya Exp $ +$NetBSD: patch-ab,v 1.26 2002/12/04 15:20:29 taya Exp $ -diff -ru ../Orig/mozilla/configure.in ./configure.in ---- ../Orig/mozilla/configure.in Sat Aug 10 05:05:34 2002 -+++ ./configure.in Wed Aug 28 11:21:43 2002 -@@ -1024,6 +1024,13 @@ +--- ../Orig/mozilla/configure.in Sat Nov 30 09:38:24 2002 ++++ ./configure.in Sat Nov 30 09:37:16 2002 +@@ -1068,6 +1068,13 @@ if test "$LIBRUNPATH"; then DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" fi @@ -17,7 +16,16 @@ diff -ru ../Orig/mozilla/configure.in ./configure.in ;; *-nto*) -@@ -1875,9 +1882,6 @@ +@@ -1425,7 +1432,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 +@@ -1959,9 +1966,6 @@ CXXFLAGS="$CXXFLAGS -mt" fi ;; diff --git a/www/mozilla/patches/patch-ac b/www/mozilla/patches/patch-ac index 70651115fd5..17b722567c5 100644 --- a/www/mozilla/patches/patch-ac +++ b/www/mozilla/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.17 2002/10/03 15:54:00 taya Exp $ +$NetBSD: patch-ac,v 1.18 2002/12/04 15:20:29 taya 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 Jul 17 08:05:10 2002 -+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Sun Sep 8 22:17:41 2002 +--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue Sep 24 05:31:30 2002 ++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Nov 13 14:21:19 2002 @@ -129,7 +129,7 @@ # NetBSD/ARM # @@ -12,7 +12,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/r CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp endif endif -@@ -158,7 +158,7 @@ +@@ -163,7 +163,7 @@ # NetBSD/m68k # ifeq ($(OS_ARCH),NetBSD) @@ -21,7 +21,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/r CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp endif endif -@@ -267,6 +267,13 @@ +@@ -286,6 +286,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc) CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s diff --git a/www/mozilla/patches/patch-ad b/www/mozilla/patches/patch-ad index 2146ee0bb90..e2ccf31cc99 100644 --- a/www/mozilla/patches/patch-ad +++ b/www/mozilla/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.22 2002/10/03 15:54:00 taya Exp $ +$NetBSD: patch-ad,v 1.23 2002/12/04 15:20:29 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 Sat Sep 29 05:12:51 2001 -+++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp Sun Sep 8 00:46:20 2002 ++++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp Wed Nov 13 14:21:20 2002 @@ -132,6 +132,15 @@ } } diff --git a/www/mozilla/patches/patch-ae b/www/mozilla/patches/patch-ae index 975b89fba90..f17a4f93042 100644 --- a/www/mozilla/patches/patch-ae +++ b/www/mozilla/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.13 2002/10/03 15:54:00 taya Exp $ +$NetBSD: patch-ae,v 1.14 2002/12/04 15:20:29 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 Sat Sep 29 05:12:52 2001 -+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp Sun Sep 8 00:46:37 2002 ++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp Wed Nov 13 14:21:22 2002 @@ -123,17 +123,27 @@ } } diff --git a/www/mozilla/patches/patch-am b/www/mozilla/patches/patch-am index cc3647f33fd..5ae33a8c4ce 100644 --- a/www/mozilla/patches/patch-am +++ b/www/mozilla/patches/patch-am @@ -1,8 +1,8 @@ -$NetBSD: patch-am,v 1.7 2002/08/29 15:11:14 taya Exp $ +$NetBSD: patch-am,v 1.8 2002/12/04 15:20:29 taya Exp $ diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c ---- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c Fri Jun 14 02:59:21 2002 -+++ ./nsprpub/pr/src/pthreads/ptio.c Wed Aug 28 11:22:04 2002 +--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c Tue Sep 24 23:21:06 2002 ++++ ./nsprpub/pr/src/pthreads/ptio.c Wed Nov 13 14:21:27 2002 @@ -192,7 +192,7 @@ #elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \ || defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \ diff --git a/www/mozilla/patches/patch-aw b/www/mozilla/patches/patch-aw index d482a8ab35c..da66e4c3cbb 100644 --- a/www/mozilla/patches/patch-aw +++ b/www/mozilla/patches/patch-aw @@ -1,8 +1,8 @@ -$NetBSD: patch-aw,v 1.13 2002/08/29 15:11:14 taya Exp $ +$NetBSD: patch-aw,v 1.14 2002/12/04 15:20:29 taya Exp $ diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in --- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in Sat Oct 27 14:49:19 2001 -+++ ./widget/src/gtksuperwin/Makefile.in Wed Aug 28 11:22:08 2002 ++++ ./widget/src/gtksuperwin/Makefile.in Wed Nov 13 14:21:31 2002 @@ -25,6 +25,7 @@ MODULE = widget LIBRARY_NAME = gtksuperwin diff --git a/www/mozilla/patches/patch-ba b/www/mozilla/patches/patch-ba index fc411dd9797..8156c627cfc 100644 --- a/www/mozilla/patches/patch-ba +++ b/www/mozilla/patches/patch-ba @@ -1,8 +1,8 @@ -$NetBSD: patch-ba,v 1.11 2002/08/29 15:11:15 taya Exp $ +$NetBSD: patch-ba,v 1.12 2002/12/04 15:20:30 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 Sat Dec 2 06:29:17 2000 -+++ ./nsprpub/pr/include/md/_netbsd.cfg Wed Aug 28 11:22:16 2002 ++++ ./nsprpub/pr/include/md/_netbsd.cfg Wed Nov 13 14:21:32 2002 @@ -45,7 +45,8 @@ #define PR_AF_INET6 24 /* same as AF_INET6 */ diff --git a/www/mozilla/patches/patch-bb b/www/mozilla/patches/patch-bb index 116980bff9c..40b1537f539 100644 --- a/www/mozilla/patches/patch-bb +++ b/www/mozilla/patches/patch-bb @@ -1,8 +1,8 @@ -$NetBSD: patch-bb,v 1.11 2002/08/29 15:11:15 taya Exp $ +$NetBSD: patch-bb,v 1.12 2002/12/04 15:20:30 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 Fri Dec 29 02:04:04 2000 -+++ ./nsprpub/pr/include/md/_netbsd.h Wed Aug 28 11:22:19 2002 ++++ ./nsprpub/pr/include/md/_netbsd.h Wed Nov 13 14:21:34 2002 @@ -48,12 +48,20 @@ #define _PR_SI_ARCHITECTURE "m68k" #elif defined(__powerpc__) diff --git a/www/mozilla/patches/patch-be b/www/mozilla/patches/patch-be index 4a2e0a07ace..6e3b7423f99 100644 --- a/www/mozilla/patches/patch-be +++ b/www/mozilla/patches/patch-be @@ -1,8 +1,8 @@ -$NetBSD: patch-be,v 1.9 2002/08/29 15:11:15 taya Exp $ +$NetBSD: patch-be,v 1.10 2002/12/04 15:20:30 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 Jun 12 05:08:07 2002 -+++ ./nsprpub/pr/src/io/prsocket.c Wed Aug 28 11:22:26 2002 ++++ ./nsprpub/pr/src/io/prsocket.c Wed Nov 13 14:21:39 2002 @@ -1299,6 +1299,15 @@ if (osfd == -1) { return 0; diff --git a/www/mozilla/patches/patch-bj b/www/mozilla/patches/patch-bj index e4733113e26..3b0e1a5f265 100644 --- a/www/mozilla/patches/patch-bj +++ b/www/mozilla/patches/patch-bj @@ -1,8 +1,8 @@ -$NetBSD: patch-bj,v 1.5 2002/08/29 15:11:15 taya Exp $ +$NetBSD: patch-bj,v 1.6 2002/12/04 15:20:30 taya 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 Fri Jun 14 06:45:30 2002 -+++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Wed Aug 28 11:25:17 2002 ++++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Wed Nov 13 14:21:45 2002 @@ -187,6 +187,11 @@ #define EDEADLOCK -1 #endif diff --git a/www/mozilla/patches/patch-bk b/www/mozilla/patches/patch-bk deleted file mode 100644 index 2452d3a931b..00000000000 --- a/www/mozilla/patches/patch-bk +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-bk,v 1.5 2002/09/03 14:58:18 mycroft Exp $ - ---- xpcom/ds/nsRecyclingAllocator.cpp.orig Sat Sep 3 14:38:03 2022 -+++ xpcom/ds/nsRecyclingAllocator.cpp Sat Sep 3 14:35:24 2022 -@@ -159,7 +159,7 @@ - - // Allocation and free routines - void* --nsRecyclingAllocator::Malloc(PRUint32 bytes, PRBool zeroit) -+nsRecyclingAllocator::Malloc(PRSize bytes, PRBool zeroit) - { - // Mark that we are using. This will prevent any - // timer based release of unused memory. -@@ -173,7 +173,7 @@ - - // We need to do an allocation - // Add 4 bytes to what we allocate to hold the bucket index -- PRUint32 allocBytes = bytes + NS_ALLOCATOR_OVERHEAD_BYTES; -+ PRSize allocBytes = bytes + NS_ALLOCATOR_OVERHEAD_BYTES; - - // We dont have that memory already. Allocate. - Block *ptr = (Block *) (zeroit ? calloc(1, allocBytes) : malloc(allocBytes)); -@@ -275,7 +275,7 @@ - } - - nsRecyclingAllocator::Block* --nsRecyclingAllocator::FindFreeBlock(PRUint32 bytes) -+nsRecyclingAllocator::FindFreeBlock(PRSize bytes) - { - // We dont enter lock for this check. This is intentional. - // Here is my logic: we are checking if (!mFreeList). Doing this check diff --git a/www/mozilla/patches/patch-bl b/www/mozilla/patches/patch-bl deleted file mode 100644 index 341d62e1518..00000000000 --- a/www/mozilla/patches/patch-bl +++ /dev/null @@ -1,44 +0,0 @@ -$NetBSD: patch-bl,v 1.1 2002/09/03 14:58:18 mycroft Exp $ - ---- xpcom/ds/nsRecyclingAllocator.h.orig Sat Sep 3 14:38:24 2022 -+++ xpcom/ds/nsRecyclingAllocator.h Sat Sep 3 14:36:54 2022 -@@ -78,7 +78,7 @@ - class NS_COM nsRecyclingAllocator { - protected: - struct Block { -- PRUint32 bytes; -+ PRSize bytes; - }; - - // Make |BlockStoreNode| a |friend| so it can access |Block|. -@@ -87,7 +87,7 @@ - - struct BlockStoreNode { - BlockStoreNode() : bytes(0), block(nsnull), next(nsnull) {}; -- PRUint32 bytes; -+ PRSize bytes; - Block *block; - BlockStoreNode *next; - }; -@@ -150,10 +150,10 @@ - nsresult Init(PRUint32 nbucket, PRUint32 recycleAfter, const char *id); - - // Allocation and free routines -- void* Malloc(PRUint32 size, PRBool zeroit = PR_FALSE); -+ void* Malloc(PRSize size, PRBool zeroit = PR_FALSE); - void Free(void *ptr); - -- void* Calloc(PRUint32 items, PRUint32 size) -+ void* Calloc(PRUint32 items, PRSize size) - { - return Malloc(items * size, PR_TRUE); - } -@@ -168,7 +169,7 @@ - - // Freelist management - // FindFreeBlock: return a free block that can hold bytes (best fit) -- Block* FindFreeBlock(PRUint32 bytes); -+ Block* FindFreeBlock(PRSize bytes); - // AddToFreeList: adds block into our freelist for future retrieval. - // Returns PR_TRUE is addition was successful. PR_FALSE otherewise. - PRBool AddToFreeList(Block* block); diff --git a/www/mozilla/patches/patch-bm b/www/mozilla/patches/patch-bm index 8a32fb360d5..226509ec609 100644 --- a/www/mozilla/patches/patch-bm +++ b/www/mozilla/patches/patch-bm @@ -1,8 +1,8 @@ -$NetBSD: patch-bm,v 1.1 2002/10/03 15:54:01 taya Exp $ +$NetBSD: patch-bm,v 1.2 2002/12/04 15:20:31 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 ++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp Wed Nov 13 14:21:46 2002 @@ -118,18 +118,23 @@ * so they are contiguous with values passed on the stack, and then calls * PrepareAndDispatch() to do the dirty work. |