colin%theblakes.com
9f77e49882
OpenVMS specific change. r=leaf, a=leaf
...
Change/add known mime file types.
2000-05-31 20:54:08 +00:00
warren%netscape.com
0ed95b0d68
Removed input buffer from file input stream. Bug 41067
2000-05-31 05:33:12 +00:00
ruslan%netscape.com
e134c507f0
Fix 29219, a=gagan
2000-05-30 22:50:29 +00:00
mkaply%us.ibm.com
34a95cecaf
# 37239
...
r = gagan, a = brendan
OS/2 bringup continues on M16 - Changes for VisualAge build (casts, PR_CALLBACK)
2000-05-30 14:56:52 +00:00
ruslan%netscape.com
68b998a06d
Make res/chrome handlers implement threadsafe_isupports
2000-05-26 21:00:18 +00:00
valeski%netscape.com
d78a4c6b06
39610. r=morse. ftp wasn't ditching bad auths from the wallet
2000-05-26 20:25:28 +00:00
ruslan%netscape.com
3f6898700d
Fix 26486
2000-05-26 20:12:50 +00:00
ruslan%netscape.com
ff11ad4fa2
Fix 40189, a=gagan
2000-05-25 23:20:30 +00:00
ruslan%netscape.com
6835ea1a08
FIx 40189, a=gagan
2000-05-25 23:14:08 +00:00
brade%netscape.com
10d4eb0f46
File Removed.
2000-05-25 17:43:06 +00:00
brade%netscape.com
6c3ce51d35
File Removed.
2000-05-25 14:25:11 +00:00
warren%netscape.com
37f147b0a8
Bug 24764. Cache of opened jar files. r=waterson
2000-05-25 08:32:09 +00:00
warren%netscape.com
1e329e1a59
Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp
2000-05-25 08:27:40 +00:00
ruslan%netscape.com
6ae8a5ab9a
Fix 39107, a=gagan
2000-05-24 23:04:57 +00:00
dougt%netscape.com
c029aaee90
Making ProxyService Threadsafe for Add and Remove Proxy. r=gagan.
2000-05-24 22:55:35 +00:00
valeski%netscape.com
74aabd0145
r=alecf. 39987. occasional crasher in nsMultiMixedConv.cpp stream converter. We now ensure that we don't search for EOL if we've moved beyond the legitimate buf len
2000-05-22 06:06:57 +00:00
cls%seawood.org
a55fae3f46
Ack! I missed a file. Why hardcode a static zlib when you should use a shared one?
2000-05-20 04:29:55 +00:00
dougt%netscape.com
0da3936bb1
correcting invalid port number. They should be -1, not zero.
2000-05-20 00:19:24 +00:00
dougt%netscape.com
4ea1d81354
Fix for 31164, possibly 35658, and prep work for 31174.
...
1) Passing the proxy hostname and port to the underlying socket
and changing all users that appeared in lxr.
2) (psm-glue) registering with the cache manager to allow local loopback so that
psm will work with a proxy.
3) (psm-glue) Storing proxy information in psmSocketInfo.
most reviewed by gagan@netscape.com .
2000-05-19 22:56:12 +00:00
davidm%netscape.com
80a28a0b3a
34545 blo P1ermissions of 000 for disk cache directories
r= sspitzer
2000-05-19 02:14:04 +00:00
warren%netscape.com
655db9fcdc
Bug 39416. Made ftp work with single sign-on for more than one user/host.
2000-05-17 07:12:40 +00:00
cls%seawood.org
1165ad3a33
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
warren%netscape.com
2a3f855e25
Removed nsINetPrompt.idl (obsolete).
2000-05-17 05:46:40 +00:00
gordon%netscape.com
a0c26299f8
export unix_dns.h, and add NSPR_LIBS
2000-05-17 05:16:48 +00:00
gordon%netscape.com
7555224326
Test code for dns daemon
2000-05-17 05:15:30 +00:00
davidm%netscape.com
5fa935d359
21250 Need to implement stream-as-file service
2000-05-17 05:14:29 +00:00
gordon%netscape.com
da8c44a4a0
reordered wait on spawn process with response to caller.
2000-05-17 05:14:02 +00:00
mscott%netscape.com
3d0fd838d1
Bug #32420 --> checking in for Ben Bucksch (mozilla@bucksch.org)
...
r=mscott
2000-05-17 04:22:49 +00:00
warren%netscape.com
c7230f0c01
Removed nsINetPrompt.idl (obsolete).
2000-05-17 04:05:50 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
ruslan%netscape.com
4c9420759c
Fix return code error, davidm
2000-05-17 00:32:47 +00:00
ruslan%netscape.com
e781f23303
Fix 18886 - handle http 305 response correctly to close the potential
...
security hole
2000-05-17 00:11:12 +00:00
davidm%netscape.com
876d21f8fa
13784 [FEATURE] Mime Type/File Extension/Application Service Regis
2000-05-17 00:05:52 +00:00
ruslan%netscape.com
ebcca2a581
Move necko resources to make them comply with new packaging rules
2000-05-16 23:40:00 +00:00
davidm%netscape.com
9f770dfc33
34314 Remove execute permission from cache files
2000-05-16 21:58:17 +00:00
ftang%netscape.com
03ffcb291f
fix OS2 problem for ibm
2000-05-16 21:41:14 +00:00
gagan%netscape.com
c58d190faa
Fix for bug 27930. Support for IPv6 in the url parser.
2000-05-16 08:42:40 +00:00
warren%netscape.com
4d1711e5f8
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
gagan%netscape.com
d98b4adf1f
Fixes from wtc for bug 38300.
2000-05-16 05:33:18 +00:00
gordon%netscape.com
6c87aa1f80
adding back an old friend.
2000-05-16 03:58:58 +00:00
valeski%netscape.com
838c55225a
fixing debugging text typo
2000-05-15 22:49:12 +00:00
valeski%netscape.com
9c506e8c3e
applying patch to ipv6'ify FTP from jgmyers@netscape.com
2000-05-15 22:23:08 +00:00
ruslan%netscape.com
87d052ef86
Fix 38853
2000-05-15 21:13:27 +00:00
jdunn%netscape.com
942e3cd669
Fix alignment problem with DB reads.
...
r= davidm@netscape.com , wtc@netscape.com
#= 38884
2000-05-13 15:05:18 +00:00
ftang%netscape.com
077a3091b3
fix OS/2 problem for IBM. Change the #ifdef XP_PC to #if defined(XP_PC) && !defined(XP_OS2)
2000-05-13 13:13:38 +00:00
andreas.otte%primus-online.de
1dd63d3130
fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part
2000-05-13 13:05:00 +00:00
colin%theblakes.com
edf3077983
Fix segmented reads on local files. r=warren
2000-05-13 12:29:13 +00:00
andreas.otte%primus-online.de
b8a48defd4
fix bug 32997, file URLs that include a hostname don't work, look for a hostname and do some special work on detecting drivenames for XP_PC, r=gagan@netscape.com
2000-05-13 12:00:38 +00:00
gordon%netscape.com
1bcd83eb2c
Fixes for bug 34663 and bug 33821 - crashes in DNS CompleteLookup and/or Shutdown.
2000-05-12 23:44:20 +00:00
gordon%netscape.com
548f055990
Change allocation/deallocation of monitor to use nsAutoMonitor methods, as per brendan's suggestion.
2000-05-12 23:42:33 +00:00