Commit Graph

3182 Commits

Author SHA1 Message Date
cmanske%netscape.com
591c54146e Fixed null mScheme in 'SchemeIs' method. b=85981, r/a=gagan, sr=kin, a=asa-drivers 2001-06-15 03:32:59 +00:00
darin%netscape.com
cc75578f3f Fixes bug 85822 "crash in [@ nsHttpTransaction::Cancel] [cancelation not thread-safe]"
r/sr=blizzard a=blizzard
2001-06-14 20:52:03 +00:00
darin%netscape.com
043f8b8f97 Fixes bug 85822 "crash in [@ nsHttpTransaction::Cancel] [cancelation not thread-safe]"
r/sr=dougt,blizzard a=blizzard
2001-06-14 20:49:17 +00:00
timeless%mac.com
94c6f43c88 patch by andreas.otte@primus-online.de based on patch by sballard@netreach.net
r=bbaetz and sr=dougt a=asa@mozilla.org
2001-06-14 03:14:21 +00:00
gordon%netscape.com
f4f56f62cd Fix bug 82009 "purify msg: Freeing mismatched memory". Changing FlattenMetaData() semantics to eliminate malloc and buffer copy. r=beard, sr=darin, a=asa. 2001-06-13 23:37:41 +00:00
gordon%netscape.com
0cc15754f8 Fix for bug 84817 "nsDNSService::DequeueLookup - must call PR_WaitCondVar within while loop" and bug 85025 "DNS lookup stalls b/c failed requests are cached". r=wtc (84817), sr=darin, a=asa. 2001-06-13 23:33:24 +00:00
darin%netscape.com
7d19a0c13c Fixed bug 82451 "wrong comment for HTTP PR_LOG" patch=clarence@clarence.de,
sr=darin, a=asa
2001-06-13 22:49:56 +00:00
darin%netscape.com
3f1521cbd1 Fixed bug 83960 "HTTP/1.0 servers can legally send invalid Content-Length
headers" r=gagan, sr=dougt, a=asa
2001-06-13 22:44:47 +00:00
mscott%netscape.com
d72f0f6303 Bug #83241 --> sniff for image types in the unknown decoder. This allows mozilla to properly layout local files
called "test" that are really images (test.jpg, or test.gif). The sniffing code is cloned directly from libpr0n.

