timeless%mac.com
00b14cecc4
Bug 131846 warnings in test page load
...
r=jesup sr=sfraser
2002-08-22 22:01:50 +00:00
brade%netscape.com
b58c38a104
use calloc instead of malloc/memset 0; bug 163472; r=Roland.Mainz@informatik.med
...
.uni-giessen.de, sr=darin
2002-08-21 13:14:32 +00:00
smontagu%netscape.com
c7d93f58a3
Correct parsing errors of some edge cases omitting optional parameters in data: URLs. Bug 161965 and bug 162019, r=bz, sr=darin
2002-08-20 20:34:39 +00:00
shanjian%netscape.com
07953b40b4
#162377 Non-ASCII filename is not shown when saving and downloading from a ftp listing
...
added code to convert string bundle to ncr.
r=ftang, sr=jst
2002-08-20 03:32:28 +00:00
andreas.otte%debitel.net
4fe015ecb7
fix bug 32966 [http:/ (one slash) treated as http:// rather than /] We
...
now support some deprectated relative urls because RFC2396 allows for
a backwards compatibility implementation. Also fixes bug 22251, bug
40670, and some more. r=bbaetz, sr=darin
2002-08-17 11:56:52 +00:00
alecf%netscape.com
57ccc09f7e
fix other bustage
2002-08-16 16:17:13 +00:00
alecf%netscape.com
f74ea58b44
warning fix for bug 12493 - quiet down on warnings when url spec is set to ""
...
sr=darin
2002-08-16 14:55:34 +00:00
alecf%netscape.com
12b2fdd342
bug 162944 - FMM in cache
...
r=dougt/timeless, sr=darin
2002-08-16 00:08:14 +00:00
darin%netscape.com
8f0aa5304b
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
2002-08-15 18:38:46 +00:00
nhotta%netscape.com
315aee0b5d
For HTTP redirect, inherit the origin charset of the current uri for a new uri.
...
patch by darin,
bug 161174, r=nhotta, sr=bzbarsky.
2002-08-15 01:16:33 +00:00
kaie%netscape.com
c430cd9340
Patch from bug 87902 to fix SSL/TLS logic.
...
- make TLS intolerant server detection over proxies work
(this bug 87902)
- on connection failure, only retry without TLS when it is really
likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
(see removed comments in patch)
- avoid to confuse programmers reading code,
by renaming TLSStepUp (which means something else)
to the correct term STARTTLS (what the code is actually doing).
(As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
a warning is shown. If the user decides to cancel,
network activity should stop immediately.
(we currently warn multiple times) (bug 87209)
r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
darin%netscape.com
3e1b5c4ebb
fixes bug 158500 "Binary data in multipart/x-mixed-replace get an extra line end when saved or viewed." r=dougt sr=bzbarsky
2002-08-13 23:39:36 +00:00
darin%netscape.com
e5125a71a8
fixes bug 162448 "Page takes loooong to load with pipelining enabled [IIS/5.0]"
...
r=gagan sr=bzbarsky
2002-08-13 23:37:22 +00:00
darin%netscape.com
bc6cbcf2c4
fixes bug 113206 "fix default port selection of nsHttpHandler::NewURI"
...
r=dougt sr=alecf
2002-08-13 20:33:45 +00:00
darin%netscape.com
04f117542d
fixes bug 102312 "URL: Href attributes spanning multiple lines are taken
...
to be relative rather than absolute links" r=dougt sr=alecf
2002-08-13 20:22:33 +00:00
darin%netscape.com
e9f220c60b
fixes bug 161228 - socket transport DNS cache should map host:port -> ipaddress
...
instead of host -> ipaddress
r=mstoltz sr=dveditz
2002-08-13 01:02:59 +00:00
dougt%netscape.com
90e3a1eb76
Fixes 550 errors cause ftp to spin. r=bbaetz, sr=darin, b=160714
2002-08-12 23:11:44 +00:00
darin%netscape.com
437a4e74cd
fixes bug 151867 - file channel should implement nsIUploadChannel
...
r=dougt sr=alecf
2002-08-12 22:44:04 +00:00
darin%netscape.com
44cbe41893
fixes bug 150604 - digest authentication problem: Mozilla ignores the stale
...
flag from WWW-Authenticate Response Header.
patch=pach@cs.cmu.edu r=dougt sr=darin
2002-08-12 21:38:59 +00:00
darin%netscape.com
2027e6ddd3
fixes bug 161417 - recent netwerk checkin upped warning count by 4
...
r=dougt sr=alecf
2002-08-12 14:25:40 +00:00
bbaetz%student.usyd.edu.au
486b98c2fa
Bug 162050 - Gopher URLs processed noncompliantly
...
r=dmose, sr=bzbarsky
2002-08-12 01:06:27 +00:00
gerv%gerv.net
ee117885c5
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
jruderman%hmc.edu
fb95d7f7ac
123293, wyciwyg://0/* urls sent as referrers after document.write. r=bbaetz, sr=darin.
2002-08-10 01:38:54 +00:00
bbaetz%student.usyd.edu.au
7e0b493c98
Hopefully fix bustage from incomplete backout.
2002-08-10 01:12:01 +00:00
leaf%mozilla.org
9c78570990
backout darin's checkin from around noon yesterday to remove the regression
...
in 161921
2002-08-09 23:46:19 +00:00
dbaron%fas.harvard.edu
1a7f3bdab2
Attempt to fix bustage from darin's checkin.
2002-08-08 20:47:03 +00:00
darin%netscape.com
e9ef929bf3
changes to nsIIOService in preparation for freezing, b=157131
...
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
mkaply%us.ibm.com
e842ce18e1
OS/2 bustage
2002-08-07 11:01:59 +00:00
seawood%netscape.com
fdafe18afe
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
darin%netscape.com
07863d7995
fixing planetoid (mach-o) bustage... GCC 2.95.2 seems awfully picky!
2002-08-07 02:17:48 +00:00
darin%netscape.com
0fdee9fa6e
fixing stupid typo ... wish gcc had been less forgiving!
2002-08-07 01:55:33 +00:00
darin%netscape.com
ec27893e04
fixes bug 105292 - Mozilla is sending an Accept-encoding for deflate and
...
compress but doesn't support it [make timesofindia.com load again!]
r=dougt sr=bzbarsky
2002-08-07 01:16:49 +00:00
darin%netscape.com
cfbada2cd9
landing gordon's patch for bug 81724 - disk cache needs stream wrappers
...
(disk cache phase 3) patch=gordon r=dougt sr=darin
2002-08-07 01:13:29 +00:00
kaie%netscape.com
ae793a7bc5
b=148232 Support application/pkcs7-signature mime type on incoming S/Mime messages.
...
r=ducarroz sr=darin
2002-08-06 13:29:12 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
b1bd8f1222
Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa.
2002-07-30 02:25:08 +00:00
darin%netscape.com
97c9120d23
fixes bug 94734 - crash on a bugzilla search
...
patch=ajschult@eos.ncsu.edu r/sr=darin,blizzard a=brendan
2002-07-27 22:59:44 +00:00
darin%netscape.com
1434646889
fixes bug 146884 - Mozilla sometimes consumes 100% CPU when pipelining is enabled...
...
r=dougt sr=rpotts a=asa
2002-07-27 01:06:05 +00:00
caillon%returnzero.com
1cd878f62a
Bug 155752 - Use the XML parser for XHTML about: services
...
Patch contributed by Alexey Chernyak <alexey@ihug.com.au>
r=timeless, sr=jst, a=asa
2002-07-25 13:27:16 +00:00
loadrunner%betak.net
afa90bb6c4
DNS: lookup regression, r=adamlock, sr=darin, a=asa, local fix for autodial by smeredith@netscape.com all credits to him
2002-07-24 02:43:22 +00:00
darin%netscape.com
b79ba9c9dd
fixes bug 157861 - have to hit Back twice to return to '300: multiple choices'
...
r=dougt sr=rpotts a=asa
2002-07-24 01:32:07 +00:00
dougt%netscape.com
ee613011bc
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
leaf%mozilla.org
dd33dbb91f
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
alecf%netscape.com
7a408d91af
bug 66759 - finally remove XPCOM_STANDALONE completely
...
r=dougt, rs=brendan, a=asa
2002-07-12 19:14:35 +00:00
bbaetz%student.usyd.edu.au
392e81922e
Bug 155032 - Memory leak of 18 bytes from 1 block allocated in
...
nsSOCKSSocketInfo::GetProxyHost
r=smeredith, sr=alecf, a=roc+moz
2002-07-12 04:54:09 +00:00
bienvenu%netscape.com
dddd58ca16
fix crash shutting down while offline r=dougt, sr=dveditz a=chofmann 156851
2002-07-12 01:00:08 +00:00
tao%netscape.com
7011f9986a
93002: [distribution]Conn: Use dialup networking (.DUN) when launching
...
mozilla. (r=dougt, sr=rpotts), c/o smeredith. - bullet-proof mishave.
2002-07-09 21:53:06 +00:00
jst%netscape.com
2aaa758782
Fixing one more part of bug 126212. Make nsLoadGroup store the requests in a pldhash in stead of in a linear array for better performance when dealing with *lots* of requests. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-07-09 01:03:45 +00:00
bryner%netscape.com
122b978d08
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00