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

852 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com 2088ef6999 Avoid crashing if the url doesn't have a container 1999-02-25 16:43:17 +00:00
sdagley%netscape.com e0e1b47cbc Fix bugzilla bug #2568 nsHttpUrlImpl::GetContainer was always returning with NS_OK even if the container is nil. After discussing it with rpotts I've changed it to return NS_ERROR_UNEXPECTED if mContainer is nil which fixes the Mac crash (calling QueryInterface on a nil container is probably bad everywhere though). 1999-02-25 01:28:24 +00:00
mcafee%netscape.com c2f574d147 Yanking fe_GetConfigDir() which is now in prefs. 1999-02-19 13:34:20 +00:00
ebina%netscape.com 0c566cee12 Remove the magic files from the MANIFEST 1999-02-18 18:45:55 +00:00
ebina%netscape.com 39764feb61 removed files: mozilla/network/cnvts/magic.cpp 1999-02-18 18:45:37 +00:00
ebina%netscape.com 62c1c93e76 The magic stuff is gone. The real stuff is in XPCOM/repository now. 1999-02-18 18:42:35 +00:00
ebina%netscape.com 0bffef2fc0 Have generic text, image, and application look for plugins in
NET_PluginStream
1999-02-18 17:14:25 +00:00
ebina%netscape.com 4e60464b22 Remove the "magic" hack because we now have the real thing
in XPCOM/repository
1999-02-18 17:09:48 +00:00
ebina%netscape.com 3aade9514b Clean up an nsnull comparison. 1999-02-18 17:02:49 +00:00
mscott%netscape.com ce0e36472d Add ::IID() methods to these interfaces... 1999-02-18 00:36:12 +00:00
mscott%netscape.com c089e3d938 Adding ::IID() methods to these interfaces... 1999-02-18 00:34:33 +00:00
ebina%netscape.com 52a4f7a5e8 Don't stop looking for converters just because the first one
failed.  This will be necessary for plugin converters.
1999-02-17 23:18:13 +00:00
kipp%netscape.com 52afc2c4c6 Fix mac build issue 1999-02-17 19:24:02 +00:00
warren%netscape.com a067022859 Removed INCLUDE definition which was overriding my windows include path. 1999-02-17 18:21:40 +00:00
ebina%netscape.com da728abcb6 Update the MANIFEST file for the new headers that get exported. 1999-02-17 15:03:04 +00:00
ebina%netscape.com ab097d2259 added files: mozilla/network/cnvts/magic.cpp, mozilla/network/cnvts/cvplugin.cpp, mozilla/network/cnvts/nsNetConverterStream.cpp 1999-02-17 15:01:18 +00:00
ebina%netscape.com ef240c0be5 Build the new plugin converter files on linux. 1999-02-17 14:57:34 +00:00
leaf%mozilla.org bbe230df12 Adding makefile.win changes for eric bina. we'll try using camelot to add
the mac project file support.
1999-02-17 06:55:48 +00:00
ebina%netscape.com fb60273d51 Use PR_TRUE and PR_FALSE instead of True and False. 1999-02-17 01:27:10 +00:00
ebina%netscape.com 8edf5cd965 First round of file additions to support pluggable converters 1999-02-12 19:45:25 +00:00
troy%netscape.com b92726dd0f Fixed a ref counting problem and added a cast so we're pointing at the
object and not the interface in function Equals()
1999-02-12 04:26:43 +00:00
spence%netscape.com 302c1c62b7 updated to use mozilla/base from nsFileStream 1999-02-11 03:07:05 +00:00
mscott%netscape.com 435e274507 Add the ability to open a file based socket. (Part of the nsITransport) code.... 1999-02-11 02:59:53 +00:00
mscott%netscape.com 34b1e85458 Added code to make a file based socket transport. nsSocketTransport can now open a file or a network based socket.
When opening a url through a transport, convert the application url scheme to either file or 'sockstub' based on the type
of socket connection.
1999-02-11 02:56:58 +00:00
kipp%netscape.com 0217b5dbb4 Removed some warnings; made the resource noise a one-shot 1999-02-11 02:53:38 +00:00
spence%netscape.com df86653a3b updated to use mozilla/base nsFileStream 1999-02-11 02:25:25 +00:00
sar%netscape.com b2ad536a28 Turn of "modification date caching" so that dependencies are sure to work. 1999-02-11 00:04:46 +00:00
dp%netscape.com 81c281f428 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
mcafee%netscape.com 25369007bc nettest now builds on Solaris 1999-02-07 21:55:34 +00:00
warren%netscape.com af4892e337 Fixed unsigned problems. 1999-02-06 04:02:02 +00:00
morse%netscape.com aabe3e8b27 removed single-signon dependency on lo_ele.h and MWContext 1999-02-05 22:05:59 +00:00
morse%netscape.com 45e0041feb removed dependency on lo_ele.h and MWContext 1999-02-05 22:02:04 +00:00
mscott%netscape.com 628d17297c When interrupting a url, query for the nsINetlibURL interface and not the nsIProtocolConnection interface. The http url only supports the first interface and not the later. Both interfaces have the same method though...we could probably scrap nsIProtocolConnection.... 1999-02-05 01:12:41 +00:00
mscott%netscape.com 7d5b5f344c Use new open call on the transport instead of LoadUrl.... 1999-02-05 00:51:28 +00:00
mscott%netscape.com 02cf4efc6c open transport functionality. 1999-02-04 23:51:02 +00:00
mscott%netscape.com 7c98230114 support the open inteface. Add ability to close a socket without closing the transport.
cleaned up the destructor to release some interfaces it wasn't releasing before..
1999-02-04 23:50:37 +00:00
vidur%netscape.com ec4594cb9b Added temporary handling for about: URLs in HTTP url code 1999-02-03 19:36:24 +00:00
vidur%netscape.com b8872ee15c Added handling for about:blank 1999-02-03 19:35:57 +00:00
hyatt%netscape.com bc15ad173d Implementation of the XUL content sink. Adding text/xul as a new MIME type. 1999-02-03 02:46:05 +00:00
cltbld%netscape.com 71afce77d3 backing out changes made against a closed tree 1999-02-02 23:50:52 +00:00
hyatt%netscape.com 3bab3cee71 Added XUL as a MIME type. 1999-02-02 23:34:01 +00:00
michaelp%netscape.com 07f4a212b3 kill related links and single signon (for now). 1999-02-02 19:26:42 +00:00
kipp%netscape.com 96926732c3 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
kipp%netscape.com fd4c0ae7b3 Stop building related links junk 1999-02-02 17:36:31 +00:00
kipp%netscape.com 6556ccaecf Removed layers usage 1999-02-02 17:35:30 +00:00
alecf%netscape.com 5f5802f623 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
alecf%netscape.com bc55677bba make this thread safer by addreffing it before storing the variable
Also check pURL before dereferencing
1999-02-02 07:57:56 +00:00
mcafee%netscape.com d9f360bf18 Ignore generated nettest executable 1999-02-02 06:17:14 +00:00
mcafee%netscape.com faebf2123c Better attempt at linking on Linux 1999-02-02 05:59:00 +00:00
alecf%netscape.com 94af0d03e7 rename old MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can turn on MOZ_MAIL_NEWS flag to build the whole client 1999-02-02 04:13:24 +00:00