warren%netscape.com
34ecf73507
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
gagan%netscape.com
c80556169a
Last of the leftover files... that didn't include the API change.
1999-11-03 09:33:03 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
dp%netscape.com
45efd8fe95
Removing extra release happening on a service. NS_WITH_SERVICE() will
...
take care of this release.
1999-11-01 21:57:14 +00:00
warren%netscape.com
f50d3df7c0
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
gagan%netscape.com
834fa26854
Added profiling info for measuring performance when doing -all. Test case only.
1999-10-25 02:22:30 +00:00
gagan%netscape.com
f1203c259d
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
waterson%netscape.com
8241422540
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
dveditz%netscape.com
ff01d5e8f4
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
valeski%netscape.com
7674a4e0db
not in build. test app for makeabsolute performance
1999-10-07 21:43:49 +00:00
warren%netscape.com
8603974025
Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
1999-10-06 08:26:01 +00:00
dp%netscape.com
a46d351a91
Fixed build bustage caused by undefined min()
1999-10-05 06:28:17 +00:00
rpotts%netscape.com
94023176e2
Fixed up broken test case while investigating bug #14181...
1999-10-05 05:02:56 +00:00
valeski%netscape.com
57515c5355
15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 15298 r=gagan, FTP threads are now synched w/ ftp handler shutdown, removed extraneous buffer work, added ftp authentication, and ftp channel content length
1999-10-01 23:32:12 +00:00
briano%netscape.com
ea4cf374c0
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved by leaf for closed tree checkin.
1999-10-01 01:30:33 +00:00
shaver%netscape.com
7a5b9d5e55
nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann
1999-09-29 02:36:54 +00:00
kipp%netscape.com
0bdd6d0f51
Whacked test a bit and added more test cases, primarily for bug #6193
1999-09-21 22:27:27 +00:00
andreas.otte%primus-online.de
eb286e33d1
add some more testcases
1999-09-18 11:12:45 +00:00
warren%netscape.com
e0e4b005af
Added
1999-09-16 02:33:31 +00:00
warren%netscape.com
7d5e565fd5
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
warren%netscape.com
279545985d
Adding includes for nsIThreadPool.h and nsIRunnable.h in anticipation of idl files.
1999-09-15 09:49:18 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
warren%netscape.com
40ed9d6ad2
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
briano%netscape.com
b77bbb9a68
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:41:10 +00:00
rpotts%netscape.com
89e414a3f4
ug #8443 . Added GetCharset to nsIHTTPChannel
1999-08-31 04:46:05 +00:00
rickg%netscape.com
5fa59a798b
converted an instance to nsCString and replaced deprecated nsString call
1999-08-29 17:42:34 +00:00
warren%netscape.com
b1c540e4a4
Ported to the new nsPipe2 implementation.
1999-08-27 10:33:37 +00:00
gagan%netscape.com
48a6252554
More mem leak fixes.
1999-08-27 10:03:07 +00:00
rpotts%netscape.com
0085d83ab0
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
danm%netscape.com
90596b6aad
removing (faulty) GLOWCODE directives
1999-08-24 19:18:20 +00:00
mccabe%netscape.com
17cdc659d1
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
gordon%netscape.com
be0cd1d2e5
This is just a NECKO test app. Updating to work on Mac.
1999-08-13 22:18:34 +00:00
rpotts%netscape.com
37703cf101
Added code to dump all headers in the OnHeadersAvailable() notification.
1999-08-05 08:29:36 +00:00
warren%netscape.com
529c0b2b71
Removed hack to export to netwerk/dist (used before landing necko).
1999-08-03 00:38:25 +00:00
warren%netscape.com
ec14999c47
Added NS_ERROR_UNKNOWN_PROTOCOL, and changed dns error to NS_ERROR_UNKNOWN_HOST.
1999-07-30 04:17:23 +00:00
valeski%netscape.com
8cf1dba87f
added dns failure check to output
1999-07-30 02:35:12 +00:00
briano%netscape.com
adb4c20ef7
Fix for platforms whose ld's don't have a --whole-archive equivalent.
1999-07-29 22:47:42 +00:00
valeski%netscape.com
f915d4a913
not in default build - added stream conversion test app
1999-07-29 21:18:35 +00:00
briano%netscape.com
5ca4aa0b87
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
warren%netscape.com
c7b57f1e08
Fixed mismatched delete problem (purify).
1999-07-28 04:05:10 +00:00
gagan%netscape.com
ca73a1f56c
More URL parsing updates for not so common cases.
1999-07-28 02:13:07 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
dougt%netscape.com
5adb63dcaf
Fix for bug 10177 and 10041.
1999-07-26 22:09:42 +00:00
gagan%netscape.com
b44058b222
Changes for the standard URL parsing. Added SetRelativePath. Cleaned up the deletions (all thru nsCRT now) Added functionality for Query and Ref portions of the Path. Added DirFile function to nsIURL to allow just Directory and the Filename. Misc. cleanups as well.
1999-07-22 21:14:51 +00:00
warren%netscape.com
bf8423a769
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
warren%netscape.com
84bd74a4fd
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
gagan%netscape.com
d2e34e9cd9
Included the test for resource: protocol that was breaking apprunner.
1999-07-16 02:31:07 +00:00
gagan%netscape.com
e15fd6bba9
Added HTTP Status to printout.
1999-07-15 22:57:50 +00:00
gagan%netscape.com
d4bf35fcb7
Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such.
1999-07-13 02:37:08 +00:00
rpotts%netscape.com
0b02395d5e
Added a -sync flag for testing sync streams with the socket transport...
1999-07-12 06:22:39 +00:00
warren%netscape.com
699e29f427
Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change.
1999-07-11 02:43:37 +00:00
warren%netscape.com
e9f97d9c22
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
1999-07-10 11:26:59 +00:00
gagan%netscape.com
78a610b362
Added a trailing slash for optimization.
1999-07-10 05:44:16 +00:00
warren%netscape.com
6ae8a65f2b
Top 100 sites for testing.
1999-07-10 05:21:07 +00:00
gagan%netscape.com
cc251f6406
Thou shalt parse thy URLs... again.
1999-07-10 05:00:23 +00:00
warren%netscape.com
9975942bdb
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
andreas.otte%primus-online.de
3cf2b58f90
NECKO only: little better error handling
1999-07-03 09:53:09 +00:00
mcafee%netscape.com
5bb81c3be4
Fixing linux bustage, rv needs declaration.
1999-07-03 05:50:56 +00:00
rpotts%netscape.com
6e12231ccf
Changes to build without NECKO defined...
1999-07-03 04:14:44 +00:00
rpotts%netscape.com
d3efb5a937
Got the TestSocketTransport test working again after removing the nsIEventQueue argument to AsyncRead and AsyncWrite...
1999-07-03 04:14:28 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
warren%netscape.com
bd73f68e8b
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
valeski%netscape.com
892bf11d83
necko bustage
1999-06-30 20:48:49 +00:00
valeski%netscape.com
fe56395bae
change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
1999-06-30 20:20:17 +00:00
valeski%netscape.com
578e858da5
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
1999-06-30 20:00:19 +00:00
rpotts%netscape.com
87e871a39c
replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...)
1999-06-30 06:05:10 +00:00
rpotts%netscape.com
6ab2f111a9
Fixed up a divide by zero bug...
1999-06-29 06:54:05 +00:00
valeski%netscape.com
bec54efcc1
nsIChannel api change. you no longer have to supply an nsIEventQueue when calling an AsyncRead|Write() method.
1999-06-29 01:52:30 +00:00
mscott%netscape.com
5d01523ea0
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:37:10 +00:00
rpotts%netscape.com
85fffec863
Fix to avoid those nasty divide by zero errors :-)
1999-06-27 11:14:35 +00:00
rpotts%netscape.com
7a9792088c
Added support for loading a bunch of URLs from a file which is specified on the command-line...
1999-06-27 11:02:40 +00:00
rpotts%netscape.com
9f171eb0dd
Added a -verbose flag in preparation for batching URLs from a file...
1999-06-25 07:52:12 +00:00
rpotts%netscape.com
d8a7ec1cda
Fixed bug where extra garbage was being read from the stream...
1999-06-25 06:28:58 +00:00
warren%netscape.com
a1f7bf6f4e
Fixed makefiles for necko module, but netwerk directory.
1999-06-25 03:00:32 +00:00
warren%netscape.com
054ac73b6c
Changed our library names from netwerk to necko.
1999-06-24 23:13:46 +00:00
valeski%netscape.com
7c8a0879d9
not in main pull - added cookie test stuff
1999-06-24 21:41:19 +00:00
rpotts%netscape.com
fb38d9854a
Oops... Forgot to check this in... Allow multiple URLs to be processed before exiting the app.
1999-06-23 19:27:44 +00:00
andreas.otte%primus-online.de
18c2fd395a
fixing for new AutoRegistration
1999-06-22 18:24:02 +00:00
rpotts%netscape.com
cd5b805356
Fixed a bug due to nsIBufferInputStreams... GetLength(...) does *not* necessarily return the total amount of data in the stream (only the contiguous amount).
1999-06-19 09:42:59 +00:00
valeski%netscape.com
e23b3c673c
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
andreas.otte%primus-online.de
dfc5264ab8
some more ignorance
1999-06-17 19:00:56 +00:00
rpotts%netscape.com
d36d171220
I'm beginning to rework this test to handle multiple URL loads... This is WIP :-)
1999-06-17 07:46:00 +00:00
warren%netscape.com
ecd211644b
Added missing addref
1999-06-17 03:38:49 +00:00
andreas.otte%primus-online.de
19db4eb6e6
adding urltest and TestFileInput2 to the unix build
1999-06-16 19:51:14 +00:00
rpotts%netscape.com
ce2c24bc6a
Separated the Event Sink from the nsIStreamListener...
1999-06-16 09:40:40 +00:00
warren%netscape.com
cd8ca675cb
New and improved.
1999-06-16 04:15:29 +00:00
warren%netscape.com
e9aa4d8cae
New file transport test using nsFileChannels instead.
1999-06-15 05:22:25 +00:00
warren%netscape.com
f44c21a640
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
1999-06-15 05:18:40 +00:00
gagan%netscape.com
15a7f1be6d
Added nsIChannel::Open temporarily to get the test working. There is a problem with the nsIBuffer search routine (see news://npm.netlib) which causes an assertion since refcnt gets reset after a Read following a Search on nsIBuffer.
1999-06-15 04:30:34 +00:00
gagan%netscape.com
c163f729cf
Fixes to urltest.cpp.
1999-06-15 00:34:37 +00:00
rpotts%netscape.com
e5c9cbeb18
Changed printf(...) to puts(...) in OnDataAvailable(...) calls. This allows % characters to be present in the output stream without crashing the test app... Added call to AsyncRead(... )in Testprotocols.cpp to get http working again...
1999-06-14 23:42:12 +00:00
gagan%netscape.com
c7b25b5f1a
Added urltest.cpp. Hasn't been compiled as yet.
1999-06-14 08:45:27 +00:00
gagan%netscape.com
6ecb25b173
Added the urltest program as well.
1999-06-14 08:44:22 +00:00
warren%netscape.com
2c894653f9
Hack to make necko co-exist with seamonkey so headers don't collide.
1999-06-12 01:41:08 +00:00
andreas.otte%primus-online.de
19b6475c9e
conversion to wstring / PRUnichar
...
some cosmetics to various Makefiles
1999-06-11 15:50:14 +00:00
rpotts%netscape.com
127f6c0732
Fixed up the event-sink-getter to correctly addref and QI the InputTestConsumer...
1999-06-11 09:18:25 +00:00
rpotts%netscape.com
6d784f23e7
changed some printf around...
1999-06-11 08:36:40 +00:00
warren%netscape.com
7c8cb8eb81
Added range offsets to open stream methods.
1999-06-11 01:37:43 +00:00
warren%netscape.com
b113f2332f
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
andreas.otte%primus-online.de
7924e08238
removed obsolete (I think) endless while loop from run method
...
added check for file size zero in SerialTest
1999-06-08 12:28:27 +00:00
andreas.otte%primus-online.de
629596441c
use new HandleEvent method of EventQueue
...
removed obselete stuff from manual registration
added two printf failure messages
1999-06-08 12:26:12 +00:00
andreas.otte%primus-online.de
57320fedd0
use new HandleEvent method of EventQueue
1999-06-08 12:24:10 +00:00
andreas.otte%primus-online.de
a57dfa00be
changed nsIUrl.h to nsIURL.h
1999-06-08 09:46:10 +00:00
warren%netscape.com
c0797ee094
New IDL interfaces.
1999-06-07 21:33:30 +00:00
rpotts%netscape.com
141fc00e61
Added unix support for processing PLEvents...
1999-06-07 20:06:41 +00:00
rpotts%netscape.com
b13ab4754e
Fixed up uninitialized variable... Oops
1999-06-07 07:12:56 +00:00
rpotts%netscape.com
3886d6e062
Added PLEvent pump for unix...
1999-06-04 09:03:45 +00:00
gagan%netscape.com
16afdaa83e
Getting it building again... changed the Write call to match its signature in nsIByteBufferInputStream. It will probably change again to FillFrom once we move that to idl.
1999-06-04 07:36:04 +00:00
valeski%netscape.com
2248ec3a5b
http - fixed build probs
...
test - moved a local var into a #ifdef because it was throwing a warning on windows
1999-06-03 22:12:26 +00:00
rpotts%netscape.com
e967a22d9f
Fixes to build on Linux...
1999-06-03 21:56:56 +00:00
rpotts%netscape.com
91bf976e6c
Fixes to build on Linux... Removed nettest since it is not building on windows either.
1999-06-03 21:56:29 +00:00
andreas.otte%primus-online.de
c7ced45a92
fixes to get the test working under linux, mac stuff still missing
1999-06-03 18:34:51 +00:00
andreas.otte%primus-online.de
d2a54b2441
fixes to get the test running under linux, mac stuff still missing
1999-06-03 18:12:13 +00:00
rpotts%netscape.com
6d59406b88
Added raptorgfxwin.lib for nsITimer support :-(
1999-06-03 05:45:56 +00:00
rpotts%netscape.com
5ebe43461d
Added support for testing Sync transport access and Suspending and resuming transports...
1999-06-03 05:45:23 +00:00
gagan%netscape.com
fb4ee522c2
Test case changes
1999-06-02 23:02:53 +00:00
andreas.otte%primus-online.de
a31e65c713
integrating Alec Fletts nsISupportsArray changes
...
remove manual registration
adding creation of eventqueue
giving EventQueueService the right CIID
1999-06-02 11:42:43 +00:00
andreas.otte%primus-online.de
3b25012b20
removed manual registration, added autoregistration
1999-06-02 11:30:05 +00:00
andreas.otte%primus-online.de
239dfd63c5
removed manual registration
1999-06-02 11:29:26 +00:00
andreas.otte%primus-online.de
fcf74e15a9
removed manual registration
1999-06-02 11:27:07 +00:00
andreas.otte%primus-online.de
236c4d6dc1
Ignore TestSocketTransport
1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de
36157ecdd2
Build TestProtocols
1999-06-01 22:03:48 +00:00
andreas.otte%primus-online.de
0b3baf7402
Some fixes to build TestProtocols under linux
1999-06-01 22:02:40 +00:00
rpotts%netscape.com
f7477c729e
Added a new test for the socket transport...
1999-05-31 05:18:19 +00:00
andreas.otte%primus-online.de
80ca7d8000
Some more ignorance
1999-05-29 00:06:00 +00:00
andreas.otte%primus-online.de
f7497e5e99
First Checked In
1999-05-28 09:11:38 +00:00
valeski%netscape.com
297ce5b121
removed #include "nsXPComCIID.h" as it is no longer pertinent
1999-05-26 20:51:19 +00:00
warren%netscape.com
f6a80b4dec
Moving changes from XPCOM20_BRANCH forward.
1999-05-24 09:01:47 +00:00
gagan%netscape.com
3887cf6de0
Added TestProtocols.cpp and renamed nettest to testnet since that was conflicting with nettest in dist.
1999-05-21 06:29:13 +00:00
valeski%netscape.com
c3262868e7
added eventQueue CID registration and am now passing in an EventQueue in to NewConnection
1999-05-18 20:52:07 +00:00
valeski%netscape.com
9750b0449d
updated the nsSupportsArray::Count() api usage
1999-05-14 17:25:27 +00:00
valeski%netscape.com
f1ec11c09c
Added Andreas' test program diffs for linux building. Also added an OpenOutputStream test to TestSocketIO.cpp.
1999-05-09 19:18:25 +00:00
valeski%netscape.com
a62bb65a11
changed nsIEventQueue->ProcessPendingEvents() to nsIEventQueue->EVentLoop()
1999-05-06 19:47:55 +00:00
valeski%netscape.com
1b339a8876
changed over to nsIEventQueue interface, from straight PL_EventQueue. Also took a whack at getting socketTRansport::OpenOutputSTream to work (hasn't been tested)
1999-05-05 22:41:44 +00:00
valeski%netscape.com
b8e0667887
changed us over to regular monitors (prmon.h) in lieu of cached monitors (prcmon.h) for performance increase. cached monitors can be 5 times slower than regular monitors.
1999-05-04 19:33:37 +00:00
valeski%netscape.com
074b42d878
Fixed windows builds. changed #ifdef'd #included <windows.h> from XP_PC/XP_WIN to WIN32. There is not a XP_WIN macro.
1999-05-04 18:50:59 +00:00
hshaw%netscape.com
2202874089
wrap #include <windows.h> with #ifdef XP_WIN (for unix builds)
1999-05-04 00:31:40 +00:00
valeski%netscape.com
19ca513966
nsIUrl.h - switched back to single inheritance of nsISupports (removed nsITypicalUrl)
...
nsUrl.h - switched back to multiple inheritance including nsITypicalUrl
nsFtpConnectionThread.cpp - various initializations.
nsFtpConnectionThread.h - various initialization api changes
nsFtpProtocolConnection.cpp - Switched back to ProtoConn implementing the nsISTreamListener interface + some initialization changes.
nsFtpProtocolConnection.h - inherits nsIStreamListener.
everyone else was just init changes.
1999-04-30 15:28:33 +00:00
valeski%netscape.com
4dc6f1de9e
conditionally include windows.h on pc only - patch from Andreas Otte <andreas.otte@primus-online.de>
1999-04-29 18:52:14 +00:00
valeski%netscape.com
8fc8552fe0
added nettest.cpp test app to the unix builds
1999-04-28 23:14:21 +00:00
valeski%netscape.com
d1fae90702
now we go so far as to create the actual nsIProtocolConnection instance.
1999-04-28 23:13:07 +00:00
valeski%netscape.com
113a4fe9c5
comprhensive networking service excersiser.
1999-04-28 20:07:33 +00:00
warren%netscape.com
9426263323
Started hooking up socket transport synchronous streams. Added unix makefiles.
1999-04-25 19:25:24 +00:00
warren%netscape.com
f7fa724505
Added source offset parameter to OnDataAvailable (for byte-range requests).
1999-04-22 08:47:06 +00:00
rpotts%netscape.com
df49c31735
Added some error checking...
1999-04-20 08:01:31 +00:00
rpotts%netscape.com
cf24c3e0e3
First pass at a socket transport implementation...
1999-04-19 07:17:37 +00:00
warren%netscape.com
ec91edbe39
Fixed create/AsyncRead stuff.
1999-04-14 08:13:35 +00:00
warren%netscape.com
cf6fa07c94
Added synchronous file input. Worked on cancel/suspend/resume work for file transfer.
1999-04-13 18:10:15 +00:00
warren%netscape.com
dd6e16e1f3
Fixed to work, but don't try it for a directory with too many files!
1999-04-06 06:11:23 +00:00
warren%netscape.com
5e125b10fc
Used nsIByteBufferInputStream. Fixed file transport test.
1999-04-06 01:45:24 +00:00
warren%netscape.com
5b1608eea2
Added TestFileInput
1999-04-05 21:06:07 +00:00