Commit Graph

46952 Commits

Author SHA1 Message Date
putterman%netscape.com
0b1644bae6 Fixes various message count updating bugs. reviewed by bienvenu. 1999-11-18 04:31:01 +00:00
jband%netscape.com
eac24add27 remove invalid assertion 1999-11-18 04:30:54 +00:00
rginda%netscape.com
e3135f057e Added ^c handler, beginnings of html output. 1999-11-18 04:14:00 +00:00
rbs%maths.uq.edu.au
e21954fcca Ensure all the control paths return value 1999-11-18 03:56:38 +00:00
fur%netscape.com
c28060f30a Quell warnings 1999-11-18 03:38:32 +00:00
waterson%netscape.com
71da41f221 Be sure to close the file before moving it. 1999-11-18 03:38:24 +00:00
waterson%netscape.com
fa8d76523f Add chdir() so that it can be called from an alias. 1999-11-18 03:29:11 +00:00
nhotta%netscape.com
5cfdec76d8 Change to pass an empty string to setlocale instead of NULL (which is illegal in Unix unlike windows). Bug
18338, r=tao.
1999-11-18 03:28:35 +00:00
nhotta%netscape.com
b397596105 In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
mcafee%netscape.com
d117e7d5b5 Switching to PRBool, un-break Solaris WS build. r=slamm 1999-11-18 03:22:47 +00:00
blizzard%redhat.com
7d9acb8b25 fix for modal dialogs. fixes bug #16310. r=pavlov 1999-11-18 03:19:43 +00:00
jdunn%netscape.com
4ef899ac32 Only include SUPER_WIN includes if it is on. HPUX and AIX compilers fail
if they can't find the include file
1999-11-18 03:08:19 +00:00
briano%netscape.com
2a19a06008 Automated update 1999-11-18 03:00:19 +00:00
warren%netscape.com
e9e854fcac Added nsIJARProtocolHandler.idl 1999-11-18 02:54:05 +00:00
jdunn%netscape.com
0d9441fd1b Change the linking option of -Bsymbolic to only happen on Components
(i.e the i18n code and NOT on anything that links in gtk

r=pepper@netscape.com
# 18129
1999-11-18 02:49:30 +00:00
wtc%netscape.com
0b4a5e1ffa Bugzilla bug #5358: fixed build problem on Solaris/x86 under gcc by
removing the #ifdef stuff from os_SunOS_x86.s.
Modified files: pr/src/md/unix/Makefile,Makefile.in,objs.mk,os_SunOS_x86.s
1999-11-18 02:48:18 +00:00
rhp%netscape.com
a554253a94 Fix for memory allocation off by 1 error. No bug. r: rhp (submitted by Ben Bucksch <mozilla-news@bucksch.org> 1999-11-18 02:46:52 +00:00
hangas%netscape.com
28e7445770 Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +00:00
pinkerton%netscape.com
463575d692 Fix for bug #18998. strip nulls off the end of unicode text strings. (r=danm). 1999-11-18 02:40:49 +00:00
bienvenu%netscape.com
1553bd082f only send change notification for pending filtered messages if the count changed - performance tweak 1999-11-18 02:36:22 +00:00
brendan%mozilla.org
4849241687 Brutal JS script sharing (15146, r=waterson@netscape.com). 1999-11-18 02:25:33 +00:00
valeski%netscape.com
442edcfdf4 r=rhp. nsDocumentBindInfo was returning NO_INTERFACE when asked for nsISupports. I can't believe we made it this far w/ that object not able to support nsISupports :/ 1999-11-18 02:19:13 +00:00
wtc%netscape.com
edb11b195c Bugzilla bug #17896: added new macro _PR_IS_GCABLE_THREAD.
r=srinivas@netscape.com
Modified files: primpl.h, macthr.c, irix.c, pthreads_user.c, solaris.c,
unixware.c, pruthr.c
1999-11-18 02:14:38 +00:00
wtc%netscape.com
bba3cdebb0 Added a new test sendzlf.c, which sends a zero-length file with PR_SendFile
and PR_TransmitFile.
Modified files: pr/tests/Makefile,Makefile.in,runtests.ksh
Added file: sendzlf.c
1999-11-18 02:11:38 +00:00
sspitzer%netscape.com
4f43d6922e ok, really fixed this time. forgot the "== 0" in the macro. dummy. 1999-11-18 01:14:05 +00:00
mscott%netscape.com
6ac15557ae (not part of the build)
api tweak to nsIURIContentListener::CanHandleContent
1999-11-18 01:09:56 +00:00
mscott%netscape.com
0fefbf1cb0 (not part of the seamonkey build)
CanHandleContent now has an out parameter for desired content type.
Minor re-write of uri loder logic to incorporate stream conversion. If the content listener passes back
a desired content type that is different from the content type that we asked it to handle, we'll
automatically invoke a stream converter. This allows a doc shell which wants to handle say message/rfc822
to request that content be in the form of text/xul (i.e. if it was presenting the content).
1999-11-18 01:02:31 +00:00
mscott%netscape.com
7ecbc0a23d (not part of the seamonkey build)
CanHandleContent now has an out parameter for desired content type.
1999-11-18 01:00:56 +00:00
sspitzer%netscape.com
3abbebd8e8 fix for #19068, prefs not loading values, or saving changes.
the problem was the pref window architecture walks the dom looking for input widgets
of type "radio" or "text" and not "RADIO", "Radio", etc or "TEXT", "Text", etc.  (the widget type changed recently from lowercase to uppercase.

now we do a case insensitive string compare and it all works fine.
a=leaf
r=mscott
1999-11-18 00:59:21 +00:00
tbogard%aol.net
ceb3dd7a02 Fixed some calls on GetTopLevelWindow() and the assumptions made on the return value with the returned pointer. Added some pseudo code that is commented out for prompter stuff. r=seth (This is a cleanup of the checkin made in an effort to get the tree open.) 1999-11-18 00:33:54 +00:00
idk%eng.sun.com
7b317c949b no bug id
fixed typo OJI_DISABLED->OJI_DISABLE
1999-11-18 00:32:33 +00:00
erik%netscape.com
4af5353a04 Grabbing the next available IID. Does not affect the build. 1999-11-18 00:09:46 +00:00
sspitzer%netscape.com
e69a8417da fix for #19117, crash. add check before dereferencing null. 1999-11-17 23:05:29 +00:00
waterson%netscape.com
7582dd007e Add some commentary and a '--timeout' option. 1999-11-17 23:02:53 +00:00
mscott%netscape.com
2d49596d2e First Checked In. 1999-11-17 22:48:42 +00:00
sspitzer%netscape.com
c1577ee83e fix for blocker bug #19083, compose html message causes a crash.
r=sfraser.
1999-11-17 22:34:41 +00:00
rginda%netscape.com
ccde6647c6 * menuhead.html
make all targets "other_window" to reduce number of open windows.
* mklistpage.pl
  make all targets "other_window" to reduce number of open windows.
* runtests2.pl
  more hacking, still not done.
1999-11-17 22:33:05 +00:00
rginda%netscape.com
4b4a717419 Initial checkin of "import test list" dialog. 1999-11-17 22:31:07 +00:00
waterson%netscape.com
ad9879c908 Add usage notes. 1999-11-17 22:30:35 +00:00
waterson%netscape.com
d90ac16633 Increase timeout to 10min., and don't over-eagerly assume the app crashed. Add code to send email. 1999-11-17 22:26:50 +00:00
leaf%mozilla.org
9b000d2760 removing useless line 1999-11-17 22:19:07 +00:00
leaf%mozilla.org
11e98b1b79 really fixing ls calls. 1999-11-17 22:14:21 +00:00
blizzard%redhat.com
f3a59db492 fix bug #19075 and #19080. make sure to handle the 2 + 3 button press events in nsWidget::HandleEvent(). 1999-11-17 22:04:03 +00:00
waterson%netscape.com
fca6817d94 Initial revision. 1999-11-17 20:52:45 +00:00
varada%netscape.com
93f85ac1d3 fix for bug #19078 -obtaining value for window title bar text 1999-11-17 20:47:08 +00:00
waterson%netscape.com
3d0ca561ac Fix license to use MPL. 1999-11-17 20:42:57 +00:00
rginda%netscape.com
57279e1a51 * Global.java
Cleared global.exitCode in quit() just to be safe.
* Main.java
  Adjusted exit code constants to match the js and xpcshells.
1999-11-17 20:26:17 +00:00
pavlov%netscape.com
58a743b49e fix for blizzard's editor making a mistake typing what he typed and not what he thought r=blizzard 1999-11-17 20:18:07 +00:00
waterson%netscape.com
b060e04dec Fix license to use MPL. 1999-11-17 19:15:05 +00:00
rogerl%netscape.com
600050ef02 Changes for JS1.5 build under AIX4.3.
(Not a part of SeaMonkey builds)
1999-11-17 18:34:04 +00:00