Граф коммитов

1685 Коммитов

Автор SHA1 Сообщение Дата
smontagu%netscape.com 58ecb2a10e 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
darin%netscape.com d86e3064ab 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 d3a9ace4be 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 9190a3d74e 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 7e3c89f119 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 4a4eb11602 fixes bug 113206 "fix default port selection of nsHttpHandler::NewURI"
r=dougt sr=alecf
2002-08-13 20:33:45 +00:00
dougt%netscape.com 8302c260df Fixes 550 errors cause ftp to spin. r=bbaetz, sr=darin, b=160714 2002-08-12 23:11:44 +00:00
darin%netscape.com 24fd40bd6f fixes bug 151867 - file channel should implement nsIUploadChannel
r=dougt sr=alecf
2002-08-12 22:44:04 +00:00
darin%netscape.com f4ffbe08da 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
bbaetz%student.usyd.edu.au 73ad3b526d Bug 162050 - Gopher URLs processed noncompliantly
r=dmose, sr=bzbarsky
2002-08-12 01:06:27 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
jruderman%hmc.edu b4adfdb967 123293, wyciwyg://0/* urls sent as referrers after document.write. r=bbaetz, sr=darin. 2002-08-10 01:38:54 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
darin%netscape.com 7a582d2388 fixing stupid typo ... wish gcc had been less forgiving! 2002-08-07 01:55:33 +00:00
darin%netscape.com 0e7c2f1d22 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
alecf%netscape.com f7ad4265ef 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 caa52be426 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 f45557bdd7 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 5ebd34f7ff 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
darin%netscape.com ae0239b558 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 c2ec17237f 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
pete.zha%sun.com b589151aa7 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 5a892e5796 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
jkeiser%netscape.com fff44ac8f7 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
colin%theblakes.com 3ae12b4049 Initial publish support for OpenVMS. b=22299 r=bbaetz sr=scc 2002-06-24 14:00:45 +00:00
darin%netscape.com ac9620787e 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
darin%netscape.com f6e6534443 fixes bug 147979 "Mac-SSL connections very slow"
r=sdagley sr=beard
2002-06-12 23:44:31 +00:00
kaie%netscape.com b6b3aaac10 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
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
dp%netscape.com d40ea9d737 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 666bb8a4f0 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 d5f3668385 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
darin%netscape.com 871afef26b fixes bug 146074 "Proxy-authorization not on all requests after authentication"
r=rjesup@wgate.com sr=rpotts@netscape.com
2002-05-22 03:26:21 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
darin%netscape.com 55467d6556 fixes bug 141796 "Mozilla crashed in http-pipelining code Trunk M1RC2
[@ nsHttpPipeline::GetRequestSize_Locked]" r=jag sr=rpotts
2002-05-15 05:36:04 +00:00
darin%netscape.com bf39c1069e fixes bug 143821 "Trunk M1RC2 crashes with bad connection
[@ nsHttpHandler::ReclaimConnection]" r=kaie sr=jag
2002-05-15 03:07:14 +00:00
darin%netscape.com facc91f59a fixes bug 139817 "M1RC1 topcrash [@ nsHttpChannel::OnStartRequest]"
r=gordon sr=jst
2002-05-09 00:31:24 +00:00
darin%netscape.com 0d71545caa fixes bug 142843 "mozilla ignores 'Expires: 0' and 'Pragma: no-cache' when
sent with a 'Last-Modified' header" r=bbaetz sr=rpotts
2002-05-08 19:15:52 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
cbiesinger%web.de 598b3dd49e bug 138052 patch by timeless r=biesi sr=darin
data: is still too agressive about stripping whitespace XML
2002-05-04 09:10:36 +00:00
darin%netscape.com b4b75daa66 cleaning up documentation, marking some interfaces frozen, and splitting
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
darin%netscape.com 18c4af7075 fixes bug 141061 - XMLHttpRequest allows reading of local files
r=mstoltz sr=heikki
2002-04-30 23:22:04 +00:00
dougt%netscape.com 19904bc679 Fixes bugs 138254 and 138157. The first addresses problems with STOR and CWD. On some servers, we screw up and ask that the server to store the uploaded file in a absolute position when we really want the file to be relative to the CWD. The second bug addressees resolves a cpu peg after upload. r=bbaetz/brade. sr=darin@netscape.com 2002-04-30 21:12:53 +00:00
chak%netscape.com 3901b8cfee Fix for #141247 - Enable HTML dir listings
r=dougt, sr=darin
2002-04-30 20:48:15 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
darin%netscape.com 8c49d39ba8 fixes bug 138780 - Redirect with non-ASCII in URL fails
r=andreas.otte@debitel.net sr=rpotts
2002-04-26 22:50:50 +00:00
darin%netscape.com 5a6dcbc584 fixes bug 137692 "This URL create a BLANK screen (instead of 3 frames)"
patch=antonio.xu@sun.com, r=bbaetz, sr=darin
2002-04-25 19:31:45 +00:00
brade%netscape.com bc6688ff4c don't allow extra ftp commands to be executed (bug 139202); r=bbaetz, mstoltz; sr=alecf, darin 2002-04-24 20:26:05 +00:00
hyatt%netscape.com c0bcb8ed9f Fix for 139574, wrong user agent specifics on mach-o builds. r=bryner, sr=darin 2002-04-24 00:55:53 +00:00