edburns%acm.org
da794fbaa1
This checkin makes it so the JavaMediaPlayer demo builds on win32.
...
It also adds some sample content.
2001-06-10 02:54:49 +00:00
edburns%acm.org
7987d61cfd
One big jar file that contains all the jarfiles in batik.
2001-06-10 02:01:34 +00:00
edburns%acm.org
50a8055e38
First import of the SVG pluglet. Compiles and works on win32.
2001-06-10 01:46:41 +00:00
cmanske%netscape.com
e0cb7fca78
Don't set 'center' alignment for new hrule element, part of fix to bug 83335, r=sfraser, sr=kin, a=asa-drivers
2001-06-09 21:54:04 +00:00
peterlubczynski%netscape.com
0a50ffb71a
Fix for converting file://c|temp to c:\temp for NP_StreamAsFile. r=av sr=waterson a=dbaron
2001-06-09 20:52:18 +00:00
wtc%netscape.com
28aff9f305
Bugzilla bug #40941 : Checked in Linux/ia64 patch from Bill Nottingham
...
<notting@redhat.com>. It is for NSPR local threads, which we no longer
use now that we have pthreads. I don't know if it works, but I check it
in anyway so that it is not lost.
2001-06-09 19:52:18 +00:00
nelsonb%netscape.com
26836624a3
Reduce warnings on Unix platforms that don't like bitfields in chars.
2001-06-09 19:45:22 +00:00
nelsonb%netscape.com
ed05c55fef
Fix two bugs found in nightly QA. On Solaris/x86, don't assert that the
...
sid cache entry is a multiple of 8 bytes long. On OSF1, reduce the
maximum number of POSIX semaphores so it doesn't exceed the per-process
limit of 256.
2001-06-09 19:30:21 +00:00
blakeross%telocity.com
ff2bd016ec
Fixing a typo in my checkin yesterday.
2001-06-09 17:43:07 +00:00
wtc%netscape.com
4dd1deff0f
Bugzilla bug #84918 : checked in Linux/ia64 porting patch from
...
Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
2001-06-09 17:14:59 +00:00
blizzard%redhat.com
76fd461415
Fix bug #82697 . Crash when typing at the end of the location bar for systems that have gtk compiled with G_DISABLE_CHECKS defined. Also gets rid of the annoying Gtk warnings about gdk_window_ref() failing. r=pavlov,sr=tor,a=asa
2001-06-09 14:33:05 +00:00
mcafee%netscape.com
9774092fab
Moving debug cache prefs to debug|networking pane (84805). r/sr=ben, a=asa
2001-06-09 09:54:50 +00:00
ducarroz%netscape.com
404f22fd90
Fix for bug 28348. Disable temporary the cancel button and remove the keep dialog open option. R=varada, SR=mscott, A=asa
2001-06-09 05:28:38 +00:00
ducarroz%netscape.com
588302e640
Fix for bug 28348. Turn on by default the send progress dialog. R=varada, SR=mscott, A=asa
2001-06-09 05:26:39 +00:00
nelsonb%netscape.com
c281329b6b
Change ssl_Time() to use time() instead of PR_Now on systems that have it.
2001-06-09 03:20:13 +00:00
nelsonb%netscape.com
37fd842747
3 Changes:
...
1. New SSL server session cache implementation that uses finer grained
locking to reduce lock contention, and does 128-way associative caching.
2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES.
3. Work around compiler bug on Solaris i386.
Modified Files:
manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
2001-06-09 03:18:09 +00:00
dbaron%fas.harvard.edu
65490b586d
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
2001-06-09 01:32:19 +00:00
waldemar%netscape.com
7d72a7065d
Added RTF cleanup utilities and a hack to read and write improper RTF commands that contain upper-case letters.
2001-06-09 01:04:16 +00:00
Xiaobin.Lu%eng.Sun.com
e4ebcf4d31
Fix for bug 78840, got r=edburns & beard, sr=brendan, a=asa
...
Fix the crash when invoke liveconnect call using File->Open File
2001-06-09 01:03:53 +00:00
waldemar%netscape.com
79a0cd28c9
Interchanged Definition and AnnotatedDefinition.
2001-06-09 01:03:10 +00:00
srilatha%netscape.com
e8d8adb474
Fix for bug # 79780. Removed Checkbox "Use addressbook and do not search in
...
the directory". r=mohanb,sr=sspitzer,a=asa
2001-06-09 00:34:32 +00:00
ashuk%eng.sun.com
d0bbbca921
author=ashuk
...
Bug=73085
Small fix to Makefile.in. Adding the links to the libjawt.so for
the Java Native AWT Interface. This had mistakenly been backed
out in the previous fix.
2001-06-09 00:34:09 +00:00
pinkerton%netscape.com
78dc7cf21d
create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023.
2001-06-09 00:16:13 +00:00
idk%eng.sun.com
b788e10eb6
*not part of the build*
...
fix for 15507 15510
2001-06-09 00:12:32 +00:00
ssu%netscape.com
c8cbad607f
fixing bug 84331 - installer build process need not create .jars. a=dbragg,sr=mscott, a=drivers@mozilla.org. not part of tinderbox. would affect windows platforms only
2001-06-08 23:48:29 +00:00
yokoyama%netscape.com
b9275fc465
bug: 69117
...
update the global fontlist.
update nsPresContext's device context font
when we receive WM_FONTCHANGE msg.
/r=rbs, /sr=blizzard, /a=asa
2001-06-08 23:36:14 +00:00
shrutiv%netscape.com
87e2d6a0fb
Bug 84529: Crash with return/enter key after switching Configuraition
...
Using return/enter key after switching Configuration takes you to the
next screen (r=bobj)
2001-06-08 23:29:27 +00:00
shrutiv%netscape.com
baceb25527
Bug 84375: "CCK -" added before Company identifier (r=bobj)
...
"CCK-" is added to user agent string only once
2001-06-08 23:22:03 +00:00
gordon%netscape.com
bc75f6605c
Fix for bug 69285 "Mozilla is unresponsive after sleep", patch=sfraser, gordon, r=wtc.
2001-06-08 23:19:29 +00:00
cmanske%netscape.com
dc62e0708c
Fixed test of empty cell in Composer table editing (b=84175, r=brade, sr=kin) and join cells should join with cell to right if only 1 cell selected (b=55991, r=mjudge, sr=kin), both a=asa-drivers
2001-06-08 23:15:15 +00:00
edburns%acm.org
6b4a16534a
For some reason, this file did not contain the necessary information
...
to link with jawt.
2001-06-08 23:13:29 +00:00
shrutiv%netscape.com
2a07cc1268
Bug 84339: bmp titles over Mail/News customization fields to be updated
...
Changing News banner bmp (r=bobj)
2001-06-08 23:01:38 +00:00
shrutiv%netscape.com
902d2a63e3
Bug 84339: bmp titles over Mail/News customization fields to be updated (r=bobj)
...
Changing mail banner bmp
2001-06-08 23:00:00 +00:00
pschwartau%netscape.com
8067253b43
Allow user-defined exit codes: fixed bug that was preventing this from working.
2001-06-08 22:05:32 +00:00
pavlov%netscape.com
00c1734b9b
fix for bug 55312 r=bzbarsky@mit.edu sr=blizzard a=tor
2001-06-08 21:59:37 +00:00
idk%eng.sun.com
fb825fdef1
*not part of the build*
...
fixed parallel build failure
2001-06-08 21:36:46 +00:00
naving%netscape.com
88f788944e
84535; r=racham sr=bienvenu a=asa; If root folder is the destination folder
...
assert and return.
2001-06-08 21:30:04 +00:00
dianesun%netscape.com
d07e015703
Fix for bugs 79555(Download/Sync doesn't retain pref) 80127(Select dialog not modal). r=bhuvan, sr=sspitzer, a=dbaron
2001-06-08 21:17:43 +00:00
andreww%netscape.com
1bd30e0a7f
bugzilla 80397: r=kerz, sr=hewitt, a=asa@mozilla.org - themes pref panel was cut off in all skins.
2001-06-08 20:52:00 +00:00
bnesse%netscape.com
e9eb2c6b09
Fix for bug 51507. Remove "Netscape" from warning dialog. r=timeless, sr=slecf,a=dbaron.
2001-06-08 20:45:07 +00:00
bnesse%netscape.com
962abd1b7b
Fix for bug 77975. Don't skip the first line when processing user.js. r=chipc, sr=alecf, a=dbaron.
2001-06-08 20:36:58 +00:00
bnesse%netscape.com
01a66ecd94
Fix for bug 80108. Fix PREF_DeleteBranch so it doesn't append a "." if one is already there. r=chipc, sr=alecf, a=dbaron.
2001-06-08 20:35:01 +00:00
bnesse%netscape.com
538891be3e
Added PrefHasUserPref functionality. r=bnesse, sr=alecf, a=asa. Checking in for Chip C.
2001-06-08 20:31:34 +00:00
ssu%netscape.com
194dc9653f
fixing bug 81866 - Installer displays percentages gt 100. r=leaf, sr=blake a=drivers@mozilla.org. not part of tinderbox builds. affects only windows platforms.
2001-06-08 20:18:21 +00:00
wtc%netscape.com
2ba46bb1e8
Bugzilla bug #77264 : the workaround for the new struct sockaddr_in6 in
...
glibc 2.2 is only needed when we compile with glibc 2.1.
Modified files: prsocket.c, ptio.c
2001-06-08 19:54:56 +00:00
cmanske%netscape.com
88dcd5b91e
Fixed setting of intial focus in Composer colorpicker dialog (part of fix to 64160, forgot to checkin before)r=kin, sr=hewitt, a=asa-drivers
2001-06-08 19:48:07 +00:00
blakeross%telocity.com
f6bf7c0465
Add UI to control the looping of animated images (64831). r=hixie sr=ben a=asa
2001-06-08 19:39:47 +00:00
blakeross%telocity.com
f011c906a1
Oops, missed tree closure...
2001-06-08 16:46:05 +00:00
blakeross%telocity.com
2d68b181d4
Add UI to control the looping of animated images (64831). r=hixie sr=ben a=asa
2001-06-08 16:44:17 +00:00
mkaply%us.ibm.com
380a75ccae
#50203
...
r=mkaply, aaronr, pedemont sr=blizzard
OS/2 only - while investigating optimizer issues, we came up with a better fix for this problem
2001-06-08 14:54:10 +00:00