wtc%netscape.com
37e224ac8f
Bugzilla bug #31049 : pass both null and non-null 'addr' argument to
...
PR_Accept to catch this bug.
2000-03-09 21:40:11 +00:00
wtc%netscape.com
288e5c4095
Bugzilla bug #31049 : Ipv6ToIpv4SocketAccept should handle a null 'addr'
...
argument.
2000-03-09 21:38:19 +00:00
wtc%netscape.com
785ef73ca9
Bugzilla bug #31120 : added a new test intrio.c to reproduce this bug.
...
Added file: intrio.c
Modified files: Makefile, Makefile.in, runtests.ksh
2000-03-09 21:14:24 +00:00
joki%netscape.com
776030a706
Fix for bug 31186, backout of part of fix for 28988. r:saari a:leaf and the rest of the irc crowd to fix tree blocker
2000-03-09 20:22:55 +00:00
varada%netscape.com
aabb958535
tweaks to the ib.cpp to handle correct ordering of the components
2000-03-09 19:39:29 +00:00
wtc%netscape.com
0425f76b0d
Bugzilla bug #31120 : _PR_Unblock_IO_Wait was binding the interrupted
...
local thread to the wrong CPU.
2000-03-09 18:26:29 +00:00
terry%mozilla.org
f1198946ac
Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.
2000-03-09 18:04:53 +00:00
rhp%netscape.com
578886bace
Small fix for garbled title bug for I18N subjects - Bug #: 29651 - r: alecf - a: phil
2000-03-09 15:51:19 +00:00
joki%netscape.com
a944ec326d
Fix bug 28988, add null check and consume event when script object/window is destroyed while processing an event. a:rickg, r:saari
2000-03-09 15:33:35 +00:00
joki%netscape.com
de1742192c
Fix bug 29515, prevent excess processing inside GetFrameForPoint. a:rickg, r:dbaron@fas.harvard.edu
2000-03-09 15:31:44 +00:00
rickg%netscape.com
ecab65c0e7
update to new string files; these are NOT part of the build
2000-03-09 10:50:02 +00:00
ssu%netscape.com
0a3108843a
fixing bugs:
...
#30711 - no longer attempts to detect Net2Phone
running during startup of installer.
#30982 - added netscape registry names to the
.js install scripts.
#30907 - changed the way the build number is
displayed on the blue background. It
is now displayed in a smaller font and
in black.
#30877 - added creation of Profile Manager
shortcut.
affects only windows platforms.
a=jar
r=sgehani
2000-03-09 09:49:36 +00:00
valeski%netscape.com
3af65e3e8d
r=warren. a=jar. 30634, 30635. something caused event timing changes which aggrivated some FTP bugs. FTP no longer pumps it's own event loop, no longer implements AsyncOpen, and has changed the synchronization between the channel object and the FTP thread. The current changes aggrivate a bug in the socket transport which manifests itself as the throbber not always stopping when a download completes.
2000-03-09 09:46:56 +00:00
varada%netscape.com
df8a0022ed
fix for bug#31111. the invisible components dont get included the first time when they are shown to the user but are counted later when the xpi files need to be copied.did so by having an extra parameter for buildcomponents
2000-03-09 08:56:15 +00:00
karnaze%netscape.com
83eba1b03a
new regression test not affecting the build.
2000-03-09 08:51:40 +00:00
karnaze%netscape.com
f49c1f5eae
PDT+ bug 29429 - incremental reflow and nested tables, r=troy, a=rickg
2000-03-09 08:45:26 +00:00
ben%netscape.com
9fe6758972
fix for 31039, r=don, a=jevering
2000-03-09 08:26:30 +00:00
mscott%netscape.com
d9ce914645
Bug #30553 --> properly get the correct window sizes for new windows created with a window target. This code
...
was actually written by travis and was reviewed by danm. I'm just checking it in for him.
a=jevering
2000-03-09 08:19:22 +00:00
mscott%netscape.com
6488633a19
Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.
...
r=travis
a=jevering
2000-03-09 08:18:21 +00:00
mscott%netscape.com
1bb75e24b4
Bug #30553 --> new windows with window targets were getting the target associated with the
...
chrome window instead of with the content window. And the window sizes were coming from the
hidden window instead of the parent window the url originated from.
r=travis
a=jevering
2000-03-09 08:17:40 +00:00
ben%netscape.com
c2c8b6f149
fixes for search panel appearance, 28103 r=german, a=jevering
2000-03-09 07:53:22 +00:00
ben%netscape.com
06c4a47e8f
fixes for search panel appearance, 28103 r=german, a=jevering
2000-03-09 07:46:00 +00:00
scc%netscape.com
a6ea9a2eb7
File Removed.
2000-03-09 06:39:31 +00:00
scc%netscape.com
211ec74d84
Incremental changes. Getting the comparison operators right. Making |operator+()| do the right thing. These files are not part of the build yet.
2000-03-09 06:37:45 +00:00
pollmann%netscape.com
95bc28d7d0
Bug 30317: Crash fix for scrolling=no, background-attachment: fixed pages r=evaughan, a=rickg
2000-03-09 05:54:58 +00:00
alecf%netscape.com
74c6d06b08
fix for #31038 - move the smtpService initialization to just before invalid accounts get loaded
...
r=sspitzer
a=jar
2000-03-09 05:16:53 +00:00
edburns%acm.org
1fe821d51c
bug=31123
...
a=edburns
r=bruce
Folks, don't EVER use NULL in your c++ code. Use nsnull instead.
2000-03-09 05:12:42 +00:00
putterman%netscape.com
1456a66cf6
Fixing mac bustage.
2000-03-09 04:58:38 +00:00
edburns%acm.org
2d0c6834f0
JAVAH generated header files should not be checked in, since they are generated as a result of the build.
2000-03-09 04:41:43 +00:00
pierre%netscape.com
c85c38f91f
29370 "Stylesheets and JS files are not always loaded". Checked in for valeski, r=pierre, a=jar.
2000-03-09 04:37:01 +00:00
putterman%netscape.com
aedadeea90
a=phil. r=jefft and mscott. Fix for 30918. Can now move messages from imap to local
...
and local to imap.
2000-03-09 04:17:02 +00:00
edburns%acm.org
1328989c37
a=slamm
...
r=slamm
Checkin to fix build bustage. Move conditional stuff from common.mk to config.mk.
2000-03-09 03:34:54 +00:00
rogerl%netscape.com
2723ceea9b
Put NonGreedy back in.
2000-03-09 02:39:58 +00:00
waterson%netscape.com
ccf0007c89
Bug 30557. Force an immediate reflow after creating a content chain. r=hyatt, a=jar.
2000-03-09 02:27:37 +00:00
waterson%netscape.com
b489c22ca4
Bug 30866. Be sure to pass the right content node to nsTreeRowGroupFrame::IndexInRow(). r=hyatt, a=jar
2000-03-09 02:26:19 +00:00
cmanske%netscape.com
67d06ee357
Part of fix for 30769. r=sfraser, a=jar
2000-03-09 02:25:00 +00:00
leaf%mozilla.org
16a2c857bc
Automated update
2000-03-09 02:15:13 +00:00
beard%netscape.com
de9a3d5b81
Added gctest target, added -lm to get floor()
2000-03-09 02:11:52 +00:00
sherry.shen%sun.com
14768205c5
Bug #28281 , r=leaf, a=leaf,
...
Add an option for building Java-supplement
and fix the Java building problem about JDIRS.
2000-03-09 02:08:23 +00:00
matt%netscape.com
37c63b0b92
adding search string for correct sting. a=jar r=ben bug23989
2000-03-09 02:07:09 +00:00
danm%netscape.com
fa957cbcdc
persist sizemode (minimized,maximized). bug 30116 r=scc a=jevering
2000-03-09 02:01:22 +00:00
danm%netscape.com
587df4e3d7
persist size only when window is not minimized or maximized. bug 30116 r=scc a=jevering
2000-03-09 02:00:20 +00:00
danm%netscape.com
54bd670caa
propagate zoom event to xp window. bug 30116 r=scc a=jevering
2000-03-09 01:58:04 +00:00
danm%netscape.com
d785b3735c
adding methods to set and get the size mode (normal,minimized...). bug 30116 r=scc a=jevering
2000-03-09 01:55:48 +00:00
danm%netscape.com
2fab5f234a
adding definition for new sizemode event. bug 30116 r=scc a=jevering
2000-03-09 01:54:14 +00:00
varada%netscape.com
d4534e404a
Core directory is not created if CD Autorun shell is not selected - all the files get copied into the output directory
2000-03-09 01:46:00 +00:00
beard%netscape.com
936efe5b4c
oops, commented out gc_types<T>::string.
2000-03-09 01:44:35 +00:00
hangas%netscape.com
881bc4375b
Fix 30786 (buttons and menus on taskbar wiggle if mouse over buttons) r=german a=phil
2000-03-09 01:39:50 +00:00
evaughan%netscape.com
4f29835c36
Fix for bug# 30548
...
-r hyatt, -a jar
2000-03-09 01:37:23 +00:00
beard%netscape.com
41c89d932b
g++ doesn't provide numeric_limits<T>
2000-03-09 01:35:53 +00:00