Commit Graph

4862 Commits

Author SHA1 Message Date
timeless%mozdev.org
4b3b30a355 Bug 49813 "threadsafe" nsDirectoryIndexStream uses nsDirEnumeratorUnix triggering "not thread-safe" assertion
r=darin sr=darin
2003-11-05 12:39:05 +00:00
bzbarsky%mit.edu
fa6142d08b Treat any 1xx response like a 100 response. Bug 224537, r+sr=darin 2003-11-04 02:20:54 +00:00
darin%meer.net
2e48347cf6 adding additional comments to last patch, b=223145 2003-11-03 09:10:57 +00:00
darin%meer.net
bb123973dd fixes bug 223145 "Numeric IPv6 addresses don't work" patch=lorenzo@colitti.com r+sr=darin 2003-11-03 08:54:49 +00:00
darin%meer.net
d5c92b85c2 fixes bug 223861 "default value of network.dnsCacheExpiration should be reduced" r=dougt sr=brendan 2003-11-03 05:55:07 +00:00
peter%propagandism.org
37a61782f2 Restoring fix for bug 224231, didn't affect btek's Tp. 2003-11-02 15:16:24 +00:00
peter%propagandism.org
c782f4ee1c Back out a part of the fix for bug 224231 to see if it affects btek's Tp. 2003-11-02 13:51:42 +00:00
peter%propagandism.org
f9f591a28f Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
dwitte%stanford.edu
b8022e8ecf staticify a couple of class methods. 2003-10-31 08:44:00 +00:00
cbiesinger%web.de
c4813304a0 bug 223143 nsHttpChannel::Suspend and Resume always return NS_OK
r=darin sr=bz
2003-10-30 21:27:38 +00:00
dwitte%stanford.edu
b5e36cc833 fixing indentation. 2003-10-30 05:25:35 +00:00
dwitte%stanford.edu
88e457367f removing reference to unused file 2003-10-30 05:16:51 +00:00
dwitte%stanford.edu
a2ed6657c8 removing unused file 2003-10-30 05:11:54 +00:00
dwitte%stanford.edu
2a9ecd8962 moving TestCookie into its new netwerk/test home.
find blame for the old TestCookie in the attic for
mozilla/extensions/cookie/tests/TestCookie.cpp.
2003-10-30 03:28:28 +00:00
darin%meer.net
c22e4d211c fixes bug 180049 "Authentication Plugins" patch=cneberg@sandia.gov r=darin sr=bzbarsky 2003-10-30 03:27:53 +00:00
dwitte%stanford.edu
0af383bc06 remove support for network.cookies.strictDomains pref, since there's not much point in keeping it around.
b=223617, r+sr=darin, thanks to mvl for testing.
2003-10-30 03:13:54 +00:00
dwitte%stanford.edu
359f90d96a remove nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
dwitte%stanford.edu
b6f814cb06 polish the nsICookieManager2::Add interface a tad.
b=222343, r=danm, sr=darin.
2003-10-30 02:50:11 +00:00
dwitte%stanford.edu
c7754ba02e optimize nsCookie a tad by not storing an isDomain parameter.
b=223289 r+sr=darin
2003-10-30 02:43:07 +00:00
darin%meer.net
51894183eb fixes bug 223352 "correct condition variable and timeout logic in nsIOThreadPool::ThreadFunc" r=wtc sr=bzbarsky 2003-10-30 02:32:52 +00:00
darin%meer.net
164a11fd94 fixes bug 86846 "PAC: Cannot display alert() in autproxy config file" r=biesi sr=bzbarsky 2003-10-30 02:20:08 +00:00
darin%meer.net
970a2e0a1d fixes bug 198806 "Image data memory leak resulting when images are saved (from browser tab)" r=dougt sr=bzbarsky 2003-10-30 02:18:26 +00:00
timeless%mozdev.org
8f9b9cc7ed Bug 224016 unused variable nsresult result' in function int main(int, char**)'
r=darin sr=darin
2003-10-30 02:11:45 +00:00
timeless%mozdev.org
74e144e261 Bug 222085 warning: initializer does not fit or is out of range: -1
r=darin sr=darin
2003-10-30 02:07:31 +00:00
dwitte%stanford.edu
6e0efb8f0e er, for real this time... 2003-10-26 01:17:13 +00:00
dwitte%stanford.edu
5304eba08b fix the domainwalking hashtable code to do a lookup for the toplevel domain. this fixes a regression where cookies for "localhost" weren't getting sent.
b=223365, r=mvl, sr=darin, a=asa.
2003-10-26 01:13:23 +00:00
darin%meer.net
478ea8f332 fixes bug 221491 "crash [@ nsHostResolver::GetHostToLookup]" r=dougt sr=bzbarsky a=dbaron 2003-10-25 23:48:33 +00:00
dwitte%stanford.edu
e42be4a132 move cookies to use hashtables instead of a sorted list, and implement a sane notifications
system for cookies and permissions. this will improve perf a bunch, and also sets the stage
for a more performant and flexible cookiemanager UI by providing better notifications.

bugs 143939 and 221185, with r=bsmedberg+mvl, sr=darin and r=mvl, sr=bz respectively.
2003-10-22 06:53:19 +00:00
darin%meer.net
2e10e7d59d fixes bug 222588 "Mozilla creates too many threads and seems to never terminate them" r=timeless sr=bzbarsky 2003-10-22 06:38:39 +00:00
caillon%returnzero.com
66caced69a Re-land patch for bug 83536, merging principal objects.
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
kairo%kairo.at
7b21e2d4eb bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz 2003-10-18 17:54:07 +00:00
cbiesinger%web.de
84f8e15590 removing obsolete comment, r+sr=darin 2003-10-17 20:56:44 +00:00
dwitte%stanford.edu
b0c03defea unfork the core cookie backend prefs, between mozilla & firebird. this makes the cookie backend GRE-friendly. it also breaks firebird, but that's their own fault. (a firebird fix will be landing shortly).
b=221078, r=caillon, sr=darin.
2003-10-16 20:54:29 +00:00
dwitte%stanford.edu
9c84bccbd4 make the cookie whitelist override the "limit cookie lifetime to session" pref. this allows the user to whitelist certain sites for setting permanent cookies, while non-whitelisted sites are downgraded to session cookies. also adds an "downgrade cookies from this site to session" permissionlist value, so now we have a whitelist/blacklist/sessionlist. (UI for this latter feature is not yet hooked up).
this also shifts a bunch of forked pref stuff out of the cookie backend and into an app-specific place, which is good for the GRE.

