warren%netscape.com
5977731601
Fixed spelling.
2000-06-28 07:06:09 +00:00
warren%netscape.com
20605240d3
Added hasSubstitutions for Hyatt & chrome protocol.
2000-06-28 06:54:56 +00:00
rusty.lynch%intel.com
d0abf468f5
new fix for bug #43958 . r=gagan
2000-06-27 22:53:29 +00:00
gagan%netscape.com
0213999afa
Not in the build. Allow POST requests to handle special cases too.
2000-06-27 22:10:27 +00:00
dbaron%fas.harvard.edu
8dfb2c3ee7
Fix leak of an atom. r=gagan
2000-06-27 21:51:38 +00:00
morse%netscape.com
feb550a4e1
fix bug 43886, single signon no longer works, r=jefft
2000-06-27 21:13:50 +00:00
blizzard%redhat.com
4179e6b358
fix for bug #42008 . make HTTP basic auth case insensitive. r=shaver,brendan,gagan,valeski a=brendan.
2000-06-27 21:06:41 +00:00
jst%netscape.com
d97ea8cddf
Fixing tree blocker 43958 by backing out the last change to this file since it broke my.netscape.com, developer.netscape.com, webmail.netscape.com and probably other sites too. a=granrose
2000-06-27 20:42:01 +00:00
rusty.lynch%intel.com
bf709d74fe
David Baron's patch to fix bug #41172 . r=waterson
2000-06-26 21:03:19 +00:00
rusty.lynch%intel.com
32f8800635
part of a fix for bug #40321 . r=gagan
2000-06-26 20:58:04 +00:00
neeti%netscape.com
932da1f88a
Removing an useless include xpcomio_s from the Makefile.r/a=gagan
2000-06-26 19:57:41 +00:00
gagan%netscape.com
21c7245543
Fix for bug 42841. We were sending a Host: foo:80 header for the default port cases. Several server cgi's that rely on this for virtual hosts were failing to compare the two as same. r=dougt,rjc Ooops... I think I ran this file thru my deruslanizer too.
2000-06-24 02:02:19 +00:00
dougt%netscape.com
e1274cde0a
I IDL-ifying the nsProxyObjectManager.
...
I have updated all users that I found
grepping the source tree.
r=valeski@netscape.com
a=waterson@netscape.com
b=43131
Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
valeski%netscape.com
7c817de52d
making urlinfo threadsafe for test harness a=granrose
2000-06-23 18:49:07 +00:00
neeti%netscape.com
2e6c6d442c
fix for bug 43345.browser.cache.enable check, r=warren/gagan
2000-06-23 13:42:46 +00:00
warren%netscape.com
44783e9f87
Removed DNS_TIMING stuff from release builds. Bug 29534.
2000-06-23 08:01:54 +00:00
waterson%netscape.com
590004755b
Added MOZ_COUNT_CTOR/DTOR macros for ftp events. r=warren
2000-06-23 06:32:48 +00:00
waterson%netscape.com
fc39db44ce
Fixed refcounting. r=warren
2000-06-23 04:46:58 +00:00
waterson%netscape.com
998b3e25ed
Bugs 21650, 42586. Remove nsISocketTransportService::LateInit(), move code that gets string bundles to lazily grab the bundle when it's needed. This avoids re-entrancy into the service manager which causes a leak. r=dbaron,warren
2000-06-23 02:02:04 +00:00
ftang%netscape.com
ab0ba05b91
fix bug 35076. r=gagan add UCS2toUTF8 conversion before assign UTF8 back to nsString
2000-06-22 23:53:21 +00:00
andreas.otte%primus-online.de
1aa8852b97
small performance patch for SetDirectory from jst@netscape.com, r/a=gagan@netscape.com, a=waterson@mozilla.org
2000-06-22 22:02:47 +00:00
gagan%netscape.com
24fa5f0100
Part fix for bug 35956. HTTP now has an API to turn off automatic gunziping. r=rjc
2000-06-21 23:18:12 +00:00
mscott%netscape.com
5599dd9bfc
Bug #38374 --> fix refcounting problem on the application field
...
r=sspitzer
2000-06-21 20:38:52 +00:00
mscott%netscape.com
7db93f5a1e
Bug #38374 --> add application and user preferred handle action to mime info.
...
I'm going to be storing this information in the helper app code.
r=valeski
2000-06-21 06:34:43 +00:00
beard%netscape.com
5cca8adbe7
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
Peter.VanderBeken%pandora.be
01c287d212
Recognize local .xsl files as text/xml.
r=Andreas Otte, a=gagan, a=waterson.
2000-06-20 05:24:10 +00:00
rpotts%netscape.com
88d560ffe2
Added new PR_LOG...
2000-06-19 05:59:50 +00:00
warren%netscape.com
06dd25d8b6
Bug 41390. js prompt() contains remember this value checkbox. r=morse
2000-06-17 01:57:36 +00:00
waterson%netscape.com
9064773cbc
Fix DEBUG mac build bustage.
2000-06-17 01:38:36 +00:00
valeski%netscape.com
a3ef88e9af
fixing a leak
2000-06-16 22:21:50 +00:00
ruslan%netscape.com
97ae7b095d
Fix potential crasher (42714), r/a=gagan
2000-06-16 21:49:43 +00:00
valeski%netscape.com
865109bd81
35506. r=warren. File transport now fires OnStart for *all* loads.
2000-06-16 21:46:03 +00:00
mscott%netscape.com
165bb3a36e
Bug #40116 --> check to see if the channel was canceled before
...
propogating calls to the content listener...
this is actually warren's code.
r=mscott
2000-06-16 21:21:57 +00:00
mscott%netscape.com
8ff80ddafb
Bug #42016 --> fix by Ben Bucksch
...
r=mscott, a=waterson
2000-06-16 21:20:13 +00:00
ruslan%netscape.com
819d3d36d5
Continuing preparations for SOCKS landing. Not part of the build
2000-06-16 18:44:04 +00:00
ruslan%netscape.com
26266eccc2
Some future design work. Not part of any build
2000-06-16 18:17:59 +00:00
ruslan%netscape.com
18b703c068
Preparing for landing of SOCKS support (16103) from justin@ukans.edu
...
Not part of the build.
2000-06-16 17:53:22 +00:00
valeski%netscape.com
8471ed7ac7
fixing assertion
2000-06-16 16:20:29 +00:00
valeski%netscape.com
e31bf0160b
missed an arg.
2000-06-16 15:02:14 +00:00
valeski%netscape.com
fd15d7c70f
42767. AsyncOpen (dead code) removal.
2000-06-16 14:59:30 +00:00
danm%netscape.com
3dcddcf8a5
adding accessor for nsIPrompt member variable. bugs 25684,28594. r=gagan@netscape.com
2000-06-16 14:52:53 +00:00
valeski%netscape.com
ecb9ab2648
42767. AsyncOpen (dead code) removal.
2000-06-16 14:44:36 +00:00
valeski%netscape.com
c9ce86137e
42767. AsyncOpen (dead code) removal.
2000-06-16 14:39:19 +00:00
warren%netscape.com
0447cfbdf2
Bug 42283. Crash downloading jar file.
2000-06-16 07:47:46 +00:00
rpotts%netscape.com
4fb93f34d1
bug #39797 . Fixed unknown content-type sniffer to handle 8-bit characters...
2000-06-16 06:15:13 +00:00
rbs%maths.uq.edu.au
29f1b6960b
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
dougt%netscape.com
1935d98a4f
added files: mozilla/netwerk/base/public/nsIWebFilters.idl
2000-06-15 02:04:28 +00:00
dougt%netscape.com
8d5c8d4aed
Fixing nsIWebFilters not being handled by the http handler. Also making
...
CreateInstance=>GetService.
r= gagan@netscape.com , a=brendan@mozilla.org
2000-06-15 01:50:08 +00:00
rpotts%netscape.com
dd7109ca1f
Made nsSocketProviderService use NS_IMPL_THREADSAFE_ISUPPORTS to avoid an assertion on shutdown...
2000-06-14 05:16:10 +00:00
ruslan%netscape.com
fa9b195276
Fixing 22103, a=gagan
2000-06-14 01:35:24 +00:00