Commit Graph

1064 Commits

Author SHA1 Message Date
mcmullen%netscape.com
fa35bdfa22 Changed API for nsIFileLocator 1999-06-15 05:18:00 +00:00
sspitzer%netscape.com
88ce6c8bd2 check for null before deferencing. 1999-06-15 02:11:56 +00:00
mscott%netscape.com
b6b31b270a 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
1b21b35d6b Fix memory leak of file name. 1999-06-12 00:52:06 +00:00
Jerry.Kirk%Nexwarecorp.com
1f7b4eb380 -Bug 7541 Added inclusion of sys/select.h for NTO platform to define fd_set 1999-06-09 12:07:32 +00:00
warren%netscape.com
b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
morse%netscape.com
1542dceba7 added ifdefs for places in which the i18n localizations don't work 1999-06-06 19:50:06 +00:00
morse%netscape.com
9d2a638378 trying for third time to fix bustage on mac 1999-06-06 00:56:14 +00:00
morse%netscape.com
d004a6e70b try again to fix bustage on mac 1999-06-06 00:54:59 +00:00
morse%netscape.com
d78b627ff4 fix bustage on mac 1999-06-06 00:35:20 +00:00
morse%netscape.com
8298571d93 put cookies file in the correct directory 1999-06-05 23:17:47 +00:00
jdunn%netscape.com
858ca9e345 Changing C++ style comment to C style 1999-06-05 00:02:52 +00:00
waqar%netscape.com
92579655ef C++ comments in a C file. Changing them to C comments. 1999-06-04 23:44:30 +00:00
morse%netscape.com
96f2b17a72 fix build bustage 1999-06-04 23:02:41 +00:00
rjc%netscape.com
5684090bb8 Adding Steve Morse's nsCookie.cpp file into the Mac network project. 1999-06-04 22:51:09 +00:00
briano%netscape.com
8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
morse%netscape.com
9b4f8a23d0 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
warren%netscape.com
cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
mcmullen%netscape.com
4b0ff2c414 Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp) 1999-06-03 18:15:53 +00:00
mcafee%netscape.com
fbed6a0249 Removing spurious semicolon. Thanks to David Gardiner for this fix. 1999-05-30 07:54:22 +00:00
akkana%netscape.com
e4a4b00aa4 Fixing crash because of unprotected NULL ptr. - akkana & dp 1999-05-27 23:42:34 +00:00
mcmullen%netscape.com
cbc7d3604a Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
danm%netscape.com
6bb6711f52 save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
peterl%netscape.com
b21512200e made Equals() test ref & search too 1999-05-26 23:41:22 +00:00
jefft%netscape.com
628d85ba39 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
6433017be7 make sure stream Wrire() returns correct error code when the stream is closed 1999-05-26 21:45:20 +00:00
jefft%netscape.com
734eb261a9 make sure net_flush_sockstub_data() return correct error code 1999-05-26 21:43:44 +00:00
dp%netscape.com
a4a8a169a8 Fixing tests 1999-05-26 07:46:01 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
waterson%netscape.com
4e14d84a86 Remove #define out PR_LOG_ALWAYS to fix bustage. 1999-05-19 03:46:13 +00:00
pavlov%pavlov.net
b9ad9e0ecb fix for bug #6509 1999-05-15 04:07:54 +00:00
mscott%netscape.com
3854b9471e Remove some cruft that was preventing the socket from ever going away once the connection was dropped. 1999-05-14 00:20:42 +00:00
mscott%netscape.com
d1327abcaf 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
694043411e 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
76ba1a5617 make destructor virtual 1999-05-13 03:39:34 +00:00
mscott%netscape.com
657497423f Cleanup some of the memory leaks in this code. We were never releasing the stream converter that was attached to the stream! The stream struct was just getting PR_Free'd. So I tweaked plugin_stream_complete and plugin_stream_abort to release the converter. And we had another leak on the pluggable converter object which was in NET_PluginStream. Using nsCOMPtr to fix the leak. Also fixed where we were comparing a nsresult directly against NS_OK instead of using NS_SUCCEEDED. 1999-05-12 02:50:12 +00:00
davidm%netscape.com
1d1faa62b4 4530 Password entry locks Apprunner. Turn off single signon so we stop crashing and use the async password dialog 1999-05-11 19:43:18 +00:00
jdunn%netscape.com
716aaad46d fix error... returning 'false' instead of 'FALSE' 1999-05-11 00:51:00 +00:00
davidm%netscape.com
f0fcabbccd work needed to get password UI up and working 1999-05-10 22:18:08 +00:00
kipp%netscape.com
d8943054fc Removed bogus inline virtual method in an interface 1999-05-06 19:27:37 +00:00
hyatt%netscape.com
eb5cc9711c Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
warren%netscape.com
980e6b92d3 Removed some noise. 1999-04-30 22:55:26 +00:00
pinkerton%netscape.com
7638e305fb added GetIID() method. 1999-04-30 08:59:11 +00:00
jj%netscape.com
363f26f993 changed output shlb creator to 'MOZZ' in one or more targets. a=cyeh 1999-04-29 22:18:44 +00:00
bruce%cybersight.com
131a81fe7b Here's hoping we can pull libnetutil.so from the build on Unix now that nothing references it. 1999-04-28 06:05:03 +00:00
bruce%cybersight.com
cf149ac0d7 Further purging of -lnetutil from Unix build. 1999-04-28 05:39:11 +00:00
bruce%cybersight.com
5e29f6361e We still need to build/export netutil as other Makefiles depend on it being around to link against. Please fix all of the rest of those before removing this. 1999-04-28 01:49:54 +00:00
gagan%netscape.com
ad35d2046d Removed MODULAR_NETLIB dependencies from makefiles. 1999-04-28 01:34:57 +00:00
dveditz%netscape.com
9311a16cbb fix zlib name on windows 1999-04-28 00:40:56 +00:00
dougt%netscape.com
e13d8c4a96 Removing mkreg from the manifest. 1999-04-28 00:23:19 +00:00
dveditz%netscape.com
962801384f remove obsolete header 1999-04-28 00:09:12 +00:00
dveditz%netscape.com
a12feb655c move shexp out where others can use it 1999-04-28 00:07:18 +00:00
dveditz%netscape.com
811b2efd61 move shexp back out where others can use it 1999-04-28 00:04:52 +00:00
dougt%netscape.com
207a42587b dveditz change: Removing mkreg and using xp_regexp. Basically these are the same, but xp_regexp is shared. I had to add an included path to mozilla/included to make this work 1999-04-28 00:01:04 +00:00
bruce%cybersight.com
8a8e0dd0c3 delete vs delete[] 1999-04-27 02:07:31 +00:00
bruce%cybersight.com
fdfde27d68 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
71e4bc20e3 Adjusted the ownership model slightly. URLs no longer `own' their container or their URL group 1999-04-27 01:29:23 +00:00
scc%netscape.com
764ea2f33d added GetIID() method 1999-04-27 01:26:58 +00:00
beard%netscape.com
1f30c44e85 must #define EDITOR to get prototype for EDT_SavePublishUsernameAndPassword() 1999-04-25 06:41:42 +00:00
beard%netscape.com
0ac3bd3485 replaced singsign.c with singsignStub.cpp 1999-04-25 06:41:25 +00:00
warren%netscape.com
c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
morse%netscape.com
747d180887 remove junk 1999-04-21 07:30:10 +00:00
mcafee%netscape.com
4d59788701 We don't put C++ comments in C header files. 1999-04-21 06:31:24 +00:00
morse%netscape.com
476c0ba6ab fix build bustage 1999-04-21 04:38:13 +00:00
morse%netscape.com
23c8a4c014 nsINetService.h 1999-04-21 03:52:05 +00:00
morse%netscape.com
375213ef57 add cookie viewer 1999-04-21 03:50:57 +00:00
morse%netscape.com
f9f40fb7bd re-enable single-signon for browser-generated forms 1999-04-17 04:35:48 +00:00
alecf%netscape.com
7ec75c37fa remove TRACEMSG (this is the last call to XP_Trace in our codebase! yeah!) 1999-04-17 00:53:22 +00:00
morse%netscape.com
9dc8b18507 trying to put single singon back in once again 1999-04-15 14:21:00 +00:00
morse%netscape.com
9766a06973 back out last change to try to fix unix bustage 1999-04-15 02:22:09 +00:00
morse%netscape.com
485ceb9e8c undid Spence's change whereby he disabled single signon 1999-04-15 01:13:35 +00:00
morse%netscape.com
af954fc6b1 fix bug 2414 1999-04-13 05:26:59 +00:00
sfraser%netscape.com
dc627147c8 Add assertion on null URL. 1999-04-13 01:21:51 +00:00
jdunn%netscape.com
08b49c00de remove compiler warning about no return value 1999-04-12 20:57:11 +00:00
hyatt%netscape.com
040008671e Fixing build bustage. 1999-04-10 09:13:54 +00:00
briano%netscape.com
b6e7599e83 Fix for SunOS4. 1999-04-10 01:06:40 +00:00
spence%netscape.com
e8599e336a remembering passwords was broken 1999-04-08 09:51:05 +00:00
spence%netscape.com
4649c4bc27 solaris was choking 1999-04-08 09:04:04 +00:00
spence%netscape.com
c77b359a2c async dialog work for ftp; generalized async interface 1999-04-08 07:37:37 +00:00
spence%netscape.com
9daec18a39 remove outside dependency from netlib 1999-04-08 02:51:14 +00:00
spence%netscape.com
2402488c75 fix mac breakage 1999-04-07 07:39:43 +00:00
spence%netscape.com
eba8d52533 yet more bustage 1999-04-07 07:34:18 +00:00
spence%netscape.com
ced80ab754 bustage 1999-04-07 07:23:18 +00:00
spence%netscape.com
0455460c55 build bustage 1999-04-07 07:19:17 +00:00
spence%netscape.com
314504ac5f don't break the mac 1999-04-07 07:11:27 +00:00
spence%netscape.com
3c61fedd8a changes for async modal dialogs 1999-04-07 06:54:12 +00:00
morse%netscape.com
b743d1c138 fix bug 4478 1999-04-07 01:11:47 +00:00
spence%netscape.com
52fbc442fd netlib protocol dialogs 1999-04-06 04:48:23 +00:00
mscott%netscape.com
e86d8d8bd5 Fix mismatched allocation/deallocation routines for the buffer in nsBufferedStream. 1999-04-06 03:26:23 +00:00
rickg%netscape.com
201fa4fc6e update to use new nsString API 1999-04-05 08:36:51 +00:00
mcmullen%netscape.com
e1563a454c 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:51:22 +00:00
mcmullen%netscape.com
694d407546 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
89e8611ba6 Landing changes to support chrome URLs in netlib. Approved by dp. 1999-04-02 19:05:52 +00:00
mscott%netscape.com
b65deefd41 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
dp%netscape.com
629aace8e8 Unix Only:
XPCOM was being initialized from a static initializer in netlib.
    Removed the static inializer. This will get xpcom to be initialized
    after main() not before it.
1999-04-01 07:48:25 +00:00
waterson%netscape.com
63fd4df6aa Added BRPROF into the build, --disable-brprof to disable it. 1999-04-01 07:26:42 +00:00
waterson%netscape.com
1d050f68a7 Flip the MOZ_BRPROF switch. 1999-04-01 06:42:23 +00:00
waterson%netscape.com
0f6b37dd45 Fixed generation of BRPROF cookie string when it's the first cookie. 1999-04-01 06:42:08 +00:00
mscott%netscape.com
11797f5191 Fix some linux problems with mailnews. We were interrupting the stream twice when releasing a file transport. 1999-04-01 05:10:55 +00:00
waterson%netscape.com
b1fe1b95f8 Fixed a silly typo. 1999-04-01 03:09:58 +00:00