ddrinan%netscape.com
80e24a55d5
Bug# 86872. r=javi,sr=blizzard,a=blizzard
2001-06-25 01:58:09 +00:00
javi%netscape.com
14117fd3ae
Fixing typo
2001-06-24 20:31:04 +00:00
javi%netscape.com
a39a42c456
Fixing typo.
2001-06-24 20:27:15 +00:00
mcgreer%netscape.com
f88f11c1fd
fix for 82882, add .p12 extension
...
r=javi,sr=blizzard,a=choffman for trunk and 0.9.2 branch
2001-06-24 19:15:59 +00:00
wtc%netscape.com
564c78bd80
Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.
2001-06-24 06:02:24 +00:00
wtc%netscape.com
7d137da171
Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.
2001-06-24 05:51:06 +00:00
wtc%netscape.com
25f3fcc95f
Bugzilla bug 81011: Changed the return type of _PR_MD_TEST_AND_LOCK from
...
PRBool to PRIntn and documented its meaning.
Modifies files: _beos.h, _irix.h, _win16.h, _win95.h, primpl.h, os2cv.c.
2001-06-24 05:10:37 +00:00
wtc%netscape.com
23b20e57b1
Bugzilla bug #86785 : link with -lpthread -lthread on all versions of
...
Solaris to ensure the correct library linking order.
2001-06-24 05:02:15 +00:00
bstell%netscape.com
532afb4a32
bug 87055, r=dr@netscape.com, sr=blizzard@mozilla.org, a=tor@acm.org
...
adjust the threshold where X mozilla decides to use a wrong sized
(but good looking) bitmap font vs a right sized (but ugly) bitmap
scaled font
2001-06-24 02:19:33 +00:00
wtc%netscape.com
67b5417285
Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.so
...
(-f libatomic.so) filter library.
Modified files: configure configure.in _solaris.h pr/src/md/unix/Makefile
solaris.c.
Added file: os_SunOS_sparcv9.s.
2001-06-24 01:39:51 +00:00
mitesh%netscape.com
163415fbaa
Fixes for bug 70348 autoconfig feature
...
r=bnesse, sr=alecf and a=dbaron
2001-06-23 22:22:27 +00:00
cls%seawood.org
d8f7f6aed4
Remove gfx/src/gtk from xprint INCLUDES so that the proper nsGCCache.h is found. Fixes alternate toolkit bustage.
...
Bug #87148 r=daa@distributed.net a=tor
2001-06-23 21:31:47 +00:00
racham%netscape.com
210dbfe932
Part of Fix to bug 87396. Set the global pref to point special folders prefs to server to true. r,sr=sspitzer a=chofmann
2001-06-23 21:12:23 +00:00
racham%netscape.com
a6b7db0294
Fixing bug 87396. Today, when a new IMAP account is created special folder prefs are pointed to the server. This will be a problem for ISPs who do not want allow any folder creation on their servers and it is not very user friendly experience for end user in such a case. This check in allows ISPs to turn off that default setting to point to server via rdf file. Local folders will be used as home for special folders in such cases. r,sr=sspitzer a=chofmann
2001-06-23 21:11:52 +00:00
javi%netscape.com
e7f7b7be4b
Add const to interface declaration to fix AIX tbox bustage.
2001-06-23 20:09:28 +00:00
mcgreer%netscape.com
390b387697
fix for 82375, password UI problems
...
r=javi,sr=blizzard,a=choffman for trunk (also for 0.9.2, checked in)
2001-06-23 19:36:47 +00:00
javi%netscape.com
230bb2c8f6
Fix for Bug 75596 r=mcgreer, sr=blizzard, a=chofmann
...
Make more SSL dialogs a little taller and give them the ability to
process keyboard events for closing windows in case the dialog is
mis-sized.
2001-06-23 19:30:47 +00:00
talisman%anamorphic.com
2fb0f0b61f
Checking in Brian Duff's ui mods (looks great!). --talisman
2001-06-23 19:23:33 +00:00
pschwartau%netscape.com
b157dbb66e
Added more cases to test. Also improved readability.
2001-06-23 19:22:07 +00:00
pschwartau%netscape.com
a0bd092d95
Show "$0" for the global match. Also minor changes to improve readability.
2001-06-23 19:21:05 +00:00
blizzard%redhat.com
0bb8392515
disable xprint. not part of the build.
2001-06-23 15:42:03 +00:00
blizzard%redhat.com
7b1ea35be8
increment serial giving space for pre0.9.2, 0.9.2, pre0.9.2.1 and 0.9.2.1. not part of the build.
2001-06-23 15:15:06 +00:00
blizzard%redhat.com
b2789f5733
make mozilla-devel depend on mozilla. not part of the build.
2001-06-23 15:07:52 +00:00
wtc%netscape.com
7ae0287e30
Bug 64217: use locale-independent date format so that it doesn't
...
contain a quotation mark in any locale. Thanks to tzafrir@technion.ac.il
for the bug report.
Modified Files:
pr/src/Makefile.in lib/ds/Makefile.in lib/libc/src/Makefile.in
lib/prstreams/Makefile.in
2001-06-23 14:42:24 +00:00
mcgreer%netscape.com
262d086d44
add verisign & thawte timestamping roots to tip
2001-06-23 13:21:26 +00:00
mcgreer%netscape.com
102a8352df
fix for 82895
...
some certs appearing unverified
r=javi;sr,a=blizzard for 0.9.2
a=choffman for trunk and 0.9.2 branch
2001-06-23 13:13:03 +00:00
waterson%netscape.com
eda58e546a
Bug 87346. Fix txtsvc makefile to create component DLL. r=kin, a=asa
2001-06-23 05:44:59 +00:00
tor%cs.brown.edu
1ab9af0ced
Bug 86822 - gif spacer image detector was looking at uninitialized data;
...
animated gif spacer flag wasn't being updated. r=pavlov, sr=blizzard, a=dbaron
2001-06-23 05:04:43 +00:00
wtc%netscape.com
6df226985b
Bugzilla bug #86797 : made the configure script recognize darwin and
...
deleted the old name rhapsody.
Modified files: configure configure.in
2001-06-23 04:37:20 +00:00
idk%eng.sun.com
51927a315d
*not part of the build*
...
urpConnect update
a=lsv@sparc.spb.su
2001-06-23 04:17:49 +00:00
wtc%netscape.com
3aeb80d883
Bugzilla bug #85673 : added assembly implementation of the atomic routines
...
for OS/2 contributed by Michael Kaply of IBM.
Modified files: configure configure.in autoconf.mk.in rules.mk _os2.h
pr/src/md/os2/Makefile.in pr/src/md/os2/objs.mk os2misc.c
2001-06-23 04:09:19 +00:00
ian%hixie.ch
8c97591eed
* Implemented dispatcher.output service in CosesEditor.pm
...
* Implemented dispatcher.output.generic service in CosesEditor.pm
* Fixed a semantic error in the string data source
2001-06-23 04:07:21 +00:00
pschwartau%netscape.com
872b7a18e4
Minor formatting change -
2001-06-23 00:48:31 +00:00
pschwartau%netscape.com
a75120a825
Initial add. Regression test for bug 87231.
2001-06-23 00:42:39 +00:00
pschwartau%netscape.com
5298a496bc
Replacing a return with a continue. Further readability improvements.
2001-06-23 00:41:58 +00:00
ian%hixie.ch
3f420d2309
(this checkin comment applies to the previous checkin on this file as well)
...
* Added some comments to various files indicating work to do and documenting some methods
* Fleshed out the Strings Data Source API (and implemented it in the MySQL version)
* Added the name "MySQL" to the MySQL-specific ID method of the Database Helper
* Factored out the XML parser dependency into an XML service
* Added a generic content sink implementation to the XML service
* Added a convenience method for manipulating user settings
* Added and implemented all the COSES commands
* Removed trailing spaces
2001-06-23 00:20:22 +00:00
ian%hixie.ch
225d339cd5
* Added some comments to various files indicating work to do and documenting some methods
...
*
2001-06-23 00:10:43 +00:00
nelsonb%netscape.com
37217ae4f0
Change PR_Writev so it will drive the handshake when len == 0.
...
Patch by John G Myers. Bug 87359.
2001-06-23 00:01:17 +00:00
pschwartau%netscape.com
d44f753a83
Added array-length check. Also improved readability; cleaned up whitespace.
2001-06-22 20:12:01 +00:00
oeschger%netscape.com
ca5faef28e
fix for blocker 87315, r=ssu, s=sgehani, a=chofmann, error on install
2001-06-22 18:35:24 +00:00
granrose%netscape.com
d2d653d5ac
backing out mitesh.
2001-06-22 18:30:49 +00:00
mitesh%netscape.com
aaee252d00
Fixes for bug 70348 - autoconfig feature
...
r = bnesse, sr=alecf and a=dbaron
2001-06-22 17:46:30 +00:00
shrutiv%netscape.com
0775ff254a
*** empty log message ***
2001-06-22 17:45:27 +00:00
relyea%netscape.com
b9eb3eb31e
Add CERT_CheckCertUsage to the export list.
2001-06-22 15:59:10 +00:00
sgehani%netscape.com
57cfad048d
Add ability to failover to a series of global URLs in the Mac installer. [b = 84122; r = ssu; sr= alecf; a = drivers]
2001-06-22 14:58:18 +00:00
mjudge%netscape.com
fffedf28a1
86749 fix for "home key" scenario. we now search for 1st valid frame on a line. not just try the very first and fail. we now behave like "end key" does;. r=anthonyd sr=kin a=asa
2001-06-22 14:52:48 +00:00
wtc%netscape.com
221b9800da
Bugzilla bug #85673 : added assembly implementation of the atomic routines
...
for OS/2 contributed by Michael Kaply of IBM.
2001-06-22 14:25:18 +00:00
jst%netscape.com
935e3d3c27
Fixing bug 74816. Adding a pref check to window.dump() that lets us control the output from dump() with a pref in release builds, the default for release builds is disable output, and in debug builds the output is always enabled. The boolean pref that controls this is 'browser.dom.window.dump.enabled'. r=pollmann@netscape.com, sr=ben@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
2001-06-22 10:54:23 +00:00
mkaply%us.ibm.com
bf31f50b3f
#81293
...
r=ftang, sr=blizzard, a=asa (drivers)
Bidi function shouldn't be using nsAutoString as parameter
2001-06-22 09:56:05 +00:00
beard%netscape.com
95ed00f714
[Not part of build] Test for correct version of Mac OS.
2001-06-22 09:51:50 +00:00