warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
andreas.otte%primus-online.de
a30b542e7f
NECKO only: little better error handling
1999-07-03 09:53:09 +00:00
mcafee%netscape.com
15f0282511
Fixing linux bustage, rv needs declaration.
1999-07-03 05:50:56 +00:00
rpotts%netscape.com
5c46454a6d
Changes to build without NECKO defined...
1999-07-03 04:14:44 +00:00
rpotts%netscape.com
92eee7d17c
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
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
warren%netscape.com
8462929dda
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
855db69b79
necko bustage
1999-06-30 20:48:49 +00:00
valeski%netscape.com
a754d778e7
change all GetIID() calls to nsCOMTypeInfo<foo>::GetIID() calls
1999-06-30 20:20:17 +00:00
valeski%netscape.com
a8b4609040
changed our nsISupports::GetIID() calls over to nsCOMTypeInfo<foo>::GetIID().
1999-06-30 20:00:19 +00:00
rpotts%netscape.com
cf3f1d021d
replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...)
1999-06-30 06:05:10 +00:00
rpotts%netscape.com
39f0c7490f
Fixed up a divide by zero bug...
1999-06-29 06:54:05 +00:00
valeski%netscape.com
65011fa313
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
aad910c48a
nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:37:10 +00:00
rpotts%netscape.com
8efeed5446
Fix to avoid those nasty divide by zero errors :-)
1999-06-27 11:14:35 +00:00
rpotts%netscape.com
3f3752d83c
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
46aa7ebbac
Added a -verbose flag in preparation for batching URLs from a file...
1999-06-25 07:52:12 +00:00
rpotts%netscape.com
308b62c2da
Fixed bug where extra garbage was being read from the stream...
1999-06-25 06:28:58 +00:00
warren%netscape.com
9ac7aaff06
Fixed makefiles for necko module, but netwerk directory.
1999-06-25 03:00:32 +00:00
warren%netscape.com
c9b3f8540a
Changed our library names from netwerk to necko.
1999-06-24 23:13:46 +00:00
valeski%netscape.com
7cb4455287
not in main pull - added cookie test stuff
1999-06-24 21:41:19 +00:00
rpotts%netscape.com
ed37052d62
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
230bd53e2f
fixing for new AutoRegistration
1999-06-22 18:24:02 +00:00
rpotts%netscape.com
3904511399
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
487d9ea921
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
b0f67439ac
some more ignorance
1999-06-17 19:00:56 +00:00
rpotts%netscape.com
b75487cfa9
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
5e825e5a1d
Added missing addref
1999-06-17 03:38:49 +00:00
andreas.otte%primus-online.de
d198353184
adding urltest and TestFileInput2 to the unix build
1999-06-16 19:51:14 +00:00
rpotts%netscape.com
0681307151
Separated the Event Sink from the nsIStreamListener...
1999-06-16 09:40:40 +00:00
warren%netscape.com
9710ae4f9b
New and improved.
1999-06-16 04:15:29 +00:00
warren%netscape.com
ddd2707b12
New file transport test using nsFileChannels instead.
1999-06-15 05:22:25 +00:00
warren%netscape.com
34ec459271
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
1999-06-15 05:18:40 +00:00
gagan%netscape.com
625a8843c3
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
95c5a450fe
Fixes to urltest.cpp.
1999-06-15 00:34:37 +00:00
rpotts%netscape.com
ef79bb73c3
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
62a031d271
Added urltest.cpp. Hasn't been compiled as yet.
1999-06-14 08:45:27 +00:00
gagan%netscape.com
fff68a1083
Added the urltest program as well.
1999-06-14 08:44:22 +00:00
warren%netscape.com
3283484dd3
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
254f0311f3
conversion to wstring / PRUnichar
...
some cosmetics to various Makefiles
1999-06-11 15:50:14 +00:00
rpotts%netscape.com
4459e723ef
Fixed up the event-sink-getter to correctly addref and QI the InputTestConsumer...
1999-06-11 09:18:25 +00:00
rpotts%netscape.com
c051165437
changed some printf around...
1999-06-11 08:36:40 +00:00
warren%netscape.com
a3d5c985ee
Added range offsets to open stream methods.
1999-06-11 01:37:43 +00:00
warren%netscape.com
aaf94a8b04
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
andreas.otte%primus-online.de
c7ecd76a2b
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
b8cf3414ab
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
be01cce522
use new HandleEvent method of EventQueue
1999-06-08 12:24:10 +00:00
andreas.otte%primus-online.de
3b8589b984
changed nsIUrl.h to nsIURL.h
1999-06-08 09:46:10 +00:00
warren%netscape.com
c0a3d1a7a3
New IDL interfaces.
1999-06-07 21:33:30 +00:00
rpotts%netscape.com
5db969b15c
Added unix support for processing PLEvents...
1999-06-07 20:06:41 +00:00
rpotts%netscape.com
af7eee2a74
Fixed up uninitialized variable... Oops
1999-06-07 07:12:56 +00:00
rpotts%netscape.com
73587c3610
Added PLEvent pump for unix...
1999-06-04 09:03:45 +00:00
gagan%netscape.com
cb787f5194
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
0dcaa3a2a0
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
30eddd63a8
Fixes to build on Linux...
1999-06-03 21:56:56 +00:00
rpotts%netscape.com
7230834dc6
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
cc26f5c151
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
12f1f2604a
fixes to get the test running under linux, mac stuff still missing
1999-06-03 18:12:13 +00:00
rpotts%netscape.com
6de0e3a897
Added raptorgfxwin.lib for nsITimer support :-(
1999-06-03 05:45:56 +00:00
rpotts%netscape.com
1f9839c6ca
Added support for testing Sync transport access and Suspending and resuming transports...
1999-06-03 05:45:23 +00:00
gagan%netscape.com
075cf3f5fd
Test case changes
1999-06-02 23:02:53 +00:00
andreas.otte%primus-online.de
7a0fbe2afb
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
de462fd267
removed manual registration, added autoregistration
1999-06-02 11:30:05 +00:00
andreas.otte%primus-online.de
ac665a5d66
removed manual registration
1999-06-02 11:29:26 +00:00
andreas.otte%primus-online.de
0b32237c1b
removed manual registration
1999-06-02 11:27:07 +00:00
andreas.otte%primus-online.de
d5053caf86
Ignore TestSocketTransport
1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de
ed6876c1d7
Build TestProtocols
1999-06-01 22:03:48 +00:00
andreas.otte%primus-online.de
b0fbf5f284
Some fixes to build TestProtocols under linux
1999-06-01 22:02:40 +00:00
rpotts%netscape.com
54fda6211b
Added a new test for the socket transport...
1999-05-31 05:18:19 +00:00
andreas.otte%primus-online.de
944e5d0543
Some more ignorance
1999-05-29 00:06:00 +00:00
andreas.otte%primus-online.de
dfb9c17c3f
First Checked In
1999-05-28 09:11:38 +00:00
valeski%netscape.com
7ee4dbe328
removed #include "nsXPComCIID.h" as it is no longer pertinent
1999-05-26 20:51:19 +00:00
warren%netscape.com
b3c3a30965
Moving changes from XPCOM20_BRANCH forward.
1999-05-24 09:01:47 +00:00
gagan%netscape.com
d5f210a075
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
eaed06e7ab
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
c487e9f6be
updated the nsSupportsArray::Count() api usage
1999-05-14 17:25:27 +00:00
valeski%netscape.com
c325d0f196
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
e7260ede87
changed nsIEventQueue->ProcessPendingEvents() to nsIEventQueue->EVentLoop()
1999-05-06 19:47:55 +00:00
valeski%netscape.com
943c469643
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
142c08df8e
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
7da95187dd
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
f05420e8cb
wrap #include <windows.h> with #ifdef XP_WIN (for unix builds)
1999-05-04 00:31:40 +00:00
valeski%netscape.com
1dbe4d3aa1
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
d4011270e6
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
18720793f4
added nettest.cpp test app to the unix builds
1999-04-28 23:14:21 +00:00
valeski%netscape.com
bc40ed9342
now we go so far as to create the actual nsIProtocolConnection instance.
1999-04-28 23:13:07 +00:00
valeski%netscape.com
ba1c7ba96e
comprhensive networking service excersiser.
1999-04-28 20:07:33 +00:00
warren%netscape.com
e9e1dc1c23
Started hooking up socket transport synchronous streams. Added unix makefiles.
1999-04-25 19:25:24 +00:00
warren%netscape.com
0bef817947
Added source offset parameter to OnDataAvailable (for byte-range requests).
1999-04-22 08:47:06 +00:00
rpotts%netscape.com
a18186876e
Added some error checking...
1999-04-20 08:01:31 +00:00
rpotts%netscape.com
722b00f7fa
First pass at a socket transport implementation...
1999-04-19 07:17:37 +00:00
warren%netscape.com
9de1540b6e
Fixed create/AsyncRead stuff.
1999-04-14 08:13:35 +00:00
warren%netscape.com
8f99982227
Added synchronous file input. Worked on cancel/suspend/resume work for file transfer.
1999-04-13 18:10:15 +00:00
warren%netscape.com
eb79562943
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
78b9a7c8b5
Used nsIByteBufferInputStream. Fixed file transport test.
1999-04-06 01:45:24 +00:00
warren%netscape.com
fd62531512
Added TestFileInput
1999-04-05 21:06:07 +00:00