warren%netscape.com
|
d8bbb844e6
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
warren%netscape.com
|
aaf83521f5
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
cls%seawood.org
|
14ef08310e
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
warren%netscape.com
|
00dfd9d907
|
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 |
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 |
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
|
0155919623
|
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 |
warren%netscape.com
|
48cf4685a9
|
Factored file transport service out of file: protocol.
|
1999-09-16 01:16:22 +00:00 |
warren%netscape.com
|
e6619b2ad6
|
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 |
rpotts%netscape.com
|
9ed88d7a2f
|
ug #8443. Added GetCharset to nsIHTTPChannel
|
1999-08-31 04:46:05 +00:00 |
rickg%netscape.com
|
b6e32796c8
|
converted an instance to nsCString and replaced deprecated nsString call
|
1999-08-29 17:42:34 +00:00 |
rpotts%netscape.com
|
3ed5c99db2
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
rpotts%netscape.com
|
73266ec8fb
|
Added code to dump all headers in the OnHeadersAvailable() notification.
|
1999-08-05 08:29:36 +00:00 |
warren%netscape.com
|
bba02d9418
|
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
|
d1c3201cd9
|
added dns failure check to output
|
1999-07-30 02:35:12 +00:00 |
warren%netscape.com
|
7bcb94a320
|
Changed around load group insertion/removal to happen on mozilla thread.
|
1999-07-20 08:46:33 +00:00 |
warren%netscape.com
|
c5684bf4d7
|
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
|
d29aad6b3b
|
Added HTTP Status to printout.
|
1999-07-15 22:57:50 +00:00 |
gagan%netscape.com
|
f2399d4e5b
|
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 |
warren%netscape.com
|
5d32aee9fc
|
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
|
1999-07-10 11:26:59 +00:00 |
warren%netscape.com
|
9efa754f74
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
rpotts%netscape.com
|
5c46454a6d
|
Changes to build without NECKO defined...
|
1999-07-03 04:14:44 +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 |
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
|
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 |
rpotts%netscape.com
|
0681307151
|
Separated the Event Sink from the nsIStreamListener...
|
1999-06-16 09:40: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 |
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 |
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 |
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
|
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
|
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 |