b=217286, r=mvl, sr=darin.
2003-10-16 13:17:12 +00:00
dwitte%stanford.edu
728808e8d9 move along, nothing to see here...
fix a bitwise & to a logical &&. nice catch bsmedberg!
2003-10-15 14:28:07 +00:00
dwitte%stanford.edu
ded62c5db6 whoops. these weren't meant to go in. ;) 2003-10-11 00:12:33 +00:00
dwitte%stanford.edu
7d225f53dc refactor cookie prompting helper to where it belongs... this will increase perf a little, for the case where prompting is turned off.
b=220624, r=mvl, sr=darin.
2003-10-11 00:06:13 +00:00
darin%meer.net
4138767d73 moving cookies backend into necko: b=210561 r=dwitte sr=bryner
these files were moved from their old home in extensions/cookie.  the CVS
records cannot be simply moved because attic files exist in the new location,
and so i will unfortunately take cvs blame for all.  that's unfair to dwitte
who has made so many wonderful changes to the cookies backend code! ;-)

so, to find out the real cvs blame for these files, please look at the
following cvs remove'd files:

mozilla/extensions/cookie/nsCookieService.cpp
mozilla/extensions/cookie/nsCookieService.h
mozilla/extensions/cookie/nsCookie.cpp
mozilla/extensions/cookie/nsCookie.h
mozilla/extensions/cookie/nsICookie2.idl
mozilla/extensions/cookie/nsICookieConsent.idl
mozilla/extensions/cookie/nsICookie.idl
mozilla/extensions/cookie/nsICookieManager2.idl
mozilla/extensions/cookie/nsICookieManager.idl
mozilla/extensions/cookie/nsICookiePermission.idl
2003-10-10 23:09:18 +00:00
darin%meer.net
1754f96409 moving cookie service into necko: b=210561 r=dwitte sr=bryner
these files were moved from their old home in extensions/cookie.  the CVS
records cannot be simply moved because attic files exist in the new location,
and so i will unfortunately take cvs blame for all.  that's unfair to dwitte
who has made so many wonderful changes to the cookies backend code! ;-)

so, to find out the real cvs blame for these files, please look at the
following cvs remove'd files:

