nisheeth%netscape.com
e16ee8dfd1
Fixing build bustage. libutil can only get compiled after xpcom.
1999-12-22 00:39:32 +00:00
sspitzer%netscape.com
4b7de92dda
implement more of the View | Sort menu items, implement the View | Headers menu items, remove dead code. r=putterman, a=sdagley
1999-12-22 00:18:44 +00:00
briano%netscape.com
6bc395d764
Fix for build breakage on unappreciated platforms.
1999-12-22 00:08:29 +00:00
cls%seawood.org
1721c271f5
Cleaned up BeOS autoconf build.
...
Added RESOLVE_LINK_SYMBOLS for platforms that need to resolve all symbols when linking shared libs.
Removed use of EXTRA_LIBS from configure.
1999-12-22 00:07:07 +00:00
mccabe%netscape.com
2ad305edc7
#ifdefs to build the JavaScript engine under metrowerks on windows machines.
...
Fixes courtesy Chris Dillman <chrisd@plaidworld.com>.
r=mccabe
a=sdagley
1999-12-22 00:03:50 +00:00
nisheeth%netscape.com
bb5fded334
r=judson, a=sdagley. Include util.lib into linking process if MOZ_PERF is defined.
1999-12-22 00:03:29 +00:00
cls%seawood.org
fa0515f7eb
Look for the generated dependencies.beos at the top of the objtree not the top of the srctree. Remove dependencies.beos when running realclean or distclean.
1999-12-22 00:01:04 +00:00
nisheeth%netscape.com
d405506f3b
Build modules/libutil before netwerk on Unix and Windows. a=sdagley.
1999-12-21 23:55:04 +00:00
putterman%netscape.com
b22db21158
same as last checkin, forgot to put this in.
1999-12-21 23:41:06 +00:00
robinf%netscape.com
e461652e3c
changes to positioning of elements and text per discussions with Bijal
1999-12-21 23:39:41 +00:00
putterman%netscape.com
53bb123d4e
Fix for 21846. Next Msg works for thread view. r=sspitzer, a=sdagley
1999-12-21 23:38:31 +00:00
sspitzer%netscape.com
60a39256fc
fix FMM and UMR from purify, add some null sanity checks to fix various
...
crashers that I've seen.
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com
e8a4061a40
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com
1fabe0ad70
sanity check and adding new line to the end of a file.
1999-12-21 22:56:49 +00:00
sspitzer%netscape.com
a4493ba510
ignore generated Makefile
1999-12-21 22:41:26 +00:00
valeski%netscape.com
953c59ac72
r=mcafee, a=sdagley. turning on date time protocol
1999-12-21 22:33:36 +00:00
valeski%netscape.com
b0cd9bb9e4
a=sdagley. turning on datetime protocl.
1999-12-21 22:33:01 +00:00
sspitzer%netscape.com
ebfba119c8
fix warnings, a=sdagley
1999-12-21 22:27:57 +00:00
valeski%netscape.com
7516a3f630
a=sdagley, r=dougt. set the min ftp thread count to 1 (from 4). now we only fire up 1 thread initially. Also set the stack size to default machine stack size. 22033
1999-12-21 22:25:37 +00:00
mark.lin%eng.sun.com
0b03c57e3d
Fixed webclient on Unix bustage.
1999-12-21 22:20:19 +00:00
sspitzer%netscape.com
8068ff2f39
fix for #22109 . r=putterman, a=sdagley
...
the problem was we were appending "/<newsgroup>" to the path to the server
by using AppendRelativeUnixPath. this leaf us with <path>//<newsgroup
and not <path>/newsgroup.
1999-12-21 21:59:15 +00:00
sspitzer%netscape.com
149097631d
take out a dump that is confusing people.
1999-12-21 21:43:29 +00:00
valeski%netscape.com
77298f5df4
a=dagley, r=dougt. 22033. FTP was having problems with multiline, multi read server greetings.
1999-12-21 21:15:03 +00:00
Jerry.Kirk%Nexwarecorp.com
ea7d518d39
Adding new files for PHOTON only.....
...
These files are mostly a place holder and will be finished up as time
permits.
1999-12-21 20:17:01 +00:00
pinkerton%netscape.com
a70a45911e
2nd fix for bustage, i hope.
1999-12-21 20:15:48 +00:00
pinkerton%netscape.com
61925ac5df
fix for bustage, i hope.
1999-12-21 19:56:15 +00:00
valeski%netscape.com
43833fbc0d
NOT IN BUILD. updating datetime protocol to add/remove itself from the load group
1999-12-21 19:40:05 +00:00
hyatt%netscape.com
221920403a
Patch that gets tabbing back into text fields. r=waterson
1999-12-21 19:35:13 +00:00
bryner%uiuc.edu
53890d7014
Fix a leak of an nsWindow reference every time you scroll with the mouse
...
wheel on Windows. Oops. r=syd, a=sdagley.
1999-12-21 19:32:43 +00:00
pinkerton%netscape.com
2275305f2f
remove hand-rolled QI and using scc's macros. Also removing static IID's where necessary. r=hyatt,scc a=sdagley.
1999-12-21 19:28:15 +00:00
pinkerton%netscape.com
fb5b637d44
fix bug #20610 where we were always placing xif on the clipboard twice. r=shaver a=sdagley.
1999-12-21 19:26:10 +00:00
varada%netscape.com
2b745a558c
fix for bug #14012 - we use the browser instead of the gif viewer for viewing both gif as well as bmps
1999-12-21 19:00:09 +00:00
jefft%netscape.com
ced3daada0
fixed bug 22043 -- [Dogfood] Can't forward imap mail: get 'mailbox does not exist' error; r=bienvenu,rhp a=chofmann
1999-12-21 18:28:27 +00:00
dcone%netscape.com
69464a3c0e
CopyDeepMask Will not be called when printing, this will crash the printer. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:52 +00:00
dcone%netscape.com
a8a44f76e2
Added an IsPrinter() call. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:05 +00:00
rhp%netscape.com
1e36d1d252
Adding files to the repository. NOT PART OF THE BUILD!
1999-12-21 17:55:56 +00:00
rhp%netscape.com
3f7e67c780
Adding smimestub to the build process.
1999-12-21 17:48:12 +00:00
rhp%netscape.com
084938f840
Changing a default mail pref
1999-12-21 16:17:31 +00:00
brade%netscape.com
d8c1142ecd
don't prompt to save changes to an empty/new window (bug #13933 ) fix by sfraser r=brade
1999-12-21 15:27:54 +00:00
rhp%netscape.com
1cf5a8c283
Fix for corrupted messages on failed send - Bug #: 18772 - r: jefft a: chofmann
1999-12-21 15:26:37 +00:00
rhp%netscape.com
01d1bb39f6
Fix for corrupting Japanese messages with auto URL detection - Bug: 18410 - r: rhp (external contribution) a: chofmann
1999-12-21 15:23:24 +00:00
rickg%netscape.com
92741ad686
disabled debug code that was writing to the console; part of last checkin
1999-12-21 09:44:09 +00:00
rickg%netscape.com
854deda1e2
landing residual style handling; r=harishd, buster, kmcclusk for various parts; a=jar
1999-12-21 07:53:20 +00:00
rickg%netscape.com
1c48bc0daa
fixed bug in compressChars2 where logic to test for ascii range was reversed; r=buster; a=jar
1999-12-21 07:49:34 +00:00
briano%netscape.com
d456ef8f48
NetBSD/arm-specific build breakage fix.
1999-12-21 04:14:14 +00:00
valeski%netscape.com
f182a466ac
a=chofmann, 21783. inverted parameter validation checks have been corrected.
1999-12-21 03:00:54 +00:00
valeski%netscape.com
fa29ea97ab
a=chofmann, FTP dir listing dates were waaaaayy off. Now they're back within reason (meaning they're somewhat meaningful, but still not perfect (looks like some localization problems)).
1999-12-21 02:57:12 +00:00
valeski%netscape.com
342fde149a
a=chofmann, multi-mixed converter wasn't returning nsIStreamObserver if QI'd for it, even though it implements it; now it does
1999-12-21 02:54:55 +00:00
varada%netscape.com
c64132a51d
adding new files for the progress bar
1999-12-21 02:34:06 +00:00
varada%netscape.com
7983a88010
fix for bug #20940
1999-12-21 02:32:25 +00:00