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

2084 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 6af4466826 Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner 2003-09-25 05:39:11 +00:00
darin%meer.net b290b12671 fixes bug 220122 "Proxy-Authentication credentials can be exposed to origin server" r=bz sr=jst 2003-09-25 04:33:56 +00:00
timeless%mozdev.org eb2d62de83 Bug 217949 NTLM Authentication does not work on NT4
patch by darin r=timeless sr=mscott
2003-09-25 02:53:05 +00:00
cls%seawood.org 19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
timeless%mozdev.org c18624ca1b fixing typo in LOG statement
rs=darin
2003-09-17 15:11:47 +00:00
darin%meer.net 452afe9434 fixes bug 216854 "necko should not have a compile-time dependency on exthandler" r=dougt sr=bryner 2003-09-16 16:12:59 +00:00
darin%meer.net e1b1312006 fixes bug 205921 "Preference browser.cache.disk_cache_ssl does nothing"
patch=pk_joshi@yahoo.com r+sr=darin
2003-09-15 22:12:52 +00:00
darin%meer.net ef96caa6fb removing files that are no longer compiled. 2003-09-15 21:56:55 +00:00
darin%meer.net a3e9dca1b6 fixes bug 217766 "use nsIObserverService in place of nsINetModuleMgr (eliminate nsIHttpNotify)" r=dwitte sr=bzbarsky 2003-09-15 21:44:43 +00:00
cbiesinger%web.de c7fd59e0a0 (netwerk part of Bug 124029)
Implement nsBufferedOutputStream::WriteSegments and WriteFrom, and improve comments in other parts of necko
r=darin sr=bz
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: 	base/public/nsISocketTransport.idl
CVS: 	base/public/nsITransport.idl base/src/nsBufferedStreams.cpp
CVS: 	base/src/nsFileStreams.cpp protocol/http/src/nsHttpChannel.cpp
CVS: ----------------------------------------------------------------------
2003-09-14 11:55:05 +00:00
cbiesinger%web.de 0878bdb775 Bug #218920
nsDataChannel uses WriteSegments for no good reason
r=darin sr=bz
2003-09-13 21:18:08 +00:00
caillon%returnzero.com a7aa61013a about:about
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2003-09-13 19:35:59 +00:00
bsmedberg%covad.net 0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
darin%meer.net 64858efdb8 fixes bug 212336 "NTLM sometimes causes crashes under Win9x" r=dougt sr=bryner 2003-09-11 18:04:52 +00:00
mkaply%us.ibm.com d24ef33a8a Bug #203344
r=darin, sr=alecf
Code from Alfred Kayser - optimization in nsJarChannel
2003-09-11 16:45:50 +00:00
timeless%mozdev.org 832c18aaa9 Bug 217007 nsCAutoString charsetBuf is unused
r=darin sr=darin
2003-09-11 01:42:43 +00:00
bryner%brianryner.com 63fa99c65e Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 23:12:15 +00:00
caillon%returnzero.com f8e8aed8a7 Backing out the patch to bug 83536.
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
colin%theblakes.com f8ff6dbf21 Support for OpenVMS FTP server. Bug 22299. r=rjesup sr=darin a=chofmann 2003-08-20 20:06:31 +00:00
cls%seawood.org 1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
darin%meer.net e96a6fd68b fixes bug 215270 "Crash (in cookies?) [nsHttpChannel::GetCallback]" r=mvl sr=bryner a=asa 2003-08-14 18:10:10 +00:00
joshua.xia%sun.com 287b4d1132 for bugzilla #215487 sr=darin r=louie.zhao 2003-08-12 04:27:47 +00:00
dougt%meer.net ed09f93043 Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron 2003-08-05 05:29:10 +00:00
darin%meer.net 0e1fa2dc76 initial patch for bug 210561 "eliminate nsCookieHTTPNotify; have HTTP talk directly to nsICookieService" patch=dwitte r=mvl sr=darin 2003-08-05 01:44:27 +00:00
darin%meer.net bc5e68ec69 fixes bug 210229 "Helper app Window for text/html document (two comma-delimited charsets in http content-type header)" r=biesi sr=bz 2003-07-31 17:11:21 +00:00
darin%meer.net 33e6f34628 fixes bug 213282 "mozilla not sending basic authorization header" r=dwitte sr=bzbarsky 2003-07-29 06:36:45 +00:00
timeless%mozdev.org a0be0cc621 Bug 214020 Null security callbacks [@ nsHttpConnection::GetInterface]
r=bbaetz sr=bz
2003-07-27 07:05:31 +00:00
caillon%returnzero.com 91b7c60bee Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
darin%netscape.com 400d2e3f35 fixes bug 212336 "NTLM authenticator cannot be loaded under Win9x (security.dll not found)" r=dougt sr=alecf 2003-07-21 16:29:05 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
bzbarsky%mit.edu 177069f601 Make sure view-source does not apply most HTTP headers (eg Refresh:, Link:,
etc).  Bug 212530, r=timeless, sr=darin
2003-07-14 23:18:54 +00:00
darin%netscape.com 347f4e42e7 fixes bug 212598 "netwerk/ should not use nsIPref" r=dougt,caillon sr=bzbarsky 2003-07-14 21:36:24 +00:00
jaggernaut%netscape.com 817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com 2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
dougt%meer.net 70405cf6ee Backing out recent ftp change to know state. r+sr=darin, b=212439 2003-07-13 06:38:26 +00:00
bzbarsky%mit.edu 7b5865099a Update the string stream interface a bit and simplify the implementation a
lot. Bug 212109, r=dougt, sr=darin
2003-07-11 23:10:27 +00:00
timeless%mozdev.org eccf4c37b4 Bug 212440 nsHTTP:2 shouldn't include traffic
r=darin sr=darin
2003-07-11 22:43:28 +00:00
dougt%meer.net e5666ff654 Backing out ftp state reduction due to regressions. See 211729. r=darin, a=dbaron 2003-07-09 20:48:15 +00:00
bzbarsky%mit.edu 087dc52053 Make sure to look at the loadgroup's callbacks if our channel has none. Bug
208087, r=darin, sr=dbaron, a="dbaron says 'slip it in'"
2003-07-09 07:02:28 +00:00
jaggernaut%netscape.com a20d08d6fa Small optimization, no need to pass in a scheme string there. r+sr=darin 2003-07-09 01:35:35 +00:00
darin%netscape.com 69682b1372 fixes bug 209121 "Digest authentication incorrectly includes fragment identifier in URI when computing A2" r=dougt sr=bzbarsky 2003-07-08 22:49:26 +00:00
darin%netscape.com 4a6e9f49fc removing unused #define, no bug, r+sr=nobody 2003-07-08 22:25:39 +00:00
bzbarsky%mit.edu e08fa08e31 Expose request and response versions of HTTP channels. Bug 201625, r=darin, sr=bzbarsky 2003-07-08 21:35:54 +00:00
dougt%meer.net 393c7500da missed this line from the previous check in. 2003-07-02 20:57:43 +00:00
dougt%meer.net 7661770e41 bug 209972. removes CWD and PWD from state machine. General code clean up. r=bbaetz, sr=darin 2003-07-02 15:03:58 +00:00
darin%netscape.com 57810801b3 fixes bug 143575 "URL: http ignores username and password (http://user:passwd/domain) for auth cache" r=dougt sr=alecf 2003-06-30 19:56:05 +00:00
darin%netscape.com 68839f2ee3 fixes smoketest blocker, bug 210579 "hang trying to access page with invalid headers" r=dougt sr=bzbarsky 2003-06-25 17:24:48 +00:00
darin%netscape.com 0692f0b9d0 fixes bug 209560 "Secure JS doesn't work from https JARs" r=dougt sr=alecf 2003-06-23 22:58:28 +00:00
bzbarsky%mit.edu f75f9017d9 Make setting contentType or contentCharset act as hints if done before channel
open; use this in the CSSLoader to hint that we want text/css data.  Bug
120789, r=dougt, sr=darin
2003-06-23 21:00:46 +00:00
darin%netscape.com 7155f9d29a fixes bug 208845 "multiple content-type headers combined breaks mozilla" r=dougt sr=alecf 2003-06-18 23:16:17 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
dougt%meer.net 6601094085 Treat any 0.9 style response of a put as a failure. b=193921, r=brade, sr=alecf, a=rjesup 2003-06-03 21:21:53 +00:00
dougt%meer.net a069087dd4 Disallowing javascript or data schemes in a redirect. r=mstoltz, sr=brendan, a=rjesup, b=195201 2003-05-29 21:56:38 +00:00
dougt%meer.net e3a6a4edfc Disallowing javascript or data schemes in a redirect. r=mstoltz, sr=brendan, a=rjesup, b=195201 2003-05-29 21:51:34 +00:00
cbiesinger%web.de 2183d9f7b6 193728 r=bbaetz sr=darin data: Base64-encoded URIs don't support %-encoded characters 2003-05-23 22:41:35 +00:00
dwitte%stanford.edu 270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
suresh%netscape.com b2e7f2c062 fix for bug 141702 - Redirection limit exceeded [not sending Authorization header on 302]. r-dougt, sr-darin, a-sspitzer. 2003-05-19 17:47:22 +00:00
gordon%netscape.com bc1a760cb5 Fix bug 204398, fixing alignment of about:cache.
patch=abecevello@sympatico.ca, r=gordon, sr=darin, a=asa
2003-05-13 23:15:20 +00:00
darin%netscape.com ca3cd020dc fixes bug 203813 "Digest auth does not work with SSL proxy" r=suresh sr=alecf a=asa 2003-05-13 04:41:07 +00:00
darin%netscape.com 3aa8a71fef fixes bug 132957 "Implement full support for Vary header [was: Content negotiation prohibits caching]" r=suresh sr=alecf a=asa 2003-05-13 04:38:25 +00:00
darin%netscape.com ac446ace05 fixes bug 199546 "forum message wants to save to disk as messages.php" r=dougt sr=bz a=asa
(checking in on closed tree per request from asa)
2003-05-06 20:43:20 +00:00
darin%netscape.com f7a62c896e fixes bug 203057 "SSL website not displayed (using proxy + NTLM)" r=dougt sr=bz a=sspitzer 2003-05-05 21:41:30 +00:00
darin%netscape.com 3c6e0afaa8 fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa 2003-05-02 06:31:55 +00:00
gordon%netscape.com 2ecc9ece0f Fix bug 105344. r=saair, sr=darin. 2003-04-23 05:13:31 +00:00
darin%netscape.com c61486ff0b patch for bug 191970 "necko configuration options for footprint reduction" r=seawood sr=dbaron 2003-04-23 03:47:43 +00:00
seawood%netscape.com f7bf89f618 Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
darin%netscape.com 217cdd952a fixes bug 84798 "PAC: Failover does not work" r=dougt sr=alecf 2003-04-15 23:07:12 +00:00
darin%netscape.com 3a149a2869 fixes bug 201986 "infinite network loop when auth realm changes" r=dougt sr=alecf 2003-04-14 21:35:27 +00:00
darin%netscape.com a0d85a46bd fixes bug 201663 "FTP download from nightly / trunk - archives are short" r=dougt sr=bryner 2003-04-12 22:01:33 +00:00
darin%netscape.com b98cfb0f44 fixes bug 201370 "TLS intolerance detection broken" r=kaie sr=alecf 2003-04-10 19:06:24 +00:00
cls%seawood.org 9efe5a5a45 Fix mingw bustage.
Bug #134113 r=darin
2003-04-10 05:16:51 +00:00
darin%netscape.com bfd31e83de fixes bug 194402 "publishing doesn't complete; opens multiple FTP control connetctions" r=dougt sr=sfraser 2003-04-08 22:18:10 +00:00
darin%netscape.com 4597a70c05 fixes bug 201054 "SSL proxy CONNECT w/ NTLM auth fails" r=dougt sr=bz 2003-04-08 21:12:24 +00:00
dougt%netscape.com a1da7b8665 allowing ftp URLs w/ anonymous username to automatically use anonymous password. r+sr=darin, b=196286 2003-04-08 20:31:24 +00:00
suresh%netscape.com 524bfd6dd5 fix for bug 155155 - digest authentication fails when switching between POST&GET requests. r-dougt, sr-darin. 2003-04-08 20:03:40 +00:00
darin%netscape.com e92078ae53 fixes bug 200971 "nsConnectionEntry is leaked" patch=bryner r=dougt sr=darin 2003-04-07 06:12:42 +00:00
darin%netscape.com 3bb3970660 backing out small part of my patch for bug 159015 that shouldn't have been
checked in.
2003-04-07 06:10:47 +00:00
suresh%netscape.com 3eab16a931 fix for bug 199910 - should HTTP null-check prompt callbacks?. r-dougt, sr-darin. 2003-04-02 23:43:12 +00:00
seawood%netscape.com 80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
bryner%netscape.com 7ec9b049b7 Fix a leak of the output stream and socket transport due to shutdown ordering problems (bug 200094). Patch by darin, r=dougt, sr=me. 2003-04-02 03:27:17 +00:00
bryner%netscape.com b5197b5523 Fix a leak when the directory listing is pulled from the cache (bug 199425). r=bbaetz, sr=darin. 2003-04-02 03:17:30 +00:00
guru%startrek.com 601f904422 Fix for bug 199500 - Crash in nsHttpConnectionMgr::OnSocketEvent if PSM is not installed; p=darin r/sr=alecf a=dbaron 2003-03-28 15:02:42 +00:00
darin%netscape.com 80fa27f6d3 landing final patch for NTLM authentication based on WIN32 SSPI API, b=159015 r=kaie sr=dbaron a=asa 2003-03-27 19:31:53 +00:00
darin%netscape.com 580d22c8bc fixes topcrash bug 199492 "crash while submitting form on www.sony.com [@nsHttpConnection::CloseTransaction]" r+sr=alecf a=dbaron 2003-03-27 18:47:34 +00:00
darin%netscape.com 21adc2903a landing framework changes to support NTLM authentication b=159015 r=dougt,cathleen sr=alecf 2003-03-26 05:05:49 +00:00
suresh%netscape.com fb07bbed4d fix for 191946 - shows japanese language, instead of english. r/sr-darin 2003-03-26 01:21:26 +00:00
dbaron%dbaron.org 497a62b29c Fix shutdown leaks in FTP by freeing the elements of mRootConnectionList before going offline (during XPCOM shutdown). b=191835 r=bbaetz sr=darin 2003-03-25 14:48:57 +00:00
darin%netscape.com e9487262ed fixes bug 195746 "Corrupt cache / HTTP networking - Wrong images, incomplete
pages, octet-stream download dialog" r=dougt sr=bz
2003-03-25 02:23:11 +00:00
suresh%netscape.com ab88bb861d fix for bug 48202 - HTTP 307 redirect behavior violates RFC2616 [should preserve request method]. r-dougt,sr-darin. 2003-03-25 01:19:21 +00:00
louie.zhao%sun.com 5e6fb3bac7 necko part of bug 60304 "Basic Auth doesn't work for Java"
(To complete fixing bug 60304, need another patch, which is in OJI module)
r = antonio.xu sr= darin
2003-03-24 03:59:47 +00:00
andreas.otte%debitel.net 1bf6cb18fb fix bug 113032 [jar: anchors within pages drop the HTML file name] fix resolving relative jar urls, fix anchor handling in jar urls, r=darin, sr=bzbarsky 2003-03-15 20:00:20 +00:00
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
darin%netscape.com 1d90d52e30 fixes bug 196994 "HTTP generates spurious transport status events" r=dougt sr=jag 2003-03-13 00:52:39 +00:00
cls%seawood.org d1079607df XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
darin%netscape.com a9955c10eb fixing OS/2 bustage 2003-03-06 07:27:27 +00:00
darin%netscape.com dde9c3e7b9 fixes bug 156909 "Possible bug in netwerk/protocol/http/src/nsHttpChannel.cpp"
patch=tenthumbs@cybernex.net r=suresh sr=darin
2003-03-06 05:42:35 +00:00
darin%netscape.com 8ba1dc8571 fixes bug 191835 "FTP leaks control socket" r=bbaetz sr=bzbarsky 2003-03-06 05:01:30 +00:00
seawood%netscape.com d76e9fd54a Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
darin%netscape.com eb4a8902c5 fixes bug 194708 "Redirection limit exceeded if https is left out, doesn't follow redirects" r=dougt sr=bryner 2003-03-01 02:18:05 +00:00
suresh%netscape.com dea34bb74a bug 173867 - http expires header with date-in-past causes miscalculation. r-dougt, sr-darin. 2003-02-28 21:54:57 +00:00
bzbarsky%mit.edu 784c37bc14 That last checkin was bug 192522, r=alecf, sr=darin 2003-02-22 19:09:58 +00:00
bzbarsky%mit.edu e45b3bba03 Just set the MIME type on the stringbundle channel after calling Open(). We
don't need necko to sniff the type.
2003-02-22 19:09:04 +00:00
seawood%netscape.com c01ffacdd7 Add about:buildconfig
Bug #140034 r=bbaetz sr=darin
2003-02-22 05:27:42 +00:00
mkaply%us.ibm.com a189b0201b #193593
r=darin, sr=bzbarsky, a=asa
Make session-logout work again for http so turbo works on OS/2
2003-02-19 14:53:11 +00:00
darin%netscape.com ee25933de6 fixing bustage! 2003-02-17 04:38:24 +00:00
darin%netscape.com 31bd015416 fixes bug 192478 "mozilla freezes when 'View Selection Source' @ nsPipe3.cpp::nsPipeOutputStream::WriteSegments" r=dougt sr=bz a=dbaron 2003-02-17 01:37:28 +00:00
darin%netscape.com af75627808 fixes bug 184122 "mozilla submits bug several times" r=bbaetz sr=bz a=dbaron 2003-02-09 20:13:46 +00:00
darin%netscape.com 5b9cb095a3 fixes bug 191220 "FTP: not entering directory, instead message box : 'Alert: 250 CWD command successful'" r=bbaetz,sr=dougt,a=asa 2003-02-02 02:55:30 +00:00
darin%netscape.com 7d401df66e fixes bug 190001 "crashes [@ nsHttpConnection::CloseTransaction]" r=dougt sr=bz a=dbaron 2003-01-30 23:11:55 +00:00
darin%netscape.com 8632233c45 final patch for bug 190326 "crash in nsJARChannel.cpp when launching calendar"
r=dougt sr=alecf a=asa
2003-01-29 06:47:55 +00:00
darin%netscape.com bfa74b6030 fixes bug 190863 "some Images fail to load with pipelining enabled"
r=dougt sr=bzbarsky a=asa
2003-01-29 06:42:30 +00:00
darin%netscape.com e1542e88a2 fixes bug 187996 "Strange behavior on 305 redirect" r=bbaetz sr=bzbarsky a=dbaron 2003-01-29 01:13:12 +00:00
darin%netscape.com 0992b66980 fixes one of the crashes reported in bug 190326 "crash in nsJARChannel.cpp
when launching calendar" r=dougt sr=bzbarsky a=asa
2003-01-28 19:13:52 +00:00
darin%netscape.com 31d802b213 fixes bug 190003 "cannot open links when pipelining enabled, URLs load
forever, process not terminated on exit" r=dougt sr=bzbarsky a=dbaron
2003-01-25 02:30:20 +00:00
darin%netscape.com 383f41f652 fixes bug 189897 "Download starts with Download Error, then Cancel Button disabled"
r=adamlock sr=bzbarsky a=dbaron
2003-01-24 00:53:00 +00:00
kairo%kairo.at 4ce1e04631 Bug 56863 - make about:plugins localizable, r=biesi, sr=bz 2003-01-21 21:04:23 +00:00
darin%netscape.com d682f264b4 fix leak (thanks dbaron!) 2003-01-18 03:50:41 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
darin%netscape.com 2347ef8985 new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 01:27:53 +00:00
dbaron%dbaron.org 954ad5f9d9 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:35:09 +00:00
timeless%mozdev.org b76f6eb9fa Bug 186721 Keyword protocol handler NewURI leaks uri if SetSpec fails
patch by andersma@luther.edu r=timeless sr=darin
2003-01-08 20:32:13 +00:00
alecf%netscape.com 8b8d5615ea fix for bug 170987 - move the FTP protocol into necko from necko2, so that necko.dll isn't required for embedding
r=gordon, sr=darin
2003-01-07 21:56:32 +00:00
bzbarsky%mit.edu 928e1f2c95 Fix buld bustage on Irix -- ^M is bad! 2003-01-07 01:35:47 +00:00
mstoltz%netscape.com 0fdcf60ce1 Bug 162584: don't linkify javascript: and data: URLs in about:cache-entry. r=gordon, sr=darin 2003-01-06 23:34:43 +00:00
seawood%netscape.com d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
timeless%mozdev.org b3c5f3e230 Bug 52104 about:logo is missing
patch by bugzilla@gemal.dk r=timeless sr=darin
2002-12-25 08:40:46 +00:00
cbiesinger%web.de 8ed383153d 170548 r=gordon sr=darin about:cache-entry should show filename 2002-12-18 22:51:52 +00:00
cbiesinger%web.de 7d0567f13e 184075 r=darin sr=bz nsAboutRedirector should not use literal number 2002-12-14 14:56:26 +00:00
darin%netscape.com c42e10bea3 first patch for bug 181230 "profile-change-net-teardown must work"
r=dougt sr=rpotts a=asa
2002-12-06 06:38:52 +00:00
darin%netscape.com a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
darin%netscape.com a943c7119a additional comment tweaks for bug 157133 "freeze nsIHttpChannel,
nsIHttpHeaderVisitor" r/sr=nobody
2002-12-03 22:00:54 +00:00
darin%netscape.com a80340423e fixes bug 141605 "Need to work around non-standard Digest auth server
implementations [was: Digest Authorization do not quote certain values]"
patch=pach@cs.cmu.edu r=bbaetz sr=darin
2002-11-26 00:26:13 +00:00
darin%netscape.com d3e6fb750f fixes bug 175641 "Inappropriate behavior on a 412 response"
r=bbaetz sr=bzbarsky
2002-11-25 05:07:10 +00:00
darin%netscape.com 3c74d6d7b1 fixes bug 181440 "UBS E-Banking broken because of regression in http headers"
r=morse sr=bz
2002-11-23 01:30:26 +00:00
darin%netscape.com d9541f875d fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky 2002-11-22 07:40:16 +00:00
darin%netscape.com d104a2dce6 fixes bug 181046 "trim unnecessary bytes from standard request headers."
r=bbaetz sr=bzbarsky
2002-11-20 20:51:12 +00:00
darin%netscape.com a4386aa655 fixes bug 179400 "URI fragment present in HTTP Referer" r=bbaetz sr=bz 2002-11-20 06:47:11 +00:00
timeless%mozdev.org 5b1ce15738 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-11-15 15:24:56 +00:00
darin%netscape.com 5a6ccfaf39 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
timeless%mozdev.org 6d1126cc73 Bug 177975 User-agents on Mac OSX should reflect CFM or Mach-O
patch by zach@zachlipton.com r=sdagley sr=darin
2002-11-13 04:29:47 +00:00
dougt%netscape.com ccb852037f 102812. enable file html directory listing mode r=bbaetz sr=darin. 2002-11-08 04:46:44 +00:00
bzbarsky%mit.edu 74a9b1ed3e Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
177026, r=rpotts, sr=darin
2002-11-06 22:29:17 +00:00
dbaron%fas.harvard.edu 25aa073590 Fix shutdown leak of |nsHttpHandler| and |nsHttpConnection|s by moving calls to |DropConnections| from the |nsHttpHandler| destructor to the XPCOM shutdown observer. Fix error in |PurgeDeadConnections|. b=174131 r=bbaetz sr=darin 2002-11-06 13:01:42 +00:00
darin%netscape.com 48fdab4878 fixes bug 177326 "Mozilla rapidly repeats requests multiple times"
r=dougt sr=rpotts a=roc+moz
2002-11-01 01:11:32 +00:00
bzbarsky%mit.edu f046fc90cf Return the right originalURI. Bug 171396, r=timeless, sr=darin, a=roc+moz 2002-10-30 04:40:08 +00:00
seawood%netscape.com 57e08a3f3a Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
kaie%netscape.com 370c1737b9 b=171220 Profile switching network teardown race condition with NSS shutdown
r=ccarlen sr=darin a=asa
2002-10-14 14:42:13 +00:00
dougt%netscape.com b2f41f9590 fixes download dialog comes up even though FTP server can't be found 173280, r=neeti@netscape.com, sr=darin@netscape.com, a=dbaron 2002-10-10 00:53:53 +00:00
dougt%netscape.com 2e18d2c1d3 Provides support for a conditional interface map entry 172833, r=bzbarsky@mit.edu, sr=darin@netscape.com 2002-10-07 18:52:27 +00:00
darin%netscape.com b6cb14410e fixes sun bustage 2002-10-06 06:32:42 +00:00
darin%netscape.com c0fa264890 fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
darin%netscape.com 7f1956b180 fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky 2002-10-06 02:20:35 +00:00
darin%netscape.com 5a150e89c5 fixes bug 168988 "HTTP should reject URLs that lack a hostname."
r=dougt sr=rpotts
2002-10-01 00:07:07 +00:00
dougt%netscape.com 1d12c0177b Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com 2002-09-30 23:18:43 +00:00
dougt%netscape.com 24b79afe01 Fixes two FTP bugs 148881 cancelling ftp download before save file dialog is present and 169214 Viewing an HTML page with a missing CSS file via FTP crash. r=rpotts@netscape.com, sr=darin@netscape.com 2002-09-30 21:50:18 +00:00
brendan%mozilla.org c5941df10a Dougt didn't fix that tab nit... just for that, I'm stripping trailing spaces too\! 2002-09-29 17:46:18 +00:00
dougt%netscape.com 55fd3921f7 Fixes topcrash 171333 crash at startup in nsFileChannel if chrome modified [@ nsFileChannel::GetFile] r=danm@netscape.com, sr=brendan@mozilla.org 2002-09-29 16:50:08 +00:00
kairo%kairo.at a296aba949 bug 131477 - Improve design of about:plugins page - this makes about:plugins themeable, plugins.html moved from global to communicator, r=beppe, sr=hewitt 2002-09-28 12:24:36 +00:00
darin%netscape.com 7234993c98 fixes bug 168577 "Crash in trunk [@ nsViewSourceChannel::GetURI] viewing
source of a mail message" r=bbaetz sr=bzbarsky
2002-09-28 04:51:50 +00:00
neeti%netscape.com 014afd4414 fix for bug 123388 - FTP should accept CR line endings, r=dougt@netscape.com, sr=darin@netscape.com 2002-09-27 20:19:04 +00:00
dougt%netscape.com 1566417aaf move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133 2002-09-27 19:23:21 +00:00
darin%netscape.com 71bb3b05de fixes bug 170789 "HTTP Accept: header should be tailored to context of the
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
dougt%netscape.com 0f9dcdf87f Fixes File: URL's w/ an illegal drive name do not display fnf errors. r=neeti, sr=darin 2002-09-27 03:13:10 +00:00
dougt%netscape.com 3ce9edcc40 moves nsIHttpHeaderVisitor into a separate IDL file. b=157133. r=neeti@netscape.com, sr=darin@netscape.com 2002-09-26 23:04:01 +00:00
darin%netscape.com 2de4f81a70 fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
dougt%netscape.com 4ce8a1539f Moves uploadStream to nsIUploadChannel. r=neeti@netscape.com, sr=darin@netscape.com, b=100601 2002-09-25 20:15:17 +00:00
dougt%netscape.com b1a0c0cfee Backing out last checkins 2002-09-20 20:06:33 +00:00
dougt%netscape.com 3a9bccb010 adds return result 2002-09-20 19:06:10 +00:00
dougt%netscape.com d1f315a4ae Fixes File: URL's w/ an illegal drive name (4th field) do not show fnf error. b=128909, r=neeti@netscape.com, sr=darin@netscape.com 2002-09-20 19:04:46 +00:00
shanjian%netscape.com c06fcf0618 #88363 Site with duplicate Content-Type loads with incorrect encoding
when site have multiple content-type, we should use the last one with
charset specified as charset.
r=yokoyama, sr=darin
2002-09-18 18:35:24 +00:00
neeti%netscape.com 5b81566c8e backing out fix for bug 141451, r=dougt 2002-09-17 20:22:32 +00:00
loadrunner%betak.net 76dc718ad9 b168588, Hardcoded strings in Gopher search alert
r=yokoyama
sr=bryner
2002-09-16 19:46:54 +00:00
darin%netscape.com 0c2e6c2638 fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
darin%netscape.com aa8c622859 fixes bug 141641 "disabling cross-site HTTPS referrers breaks sites"
r=mstoltz,bbaetz sr=dveditz
2002-09-13 22:21:57 +00:00
neeti%netscape.com 368408aced bug 141451 - First a window "Document contains no data" is shown, r= dougt, sr=darin 2002-09-13 20:47:15 +00:00
darin%netscape.com d47b2f5e65 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
darin%netscape.com 5b8a53a10d fixes bug 24197 "RFE Show progress while uploading files (in a form post)"
r=dougt sr=rpotts
2002-09-11 03:23:36 +00:00
caillon%returnzero.com a5cd43f732 Add a method on the fixup object to strip off wyciwyg from nsIURIs
Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky
2002-09-11 01:44:13 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
neeti%netscape.com 4b5e1cebe7 fix for bug 141784, ftp.gigo.com does not connect, r=dougt, sr=darin, a=rjesup@wgate.com 2002-09-06 20:23:00 +00:00
dougt%netscape.com 881aab2746 Bug 166595 prompted to save a file twice when downloading with shift-click on ftp link. patch by bzbarsky@mit.edu, r=me, sr=darin, a=rjesup@wgate.com 2002-09-06 20:10:15 +00:00
darin%netscape.com 893a5843dc fixes bug 166396 "embedders should be able to override the default socket
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
darin%netscape.com 0f68f4db04 fixing a typo in one of the comments. 2002-09-04 06:09:38 +00:00
darin%netscape.com 5ab5744dce removing dead/unused/broken theme protocol handler, r=beard 2002-09-04 06:06:51 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
bzbarsky%mit.edu 7f484ee985 Allow view-source to handle arbitrary content (as text-plain, in the
worst case).  Bug 77337, r=jst, sr=darin
2002-09-03 22:10:08 +00:00
timeless%mac.com 43e442ad09 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
bryner%netscape.com 85f230d791 Move finger and datetime protocols to extensions/, not built by default (bug 98753). r=cls, sr=darin. 2002-09-03 02:14:42 +00:00
andreas.otte%debitel.net 7bf4681be4 fix bug 166175 [javascript: urls as frame source no longer work] this
is a regression from bug 163225, cloneing the url in case of an
existing base url makes no sense and fixing bug 163225 exposed that. Also
fixing a leak in nsViewSourceHandler in case setting the spec
fails. r=bzbarsky, sr=darin
2002-09-02 22:15:07 +00:00
andreas.otte%debitel.net 932f63b026 fix bug 166085 [Assertion constructing about: URIs
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
darin%netscape.com 095511d011 http changes required for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:15:43 +00:00
cbiesinger%web.de 8394cd41f0 fixing bustage... the patch had bitrotted 2002-08-31 13:50:00 +00:00
cbiesinger%web.de 91f1408f66 bug 91439 r=pchen sr=darin moa=gagan
about: protocol should be case insensitive
2002-08-31 13:47:39 +00:00
dougt%netscape.com c7a5ce8c32 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 8b223b8e30 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
darin%netscape.com abb1b442de fixes bug 152697 "no limit on the size of a HTTP header" r=dougt sr=dveditz 2002-08-27 02:26:43 +00:00
alecf%netscape.com dc6d6e3736 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 e74d597519 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
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
darin%netscape.com fd0ccb757f fixes bug 138754 "http pipelining related assertions" r=gagan sr=rpotts 2002-04-23 07:30:28 +00:00