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 |
warren%netscape.com
|
d07a25fe1e
|
replaced by nsIOService
|
1999-06-17 21:42:42 +00:00 |
warren%netscape.com
|
70fff6a7f7
|
Made MakeAbsolute just return the input URI if it's already absolute.
|
1999-06-17 21:41:26 +00:00 |
andreas.otte%primus-online.de
|
f3d98ac1d5
|
adding hack to change PUBLIC variable
This has no effect until some other changes to SeaMonkey
|
1999-06-17 19:07:58 +00:00 |
andreas.otte%primus-online.de
|
b0f67439ac
|
some more ignorance
|
1999-06-17 19:00:56 +00:00 |
andreas.otte%primus-online.de
|
b102e8fe8f
|
adding resource makefiles
|
1999-06-17 18:21:05 +00:00 |
andreas.otte%primus-online.de
|
303a1285a2
|
renaming library from fileprotocol to resourceprotocol
adding hack to change PUBLIC variable
|
1999-06-17 18:20:13 +00:00 |
warren%netscape.com
|
96470845f8
|
Fixed refcount problem in Clone.
|
1999-06-17 10:11:58 +00:00 |
warren%netscape.com
|
3ad6726dfb
|
Fixed refcount problem.
|
1999-06-17 10:11:35 +00:00 |
warren%netscape.com
|
adbd249049
|
Added resource: protocol.
|
1999-06-17 09:24:31 +00:00 |
warren%netscape.com
|
b7824857a2
|
cleanup
|
1999-06-17 09:24:11 +00:00 |
warren%netscape.com
|
6a880e0207
|
fixed refcount problem
|
1999-06-17 09:23:34 +00:00 |
warren%netscape.com
|
319685b5cf
|
Added QI for nsIURL
|
1999-06-17 09:23:05 +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 |
warren%netscape.com
|
6af7941437
|
Fixed GetPort
|
1999-06-17 03:38:23 +00:00 |
andreas.otte%primus-online.de
|
d198353184
|
adding urltest and TestFileInput2 to the unix build
|
1999-06-16 19:51:14 +00:00 |
andreas.otte%primus-online.de
|
4b7ea0e060
|
resurrected
|
1999-06-16 17:43:28 +00:00 |
rpotts%netscape.com
|
4662660cbb
|
Added an if check around the call out through the event sink...
|
1999-06-16 09:50:30 +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
|
f437dcc583
|
Changed nsAutoMonitor to nsAutoCMonitor (cached).
|
1999-06-16 04:15:25 +00:00 |
warren%netscape.com
|
72ffe43549
|
Added NewChannelFromNativePath for convenience.
|
1999-06-16 04:15:22 +00:00 |
gagan%netscape.com
|
9a6a3c5bf2
|
Removed the temporary Open call on nsIChannel. Inspite of the misnomer, the AsyncRead is the one to use.
|
1999-06-16 00:49:01 +00:00 |
rpotts%netscape.com
|
1efe4fcd92
|
Fixed header parsing to prevent an endless loop. Moved the code to handle header completion into a new function - FireOnHeadersAvailable. This function notifies the event sink and external modules interested in headers. previously, external modules were being notified multiple times...
|
1999-06-15 20:59:39 +00:00 |
valeski%netscape.com
|
6af7797870
|
added thread locking functionality back into ftp
|
1999-06-15 20:49:56 +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 |
rpotts%netscape.com
|
bf12be33fe
|
Temporary implementation of AsyncRead(...). Fixed some ref-counting bugs with the NS_WITH_SERVICE macro...
|
1999-06-14 22:32:54 +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 |
rpotts%netscape.com
|
7858bab24b
|
Added FillStream(...) which exposes nsIBuffer::WriteSegments()
|
1999-06-12 08:56:05 +00:00 |
rpotts%netscape.com
|
3e1045dd9d
|
Changed doRead() to fill the stream using the IBuffer::WriteSegments api rather than Fill()... This removes an intermediate buffer copy and cleans up the code...
|
1999-06-12 08:54:56 +00:00 |
andreas.otte%primus-online.de
|
930ad0d17a
|
fix to get Makefile.in working again
|
1999-06-12 08:46:44 +00:00 |
warren%netscape.com
|
8f6729f704
|
Removed link dependency on netwerk.dll.
|
1999-06-12 08:07:05 +00:00 |
warren%netscape.com
|
dcf2db91cf
|
Fixed build problem.
|
1999-06-12 07:17:02 +00:00 |
warren%netscape.com
|
a9f56cf79e
|
removed
|
1999-06-12 07:15:18 +00:00 |
warren%netscape.com
|
1b29483300
|
Merged in file transport stuff (now file transport is obsolete).
|
1999-06-12 07:14:19 +00:00 |
warren%netscape.com
|
81d81d1985
|
Added NS_NET to export global functions.
|
1999-06-12 07:14:12 +00:00 |
andreas.otte%primus-online.de
|
df8fddceab
|
fix to get Makefile.in working again
|
1999-06-12 06:53:45 +00:00 |
warren%netscape.com
|
099186bcad
|
Added nsDNSService factory.
|
1999-06-12 02:59:02 +00:00 |
warren%netscape.com
|
918dc11812
|
Replaced with idl files.
|
1999-06-12 02:53:57 +00:00 |
warren%netscape.com
|
a58bb71f17
|
Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest.
|
1999-06-12 02:53:21 +00:00 |
warren%netscape.com
|
c9aa4c7da2
|
Rule to create netwerk/dist/include.
|
1999-06-12 01:47:13 +00:00 |
warren%netscape.com
|
766990ce2b
|
Made Create constructor and used GenericFactory.
|
1999-06-12 01:41:16 +00:00 |
warren%netscape.com
|
e3060393cf
|
More work on file: protocol.
|
1999-06-12 01:41:12 +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 |