hshaw%netscape.com
f47337b3e1
compile socket subdir if NET_SOCKET_PROVIDER_BUILD set (will be removed when linux/mac build scripts checked in)
1999-08-22 14:42:05 +00:00
hshaw%netscape.com
c5ea0e3f93
Initial checkin of socket provider 'base' files
1999-08-22 14:40:41 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
gagan%netscape.com
1bb2a5c082
Code style consistency cleanup.
1999-08-21 00:22:18 +00:00
cls%seawood.org
0991be09fa
Removed all references to obsolete OBJDIR variable.
...
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
jdunn%netscape.com
3a6cd8fce9
Fix problem for HP Native compiler which does not allow 'deletes' on void *.
...
Judson ok'd the fix
1999-08-19 21:42:13 +00:00
sspitzer%netscape.com
d8c53baaea
fix warning
1999-08-19 06:27:24 +00:00
tbogard%aol.net
c8c8eea4c0
XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree.
1999-08-19 05:36:30 +00:00
leaf%mozilla.org
a38e6bedf1
Finishing backout of dougt
1999-08-19 02:58:12 +00:00
leaf%mozilla.org
59839a7409
backing out dougt
1999-08-19 02:35:39 +00:00
dougt%netscape.com
540f6d37a8
Updating to use new NetMod Notification.
1999-08-18 09:33:27 +00:00
dougt%netscape.com
f18b0e74f6
Adding thread proxy support to Net Module Notification.
...
General cleanup
1999-08-18 09:32:26 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
gordon%netscape.com
abc1ed2795
This is just a NECKO test app. Updating to work on Mac.
1999-08-13 22:18:34 +00:00
gagan%netscape.com
cb66e1d8ad
backslashes in ..\.. cases fixed. Thanks bratell@lysator.liu.se
1999-08-13 05:20:45 +00:00
warren%netscape.com
8439e8f8ec
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
gagan%netscape.com
67455042ca
Fixed bunch of M9 bugs for Necko.
1999-08-12 09:59:24 +00:00
briano%netscape.com
ee06fac901
Unix native compilers don't like it when files don't end with a newline.
1999-08-12 01:58:19 +00:00
valeski%netscape.com
05650f0971
added pipe2 stuff back in after patrick got the pipe2 stuff linking in w/ mac
1999-08-12 01:01:55 +00:00
valeski%netscape.com
3da7cb9512
removed nsPipe2 api usage
1999-08-11 23:58:35 +00:00
valeski%netscape.com
55b7938dd5
added files: mozilla/netwerk/protocol/ftp/public/nsIFTPContext.idl
1999-08-11 22:27:12 +00:00
valeski%netscape.com
facd45d5f8
adding next rev of ftp protocol
1999-08-11 22:26:32 +00:00
rpotts%netscape.com
5adc1166f0
Bug #11410 . Changed NS_ASSERTION to checkc the *correct* variable. Someday I'll grow a brain and become really dangerous...
1999-08-11 21:15:49 +00:00
warren%netscape.com
10d6f3a918
Fixed problem for large files (or small buffers). Added logging.
1999-08-11 08:17:35 +00:00
gagan%netscape.com
e12e0b8f16
Temporarily fixing the assert which I think is ok, but would let rpotts confirm it.
1999-08-11 04:28:32 +00:00
valeski%netscape.com
7f056f0c0d
added user agent language setter routine
1999-08-10 18:33:27 +00:00
mccabe%netscape.com
d6e7410f31
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
rpotts%netscape.com
39966bfda8
Release the pointers that were passed into AsyncRead(...) when the operation is compelete. This breaks some circular references that prevented WebShells from being deleted...
1999-08-10 04:02:10 +00:00
rpotts%netscape.com
6c0f3a6058
Implement the nsIRequest interface for nsHTTPChannel. This allows channels that are cancelled from a LoadGroup to *actually* get removed...
1999-08-09 07:07:08 +00:00
rpotts%netscape.com
c441f1624b
Implement nsIRequest::Cancel() for the SocketTransport.
1999-08-09 07:05:15 +00:00
rpotts%netscape.com
d181e6d970
bug #10790 . The HTTPChannel is now given to the HTTPResponseListener during construction. Before, it was getting it via a dirty cast in the OnStartRequest notification. Unfortunately, OnStartRequest is only called if the connection is successful. This caused a crash in OnStopRequest if the HTTPChannel was not available :-(
1999-08-06 07:57:44 +00:00
morse%netscape.com
05534f19dd
cleaned up dialogs
1999-08-06 00:29:10 +00:00
valeski%netscape.com
d7b68f26ff
fixing mac build bustage. brade verified the changes in her mac build. I switched from com ptrs to regular pointers as the com pointer abuse wasn't appreciated on the mac
1999-08-05 16:17:22 +00:00
rhp%netscape.com
9cb016d189
added files: mozilla/netwerk/protocol/http/src/nsHTTPHeaderArray.cpp, mozilla/netwerk/protocol/http/src/nsHTTPAtoms.cpp
1999-08-05 13:23:45 +00:00
rhp%netscape.com
0b6b03c19d
added files: mozilla/netwerk/protocol/http/public/nsIHTTPHeader.idl
1999-08-05 13:16:39 +00:00
rpotts%netscape.com
95c48cd505
Fix for build bustage on Linux...
1999-08-05 09:07:29 +00:00
rpotts%netscape.com
73266ec8fb
Added code to dump all headers in the OnHeadersAvailable() notification.
1999-08-05 08:29:36 +00:00
rpotts%netscape.com
c99f3b9d7a
bug #10739 . Reworking header APIs... I've removed nsIHeader.h.
1999-08-05 08:28:49 +00:00
rpotts%netscape.com
29909c5e4f
bug #10739 . Reworking header APIs... I've added 2 new CPP files - nsHTTPAtoms.cpp and nsHTTPHeaderArray.cpp.
1999-08-05 08:27:49 +00:00
rpotts%netscape.com
13343ac97c
bug #10739 . Reworking header APIs... I've added a new IDL file - nsIHTTPHeader.idl and remove 3 obsolete header files...
1999-08-05 08:26:57 +00:00
mscott%netscape.com
fc725eefbf
bulletproof some NS_RELEASE's with NS_IF_RELEASE.
1999-08-04 21:23:26 +00:00
valeski%netscape.com
67e54f0298
nsNetModRegEntry.cpp - fixed mem leak. nsStdURL.cpp - fixed port parsing bug
1999-08-04 21:20:48 +00:00
gagan%netscape.com
918586775c
Added a new MANIFEST file for nsHTTP stuff.
1999-08-04 16:12:30 +00:00
gagan%netscape.com
8d82379027
POSTing works now.
1999-08-04 15:07:26 +00:00
briano%netscape.com
d2cc41f504
Added a newline at the EOF to fix the HP build (and others).
1999-08-04 02:11:03 +00:00
briano%netscape.com
578157544d
Yet another case of a new file checked in missing the newline at EOF required by Unix native compilers.
1999-08-04 02:02:15 +00:00
valeski%netscape.com
314e58e690
win32 bustage. nspr wasn't being linked into the stream conv dll
1999-08-04 00:50:21 +00:00
valeski%netscape.com
6a7e60e2c8
memory deallocation macro problem
1999-08-03 23:44:16 +00:00