r/sr=rpotts
a=blizzard
2001-06-13 21:24:11 +00:00
darin%netscape.com
e732f0c5f8 Fixed bug 84572 "networking deadlock while posing security UI and closing win"
r=danm, sr=dougt, a=asa
2001-06-13 06:08:03 +00:00
darin%netscape.com
7d85829360 Fixes bug 35956 "file extension not changed but gzipped files expanded when saving"
r=gagan, sr=dougt, a=asa
2001-06-13 05:48:44 +00:00
darin%netscape.com
f5a22df8d6 Fixed bug 75709 "expires header not honored, gets cached copy"
r=gordon, sr=dougt, a=asa
2001-06-13 01:10:17 +00:00
darin%netscape.com
e51b95f598 Fixes bug 80020 "Accept-Language and Accept-Charset format error"
patch=havill@redhat.com, r=bbaetz, sr=darin, a=asa
2001-06-12 22:17:31 +00:00
blizzard%redhat.com
e1a946c67e Fix bug #85290. "proxy autoconfig module needs to shut the hell up" r=gerv,rs=tor,a=asa 2001-06-11 21:54:48 +00:00
darin%netscape.com
1b67eeb3c2 Fixes bug 73392 "ad blocking hosts file prevents page load"
r=gagan, sr=dougt, a=asa
2001-06-11 21:24:25 +00:00
darin%netscape.com
cf3d4afb48 Fixes bug 80419 (part 2) "http should reclaim connections immediately"
r=bbaetz, rs=dougt, a=blizzard
2001-06-11 21:20:29 +00:00
darin%netscape.com
1f7dc204b3 Fixes bug 80419 (part 1) "http should reclaim connections immediately"
r=bbaetz, rs=dougt, a=blizzard
2001-06-11 21:19:37 +00:00
dougt%netscape.com
492ffa59e4 Fixes 84472, crash when going to unsupported ftp site. r=gagan, sr=darin, a=asa@mozilla.org 2001-06-11 05:45:02 +00:00
gordon%netscape.com
b866168e16 Fix for bug 84531, "dns cache eviction count not always decremented". r=gagan, sr=darin, a=dbaron. 2001-06-08 04:54:07 +00:00
neeti%netscape.com
fa81a23f17 fix for bug 83611 - download dialog pops when text/html offered instead of page load, r=gagan, sr=darin, a=chofmann. 2001-06-07 12:45:03 +00:00
mscott%netscape.com
2c822b8f50 Bug #81576 --> fix popping up of multiple save as dialogs. Landing for nisheeth.
r=vidur
sr=darin
a=chofmann
2001-06-07 04:45:23 +00:00
mkaply%us.ibm.com
815d4faaa8 senna REQUIRES bustage 2001-06-07 03:00:21 +00:00
mkaply%us.ibm.com
6d2f9d31e7 Oh come on people, you could at least make it a little less obvious that this code only works on Windows, Max, and Unix 2001-06-07 02:57:56 +00:00
darin%netscape.com
e9d26c1f84 Fixes windows startup hang. r=gordon 2001-06-07 00:19:40 +00:00
darin%netscape.com
6b881eb2ee Fixes win32 bustage. r=gordon 2001-06-07 00:01:25 +00:00
gordon%netscape.com
9f1cafa711 Fix for bug 30917, Implement DNS caching. r=dougt, srs=darin, a=asa. 2001-06-06 23:25:39 +00:00
mkaply%us.ibm.com
a6c63868d6 EMX build break - direct.h doesn't exist on EMX 2001-06-06 14:23:09 +00:00
danm%netscape.com
f5dba5ec47 simply adding some logging helpful for debugging event queue interactions. from bugscape bug 4890, bugzilla bug 84247 r=darin 2001-06-06 02:34:52 +00:00
danm%netscape.com
ebf0feed30 nsCacheEntry now asks nsCacheService to release its data, and therefore no longer holds a strong ref to its event queue. bugscape bug 4890, bugzilla bug 84247 code=gordon,me r=beard,sfraser a=clayton,chofmann 2001-06-06 02:30:07 +00:00
dougt%netscape.com
e0c4831d10 Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko 2001-06-06 00:10:09 +00:00
valeski%netscape.com
5892765fc6 r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager. 2001-06-05 21:25:57 +00:00
dougt%netscape.com
0d7ec78037 Fixes 81709. Allows for compares between different nsIURI impl. r=rpotts, sr=darin, a=asa 2001-06-05 19:01:44 +00:00
darin%netscape.com
c9b2b663e2 Fixes bug 82200 "crashes [@ PL_strnchr] called from ParseChunkRemaining"
r=dbaron,gagan a=chofmann,blizzard
2001-06-05 18:21:53 +00:00
sgehani%netscape.com
44bb9f39f3 Remove extra whitespace after "nsIPasswordManager.idl \" 2001-06-05 12:37:01 +00:00
sgehani%netscape.com
c2dd4cf85f Fix unix bustage: remove whitespace after "nsIPasswordManager.idl \" 2001-06-05 12:34:54 +00:00
sgehani%netscape.com
ca316912d6 Stop building nsIPasswordManager.idl in extensions/wallet and start building it in netwerk/base. b = 76095 r = morse sr = sfraser a = drivers 2001-06-05 11:43:40 +00:00
dougt%netscape.com
2c1f3574d7 Allows FTP to create RAW content. r=gagan, sr=darin, a=blizzard 2001-06-05 05:37:00 +00:00
ducarroz%netscape.com
18073f24cc Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa 2001-06-04 22:59:22 +00:00
serge%netscape.com
d377ead1ee fix for #79371; crash or app failure when Proxy type = PAC, sr=darin; r=gagan; a=asa 2001-05-31 01:56:21 +00:00
darin%netscape.com
dc669ee5fd Fixes bug 83352 "Entering incorrect password for proxy authentication causes endless loop"
r=bbaetz, rs=dougt, a=chofmann
2001-05-30 21:45:55 +00:00
rpotts%netscape.com
3a0587164a bug #73234 (r/sr=darin, r=valeski, a=asa). Fix progress event sink messages to pass the nsIInputStreamChannel as the request - instead of the underlying transport request... 2001-05-30 02:55:51 +00:00
darin%netscape.com
0b8e5b0251 Fixes bug 80313 "HTTP Content-Type header incorrectly parsed"
r=neeti, sr=darin, a=chofmann
2001-05-30 01:58:49 +00:00
darin%netscape.com
985a470d1a Fixes bug 82388 "SSL proxy CONNECT should send Host header"
r=bbaetz, sr=dougt, a=selmer
2001-05-30 00:40:50 +00:00
darin%netscape.com
01e4b9bb6f Fixes bug 81658 "Password protection is slowing down page-load performance"
r=bbaetz, sr=dougt, a=selmer
2001-05-29 22:54:44 +00:00
rpotts%netscape.com
5b394a26a3 bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly... 2001-05-29 22:10:50 +00:00
darin%netscape.com
1d0e280b41 Fixes bug 82181 "bugzilla queries won't submit" r=gagan sr=blizzard a=asa 2001-05-25 23:18:50 +00:00
darin%netscape.com
eae6bcfe09 Fixes bug 81008 "support for HTTP/0.9 and folded header lines"
r=gagan sr=sfraser a=asa
2001-05-25 23:07:44 +00:00
javi%netscape.com
d035e51e8f Fix for Bug 82785 r=thayes, sr=blizzard, a=tor
Switch reference from "weak" crypto to "low-grade" crypto so
  that the warning that comes up is consistent with the prefernces
  panel.
