Commit Graph

548 Commits

Author SHA1 Message Date
rpotts%netscape.com
649255cf93 Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp 1999-07-12 06:21:41 +00:00
rpotts%netscape.com
994910d266 Changes for sync streams with the socket transport... Added an OnWrite(...) method to nsIBufferObserver... 1999-07-12 06:20:46 +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
d83d3e1aad Reverted to nsStandardUrl which works. 1999-07-10 18:24:02 +00:00
warren%netscape.com
8386bdad29 Fixing gagan's bustage. 1999-07-10 17:33:06 +00:00
warren%netscape.com
8b0ad2bf4f Added outer param to NewLoadGroup. 1999-07-10 11:27:05 +00:00
warren%netscape.com
e9f97d9c22 Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write. 1999-07-10 11:26:59 +00:00
warren%netscape.com
ea58a47f3c Changed file transport worker count to 1 for ease of debugging. Revert later. 1999-07-10 11:26:53 +00:00
warren%netscape.com
b632ed0c4f Fixed some file channel problems. Works better now. Upped buffer size to avoid buffer full problems. 1999-07-10 11:26:51 +00:00
warren%netscape.com
608a516952 Upped socket buffer size to avoid buffer full problems. 1999-07-10 11:26:49 +00:00
warren%netscape.com
860db76806 Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel. 1999-07-10 11:26:47 +00:00
warren%netscape.com
73a8f5ba23 Fixed scheme parsing code. Added outer param to NewLoadGroup. 1999-07-10 11:26:43 +00:00
andreas.otte%primus-online.de
b0a1bfd2ff NECKO only: changed string/error handling in NS_MakeAbsoluteURI A: chofmann R: valeski 1999-07-10 08:00:55 +00:00
andreas.otte%primus-online.de
0954d17559 NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski 1999-07-10 07:58:11 +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
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
gagan%netscape.com
66f3cad02c Fixed a warning for virtual destructor. 1999-07-09 09:35:30 +00:00
valeski%netscape.com
7e9a9c8cb2 not in main build - nsFileTransport now implements nsIBufferObserver and it's thread waits and notifies when the underlying buffer fills up (for async i/o). 1999-07-09 01:38:40 +00:00
mscott%netscape.com
8ecb5aa054 Not part of the regular build yet! Necko change only. Fix my linux build. You can't compare a nsCOMPtr directly to a raw ptr. You need to call .Get() to retrieve the raw ptr and then you can compare for equality 1999-07-08 19:05:48 +00:00
mscott%netscape.com
eac53e102e (Not part of the normal mozilla build yet) Necko change only. Make destructor virtual. 1999-07-08 19:04:53 +00:00
valeski%netscape.com
bd11ce93e9 not in main build - backed out transport files from windows build 1999-07-08 17:17:48 +00:00
valeski%netscape.com
ebae96df31 not in main build - updated nsFileTransport stuff to use new apis 1999-07-08 17:16:47 +00:00
gagan%netscape.com
e4753fe28c Fixed warnings on Linux because of missing virtual keyword on destructors. 1999-07-08 00:50:02 +00:00
waterson%netscape.com
64d488e196 Fix VC5.0 build bustage (Necko build ONLY). 1999-07-07 20:55:57 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
warren%netscape.com
fdeef7c666 Fixed clobber rule. 1999-07-07 04:20:56 +00:00
valeski%netscape.com
a01ef8fd3c added style sheet mime type 1999-07-07 02:26:14 +00:00
gordon%netscape.com
147e0974f0 Update for changes to Windows makefiles. 1999-07-07 00:59:20 +00:00
gordon%netscape.com
d19ae10cf8 First Checked In. 1999-07-07 00:36:08 +00:00
gordon%netscape.com
ee9ab382f2 File Removed. 1999-07-07 00:23:06 +00:00
valeski%netscape.com
8887ad2cc9 added a date header to the cookie test (cookies require a server date to work) 1999-07-06 23:54:12 +00:00
valeski%netscape.com
7ca7bb1676 default to text/html content type if we don't know what it is 1999-07-06 23:44:15 +00:00
gordon%netscape.com
81deb2d7d6 Removed nsHTTPRequestObserver.cpp from build, because it is obsolete. 1999-07-06 20:15:03 +00:00
gordon%netscape.com
4ca37f60b5 File Removed. 1999-07-06 19:26:57 +00:00
valeski%netscape.com
055d28e710 added newlines 1999-07-06 14:37:24 +00:00
valeski%netscape.com
90bc8ef305 corrected string parsing argument order 1999-07-06 14:26:29 +00:00
andreas.otte%primus-online.de
69469e8d7b implemented MakeAbsolute 1999-07-04 15:50:56 +00:00
warren%netscape.com
d3c6265c13 Fix for about:blank to work -- not destroy the listener prematurely in the OnStopRequest method. 1999-07-03 20:27:27 +00:00
andreas.otte%primus-online.de
3cf2b58f90 NECKO only: little better error handling 1999-07-03 09:53:09 +00:00
andreas.otte%primus-online.de
9004effea0 NECKO only: adding some ignorance 1999-07-03 08:32:38 +00:00
andreas.otte%primus-online.de
2e94ba4cb0 NECKO only: adding protocol/about makefiles 1999-07-03 08:29:27 +00:00
warren%netscape.com
0195199112 Fixed case where spec given to MakeAbsolute is null. 1999-07-03 07:11:07 +00:00
warren%netscape.com
6f5d4684a3 Fixed GetContentType method to work. 1999-07-03 05:56:24 +00:00
mcafee%netscape.com
5bb81c3be4 Fixing linux bustage, rv needs declaration. 1999-07-03 05:50:56 +00:00
warren%netscape.com
049749ca7d Fixed GetContentType method to work. 1999-07-03 05:48:45 +00:00
warren%netscape.com
d4233d4e72 Fixed CID to not collide with nsIIOService. 1999-07-03 05:36:09 +00:00
warren%netscape.com
5f19b87347 Added missing uuid. 1999-07-03 04:53:14 +00:00
warren%netscape.com
98887ee4af Added. 1999-07-03 04:45:49 +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
warren%netscape.com
7284413878 Implemented about:blank. 1999-07-03 04:05:14 +00:00
waterson%netscape.com
246d9f8ee8 Ensure all control paths return a value. 1999-07-03 03:54:28 +00:00
valeski%netscape.com
a538316e5a dumping objs to the correct dir now on windows. 1999-07-03 03:47:27 +00:00
valeski%netscape.com
9b19b8baa3 whoops! 1999-07-03 02:21:01 +00:00
valeski%netscape.com
c59b3c8f0b added mime type mapping to file 1999-07-03 00:59:51 +00:00
valeski%netscape.com
d7ff6d053e added mime type mapping service to http 1999-07-03 00:48:21 +00:00
valeski%netscape.com
80d7bc5c32 added mime dir to main necko build 1999-07-03 00:46:27 +00:00
valeski%netscape.com
2af90e005b added factory class for the mime service 1999-07-03 00:05:51 +00:00
gordon%netscape.com
149f718e80 First Checked In. 1999-07-02 21:12:57 +00:00
andreas.otte%primus-online.de
92763a1dad NECKO only: add mime makefiles 1999-07-02 21:02:33 +00:00
andreas.otte%primus-online.de
5d45f38745 NECKO only: remove EXPORTS lines 1999-07-02 21:01:54 +00:00
valeski%netscape.com
ad4fca8f6b adding mime type resolver module. 1999-07-02 20:08:27 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com
dba479dc78 Added another NS_OpenURI call. 1999-07-02 06:15:49 +00:00
mcafee%netscape.com
4b0cfacbd6 Solaris needs newline at EOF. 1999-07-02 05:37:21 +00:00
mcafee%netscape.com
b48b91fe1c Fixing Solaris/CC bustage. 1999-07-02 05:36:07 +00:00
warren%netscape.com
c108fb3559 Removed bogus comment. 1999-07-02 05:00:36 +00:00
warren%netscape.com
b72f8da9e7 Added newline at eof. 1999-07-02 04:59:27 +00:00
warren%netscape.com
f1cd3a43d3 Removed semicolon. 1999-07-02 04:58:27 +00:00
warren%netscape.com
669b417329 Added nsSimpleURI to build. 1999-07-02 04:58:06 +00:00
warren%netscape.com
6e208d1b2d Fixed QI bug. 1999-07-02 04:57:45 +00:00
warren%netscape.com
ce9eba0c3c Fixed initialization problems. 1999-07-02 04:56:53 +00:00
warren%netscape.com
933f5e1571 Fixed refcounting bug. 1999-07-02 04:55:52 +00:00
mscott%netscape.com
ce29165da8 fix necko build brekage. NS_NewLoadGroup is declared to have 2 arguments so I have given it two arguments in its
implementation.
1999-07-02 00:11:30 +00:00
mscott%netscape.com
8e30eda729 Fix necko build brekage...onstart/stopbiding --> onStart/stop request. 1999-07-01 23:01:32 +00:00
valeski%netscape.com
f7475a9941 necko bustage 1999-07-01 21:02:53 +00:00
valeski%netscape.com
976f46415a necko build bustage. 1999-07-01 21:02:06 +00:00
gordon%netscape.com
1842e1c67e First Checked In. 1999-07-01 19:50:15 +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
gordon%netscape.com
03a78c217d First Checked In. 1999-07-01 19:29:45 +00:00
gordon%netscape.com
5be98ff231 Added nsIHeader.h, nsIProxy.h, nsISocketTransportService.h to list of headers to export. 1999-07-01 19:12:07 +00:00
gordon%netscape.com
060165ed8d Updated to match changes to Windows/Unix makefiles. 1999-07-01 19:11:17 +00:00
gordon%netscape.com
4be3a6bb9e Updated list of IDL files. 1999-07-01 19:10:31 +00:00
gordon%netscape.com
26a9374e9c Changed access paths. 1999-07-01 19:09:51 +00:00
gordon%netscape.com
a31a6af6bd First Checked In. 1999-07-01 19:07:32 +00:00
mcafee%netscape.com
683e52c65b Moving test directory inside ifdef ENABLE_TESTS. Thanks to patch from Jim Nance. 1999-07-01 10:52:22 +00:00
warren%netscape.com
1a019fce8f Added simple URI to parse about:foo, javascript:bar, etc. 1999-07-01 07:52:52 +00:00
warren%netscape.com
cf763ddb3f Started about: protocol. 1999-07-01 07:52:08 +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
mscott%netscape.com
72580a4db8 Not part of tinderbox and release builds! Fix type of include file nsComPtr.h --> nsCOMPtr.h so necko can build
again on Linux builds. Thanks to Jim Nance for pointing this out.
1999-06-30 18:42:51 +00:00
rpotts%netscape.com
5d0599badc Got rid of the IEventQueue instance variable... 1999-06-30 08:15:40 +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
1e61b3ac94 tweaked the GetContentType(...) hack to first check the Content-type header before returning text/html... 1999-06-30 06:00:02 +00:00
rpotts%netscape.com
3eac314475 Fixed up socket transport to abort the operation if the consumer OnDataAvailable(...) returns a failure... 1999-06-29 23:28:19 +00:00
valeski%netscape.com
94f842b81e very temporary gross necko hack to force an text/html content type in the file and http protocols 1999-06-29 23:28:15 +00:00
valeski%netscape.com
650fc3493f various fixes. Big one was that we're no longer passing the uri in as the context to nsAsyncStreamObserver, it's now the channel. 1999-06-29 21:53:45 +00:00