summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ab
diff options
context:
space:
mode:
authortaya <taya>2004-06-21 14:14:00 +0000
committertaya <taya>2004-06-21 14:14:00 +0000
commit3c4aa722b914b64d1f2815c097f724cba65bdb90 (patch)
tree99732a42b3c88a98e8fbb6eba88d706f9f224e2d /www/mozilla/patches/patch-ab
parentf9227a8d97d351a2a4e433aea305f6d4c046a537 (diff)
downloadpkgsrc-3c4aa722b914b64d1f2815c097f724cba65bdb90.tar.gz
Update mozilla to 1.7
New features and fixes Browser * A new option to prevent sites from using JavaScript to block the browser's context menu. * Password Manager has a "show passwords" mode which will display saved passwords. You will need to enter your master password if you are using one. * The "Set As Wallpaper" feature now has a confirmation dialog. * Linux GTK2 builds have improved support for OS themes. * Cookie dialogs have been reworked to make them more usable. * Date handling, especially on OS X, has been improved. * It is now possible to fine-tune Mozilla's pop-up blocking using two preferences (dom.popup_maximum and dom.popup_allowed_events) but there's no UI for that yet. Even without a UI, users should notice a greater variety of pop-ups blocked (primarily mouseover pop-ups) and a limit of 20 or so open at one time - regardless of whether pop-up blocking is active. This will provide some protection from sites that open hundreds of windows in a loop. * Downloaded files are now moved to the target directory as soon as the user selects the desired location. This was the frequently reported bug 55690. * There is now user interface to activate Smooth Scrolling (Preferences -> Appearance). * Mozilla now supports basic FTP upload. Mail * Many improvements to Palm Sync. * IMAP IDLE support has been added. * Support for "MSN Authentication" and Secure Password * Authentication using SSPI NTLM auth for SMTP and POP3. * A new preference to "always use the default character encoding for replies" rather than using the encoding of the message being replied to. * Improvements to performance of downloading, viewing, and saving mail messages. * Support for multiple identities on the same mail account. See the Multiple Identity Support documentation for more details. * Support for relative paths for mail folders in prefs.js. This makes it easier to copy profiles around without having to fix up prefs.js afterwards. * You can now edit address lists containing "Last, First" style names. * When composing mail, you can now use the up and down arrow keys to scroll through the To/Cc/Bcc list. * All Mozilla LDAP queries now default to using LDAPv3 (previously, they used LDAPv2). Mozilla should gracefully fall back to v2 if v3 isn't found. Chatzilla * Chatzilla now supports zooming of fonts with keyboard shortcuts (Ctrl + and Ctrl -), as well as with the View menu. * Improved date handling; using the date/time format for the locale. * Support for the /ignore command. * The ability to change the font family and size. * Working custom sounds on Windows and Linux. * Improvements to the preferences panel and the user interface for half-op mode. Under the Hood * Size and performance have improved dramatically with this release. When compared to Mozilla 1.6, Mozilla 1.7 is 7% faster at startup, is 8% faster to open a window, has 9% faster page loading, and is 5% smaller in binary size. * A long-standing bug with CSS backgrounds on table elements has been fixed (standards mode only). * Support for Kerberos HTTP authentication using GSSAPI (benefits Unix-like platforms including Linux and OS X). * Support for smb:// URLs using the gnome-vfs library (only enabled in GTK2+XFT Linux builds). * Support for server push of XML documents using multipart/x-mixed-replace and XMLHttpRequest. * Liveconnect now works when a Java applet's codebase is in a different domain. * Support for the CSS3 opacity property. * Mozilla adds support for the onbeforeunload event. This lets web application developers add code that alerts the user about potential data-loss when closing a web application, or when leaving a HTML page with potentially sensitive information. * This release has a new SVG backend. The feature is not yet enabled in the mozilla.org releases but developers may wish to compile with this feature enabled. * Mozilla handles dynamic style changes much better (see bug 15608 for details.) * Mozilla has upgraded the NSS libraries to version 3.9. NSS 3.9 passes all the NISCC SSL/TLS and S/MIME tests (1.6 million test cases of invalid input data) without crashes or memory leaks.
Diffstat (limited to 'www/mozilla/patches/patch-ab')
-rw-r--r--www/mozilla/patches/patch-ab25
1 files changed, 8 insertions, 17 deletions
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab
index e470cc1e078..8de1d4e3065 100644
--- a/www/mozilla/patches/patch-ab
+++ b/www/mozilla/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.31 2004/04/24 10:35:23 grant Exp $
+$NetBSD: patch-ab,v 1.32 2004/06/21 14:14:00 taya Exp $
---- configure.in.orig 2003-12-12 10:30:36.000000000 +1100
-+++ configure.in
-@@ -959,6 +959,9 @@ case "$target" in
+diff -ru ../Orig/mozilla/configure.in ./configure.in
+--- ../Orig/mozilla/configure.in 2004-05-26 11:25:16.000000000 +0900
++++ ./configure.in 2004-06-10 22:55:16.000000000 +0900
+@@ -1017,6 +1017,9 @@
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -12,7 +13,7 @@ $NetBSD: patch-ab,v 1.31 2004/04/24 10:35:23 grant Exp $
;;
*-hpux*)
-@@ -1248,6 +1251,13 @@ case "$target" in
+@@ -1308,6 +1311,13 @@
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -26,8 +27,8 @@ $NetBSD: patch-ab,v 1.31 2004/04/24 10:35:23 grant Exp $
;;
*-nto*)
-@@ -1478,7 +1488,7 @@ dnl the qsort routine under solaris is f
- MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -o $@'
+@@ -1531,7 +1541,7 @@
+ MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -o $@'
MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
MKSHLIB_UNFORCE_ALL=''
- DSO_LDOPTS='-G -Qoption ld -z,muldefs -h $@'
@@ -35,13 +36,3 @@ $NetBSD: patch-ab,v 1.31 2004/04/24 10:35:23 grant Exp $
AR_LIST="$AR t"
AR_EXTRACT="$AR x"
AR_DELETE="$AR d"
-@@ -2192,9 +2202,6 @@ then
- CXXFLAGS="$CXXFLAGS -mt"
- fi
- ;;
-- *-*-netbsd*)
-- USE_PTHREADS=
-- _PTHREAD_LDFLAGS=
- esac
- fi
-