valeski%netscape.com
6306442cc5
14659, r=gagan&warren&dougt
...
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).
Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.
nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.
FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')
1999-10-19 22:37:47 +00:00
rpotts%netscape.com
6fc67ef4bc
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:36:07 +00:00
bienvenu%netscape.com
65c6021f43
fix ref count logging on nsMimeImpl r=warren
1999-10-19 14:50:09 +00:00
dougt%netscape.com
e83c28a24f
Fix for 16700. Isolating CreateTransport into new function.
...
r=gagan.
1999-10-18 19:43:34 +00:00
danm%netscape.com
ef90a72dc9
adding PR_LOGging to event queue handling. r:hyatt@netscape.com
1999-10-18 15:09:50 +00:00
bienvenu%netscape.com
dc4fd0b6f2
fix memory leak of registry location r=warren
1999-10-15 23:45:45 +00:00
gagan%netscape.com
28d1831f8f
Added "resolving host" status notification for eSocketState_Created. No bug number. r=law.
1999-10-15 22:47:24 +00:00
fur%netscape.com
458daa620a
Initial version of net data cache APIs
1999-10-15 00:46:41 +00:00
morse%netscape.com
b7a202c59b
fix bug 10434, memory leak detection, r=valeski
1999-10-14 13:36:33 +00:00
beard%netscape.com
5824bf42d5
added support for "about:bloat?leaks". bug=15906,r=warren
1999-10-14 01:56:49 +00:00
gagan%netscape.com
c75846c5bf
Fix the windows build bustage. Bad checkin on my part!
1999-10-13 11:09:37 +00:00
gagan%netscape.com
9f6ee2c4f1
Removing an #if 0 block that got checked in accidently with my last checkins.
1999-10-13 10:31:16 +00:00
gagan%netscape.com
7f425f1145
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
1999-10-13 10:24:12 +00:00
warren%netscape.com
6b7691039e
Added about:bloat
1999-10-12 09:35:22 +00:00
warren%netscape.com
627a8027ce
added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:32:18 +00:00
warren%netscape.com
880d55f658
removed files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:26:38 +00:00
warren%netscape.com
e9214ecce5
added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:25:14 +00:00
warren%netscape.com
c187762a3d
Added about:bloat handler.
1999-10-12 09:20:25 +00:00
sfraser%netscape.com
616ef9fafe
Fix for bug 16151; make the file transport working thread stack size 64k, instead of 8k. Fixes crashes on startup on Mac. r=beard
1999-10-12 05:39:18 +00:00
waterson%netscape.com
c7347c6be0
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 03:05:10 +00:00
waterson%netscape.com
ab20f5e245
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
warren%netscape.com
334b887595
Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
1999-10-12 01:39:37 +00:00
dveditz%netscape.com
2b60c91417
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
beard%netscape.com
a5e4f4ad06
nsFileSpec.GetLeafName() allocates a string, fix leak. r=warren, bug=15380
1999-10-09 02:52:46 +00:00
valeski%netscape.com
916d919b19
not in build. test app for makeabsolute performance
1999-10-07 21:43:49 +00:00
warren%netscape.com
a9f3e2a2f3
Fixed warnings.
1999-10-07 04:10:12 +00:00
gagan%netscape.com
d690046c56
Partial checkins for fixing bug # 10333. Added the nsIStatusCodeEventSink for conveying status codes to the UI thread from the socket ones. r=mscott,a=don
1999-10-06 20:50:12 +00:00
gagan%netscape.com
2392ddac9a
added files: mozilla/netwerk/base/public/nsIStatusCodeEventSink.idl
1999-10-06 20:44:23 +00:00
mscott%netscape.com
d2a674c183
No Bug #.......removing an obsolete file that isn't part of the build
...
r=valeski
1999-10-06 20:21:35 +00:00
valeski%netscape.com
a5c9151b68
r=warren, 15457. Added file extension attribute to URL implementations
1999-10-06 14:36:22 +00:00
warren%netscape.com
e11f6a1693
Updating xpcom registry usage as per edburns@acm.org and dp's suggestions.
1999-10-06 09:57:50 +00:00
warren%netscape.com
311b9087b9
Fixed nsCOMPtr bustage.
1999-10-06 09:03:43 +00:00
warren%netscape.com
c0c613c804
Fixed build warnings.
1999-10-06 08:51:48 +00:00
warren%netscape.com
d4f45caf5a
Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
1999-10-06 08:26:01 +00:00
warren%netscape.com
7dec04e745
added files: mozilla/netwerk/base/public/nsIFileSystem.idl
1999-10-06 08:16:48 +00:00
gagan%netscape.com
3a7d1e5526
An event sink to transfer status codes to a consumer of necko.
...
This is not in the build as yet.
1999-10-06 07:49:32 +00:00
warren%netscape.com
0712af2596
Added nsIFileSystem interface for new file transport implementation.
1999-10-06 07:27:22 +00:00
mscott%netscape.com
84a03c1e2f
Bug #000 (no bug needed). Remove nsIStreamConverter2.idl.
r=valeski
1999-10-06 03:27:55 +00:00
mscott%netscape.com
1abdac31fc
Bug #0000 (no bug # needed) remove nsIStreamConverter2.idl
r=valeski
1999-10-06 03:27:15 +00:00
mscott%netscape.com
f4823e5ac0
bug #000 (no bug # needed). removing obsolete file from the build
...
nsIStreamconverter2.idl
r=valeski
1999-10-06 03:21:44 +00:00
mscott%netscape.com
59583bc3c4
Bug #000 (no bug number needed) remove an obsolete file from the build (nsIStreamConverter2.idl)
...
r=valeski
1999-10-06 03:20:39 +00:00
valeski%netscape.com
6a66aa7ed8
r=sdagley, 15654 was deleting a void * which is a no-no on hp.
1999-10-06 02:54:49 +00:00
sfraser%netscape.com
7e6e9938d0
Fix the file creator code so that the library gets the nice pretty icon. r=sdagley
1999-10-06 02:38:35 +00:00
mscott%netscape.com
50e11bca9d
Bug #0000 (no bug number necessary). remove old STREAM_CONVERTER_HACK #ifdef code because we no longer need this.
...
This was the hack we used before we had a stream converter service to load rfc822 data into a webshell and get it
converted to html.
r=warren
1999-10-05 20:54:03 +00:00
rpotts%netscape.com
4d3471c1c9
Added a missing lock to nsSocketTransport::OnFull... reviewed by warren.
1999-10-05 08:41:37 +00:00
dp%netscape.com
a0fb38f551
Fixed build bustage caused by undefined min()
1999-10-05 06:28:17 +00:00
rpotts%netscape.com
d0f5978a61
Fixed up broken test case while investigating bug #14181...
1999-10-05 05:02:56 +00:00
valeski%netscape.com
619b4e2843
NOT part of the build.
1999-10-04 23:13:11 +00:00
valeski%netscape.com
4f374676cc
NOT part of the build.
1999-10-04 23:12:02 +00:00
valeski%netscape.com
f14fd6ae87
adding keyword protocol handler to tree. this code is NOT in the build yet.
1999-10-04 16:34:45 +00:00