darin%netscape.com
d190faeb20
fixes bug 163841 "Mozilla hangs in PR_Lock at ptsynch.c:190" r=dougt sr=rpotts
2002-08-29 04:30:54 +00:00
dougt%netscape.com
cd340193ee
Fixes 95590 FTP: SYST limitations. Intergrates Cyrus Patel LIST Parser. r=dougt, sr=darin@Netscape.com.
2002-08-29 03:13:18 +00:00
darin%netscape.com
ee1ed209ca
fixes bug 162589 - about:cache-entry should not be sent as a HTTP Referer header.
...
r=bbaetz sr=heikki
2002-08-28 00:02:35 +00:00
bzbarsky%mit.edu
389100cc23
Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
...
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream. Use this in the CSSLoader instead of
allocating a single big buffer for the sheet. Clean up the way we look
for the @charset charset in the sheet data.
r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00
dougt%netscape.com
74ce0a6594
Removing nsIURIChecker.idl from sdk exports
2002-08-27 13:09:16 +00:00
darin%netscape.com
8fc8f6e573
fixes bug 152697 "no limit on the size of a HTTP header" r=dougt sr=dveditz
2002-08-27 02:26:43 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bbaetz%student.usyd.edu.au
8f74c45e82
Bug 164197 - ftp leaks control channel data. Also fixes an ABR in the
...
indexed-to-html converter
r=deveditz, sr=darin
2002-08-24 00:48:58 +00:00
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
timeless%mac.com
bea9f48808
Bug 155466 clean up test consumers to correctly use NS_ShutdownXPCOM
...
r=dmose, sr=scc, moa: dougt, dbradley, gagan, harish, akk
2002-07-04 14:29:25 +00:00
dp%netscape.com
6caddcaaa3
bug 144884 Necko buffer cache. r=rjc, sr=darin
2002-07-02 18:15:19 +00:00
dougt%netscape.com
952a00bff3
Making autodial block occur on the socket transport thread - no thread proxying. r=me, sr=rpotts, patch by smeredith@netscape.com. bug 93002
2002-07-02 04:51:40 +00:00
pete.zha%sun.com
794a959e56
bug 152279:Transport shouldn't fire status and progress after stop button been clicked for stopping a document load
...
patch=antonio.xu@sun.com r=jkeiser@netscape.com sr=darin@netscape.com
2002-07-02 02:52:22 +00:00
bzbarsky%mit.edu
fc9fecde6b
Make the scriptloader check the HTTP status and not load 404 pages and
...
such as scripts. Bug 139040, r=jst, sr=rpotts
2002-07-01 23:12:13 +00:00
tao%netscape.com
01156aac9e
Fix HPux bustage; add eol at the end.
2002-06-29 01:26:53 +00:00
tao%netscape.com
ae894e1aa6
93002: [distribution]Conn: Use dialup networking (.DUN) when launching
...
mozilla. r=dougt,sr=rpotts. Help Windows NT, 2000, and XP dialup a RAS
connection when a network address is unreachable. (c/osmeredith)
the controlling pref is "network.autodial-helper.enabled".
2002-06-28 23:03:52 +00:00
jkeiser%netscape.com
bb20d38e6b
Keep background images from sending progress events (bug 133250, checkin #1 ). From Antonio.Xu@sun.com. r=bbaetz, sr=darin
2002-06-27 06:46:25 +00:00
darin%netscape.com
b7a7ac7fcb
fixes bug 149943 "prevent princeton exploit" r=dougt,mstoltz sr=dveditz
2002-06-26 06:35:38 +00:00
dbaron%fas.harvard.edu
2bf216c9e2
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
bbaetz%student.usyd.edu.au
839a80cb06
Bug 154030 - Handle directory index page title correctly
...
r=dougt, sr=darin
2002-06-25 07:51:05 +00:00
dougt%netscape.com
d36eea7fa3
status ignored on OnDataWritable. 153414. r=me, sr=darin
2002-06-25 02:57:00 +00:00
colin%theblakes.com
237cdf6fc0
Initial publish support for OpenVMS. b=22299 r=bbaetz sr=scc
2002-06-24 14:00:45 +00:00
darin%netscape.com
f579836d40
secondary fix for bug 146094 "Stealing third-party cookies through a proxy"
...
r=dougt sr=rpotts
2002-06-20 05:49:04 +00:00
darin%netscape.com
5d55cccd36
pseudo fix for bug 140472 "No escape for non ASCII host name"
...
r=dougt sr=rpotts
2002-06-20 05:45:57 +00:00
darin%netscape.com
ebf82f388b
fixes bug 133286 "Windows Media Player in full-page plugin mode may not repaint window"
...
patch=av r=dougt sr=darin
2002-06-18 21:21:47 +00:00
darin%netscape.com
e3f6870690
fixes bug 140107 "HTTP headers show in frame [when server pipelines chunked
...
responses]" r=dougt sr=rpotts
2002-06-17 21:08:46 +00:00
bzbarsky%mit.edu
03ac464839
Don't send HEAD to FTP servers behind HTTP proxies. Bug 148813,
...
r=bbaetz, sr=darin
2002-06-17 20:49:42 +00:00
peterlubczynski%netscape.com
329e5b4cbe
Fixing NS_MakeAbsoluteURI so it doesn't crash on default parameters, bug 148233 r=serge, sr=darin
2002-06-14 17:44:20 +00:00
naving%netscape.com
8657208798
150716 patch by bienvenu and darin. r=dougt sr=bienvenu. make compact folders work again. The fix is to clear all the member variables pertaining to the request before calling OnStopRequest
2002-06-14 01:40:54 +00:00
mkaply%us.ibm.com
5f1e7e71f6
#150012
...
r=dougt, sr=darin
Support ranges (x-y) in the list of banned.override ports
2002-06-13 20:51:03 +00:00
darin%netscape.com
a7c8f01276
fixes bug 147979 "Mac-SSL connections very slow"
...
r=sdagley sr=beard
2002-06-12 23:44:31 +00:00
kaie%netscape.com
96c4ac5d92
b=149868 http must never use starttls type sockets, even when going over a proxy. http allows all flavors of SSL2/SSL3/TLS (while startls type sockets disallow some flavors).
...
r=bbaetz sr=darin
2002-06-12 14:36:08 +00:00
darin%netscape.com
3eb1ecc95b
fixes bug 149073 "nsStorageTransport::GetNthSegment is slow"
...
r=dbaron sr=rpotts
2002-06-11 22:32:35 +00:00
cbiesinger%web.de
6197948cc3
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
dougt%netscape.com
4646c51914
Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org
2002-06-11 19:26:04 +00:00
leaf%mozilla.org
0034658953
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
darin%netscape.com
4c1d2466de
fixes bug 149090 "viewing an image three times corrupts web pages [leaks
...
file descriptors on all platforms]" r=dougt, sr=rpotts, a=asa
2002-06-07 05:07:51 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
cathleen%netscape.com
12e47be3cf
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
2002-06-04 23:05:39 +00:00
cbiesinger%web.de
739b9ab0b9
bug 8031 r=tor sr=dveditz
...
XBM support
2002-06-04 08:48:12 +00:00
dougt%netscape.com
19dc71a827
Fixes top crash in nsFileTransport::Process [nsFileTransport.cpp, line 753] and hoping to fix the move-email-crash-issue. This change inforces that a Async(Read|Write) of the file or socket transport must have a valid mProvider|mListener. sr=darin@netscape.com, r=pavlov, bug=107214
2002-06-04 05:36:15 +00:00
darin%netscape.com
cd4036f1e1
fixes bug 136210 "cannot view any https urls when memory cache size is set to 0"
...
r=beard sr=rpotts
2002-06-03 20:05:53 +00:00
ben%netscape.com
089a21ed13
Part of a fix for bug 142847, Trunk crashes launching mail @ nsBufferedStream::Fil
...
l. Null-check patch from darin@netscape.com , r=dougt, sr=ben
2002-06-03 12:44:13 +00:00
dougt%netscape.com
33684abe6f
beard tells me that I need a class after friend - fixing mac bustage.
2002-05-31 22:03:38 +00:00
dougt%netscape.com
eb47c30c26
this file should not have been checked in
2002-05-31 21:05:57 +00:00
dougt%netscape.com
7fc5a0ea7e
fixes crash in js_FreeStack caused by a race condition in necko. see 139556 for the details. r=rpotts, sr=darin
2002-05-31 20:40:11 +00:00
timeless%mac.com
b007829bb0
Bug 134724 nsIOService::~nsIOService => nsIOService::SetOffline Getting service @mozilla.org/observer-service;1 on shutdown. [@nsThreadPool::Shutdown]
...
r=dougt sr=darin
2002-05-30 23:11:49 +00:00
dp%netscape.com
6097db0189
bug 146537 Ftp moved from using 64k segment sizes to 4k r=bbaetz
...
sr=darin
2002-05-30 01:10:06 +00:00
dougt%netscape.com
82f34db739
Allowing ftp to work against servers that use port 22, r=bradley, sr=brendan/darin, bug 147496
2002-05-28 22:06:01 +00:00
darin%netscape.com
86d64025f7
fixes bug 144442 "Microsoft-IIS/4.x and Netscape-Enterprise/3.x do not support pipelining"
...
r=gagan sr=rpotts
2002-05-24 00:12:28 +00:00