2001-05-25 21:49:23 +00:00
gordon%netscape.com
d169ac5e97 Fix bug 82370, leak in disk cache. r=dbaron, sr=darin, a=asa. 2001-05-25 18:47:53 +00:00
gagan%netscape.com
0e8a84508f Fix for bug 81214. We were running the PAC routines even for non-relevant scheme URLs like chrome, file, etc. Added a check to only process proxy related ones. r=pavlov, sr=darin, a=asa 2001-05-24 07:12:06 +00:00
gagan%netscape.com
63f4988f88 Fixes for bug 72599. Checking in on dougt's behalf. r=dougt, sr=brendan, a=blizzard. 2001-05-24 00:57:57 +00:00
morse%netscape.com
2492be606a bug 81451, bugzilla cookies not getting set, r=valeski, sr=darin, a=blizzard 2001-05-23 21:47:14 +00:00
scc%mozilla.org
b7b3395bad bug #75220: fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build 2001-05-23 01:21:04 +00:00
darin%netscape.com
4b19855426 Fixes bug 81125 "shift reload doesn't work" r=gagan sr=dougt 2001-05-23 00:11:43 +00:00
darin%netscape.com
69c8ec0d2c Partially fixes bug 81658 "poor performance on password protected pages" r=gagan sr=dougt 2001-05-23 00:09:35 +00:00
darin%netscape.com
c5a84507d8 Fixes bug 80975 "mozilla leaks sockets" r=gagan sr=dougt 2001-05-22 22:15:42 +00:00
blizzard%redhat.com
01ce2273cd Fix crasher bug #82003. Mozilla would crash when viewing some multipart pages. Make sure that we call free on the right variable. r=gagan, rs=darin 2001-05-22 14:44:28 +00:00
gordon%netscape.com
3f62a152f4 Fix bug 81799 "Infinite loop in disk cache" (handling the disk cache size=0 case), sr=hyatt. 2001-05-21 23:35:37 +00:00
ccarlen%netscape.com
b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
gordon%netscape.com
a4988401c3 Fix for smoketest blocker bug 81799 "Infinite loop in disk cache", sr=darin. 2001-05-21 22:05:10 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
gordon%netscape.com
461681bc41 For bug 75113, moving cache device usage report in about:cache. sr=darin. 2001-05-19 01:46:20 +00:00
gordon%netscape.com
5b0a4b1a73 Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep metadata for all entries in a single file, rather than in separate files. r=gagan, sr=darin. 2001-05-18 23:25:07 +00:00
gordon%netscape.com
7b2d93cb0d Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep
metadata for all entries in a single file, rather than in separate files.
r=gagan, sr=darin.
2001-05-18 23:24:09 +00:00
darin%netscape.com
08ca20385b Fixes bug 80949 "general.useragent.override ignored" r=pavlov sr=dougt 2001-05-18 22:47:40 +00:00
darin%netscape.com
30326a793b Fixes bug 80621 "Cannot view source or go back on diaryland member pages" r=pavlov sr=dougt 2001-05-18 22:45:34 +00:00
dougt%netscape.com
c9cd9ca9aa Fix for 81384. Add multipart/byterange support to the multipart/mixed stream converter. At somepoint we should rename this file. r=valeski@netscape.com, sr=darin@Netscape.com 2001-05-18 22:22:15 +00:00
dougt%netscape.com
783d4ff458 Fix for 81384. Adding new mimetype. r=valeski@netscape.com, sr=darin@Netscape.com 2001-05-18 22:20:11 +00:00
rpotts%netscape.com
8834b9d8bb bug #71498 and bug #37001 (r=dougt). These patches fix an assert that was erronously being called and prevent the UnknownDecoder from being called recursively when an error occurs. 2001-05-18 21:02:01 +00:00
dougt%netscape.com
040e3083cc Fix for 80101. minor optimization in GetName(). submitted by sfraser@netscape.com, sr=dougt@netscape.com 2001-05-18 06:17:00 +00:00
dougt%netscape.com
43ff73117d Adding nsIByteRangeRequest to IDL project. 2001-05-18 06:13:50 +00:00
dougt%netscape.com
6067525537 Adding new interface to build for bug 81384. r=valeski@netscape.com, sr=darin@netscape.com. 2001-05-18 06:09:41 +00:00
darin%netscape.com
60372650d0 Fixes bug 81008 "HTTP/0.9 responses not handled properly" r=gagan, rs=mscott 2001-05-18 02:03:08 +00:00
darin%netscape.com
c93104b01b Fixes bug 80899 "Mozilla crashes when authenticating with wrong password" r=gagan, sr=mscott 2001-05-18 01:59:21 +00:00
jgmyers%netscape.com
1b1a773627 clean up nsITransportSecurityInfo: bug 78292 r=thayes sr=darin 2001-05-18 00:02:46 +00:00
darin%netscape.com
c3b71c612b Fixes blocker bug 81537 "crash loading bbc.co.uk" sr=smfr 2001-05-17 23:33:47 +00:00
darin%netscape.com
fb79e7ddf1 [bug 81384] Make the http 206 response go through nsHttpChannel::ProcessNormal. r/sr=dougt 2001-05-17 22:49:34 +00:00
darin%netscape.com
4fc93a0b73 fix typo in patch for bug 80468 resulting in crash browsing to any page. 2001-05-17 21:38:06 +00:00
darin%netscape.com
8fedb0f4d7 Fixes bug 80468 "Lock icon never locks" r=gagan, sr=dougt 2001-05-17 19:42:57 +00:00
darin%netscape.com
b5f58b189b Fixes bug 71740 "Stock news articles frequently do not display" r=gagan, sr=dougt 2001-05-17 19:39:14 +00:00
darin%netscape.com
6598fa6c39 Fixes bug 34745 "email message (forwarded cnn page) crashes mailnews" r=gagan,sr=mscott 2001-05-17 19:36:25 +00:00
darin%netscape.com
340438ebf4 Fixes bug 81273 "infinite recursion when clicking URL with unknown server" r=gagan; sr=bienvenu,dougt 2001-05-17 19:32:57 +00:00
mkaply%us.ibm.com
9ac88cabd8 IRIX bustage 2001-05-17 16:38:19 +00:00
dougt%netscape.com
a4c6cf7d62 Fixes 68335. r=gagan, sr=darin. This makes ensures that string getters return null instead of an empty string. Some code paths prior to this patch would return "" while others null. 2001-05-17 06:48:20 +00:00
sfraser%netscape.com
7d56e2fab9 Checking in for Gerv. Fix for bug 58040; fix Accept headers to do something useful. r=bbaetz, sr=darin 2001-05-17 00:17:34 +00:00
darin%netscape.com
8ec79f5825 Fixes bug 80939 "Sherlock plugin updating fails due to incorrectly cached HTTP HEAD request" r=gagan, sr=dougt 2001-05-16 23:58:06 +00:00
darin%netscape.com
87ff95225d obvious ommision from my earlier checkin for bug 80544. patch=bienvenu, sr=darin 2001-05-15 20:50:50 +00:00
ddrinan%netscape.com
2ac1f43cb1 Enable support for OCSP. Bug#80178, r=mcgreer@netscape.com, sr=blizzard@mozilla.org 2001-05-15 17:59:10 +00:00
darin%netscape.com
fc86ce2c66 Fixes regression bug 80544 "can't browse ebay.com" sr=mscott 2001-05-15 17:47:51 +00:00
darin%netscape.com
fa32ff0329 Fixes bug 44536 "HTTP post fails after authentication" r=bbaetz, rs=mscott. 2001-05-15 17:44:46 +00:00
neeti%netscape.com
7360e10f74 patch for bug 78876 - null bytes badly interpreted in base64-encoded data: URI scheme. r=sspitzer, sr=valeski 2001-05-15 12:45:50 +00:00
darin%netscape.com
b79fab3047 fixes blocker bug 80424 "post regression" r=pavlov, sr=jst 2001-05-14 10:20:46 +00:00
darin%netscape.com
96075aed33 Fixes blocker bug 80457: r=bbaetz,dr 2001-05-14 10:15:06 +00:00
rpotts%netscape.com
f02e84c4bb bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
dbaron%fas.harvard.edu
4a6f6d2d34 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES. 2001-05-12 12:29:38 +00:00
cls%seawood.org
74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
dbaron%fas.harvard.edu
ae8f47cfc2 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by readding MODULE line that was removed in HTTP branch landing. 2001-05-12 02:23:07 +00:00
darin%netscape.com
d44eb7ea84 fixes mac bustage 2001-05-12 00:26:47 +00:00
darin%netscape.com
d5a36788ef fixes mac bustage 2001-05-11 23:36:14 +00:00
mkaply%us.ibm.com
b2bfa97798 OS/2 TB breakage 2001-05-11 22:52:41 +00:00