Commit Graph

3673 Commits

Author SHA1 Message Date
darin%netscape.com
b62cc47e43 removing dead, empty file 2002-01-30 02:29:51 +00:00
bbaetz%student.usyd.edu.au
6f01b32d53 Bug 115720 - migrated ("network.proxy.type", 3) fails to connect
r=darin, sr=dveditz
2002-01-29 23:15:41 +00:00
darin%netscape.com
5f95498d2d fixes bug 114125 "nsStandardURL::Clone fails to clone the nsIFile if one
exists" r=dougt,sr=sfraser
2002-01-29 22:04:16 +00:00
cathleen%netscape.com
e0f55c7088 eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan 2002-01-29 21:30:32 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
darin%netscape.com
0686983ad3 part one of bug 113163 "Performance problem at downloading"
patch=ak@muc.de, r=gordon@netscape.com, sr=darin@netscape.com
2002-01-29 02:58:02 +00:00
darin%netscape.com
dfd95c7778 another patch for bug 109179 "replace nsStdEscape with nsEscapeURLPart"
r=dougt,gagan sr=alecf,waterson
2002-01-29 01:09:37 +00:00
mkaply%us.ibm.com
e9838dc1a3 More OS/2 bustage 2002-01-28 18:13:56 +00:00
mkaply%us.ibm.com
0cb6fbaa60 OS/2 bustage 2002-01-28 17:00:06 +00:00
alecf%netscape.com
bcd6a6fb94 fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst 2002-01-27 22:02:00 +00:00
rpotts%netscape.com
b7ac62d47e bug #120590 (r=mscott@netscape.com, sr=darin@netscape.com). HTTP was using the wrong mime handler... 2002-01-27 06:03:39 +00:00
darin%netscape.com
f1c36a4c12 partial fix for bug 90004 "proxy reload doesn't work" r=gagan,sr=rpotts 2002-01-26 02:14:09 +00:00
darin%netscape.com
d876a8d7cc backing out my changes -- rjc says it causes moz not to startup! 2002-01-26 00:46:09 +00:00
darin%netscape.com
d0cddf5d96 fixes bug 114778 "formpost temp files not cleaned up when browser exits"
patch=badami@netscape.com, r=rpotts@netscape.com, sr=darin@netscape.com
2002-01-26 00:38:37 +00:00
darin%netscape.com
26ac6b9972 patch 2 for bug 109179 "replace nsStdEscape with NS_EscapeURL"
r=dougt, sr=alecf
2002-01-25 23:08:02 +00:00
andreas.otte%debitel.net
f883f23aa4 second try to fix bug 119071 [Can not ftp files from / on Cobalt web
server], this time working around bad urls generated by the tinderbox
script, r=bbaetz, sr=darin
2002-01-25 22:19:29 +00:00
andreas.otte%debitel.net
a59c0cac45 fix bug 120959 [Use of ".." in address causes links to relative URL's
to fail] A regression from the rewrite of the urlparser,
r=dougt@netscape.com, sr=darin@netscape.com
2002-01-25 22:07:50 +00:00
alecf%netscape.com
334287cf37 oops didn't mean to check this in (shouldn't cause bustage, but I don't know if it will even work without the other changes.. if it does, then nsCOMPtr<> is busted!) 2002-01-25 01:13:09 +00:00
alecf%netscape.com
f5c506abfd attempt to fix OS/2 bustage 2002-01-24 22:55:41 +00:00
mcafee%netscape.com
94746f6a12 I'm sorry Dave, I'm afraid I can't allow this checkin. Backing out rjc's change from earlier (121546). r=jrgm 2002-01-24 07:16:01 +00:00
gordon%netscape.com
7cf5c26933 fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin. 2002-01-24 03:06:28 +00:00
rjc%netscape.com
33d6e39d57 Fix bug # 113894 (and 36972 and 79013 and probably others): get nsFileSpec usage out of RDF, and fix RDF persistence on Mac if there is a slash in the path. Various code from myself, darin, waterson and tingley. Various r/sr include darin, waterson 2002-01-24 01:29:39 +00:00
gordon%netscape.com
0845b71af5 Fix bug 119117 "nsDiskCacheMap.h compiler warning". sr=darin. 2002-01-24 01:27:32 +00:00
gordon%netscape.com
b032cdadb8 Fix bug 111049 "add attribute to nsICacheSession to detect device availability". sr=darin. 2002-01-24 01:25:25 +00:00
gordon%netscape.com
efd43a6ced Fix bug 119085 "cache entries corrupted if size of metadata is zero". sr=darin. 2002-01-24 01:24:20 +00:00
kaie%netscape.com
eb80d84acd b=106188 fix whitespace
a=brendan
2002-01-22 02:20:13 +00:00
darin%netscape.com
02d3556d92 fixes bug 115252 "going to http://orange.dk produces redirection error"
patch=badami@netscape.com,darin@netscape.com
r=gordon@netscape.com,blizzard@mozilla.org
sr=mscott@netscape.com
a=dbaron@fas.harvard.edu
2002-01-20 00:43:04 +00:00
bbaetz%student.usyd.edu.au
22168efd7c Bug 120891. TestProtocols was including a cookies header file it didn't
need, breaking no-extentions builds.
r=bryner, sr=jst, a=dbaron
2002-01-19 04:04:51 +00:00
rjc%netscape.com
2a570f5edd Shame on alecf for not updating to the tip before checking in! Re-backing out these two lines which were originally backed out last night. a=sheriff trudelle 2002-01-19 01:58:03 +00:00
gordon%netscape.com
7ee3cd55f2 Fix bug 114292 (top crash in cache code). Patch prevents cache devices from evicting entries while they are being "bound". r=brendan, sr=darin, a=blizzard. 2002-01-18 22:18:28 +00:00
alecf%netscape.com
61cc047c10 fix for bug 119902 - assertions in nsIOService when saving files, plus a minor performance optimization from dougt
r=adamlock, sr=darin
2002-01-18 21:08:07 +00:00
kaie%netscape.com
cf13b17550 b=106188 Fix SSL freezing Mozilla on connect problems
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
rjc%netscape.com
ac965f56c7 Back out fix for bug # 113894 due to bug # 120617. a=sheriff suresh 2002-01-18 07:19:46 +00:00
sspitzer%netscape.com
93f52a37b0 fix for smoketest blocker #120324. back out the fix for #119051
(mailnews part was not tested or reviewed by module owner)
sr=mscott,bienvenu
2002-01-16 20:58:01 +00:00
timeless%mac.com
a3fc2febc6 Bug 117740 bad style in Cut calls in nsJARURI::SetSpec
r=redfive sr=jag
2002-01-16 07:31:45 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
timeless%mac.com
c4d44ab97c Bug 119051 duplicate symbol breaks win32 static build
create and use nsIIOService::getQueryAttributeValue
r=dbradley sr=darin
2002-01-16 05:07:31 +00:00
bzbarsky%mit.edu
5a1b42ffbb Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
darin%netscape.com
ddf6b225f1 fixes bug 42898 "iDNS support"
r=nhotta, sr=brendan
2002-01-16 03:23:23 +00:00
darin%netscape.com
efa9881818 backing out andreas' fix for bug 119071. it's causing serious problems
with relative links.
2002-01-16 03:01:38 +00:00
andreas.otte%debitel.net
d31c63e610 fix bug 119071[Can not ftp files from / on Cobalt web server], changed
CoalesceDir in a way that it no longer drops to much ../ in a path but
leaves them unresolved. This way ftp urls like
ftp://user:<password>@ftp.host.com/../../logs can be successfully used,
r=bbaetz, sr=darin
2002-01-16 00:25:18 +00:00
timeless%mac.com
7edbfb6b60 Bug 119310 preferences + open in new tab + clicking browser crashes @nsLoadGroup::RemoveRequest
assert instead of crashing if some load fails
r=darin sr=waterson
2002-01-16 00:16:51 +00:00
dbragg%netscape.com
4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
andreas.otte%debitel.net
38abf18e5f fix bug 114063 [error loading FTP URL served by publicfile] fix
uninitialized time/date struct that caused a crash, fix so that we can
navigate this strange server, r=bbaetz, sr=darin
2002-01-15 22:34:32 +00:00
rjc%netscape.com
90ec4b26a5 Fix bug # 113894: RDF persistence breaks when there is a / in the file path. Verbal r=pavlov and sr=waterson 2002-01-15 05:20:37 +00:00
dougt%netscape.com
a3d07d9e14 116420 - Fixes broken directory listings if there is a broken symlink in that directory. r=pavlov, sr=jband@netscape.com 2002-01-15 00:51:11 +00:00
darin%netscape.com
61ed1b56b9 fixes bug 119625 "Can't enter new bug or post comments (POSTs turn into GETs)"
r=bbaetz, sr=alecf
2002-01-15 00:07:46 +00:00
timeless%mac.com
2bfa4f156e Bug 117727 make testprotocols pretty print error condition for unknown Content-Length
a=darin
2002-01-13 00:54:27 +00:00
bbaetz%student.usyd.edu.au
dba349965d Bug 119625 - can't POST forms
Patch by christophe.fergeau@laposte.net, r=bbaetz, sr=beng
2002-01-12 23:56:42 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00