briano%netscape.com
|
b77bbb9a68
|
Removed the obsolete non-NECKO leftovers.
|
1999-09-09 00:41:10 +00:00 |
|
brendan%mozilla.org
|
f3bfcd687b
|
Don't abuse nsAutoLock in single-exit nsSocketTransport::Process and PR_Unlock
and relock it in subroutines -- this causes false deadlock-detection positives.
Also comment module callouts with lock held.
|
1999-09-08 06:17:20 +00:00 |
|
cls%seawood.org
|
91c70687a3
|
include <string.h> for when it disappears from nsID.h again.
|
1999-09-06 23:08:43 +00:00 |
|
brendan%mozilla.org
|
a84076e44e
|
Expand tabs to spaces per Emacs modeline; other space cleanups.
|
1999-09-06 22:59:11 +00:00 |
|
valeski%netscape.com
|
f7e8b6cd05
|
changed nsCOMTypeInfo<> template to NS_GET_IID macro
|
1999-09-03 23:51:14 +00:00 |
|
bruce%cybersight.com
|
f67b510aa5
|
Use nsCRT::free() instead of delete[] for char* data.
|
1999-09-03 07:53:26 +00:00 |
|
kipp%netscape.com
|
78bace2449
|
Use nsAutoString instead of nsString for temps
|
1999-09-02 18:13:07 +00:00 |
|
dougt%netscape.com
|
4b6c318cdc
|
Bug fix for 12702.
Adding notes to remove nsIAtom comparison by string.
|
1999-09-01 20:06:30 +00:00 |
|
valeski%netscape.com
|
dc75493b3e
|
warning fix
|
1999-09-01 14:11:15 +00:00 |
|
warren%netscape.com
|
daec1b8fe3
|
Cleaning up dependency on nsIBuffer.h
|
1999-09-01 04:40:12 +00:00 |
|
warren%netscape.com
|
efb0c1cd5d
|
Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870).
|
1999-08-31 21:47:30 +00:00 |
|
norris%netscape.com
|
d8507f844e
|
* clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
|
1999-08-29 21:58:42 +00:00 |
|
valeski%netscape.com
|
c52959b8f1
|
nsString2 to nsCString
|
1999-08-29 16:46:30 +00:00 |
|
valeski%netscape.com
|
0b30c81c11
|
change nsString2 to nsCString
|
1999-08-29 16:42:27 +00:00 |
|
valeski%netscape.com
|
639287b4ae
|
added GetContentType functionality. Now the channel tries the mime service and uses it's own member when possible.
|
1999-08-29 14:14:30 +00:00 |
|
gagan%netscape.com
|
58d5877fdf
|
Fixed tabs to spaces and misc leaks...
|
1999-08-27 12:38:06 +00:00 |
|
warren%netscape.com
|
136db06f40
|
Fix for linux bustage (different includes for some reason).
|
1999-08-27 11:03:12 +00:00 |
|
warren%netscape.com
|
b1c540e4a4
|
Ported to the new nsPipe2 implementation.
|
1999-08-27 10:33:37 +00:00 |
|
jevering%netscape.com
|
8dfa81c80e
|
Finshed null reference fix.
|
1999-08-27 06:32:18 +00:00 |
|
jevering%netscape.com
|
49ec00b6b5
|
Free'd memory read fix.
|
1999-08-27 06:08:21 +00:00 |
|
rpotts%netscape.com
|
094c37e358
|
Fix for unix... nsIChannel needed to be fully defined...
|
1999-08-26 23:05:20 +00:00 |
|
rpotts%netscape.com
|
0085d83ab0
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
|
gagan%netscape.com
|
a5d6c9c5de
|
Argh... missed a free.
|
1999-08-25 23:58:24 +00:00 |
|
gagan%netscape.com
|
54c84be4b4
|
Fix for #11204.
|
1999-08-25 23:27:58 +00:00 |
|
warren%netscape.com
|
fe52d530ae
|
Added new nsIPipe/nsPipe2 stuff inside #ifdef NSPIPE2.
|
1999-08-24 21:47:23 +00:00 |
|
hshaw%netscape.com
|
6114a3c317
|
purging temporary NET_SOCKET_PROVIDER_BUILD ifdef, dougt checked in mac build support
|
1999-08-24 19:04:58 +00:00 |
|
dougt%netscape.com
|
a7dd519e15
|
Making nsNetModuleMgr use proxy.
Clean up nsNetModuleMgr API.
Change http to use new API.
|
1999-08-24 00:34:51 +00:00 |
|
gagan%netscape.com
|
eac40b7d91
|
We dont need this macro here now. Its available in nsCRT for all to use.
|
1999-08-23 08:30:55 +00:00 |
|
mccabe%netscape.com
|
a900e17559
|
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
|
1999-08-22 23:52:07 +00:00 |
|
hshaw%netscape.com
|
a16de4ba9d
|
allow selection of socket type using socket providers
|
1999-08-22 17:26:09 +00:00 |
|
mccabe%netscape.com
|
17cdc659d1
|
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 |
|
gagan%netscape.com
|
0c214adc91
|
Code style consistency cleanup.
|
1999-08-21 00:22:18 +00:00 |
|
tbogard%aol.net
|
57feff30c2
|
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
|
e7d4319fdd
|
backing out dougt
|
1999-08-19 02:35:39 +00:00 |
|
dougt%netscape.com
|
431a9eef50
|
Adding thread proxy support to Net Module Notification.
General cleanup
|
1999-08-18 09:32:26 +00:00 |
|
gagan%netscape.com
|
63d548333f
|
backslashes in ..\.. cases fixed. Thanks bratell@lysator.liu.se
|
1999-08-13 05:20:45 +00:00 |
|
warren%netscape.com
|
d944d70a84
|
Fix for bug 7682: StringBundle can't load URLs from imap thread.
|
1999-08-13 00:43:48 +00:00 |
|
gagan%netscape.com
|
1581724dae
|
Fixed bunch of M9 bugs for Necko.
|
1999-08-12 09:59:24 +00:00 |
|
valeski%netscape.com
|
551c3fdc95
|
added user agent language setter routine
|
1999-08-10 18:33:27 +00:00 |
|
rpotts%netscape.com
|
eabc748ec0
|
Implement nsIRequest::Cancel() for the SocketTransport.
|
1999-08-09 07:05:15 +00:00 |
|
morse%netscape.com
|
e3092f3888
|
cleaned up dialogs
|
1999-08-06 00:29:10 +00:00 |
|
rpotts%netscape.com
|
1a4d82c21f
|
bug #10739. Reworking header APIs... I've removed nsIHeader.h.
|
1999-08-05 08:28:49 +00:00 |
|
mscott%netscape.com
|
d37e51242e
|
bulletproof some NS_RELEASE's with NS_IF_RELEASE.
|
1999-08-04 21:23:26 +00:00 |
|
valeski%netscape.com
|
8cd7c54894
|
nsNetModRegEntry.cpp - fixed mem leak. nsStdURL.cpp - fixed port parsing bug
|
1999-08-04 21:20:48 +00:00 |
|
warren%netscape.com
|
529c0b2b71
|
Removed hack to export to netwerk/dist (used before landing necko).
|
1999-08-03 00:38:25 +00:00 |
|
warren%netscape.com
|
5e143d61d4
|
Removed nsCOMPtr breakage.
|
1999-07-31 07:30:49 +00:00 |
|
warren%netscape.com
|
07b963204e
|
Added GetLoadGroup/SetLoadGroup to nsIChannel so that redirects can discover the group.
|
1999-07-31 06:53:12 +00:00 |
|
warren%netscape.com
|
38ba2d2fad
|
Lots of cool logging code.
|
1999-07-31 06:28:31 +00:00 |
|
gagan%netscape.com
|
7226dc69b4
|
Fix MLK. Freeing up previous versions of mPath/mScheme
|
1999-07-31 00:15:49 +00:00 |
|
warren%netscape.com
|
ec14999c47
|
Added NS_ERROR_UNKNOWN_PROTOCOL, and changed dns error to NS_ERROR_UNKNOWN_HOST.
|
1999-07-30 04:17:23 +00:00 |
|