mozilla/extensions/cookie/nsCookieService.cpp
mozilla/extensions/cookie/nsCookieService.h
mozilla/extensions/cookie/nsCookie.cpp
mozilla/extensions/cookie/nsCookie.h
mozilla/extensions/cookie/nsICookie2.idl
mozilla/extensions/cookie/nsICookieConsent.idl
mozilla/extensions/cookie/nsICookie.idl
mozilla/extensions/cookie/nsICookieManager2.idl
mozilla/extensions/cookie/nsICookieManager.idl
mozilla/extensions/cookie/nsICookiePermission.idl
2003-10-10 23:08:01 +00:00
darin%meer.net
062870abe1 backing these out temporarily 2003-10-10 22:37:07 +00:00
darin%meer.net
7f86cdf0a2 moving cookies backend into necko: b=210561 r=dwitte sr=bryner 2003-10-10 22:34:06 +00:00
darin%meer.net
e0db499ec6 moving cookies backend into necko: b=210561 r=dwitte sr=bryner 2003-10-10 22:27:41 +00:00
neil%parkwaycc.co.uk
368912e7d1 supplementary patch to the fix to bug 209532 to fix the case when the prefs are empty or unset r/sr=darin 2003-10-10 18:05:18 +00:00
cbiesinger%web.de
cb60788092 Bug 217433. Implement nsIRequest::Suspend and ::Resume for the data: channel, by using nsIInputStreamPump.
r=darin sr=bzbarsky
2003-10-10 13:41:20 +00:00
neil%parkwaycc.co.uk
eddd391aca Bug 209532 Separate prefs to override Mozilla/5.0 at beginning of UA string p=mpeseng@tin.it r/sr=darin 2003-10-10 08:20:46 +00:00
darin%meer.net
cbcb460359 fixes bug 193917 "incorporate changes from bz's comments in bug 176919" r+sr=bzbarsky 2003-10-09 01:54:07 +00:00
darin%meer.net
2a73d39883 provides foundation for solving bug 217787 "necko support for HTTP chunked requests" r=dougt sr=bzbarsky 2003-10-08 06:10:47 +00:00
darin%meer.net
9e05fad4b2 adding some additional documentation per bzbarsky, b=192284 2003-10-08 04:37:38 +00:00
darin%meer.net
2b14b6a01c fixes bug 192284 "support nsIChannel::open for all protocols" r=dougt sr=bzbarsky 2003-10-08 04:27:13 +00:00
darin%meer.net
5b691ee334 removing nsAutoLock workaround for bug 221331. 2003-10-08 03:38:46 +00:00
darin%meer.net
7b0c6def1c minor touch-up to patch for bug 210125. 2003-10-07 08:17:22 +00:00
darin%meer.net
c3e0c2ef4e fixes bug 219376 "Trying to resolve IP's via DNS (Failed connections stall instead of giving Connection Failure Error; pages stop/don't finish/complete loading if ad hosts/scripts fail)" r=dougt sr=bienvenu,bryner 2003-10-07 05:11:41 +00:00
timeless%mozdev.org
8f793d6611 Bug 221142 warning: missing initializer for `nameprep_versions[1].unassigned_proc
r=darin sr=darin
2003-10-07 02:28:20 +00:00
darin%meer.net
886b94cad7 switch to dbaron's suggested fix for solaris bustage, b=210125. 2003-10-07 01:29:38 +00:00
darin%meer.net
80bc455cd4 second attempt to fix solaris bustage, thx to keeda@hotpop.com for the patch. 2003-10-06 16:35:06 +00:00
darin%meer.net
7a0ae941cc correcting contributor line from initial check-in. 2003-10-06 09:17:15 +00:00
darin%meer.net
facc133d16 updating .cvsignore for necko 2003-10-06 08:21:10 +00:00
darin%meer.net
2997dc4afb attempt to fix solaris (nebiros) bustage. 2003-10-06 08:13:51 +00:00
darin%meer.net
11af30d3b0 fix tinderbox Ts=NaN problem. stream transport must handle offset = -1. 2003-10-06 07:58:07 +00:00
darin%meer.net
8ada5e59f5 fixing win32 bustage. 2003-10-06 03:49:54 +00:00
darin%meer.net
ea1c34686d correcting bustage fix. 2003-10-06 03:21:12 +00:00
darin%meer.net
c9cdac2b54 fixes win32 bustage 2003-10-06 02:50:49 +00:00
darin%meer.net
e1ba7306f6 fixing potential bustage 2003-10-06 02:14:02 +00:00
darin%meer.net
f9bc2f9713 fixing bustage 2003-10-06 02:12:49 +00:00
darin%meer.net
ea5408a785 bustage fix... i had this in my tree already :-( 2003-10-06 01:58:58 +00:00
darin%meer.net
a0621481cd annotating workaround for bug 221331. 2003-10-06 01:58:08 +00:00
darin%meer.net
77642ae698 fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +00:00
cbiesinger%web.de
f0f267ab03 220672. r=darin sr=bzbarsky
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.

Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2003-10-05 17:06:37 +00:00
bzbarsky%mit.edu
b6acc76843 Fix possible access to unitialized memory. Bug 221189, r=biesi, sr=darin 2003-10-04 20:27:32 +00:00
bzbarsky%mit.edu
1e96d51b10 Unhork binhex decoder by undoing the ifdef-reversal. Bug 220611, r=biesi,
sr=darin
2003-10-04 00:45:42 +00:00
bzbarsky%mit.edu
5dcb44523e Make GetPath() work on jar: URIs, incidentally making it possible to use such
as src uris for frames again.  Bug 220776, r=timeless, sr=darin
2003-10-03 22:15:24 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
darin%meer.net
4446ed912b fixes bug 217765 "HTTP: does not always handle username+password from URL correctly" patch=darin,crabbkw r=darin sr=bryner 2003-09-25 17:48:28 +00:00
bzbarsky%mit.edu
4afb4ac280 Look for charset param on content type with a case-insensitive search. Bug
220203, r=timeless, sr=darin
2003-09-25 15:37:56 +00:00
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
darin%meer.net
f3b812645b removing dead code 2003-09-19 18:21:14 +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
cls%seawood.org
5530c5959e Use ifneq instead of ifdef since PROTOCOLS is always defined.
Bug #219095
2003-09-15 04:04:41 +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
f4a8778d0b landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner 2003-09-11 20:32:33 +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
0da683287a Bug #201455
r=bz, sr=darin
Code from Alfred Kayser - optimization of nsCacheEntry
2003-09-11 16:57:40 +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
cbiesinger%web.de
def44d8c8b Bug 217509
wrong app description shown in helper app dialog
r=bz sr=darin
2003-09-11 12:13:06 +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
kairo%kairo.at
5cbc82d1b5 bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa 2003-08-11 11:31:24 +00:00
brendan%mozilla.org
b7cdb7debb Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
dbaron%dbaron.org
3099367b82 Fix debug-only bustage. b=205023 2003-08-05 07:19:20 +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
bzbarsky%mit.edu
46d6fafdf5 Try to reduce codesize a tad. Bug 213825, r=biesi, sr=jag 2003-07-30 23:16:29 +00:00
bzbarsky%mit.edu
37551aff8b Make more tags trigger detection of the file as HTML. Bug 213825, r=biesi, sr=darin 2003-07-30 17:58:56 +00:00
bienvenu%nventure.com
6d73c295a2 fix 112656 annoying assertion in ScanTxt, r=mscott, sr=dbaron 2003-07-29 22:10:59 +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
bsmedberg%covad.net
279d0db1f7 Bug 211470 - need a common nsURIHashKey r=darin sr=bz 2003-07-27 15:20:11 +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
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
andreas.otte%debitel.net
0c241f3b41 fix bug 213012, unescape %2E during path coalescing, r=dveditz@netscape.com, sr=darin@meer.net 2003-07-25 18:36:34 +00:00
cbiesinger%web.de
a75a4ea88d removing unused files. r+sr=darin, no bug 2003-07-25 17:31:36 +00:00
cbiesinger%web.de
bb37693039 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +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
mkaply%us.ibm.com
1a38ab2d00 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
bzbarsky%mit.edu
a81d14e92f Detect stuff that starts with "<head" as HTML. Bug 213416, r=biesi, sr=darin 2003-07-22 17:06:46 +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
dwitte%stanford.edu
5cd4145e1e make nsStandardURL::GetFile cache its result and use nsIFile::Clone when handing
it out. we unfortunately need to clone until consumers of this method are fixed
to not modify the returned file (see bug 212724).

this should reduce Ts some...

b=122892, r=andreas.otte, sr=darin, with many thanks to biesi & mkaply for testing on other
plats.
2003-07-19 14:58:33 +00:00
andreas.otte%debitel.net
9220237af1 fix bug 207298 [FTP directory problems w/ URL parsing when URL root is not filesystem root] this patch changes the normal resolver for relative urls so that when asked it recognizes special root markers and retains .. that go beyond root as it is necessary for the ftp protocol. r=dougt@meer.net, sr=darin@meer.net 2003-07-16 19:09:00 +00:00
darin%netscape.com
90ebcf7571 removing errant printf from previous checkin 2003-07-15 14:51:43 +00:00
bzbarsky%mit.edu
e6f3eb1465 Fix bug 212277. r=caillon, sr=darin 2003-07-15 07:01:16 +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
401365f06a Optimize nsSegmentEncoder to not get an mEncoder unless it actually has
encoding to do (has a non-ascii spec segment).  Bug 212475, r=darin, sr=dbaron
2003-07-12 23:06:13 +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
darin%netscape.com
48744b6c31 fixes bug 212245 "don't build ftp and gopher directory listing support if protocols are disabled" r=dougt sr=bzbarsky 2003-07-11 22:13:30 +00:00
jshin%mailaps.org
59d134d2f9 bug 212125 : factor out loading |nsIPersistentProperties|' from a URI/URIspec and add helper
functions to nsNetUtil.h  (r=rbs, sr=darin)
2003-07-11 21:31:54 +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
4ad27a8c9d Bug 212118: Small bug in net_ParseFileURL: Substring(inURL, schemeBeg, schemeBeg + schemeEnd). r=darin, sr=dbaron 2003-07-09 05:11:10 +00:00
jaggernaut%netscape.com
06350119d4 Purging tabs, r+sr=darin 2003-07-09 02:28:07 +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
f73ce178fa revising nsIChannel documentation further 2003-07-08 22:43:51 +00:00
darin%netscape.com
4a6e9f49fc removing unused #define, no bug, r+sr=nobody 2003-07-08 22:25:39 +00:00
darin%netscape.com
b3ca2894f5 cleaning up some nsIChannel documentation, b=209101, r+sr=nobody 2003-07-08 22:04:32 +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
bzbarsky%mit.edu
7fd6554181 Make sure that nsSimpleURI also strips newlines out of the uri spec... Bug
211599, r=dougt, sr=darin
2003-07-08 20:09:17 +00:00
kaie%netscape.com
e97cef79b0 b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
cbiesinger%web.de
7d10504897 78919 part 1. r=bzbarsky, sr=darin. This adds an |hasDefaultHandler| attribute
to nsIMIMEInfo that should be used to check if a default application is available
for this mimeinfo.
2003-07-08 13:52:46 +00:00
darin%netscape.com
0565010816 fixes bug 210734 "IDN: Invalid codepoint encoded in ACE label" r=nhotta sr=bzbarsky 2003-07-08 01:51:32 +00:00
cbiesinger%web.de
68f7034972 211889 r=bzbarsky sr=darin - remove DataURI attribute from nsIMIMEInfo (unused and not really implemented) as well as the mURI member of nsMimeInfoImpl 2003-07-07 22:49:35 +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
c4c528ea38 cvs removing uncompiled/dead files 2003-07-01 19:28:40 +00:00
bzbarsky%mit.edu
fd57f310f1 Change GetHrefUTF8 to GetHrefURI to make sure that we don't lose track of the
origin charset.  Bug 166996, r=dbaron,darin sr=jst
2003-07-01 02:59:54 +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
dougt%meer.net
0dddf8e677 Adding a new FTP error code to nsNetError.h. r=me, sr=darin, part of bug=209972 2003-06-27 19:02:15 +00:00
ccarlen%netscape.com
e589a3c768 Bug 197379 - take2. Take 1 allowed file:// URLs with HFS paths to work. It did not work, though, when the volume name contained an escaped character. This patch unescapes the volume name before comparison. r=dougt/sr=darin 2003-06-27 14:31:38 +00:00
jshin%mailaps.org
9ac6ce9f32 bug 210109 : fix crash due to misaligned address (use PRUintn for '%2X' in PR_sscanf instead of char) r=wtc, sr=darin 2003-06-26 23:53:26 +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
timeless%mozdev.org
5fb51f097b Bug 187442 change PL_strcmp to strcmp in nsIOService
r=darin sr=darin
2003-06-25 01:13:30 +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
7f8a0c1090 fixes bug 210119 "Browser crashes when opening URL" r=caillon sr=bzbarsky 2003-06-23 05:51:33 +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
darin%netscape.com
75ed8e953b fixes bug 204124 "minor codesize optimizations for nsNetUtil.h" r=dougt sr=alecf 2003-06-18 23:07:09 +00:00
alecf%flett.org
f43f8eebe9 fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
r=bz, sr=darin
2003-06-17 17:00:40 +00:00
ccarlen%netscape.com
6ba00ee6d8 Bug 197379 - file:// URLs using HFS paths don't work with Mach-O Mozilla. Creating a new version of nsURLHelper for OSX which handles this. Also, some correctness and commenting of corresponding code in nsURLHelperUnix.cpp. r=alecf/sr=sfraser 2003-06-17 13:55:47 +00:00
jshin%mailaps.org
245a450695 a part of bug 162765 (r=cbiesinger, sr=alecf) missed in the previous commit.
RFC 2231 support (with RFC 2047 fallback) in Content-Disposition header
in http for file download.
2003-06-13 04:18:01 +00:00
jshin%mailaps.org
eb93104d96 bug 167265 : add to necko Content-Disposition header handling per RFC 2231 (with
fallbacks to RFC 2047 and raw 8bit chars in |aOriginCharset| ) necessary for
i18nized filename support (when downloading files via http) :
r=cbiesinger, sr=alecf
2003-06-12 21:57:49 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +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
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +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
alecf%flett.org
724dfc9b3c stop leaking zlib buffers when using compressed streams
patch by pedemont@us.ibm.com
r=dougt, sr=alecf
should fix a pretty major leak!
2003-05-28 23:45:06 +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
timeless%mozdev.org
b20cd43140 Bug 205608 Warning: C++ style comments are not allowed in ISO C89
r=jst sr=jst
2003-05-23 22:18:18 +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
stephend%netscape.com
fa29e34049 Bug 196917. Crash in nsDiskCacheMap::FindRecord clearing cache. patch by Gordon Sheridan <gordon@netscape.com> r=dougt@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org 2003-05-23 05:44:15 +00:00
pkw%us.ibm.com
6e0b3b5878 Bug 206630 - Add AIX support for memory cache based on physical ram
(originally implemented in Bug 105344)
r=gordon@netscape.com, sr=darin@netscape.com, a=mkaply@us.ibm.com
2003-05-21 21:59:55 +00:00
bryner%netscape.com
1f1e6a79d5 Cleaning up this file left over from when cache was its own component. Not part of the build. 2003-05-21 21:46:18 +00:00
bryner%netscape.com
590a6d168d This makefile should not use EXPORT_LIBRARY since it's now part of libnecko. Bug 206143, r=darin, sr=alecf, a=mkaply. 2003-05-21 21:42:36 +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
darin%netscape.com
cd951f195f fixes bug 199173 "IPv6:Page fails to load. No message." r=dougt sr=alecf a=sspitzer 2003-05-15 21:27:46 +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
bienvenu%netscape.com
b100029cb3 remove 16K limit on ODA handler call, r=darin, sr=sspitzer,a=sspitzer should speed up local folder parsing substantialy 172786 2003-05-05 22:18:11 +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
41280f92f9 fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +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
dwitte%stanford.edu
bf85a3c0fa Bug 137802: removing nsHTTPChunkConv since it's obsolete. not part of build.
r=darin, a=tor.
2003-05-01 00:42:50 +00:00
kaie%netscape.com
9758016f91 b=196827 Lock icon says that site is secure when it isn't because the connection was canceled
Patch by Darin
r=kaie sr=jag a=asa
2003-04-29 16:12:18 +00:00
bzbarsky%mit.edu
ecba98ed60 Fix rasdlg on MingW builds. Bug 203300, patch by jonwil@tpgi.com.au (Jonathan
Wilson), r=darin, sr=bzbarsky, a=sspitzer
2003-04-27 01:38:42 +00:00
cavin%netscape.com
a58b5ef4fa Fix for 202355. Turn on apple single/double code for MacOSX. r=ccarlen, sr=sfraser. 2003-04-25 21:18:10 +00:00
gordon%netscape.com
744caa564f Fix AIX bustage. patch=jdunn, r=gordon, sr=darin, a=mkaply. 2003-04-23 21:43:12 +00:00
darin%netscape.com
d8202eb048 fixing opt bustage 2003-04-23 06:37:36 +00:00
gordon%netscape.com
39bed19679 Fix bug 105344 "Memory cache should be based on amount of physical RAM"
This allows the cache to use a lot more memory than previously.
r=saari, sr=darin.
2003-04-23 05:15:48 +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
darin%netscape.com
43b82db575 fixes bug 202555 "ExtractProxyInfo not honoring permitHttp flag! [was: IMAP
port "disabled for security reasons"]" r=gordon sr=bz
2003-04-19 20:03:31 +00:00
darin%netscape.com
54eabacf76 fixes bug 202188 "Gopher support completely defunct" r=dougt sr=bz 2003-04-19 19:47:28 +00:00
darin%netscape.com
97bd55100a fixes bug 200391 "roaming to a different IP address, get new mail (for pop)
stops working (silently fails)" r=dougt,gordon sr=bz
2003-04-19 19:45:17 +00:00
seawood%netscape.com
99d2aa2329 Removing unneeded _BSD_SOURCE
Bug #202510
2003-04-19 02:12:08 +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
afcb58b9cf avoid compiler warning 2003-04-18 04:46:40 +00:00
kairo%kairo.at
b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
darin%netscape.com
8392222d21 removing dead necko build utility 2003-04-17 07:27:51 +00:00
gordon%netscape.com
0da80ac7da Fix bug 192798, set flag to clear dns cache when toggled offline/online.
r=dougt, sr=darin.
2003-04-16 20:26:50 +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
dde09cbe5b fixes bug 105292 "Accept-encoding: deflate unsupported, but requested" patch=david_dick@iprimus.com.au r=dougt sr=darin 2003-04-14 23:51:50 +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
dougt%netscape.com
cc322f2a40 Updates to latest version of ParseList by Cyrus Patel. This fixes the problem with filenames with multiple spaces. sr=darin, b=195956 2003-04-14 21:21:36 +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
brendan%mozilla.org
e81a02eeb2 Reduce seeks outside the FastLoad file's underlying stream buffer (195010,
r=ben, sr=bryner).

- Pass null scope objects into nsIScriptContext::Compile{EventHandler,Script}
when precompiling for brutal sharing.  The JS engine does not need a non-null
object parameter for static scope.  That parameter can be non-null only if it
helps the compiler "pre-bind" functions to the same scope object that they'll
be parented by when executing, but with brutal sharing, functions are
precompiled once and executed against many different scope objects.

- A problem in XUL FastLoad was that it would serialize master .xul document
out-of-line scripts (those included via script src= from non-overlay, "master"
.xul docs) far from the place in the FastLoad file where XUL prototype script
info was serialized for the <script src=> tag itself.  I fixed that so that,
unless the out-of-line script was previously serialized (by a different src=
reference from another .xul file), the OOL script data immediately follows the
proto-script info in the FastLoad file.

This required adding a SerializeOutOfLine method to nsXULPrototypeScript, which
restores symmetry by matching the existing DeserializeOutOfLine(Script) (note:
I dropped the redundant "Script" from the end of the latter method's name.  We
need SerializeOutOfLine to handle overlay OOL scripts.	They are serialized by
nsXULDocument::OnStreamComplete, because that code knows the difference between
an overlay and a master doc.  This removes all trace of FastLoad writing from
nsXULPrototypeScript::Compile -- FastLoad stuff didn't belong there, not only
because we now want to write master OOL scripts later, when walking the master
XUL prototype doc's element tree, but also for modularity reasons.  The caller
knows about FastLoad, nsXULPrototypeScript::Compile does just what its name
implies.

There are 132 seeks with the patch, only 49 of which dump the underlying file
stream's buffer, vs. 133 seeks without the patch, 87 of which dump the buffer.

- Nit-picked some comments to fit in 80 columns, and made other cosmetic fixes.

- Implicated the nsXULDocument::mIsWritingFastLoad flag from the useXULCache
"is the XUL cache enabled?" flag, so other places that test mIsWritingFastLoad
don't have to query whether the cache is enabled.

- Added METERING synchronous meter-dumping to /tmp/bufstats, only ifdef
DEBUG_brendan, in netwerk/base/src/nsBufferedStreams.cpp.

- Added the deferred seek optimization from the first patch in bug 195010 to
nsFastLoadFile.cpp.

- Fixed nsFastLoadFileReader so it overrides readSegments as well as read.
This catches up with the interface extension made to nsIInputStream to add
readSegments.  The nsFastLoadFileReader extends nsBinaryInputStream, which is
a concrete class, and overrides Read in order to snoop on *all* bytes read.
It does this in order to demultiplex documents interleaved when the FastLoad
file was written.

But since the readSegments move into nsIInputStream.idl, certain primitives
in nsBinaryStream.cpp, e.g., nsBinaryInputStream::ReadCString, have used
ReadSegments, not Read, to consume parts of the underlying stream (to read
the C string's chars, in that example), and the FastLoad file implementation
has not accounted for those bytes.

- Added a new method to nsIFastLoadFileControl and its impls: hasMuxedDocument.
 This is needed when serializing master XUL doc OOL scripts, because we must
not serialize twice, and any OOL script that other XUL docs can include via
script src= could already be in the FastLoad mux.

/be
2003-04-12 01:34:11 +00:00
darin%netscape.com
967e208b55 fixes bug 80918 "Proxy: 'No Proxy for:' does not support ip address wildcards" r=bbaetz sr=alecf 2003-04-11 18:24:55 +00:00
nhotta%netscape.com
f2193fe99f Initialize IDN service at nsStandardURL constructor,
added pref observers for IDN related prefs,
bug 188218, r=darin, sr=alecf.
2003-04-11 17:05:56 +00:00
nhotta%netscape.com
e73e8e38b4 Adding Ascii check for mailto url recognition,
bug 201369, r=ben.bucksch, sr=darin.
2003-04-11 16:56:01 +00:00
darin%netscape.com
4701ecfd6c fixes bug 201570 "enable socket transport logging in nightly builds" r=dougt sr=brendan 2003-04-11 01:19:07 +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
sspitzer%netscape.com
985e9ef0d6 fix for bug #119964. implement yEnc decoding.
note, we have no plans to support yEnc encoding.
thanks to ducarroz for the patch.  r/sr=sspitzer
2003-04-10 02:19:35 +00:00
darin%netscape.com
e3f678e96a fixes bug 201303 "Utilize new nsIAtom methods to reduce string conversions in nsCacheMetaData" r=gordon sr=alecf 2003-04-10 00:59:33 +00:00
suresh%netscape.com
70948e2ef5 removing obsolete nsIAuthenticator file. bug 182164. 2003-04-09 21:12:10 +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
timeless%mozdev.org
8113eff243 Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
r=darin
2003-04-08 22:01:43 +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
axel%pike.org
7682da5d54 bug 201012, get rid of offline warning in PostEvent, r/sr=darin 2003-04-07 21:07:21 +00:00
darin%netscape.com
625a741ad3 fixes bug 200681 "Crash on <link rel=stylesheet href="mailto:foo">" r/sr=bz,sspitzer 2003-04-07 06:18:44 +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
bzbarsky%mit.edu
327a0205c8 prettify HTML-detection a bit; make it a little less likely to detect HTML.
Bug 144672, r=bbaetz, sr=darin
2003-04-04 22:46:50 +00:00
darin%netscape.com
e601785fb3 fixes bug 191715 "PAC: did not work, after a external site is shown" r=bbaetz sr=bz 2003-04-04 20:50:46 +00:00
timeless%mozdev.org
ba9822bb11 Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
r=darin
2003-04-04 16:01:51 +00:00
darin%netscape.com
846a54d15e fixes bug 200365 "trunk topcrash [@ nsUnknownDecoder::SniffForImageMimeType]"
r=dougt sr=bz
2003-04-03 19:36:27 +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
nhotta%netscape.com
547e7a75b3 Initialized the output string before appending the results,
bug 200037, r=ftang, sr=darin.
2003-04-02 21:33:23 +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
gordon%netscape.com
ff7d2063b6 Fix bug 198267. Fix accounting of mInactiveSize to prevent assertion. rs=darin. 2003-03-26 05:14:27 +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
suresh%netscape.com
83d17cf5cf fix for 139772 - PAC: HTTP auth support. r-dbradley, sr-darin. 2003-03-26 01:19:52 +00:00
nhotta%netscape.com
913ad38177 Implements ACE to UTF-8 and modified the test program,
bug 196717, r=shanjian, sr=darin.
2003-03-25 23:18:41 +00:00
nhotta%netscape.com
4bc258adb6 Apply length check for generated ACE string,
bug 198637, r=shanjian, sr=darin.
2003-03-25 20:48:03 +00:00
darin%netscape.com
690c61bf9b fixes bug 192353 "cache meta data is bloaty" r=gordon sr=alecf 2003-03-25 15:20:10 +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
gordon%netscape.com
350a8ad43f Fix bug 198267 and bug 191161. r=bryner, sr=darin. 2003-03-25 07:05:33 +00:00
varga%netscape.com
a8670013de Landing bookmarks branch. Everything except mozilla/xpfe
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +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
syd%netscape.com
b6737c044c http://bugzilla.mozilla.org/show_bug.cgi?id=195655
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)

r/sr = sspitzer, r=brade
2003-03-22 04:55:45 +00:00
cbiesinger%web.de
1376e11a13 198490 r=bbaetz rs=darin consecutive spaces are not displayed in filename "file name" -> "file name" 2003-03-21 22:26:52 +00:00
nhotta%netscape.com
cbc48d4f51 Null terminate the punycode encoded string,
bug 198437, r=shanjian, sr=darin.
2003-03-21 00:23:12 +00:00
bzbarsky%mit.edu
83e46b1a49 Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
bzbarsky%mit.edu
2c56e0638e Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame.  r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
bryner%netscape.com
d225e65bfb trying to fix nebiros bustage - moving inline function before its first call site 2003-03-18 06:02:10 +00:00
bryner%netscape.com
170d69ea6e Implement an LRU-SP eviction policy for the memory cache (bug 188458). r=gordon, sr=darin. 2003-03-17 23:22:29 +00:00
gordon%netscape.com
d8e0537dae fix bug 197429 "clear disk cache broken on MacOS X". Rederive mCacheDirectory from parent after moving old mCacheDirectory to Cache.Trash for deletion, rather than operate on clone of mCacheDirectory. r=bryner sr=sfraser. 2003-03-17 07:33:45 +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
gordon%netscape.com
4da1882eec Removing obsolete tests. These were for the old pre-NS6.1 cache. r=darin. 2003-03-14 19:29:40 +00:00
gordon%netscape.com
24184abbde removing long obsolete files. r=darin. 2003-03-14 19:27:01 +00:00
dmose%mozilla.org
432ba7d46f The fix for bug 195727 lost the const qualifier. Putting it back. r=timeless, sr=sspitzer 2003-03-14 04:20:40 +00:00
nhotta%netscape.com
0b633fd142 Change nsIIDNService to take AUTF8String and ACString,
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +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
nhotta%netscape.com
0c489f0e8d Changed to use the official ACE prefix per RFC3490,
and comment changes since drafts turned to RFC,
bug 188215, r=ftang, sr=darin.
2003-03-12 21:31:39 +00:00
cls%seawood.org
92f0db3cbb Disabling autodial support for mingw buildss until a mingw release contains a rasdlg impl.
Change nsDNSEventProc callback declaration to appease both MSVC & GCC.
Bug #134113 r=bbaetz sr=darin
2003-03-12 20:24:37 +00:00
cavin%netscape.com
5b5485a5b6 Fix for 195727. Changed IsSpace() declaration from 'const char aChar' to 'PRUnichar aChar'. r=darin, sr=sspitzer. 2003-03-11 23:49:08 +00:00
gordon%netscape.com
734ccc4de8 fix bustage on OS/2. Use PR_CALLBACK for run function in PR_CreateThread. 2003-03-11 01:38:55 +00:00
gordon%netscape.com
d8058e79cb for bug 103851 "move cache deletion to another thread", r=bryner, sr=darin. 2003-03-10 23:19:05 +00:00
gordon%netscape.com
f45162d495 for bug 103851, adding new cache error. r=bryner, sr=darin. 2003-03-10 23:18:04 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +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
darin%netscape.com
767e0d9b9a fixes bug 193887 "Back/Forward buttons break when a variable is used in a
javascript: URI that changes the value of location.href" r=dougt sr=brendan
2003-03-04 04:23:25 +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
cavin%netscape.com
32e275f48d Fix for 183111. Added nsIExternalProtocolHandler interface and method handlerExists in netwerk/bae/public to be used by mozTXTToHTMLConv. Also treated 0xA0 as space in mozTXTToHTMLConv. r=darin, sr=sspitzer. 2003-02-27 22:46:42 +00:00
andreas.otte%debitel.net
0f9fa9ad78 fix bug 193477 [URL: colon ":" in URI is escaped in request (not scheme or port delimiter)] no longer escape the colon when it is part of the filename in urls, but force it's escape in links when building dir/index listings, r=bbaetz@acm.org, sr=darin@netscape.com 2003-02-27 13:15:19 +00:00
andreas.otte%debitel.net
6f076f634b fix bug 191638 [index/html: files|dirs with "%" need to be properly encoded] force escape of % as part of filenames to %25 to not be damaged by unescape, r=bbaetz@acm.org, sr=darin@netscape.com 2003-02-27 10:55:01 +00:00
kairo%kairo.at
661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
alecf%netscape.com
26228c7439 fix for bug 11232 - helper function for putting the reading of a stream into the background
r=dougt, sr=darin
2003-02-25 13:57:09 +00:00
darin%netscape.com
a12a409db2 removing dead files (post bug 176919 cleanup) 2003-02-23 05:22:38 +00:00
darin%netscape.com
f45ba7c9be removing dead code 2003-02-23 05:14:06 +00:00
darin%netscape.com
4a56065e71 removing dead files (post bug 176919 cleanup) 2003-02-23 05:11:04 +00:00
darin%netscape.com
7d541baf54 fixes bug 192207 "M130B Trunk crash [@ 0x00000000 - PL_DHashTableOperate] (really in nsSocketTransportService::RememberHost)" r=dougt sr=brendan 2003-02-23 05:07:34 +00:00
bzbarsky%mit.edu
fe3e3cb6a8 Make defaultDescription and applicationDescription use the handler's leafname
if no description is set.  Bug 190409, r=pkw@us.ibm.com, sr=darin
2003-02-22 20:06:56 +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
wtc%netscape.com
5cae1f1bc7 Bug 190960: added the DHE ciphersuites back because the underlying NSS bug
(bug 188856) that broke them has been fixed. r=kaie. sr=bryner. a=asa for
mozilla1.3.
Modified Files:
	netwerk/base/public/security-prefs.js
	security/manager/pki/resources/content/ssl3tlsciphers2.xul
	security/manager/pki/resources/locale/en-US/pref-ssl.dtd
	security/manager/ssl/src/nsNSSComponent.cpp
2003-02-19 15:08:50 +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
d45c95c085 fixes bug 193267 "Code cleanup for nsSocketTransport2.cpp" r=dougt sr=bz a=asa 2003-02-18 21:02:49 +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
944e096c4f fixes bug 193227 "Mozilla session hangs when trying to open website, then cannot load until restart" r=dougt sr=bz a=dbaron 2003-02-15 21:04:30 +00:00
darin%netscape.com
6f89b182bd fixes bug 189965 "ANY connection error treated as TCP RST, resulting in "the document contains no data" [was: Yahoo - The connection was refused when attempting to contact rd.yahoo.com]" r=wtc sr=bz a=dbaron 2003-02-13 21:33:58 +00:00
darin%netscape.com
d021d7d179 fixes bug 190860 "trunk topcrash [@ _PR_Getfd]" r=dougt sr=bz a=asa 2003-02-13 19:02:25 +00:00
darin%netscape.com
3091e3de1d fixes bug 192294 "hangs at various URLs (Windows 9x-specific)" r=wtc sr=bz a=asa 2003-02-13 00:06:07 +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
494643aa63 fixes bug 192049 "Mozilla fails to read from sockets to this site" r=dougt sr=bz a=dbaron 2003-02-07 00:49:17 +00:00
darin%netscape.com
7ef9daec3e fixes bug 191739 "Browser does not work if loopback is disabled" r=dougt sr=bz a=asa 2003-02-06 21:20:26 +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
99e45ceed4 fixes bug 191227 "file uploads hang (especially w/ slower connections or
slower servers)" r=dougt sr=bz a=dbaron
2003-01-31 02:00:45 +00:00
darin%netscape.com
ad5d76a4a1 fixes bug 190000 "crashes [@ PR_SetPollableEvent]" r=pavlov sr=bz a=dbaron 2003-01-31 01:51:45 +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
seawood%netscape.com
5c6983cb86 Whitespace change to trigger rebuild of libs that depend upon zlib. 2003-01-30 05:53:29 +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
11ede1d618 fixes bug 190840 "If connection times out, no error messages displayed"
r=dougt sr=bzbarsky a=asa
2003-01-28 19:19:08 +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
kaie%netscape.com
c422b330bd b=190640 Remove the DHE ciphersuites until they work
r=javi sr=bryner a=asa
2003-01-28 15:06:29 +00:00
sspitzer%netscape.com
278112ec3e turn hang (on send, or save draft of certain email) into an assert
by double checking some args to make sure they are valid.

bug #187065.  the bug will open until we fix the real problem.

sr=darin, a=asa
2003-01-28 01:26:24 +00:00
darin%netscape.com
87ce39da30 fixes bug 189672 "100% CPU, exhaust system resource, freeze mozilla, while
displaying page" r=dougt sr=bzbarsky a=dbaron
2003-01-25 22:43:13 +00:00
bzbarsky%mit.edu
287ffb9a14 Remove hack around bug in nsPipe now that the bug is fixed. Bug 190410,
r=bbaetz, sr=darin, a=asa
2003-01-25 04:45:36 +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
d3b0426bfe fixes bug 189843 "Cannot make any connections to "localhost" (127.0.0.1)"
r=dougt sr=sspitzer a=blizzard
2003-01-24 05:32:06 +00:00
darin%netscape.com
3984515ac0 fixes bug 190194 "cache leak regression from recent checkin"
r=gordon sr=bzbarsky a=asa
2003-01-24 01:13:15 +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
peterv%netscape.com
ca17f7c844 Fixing CFM bustage. Necko2, not Necko. 2003-01-22 11:06:15 +00:00
alecf%netscape.com
6beed1d9e1 move keyword and data handlers over to necko2 to shrink the embedding build - bug 106206
sr=darin, r=pavlov
2003-01-22 03:50:16 +00:00
darin%netscape.com
09cb8aba1a fixes bug 189699 "Current trunk does not automatically dial-up"
patch=aardvarktm@hotmail.com r=dougt sr=darin
2003-01-22 00:09:05 +00:00
darin%netscape.com
800bb17e18 minor tweak to last checkin 2003-01-21 23:29:31 +00:00
darin%netscape.com
a515264559 fixes bug 189779 "crashes quitting [@ nsDiskCacheOutputStream::~nsDiskCacheOutputStream]"
r=kaie sr=bz
2003-01-21 23:28:08 +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
8d699694dc attemping fix for linux Ts/Txul startup regression, b=189567 2003-01-19 20:46:51 +00:00
cbiesinger%web.de
de3a76138d 189630 r=bbaetz sr=dbaron uninitialized nsresult in nsIIOService 2003-01-19 10:55:23 +00:00
darin%netscape.com
cf210908a5 removing old nsIFileChannel, hoping to make the macs start ignoring it. 2003-01-18 04:33:21 +00:00
dbaron%dbaron.org
56f1f4903d Fix bustage on OS/2 VACPP and Sun Workshop compilers. b=176919 r=darin 2003-01-18 04:24:51 +00:00
darin%netscape.com
d682f264b4 fix leak (thanks dbaron!) 2003-01-18 03:50:41 +00:00
darin%netscape.com
d6285f6d08 fixing mac bustage 2003-01-18 03:41:17 +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
nhotta%netscape.com
4ec3f22820 Fixing Mac CFM bustage. 2003-01-18 00:50:37 +00:00