head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2:1.3.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.4 date 2002.05.14.00.16.38; author taya; state dead; branches; next 1.3; 1.3 date 2002.04.25.15.52.46; author taya; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2002.03.13.16.13.49; author taya; state Exp; branches; next 1.1; 1.1 date 2002.02.09.03.54.48; author taya; state Exp; branches; next ; 1.3.2.1 date 2002.06.23.19.04.22; author jlam; state dead; branches; next ; desc @@ 1.4 log @ Update mozilla to 1.0rc2 Changes from release notes are follows: - A security vulnerability reported in Mozilla by GreyMagic Software has now been fixed. For more information see the mozilla.org statement. - Fifteen of our most frequently encountered crashes have been fixed. You can help us find any that are left by banging on Mozilla and sending in those TalkBack crash reports. - Ten of our most frequently encountered application freezes have been fixed (including the dreaded bug 96504 on Linux). - We finally support CSS2 :hover the way web developers want us to. (Bug bug 5693) - It is now possible to install colormap on 8 bit displays using -install. (Bug 22337) - Cookies can now be disabled for Mozilla Mail. (Bug 22994) - You can now enable in preferences HTTP 1.1 pipelining (not on by default). (Bug 93054) @ text @$NetBSD: patch-bg,v 1.3 2002/04/25 15:52:46 taya Exp $ diff -ru ../mozilla-current.orig/mozilla/xpcom/threads/TimerThread.cpp ./xpcom/threads/TimerThread.cpp --- ../mozilla-current.orig/mozilla/xpcom/threads/TimerThread.cpp Sun Mar 10 20:03:33 2002 +++ ./xpcom/threads/TimerThread.cpp Sun Apr 7 01:18:59 2002 @@@@ -46,7 +46,7 @@@@ TimerThread::TimerThread() : mLock(nsnull), mCondVar(nsnull), - mProcessing(PR_FALSE), + mProcessing(PR_TRUE), mWaiting(PR_FALSE), mDelayLineCounter(0), mMinTimerPeriod(0), @@@@ -184,7 +184,6 @@@@ NS_IMETHODIMP TimerThread::Run() { nsAutoLock lock(mLock); - mProcessing = PR_TRUE; while (mProcessing) { PRIntervalTime now = PR_IntervalNow(); @ 1.3 log @ Update mozilla to 1.0rc1 Noteable changes from release notes are follows. See release notes for detail http://www.mozilla.org/releases/mozilla1.0/ - Mozilla Composer now implements one button publishing which allows you to save html documents directly to web sites where you have an established account. - Our most frequently reported bug has been fixed. Viewing the source of a cgi generated page now works properly. - Mozilla now implements LDAP over SSL and allows LDAP Address Book replication. - The following JavaScript statements are now acceptable, as they are with Netscape Navigator 4.7 and Internet Explorer 6: for(i in undefined){} for(i in null){} var obj; for (i in obj){} - Improved GB18030 support -- the Unicode surrogate range support is now available on Windows. - Linux scaled bitmap font support is available This improves quality of bitmap font display even when a font does not contain embedded bitmap fonts in many different sizes. - There is now a preference to match the browser's default locale/region to the operating system default. In all.js: pref("intl.locale.matchOS", false); When its value is "true", browser will find the system's locale and set its UI language and region content to match it. For example, when installing on an English (US) system, on start up, the client will use English as its UI language and US as its region locale until a user profile is selected. If a (pair) of locale is defined in the selected profile, browser will honor the profile locale. In addition, when cmdline switches, '-UILocale' and/or 'contentLocale', are present, the cmdline switch takes precedence. (Bug 121744) Note: Having this preference on is an expensive operation. Therefore, when this preference is "true", there will be approximately a 30% increase in startup time. @ text @d1 1 a1 1 $NetBSD$ @ 1.3.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.3 2002/04/25 15:52:46 taya Exp $ @ 1.2 log @ Update mozilla to 0.9.9 Changes from release mail: * MathML is now enabled by default on those platforms that support it, including Windows and Unix. * The JavaScript debugger, (aka Venkman) can now profile JavaScript. * Greatly improved View-> Page Info dialog. * Mozilla now supports SOAP. * Users now have the option of installing plugins in the Mozilla user directory ($HOME/.mozilla/plugins on Unix). * Mozilla has a new Page Setup dialog and the Print Preview window is much improved. and much, much more. See release notes for detail http://www.mozilla.org/releases/mozilla0.9.9/ @ text @d3 3 a5 3 diff -ru ../Orig/mozilla/xpcom/threads/TimerThread.cpp ./xpcom/threads/TimerThread.cpp --- ../Orig/mozilla/xpcom/threads/TimerThread.cpp Mon Feb 18 09:10:54 2002 +++ ./xpcom/threads/TimerThread.cpp Fri Mar 8 00:49:19 2002 d15 1 a15 1 @@@@ -178,7 +178,6 @@@@ @ 1.1 log @ Update mozilla to 0.9.8 See the release notes for detail. http://www.mozilla.org/releases/mozilla0.9.8/ @ text @d4 3 a6 3 --- ../Orig/mozilla/xpcom/threads/TimerThread.cpp Tue Jan 15 10:20:45 2002 +++ ./xpcom/threads/TimerThread.cpp Thu Feb 7 00:43:28 2002 @@@@ -54,7 +54,7 @@@@ d8 1 a9 1 mLock(nsnull), d12 4 a15 5 mWaiting(PR_FALSE) { NS_INIT_REFCNT(); @@@@ -127,8 +127,6 @@@@ /* void Run(); */ d18 1 d20 1 a20 1 - d22 1 a22 2 nsTimerImpl *theTimer = nsnull; @