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

84 Коммитов

Автор SHA1 Сообщение Дата
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