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

371 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com b365542c28 Changes for BeOS. 1999-06-28 08:12:44 +00:00
mcafee%netscape.com 516325173b BeOS changes. 1999-06-27 10:17:36 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com 2f5289766d Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
sspitzer%netscape.com 31806ff100 check for null before deferencing. 1999-06-15 02:11:56 +00:00
mscott%netscape.com 5c17b866bf Fix for Bug #8117 --> aborting a connection was causing an error condition to get passed into the
nsDocumentLoader::OnStopBinding. But an abort is not an error condition. the document loader
was incorrectly complaining that we had an error when we really didn't.
1999-06-14 22:47:15 +00:00
mscott%netscape.com 2eb325f4bd Fix memory leak of file name. 1999-06-12 00:52:06 +00:00
warren%netscape.com aaf94a8b04 Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
morse%netscape.com 64a383f65b put cookies file in the correct directory 1999-06-05 23:17:47 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
morse%netscape.com 4080fe81f1 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
warren%netscape.com 447b069ddb IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
akkana%netscape.com 7841582d7b Fixing crash because of unprotected NULL ptr. - akkana & dp 1999-05-27 23:42:34 +00:00
danm%netscape.com 36d8c5644e save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
peterl%netscape.com 99dd57aa70 made Equals() test ref & search too 1999-05-26 23:41:22 +00:00
jefft%netscape.com 78ba98eff2 use NS_IF_ADDREF & NS_IF_RELEASE instead of NS_ADDREF & NS_RELEASE in case of null mURL & mProxy 1999-05-26 21:46:42 +00:00
jefft%netscape.com a43148b249 make sure stream Wrire() returns correct error code when the stream is closed 1999-05-26 21:45:20 +00:00
dp%netscape.com b242ae36b2 Fixing tests 1999-05-26 07:46:01 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com b3593daae0 hacks to get the transport socket to correctly run multiple urls over a connection. unfortunately, sockstub caches connections based on the url. so i'm faking it by keeping both the url struct used to open the connection around along with the url_struct for the current running url. 1999-05-13 22:55:44 +00:00
mscott%netscape.com e45c389e23 Add ability to change the url being used for a connection. This allows us to run multiple urls on a connection which we need for many of the mail protocols. 1999-05-13 22:52:25 +00:00
sspitzer%netscape.com eceb4877f8 make destructor virtual 1999-05-13 03:39:34 +00:00
jdunn%netscape.com acf518da97 fix error... returning 'false' instead of 'FALSE' 1999-05-11 00:51:00 +00:00
davidm%netscape.com 48baba9d4d work needed to get password UI up and working 1999-05-10 22:18:08 +00:00
hyatt%netscape.com 47320d484d Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
pinkerton%netscape.com 7b8852653a added GetIID() method. 1999-04-30 08:59:11 +00:00
bruce%cybersight.com 9e4fdf05c2 Further purging of -lnetutil from Unix build. 1999-04-28 05:39:11 +00:00
dveditz%netscape.com 38870e7a3c fix zlib name on windows 1999-04-28 00:40:56 +00:00
dveditz%netscape.com 7987cac536 move shexp out where others can use it 1999-04-28 00:07:18 +00:00
bruce%cybersight.com 12b7aefaa5 delete vs delete[] 1999-04-27 02:07:31 +00:00
bruce%cybersight.com 12ce9c1517 Moved nsNetStream.h include to nsHttpUrl.h from the .cpp file to fix build busta
ge on gcc 2.7.2.3 due to incomplete type errors.
1999-04-27 01:55:44 +00:00
scc%netscape.com 720444221d Adjusted the ownership model slightly. URLs no longer `own' their container or their URL group 1999-04-27 01:29:23 +00:00
warren%netscape.com 329d00e493 Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
morse%netscape.com c208676068 nsINetService.h 1999-04-21 03:52:05 +00:00
morse%netscape.com 88b7ad8f4f re-enable single-signon for browser-generated forms 1999-04-17 04:35:48 +00:00
morse%netscape.com e586caa2fb fix bug 2414 1999-04-13 05:26:59 +00:00
sfraser%netscape.com 3e67bbb9ae Add assertion on null URL. 1999-04-13 01:21:51 +00:00
jdunn%netscape.com 9ecbe4de0c remove compiler warning about no return value 1999-04-12 20:57:11 +00:00
hyatt%netscape.com ccde0dd489 Fixing build bustage. 1999-04-10 09:13:54 +00:00
spence%netscape.com 4396ca7820 solaris was choking 1999-04-08 09:04:04 +00:00
spence%netscape.com 8cf2a49871 async dialog work for ftp; generalized async interface 1999-04-08 07:37:37 +00:00
spence%netscape.com c77f4d37ce remove outside dependency from netlib 1999-04-08 02:51:14 +00:00
spence%netscape.com dec5e68a3d don't break the mac 1999-04-07 07:11:27 +00:00
spence%netscape.com e14ddb2748 changes for async modal dialogs 1999-04-07 06:54:12 +00:00
mscott%netscape.com ae5235c6d7 Fix mismatched allocation/deallocation routines for the buffer in nsBufferedStream. 1999-04-06 03:26:23 +00:00
rickg%netscape.com 49abaa2f8f update to use new nsString API 1999-04-05 08:36:51 +00:00
mcmullen%netscape.com 0d5d6108a1 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
hyatt%netscape.com b99466aa41 Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
mscott%netscape.com f3dc0019ae Remove the code that used to interrupt the connection. We ended up interrupting the connection twice. If the protocol needs the ability to close a connection directly then we need to add a new method to the transport interface to do this explicitly. 1999-04-01 21:12:27 +00:00