jdunn%netscape.com
|
3998cbe6ff
|
Fix MAC bustage... don't need the static declaration
|
1999-09-14 02:54:23 +00:00 |
jdunn%netscape.com
|
eafcae3901
|
move GetInstance from the header to the CPP since HPUX was throwing an
unresolved symbol.
|
1999-09-14 02:05:47 +00:00 |
sfraser%netscape.com
|
33a0552c99
|
Fix the file type of the shared lib
|
1999-09-14 00:49:58 +00:00 |
valeski%netscape.com
|
526d7b61ca
|
optimized user-agent setting
|
1999-09-13 18:36:20 +00:00 |
rpotts%netscape.com
|
03d5e07c67
|
Fixed unix build bustage with forward declared nsCOMPtrs...
|
1999-09-13 07:40:10 +00:00 |
rpotts%netscape.com
|
586ef031a5
|
Remove the socket transport from the list of active transports if an error occurs while writing the request out to the server...
|
1999-09-13 06:59:20 +00:00 |
cls%seawood.org
|
263211043d
|
Reorderd member initializers to remove silly warnings.
|
1999-09-12 12:02:03 +00:00 |
warren%netscape.com
|
41295ce854
|
More fixes for nsCOMPtr inconsistencies.
|
1999-09-11 19:43:06 +00:00 |
warren%netscape.com
|
fec02a32a9
|
Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
|
1999-09-11 18:45:36 +00:00 |
valeski%netscape.com
|
42feeddf17
|
added accept */* to the default http request
|
1999-09-10 18:32:02 +00:00 |
briano%netscape.com
|
93ef1fd41e
|
General cleanup.
|
1999-09-10 01:57:11 +00:00 |
warren%netscape.com
|
e6619b2ad6
|
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
|
1999-09-09 22:05:05 +00:00 |
rpotts%netscape.com
|
b4e64e851f
|
bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel...
|
1999-09-09 05:07:30 +00:00 |
briano%netscape.com
|
a461804a96
|
Removed the obsolete non-NECKO leftovers.
|
1999-09-09 00:59:41 +00:00 |
dougt%netscape.com
|
c8ae27c1bd
|
bug fix for 13321.
|
1999-09-08 22:53:13 +00:00 |
valeski%netscape.com
|
03b9d2d6cb
|
changed nsCOMTypeInfo<> template to NS_GET_IID macro
|
1999-09-03 23:51:14 +00:00 |
dougt%netscape.com
|
dd5c903d9e
|
Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called. (thanks waterson, jband)
Also fixing 12237. (thanks jband).
|
1999-09-03 22:21:29 +00:00 |
dougt%netscape.com
|
cd9ac1155d
|
Bug fix for 12702.
Adding notes to remove nsIAtom comparison by string.
|
1999-09-01 20:06:30 +00:00 |
jdunn%netscape.com
|
d1bffaab39
|
change static_cast to NSCAP_STATIC_CAST
|
1999-09-01 19:47:50 +00:00 |
valeski%netscape.com
|
ea3a16ee62
|
warning fixes + removal of nsString constructor usage w/ internal string byte size specifier
|
1999-09-01 14:13:51 +00:00 |
gagan%netscape.com
|
f5d3f920c0
|
Basic Auth stuff. very basic indeed.
|
1999-09-01 04:21:12 +00:00 |
gagan%netscape.com
|
c21789520c
|
added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
|
1999-08-31 10:46:23 +00:00 |
gagan%netscape.com
|
7613c10b8a
|
added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
|
1999-08-31 10:46:10 +00:00 |
gagan%netscape.com
|
9e35370d9a
|
Basic Auth files. First checkin.
|
1999-08-31 10:40:12 +00:00 |
gagan%netscape.com
|
2fe02d2b71
|
Added a struct to hold auth stuff. Not in the build (at least not for a couple of cycles anyway)
|
1999-08-31 10:39:38 +00:00 |
rpotts%netscape.com
|
9ed88d7a2f
|
ug #8443. Added GetCharset to nsIHTTPChannel
|
1999-08-31 04:46:05 +00:00 |
norris%netscape.com
|
59b4dc8374
|
* clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
|
1999-08-29 21:58:42 +00:00 |
rickg%netscape.com
|
60fd329e91
|
replaced call to deprecated method in nsString
|
1999-08-29 17:44:48 +00:00 |
valeski%netscape.com
|
496fcc14d9
|
nsSTring2 to nsCString changeover
|
1999-08-29 16:43:16 +00:00 |
bruce%cybersight.com
|
34779a3e57
|
Fix build bustage. This has an nsCOMPtr<nsIEventSinkGetter> so it must include nsIEventSinkGetter.h to fully define the type.
|
1999-08-29 07:04:31 +00:00 |
rpotts%netscape.com
|
c918f0395c
|
Moved redirect logic out of the HTTPResponseListener and into the Channel...
|
1999-08-29 06:02:27 +00:00 |
dougt%netscape.com
|
77fa9d9ffb
|
Fix for 12702. cookies work again.
|
1999-08-28 22:28:08 +00:00 |
gagan%netscape.com
|
57a7e15a93
|
Fixed tabs to spaces and misc leaks...
|
1999-08-27 12:38:06 +00:00 |
warren%netscape.com
|
184fdb8f91
|
Ported to the new nsPipe2 implementation.
|
1999-08-27 10:33:37 +00:00 |
warren%netscape.com
|
ea137ab9b5
|
Fixed leak in NewURI.
|
1999-08-27 10:32:55 +00:00 |
rpotts%netscape.com
|
3ed5c99db2
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
dougt%netscape.com
|
3da49a37cd
|
Making nsNetModuleMgr use proxy.
Clean up nsNetModuleMgr API.
Change http to use new API.
|
1999-08-24 00:34:51 +00:00 |
mscott%netscape.com
|
b4e122caf6
|
Add a do_QueryInterface to a call in AsyncRead. This fixes an assertion I keep getting whenever I bring up the browser.
|
1999-08-24 00:29:24 +00:00 |
mccabe%netscape.com
|
3d4917b628
|
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
|
c125258520
|
allow inheritance
|
1999-08-22 17:28:36 +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 |
gagan%netscape.com
|
1bb2a5c082
|
Code style consistency cleanup.
|
1999-08-21 00:22:18 +00:00 |
leaf%mozilla.org
|
a38e6bedf1
|
Finishing backout of dougt
|
1999-08-19 02:58:12 +00:00 |
dougt%netscape.com
|
540f6d37a8
|
Updating to use new NetMod Notification.
|
1999-08-18 09:33:27 +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 |
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 |
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 |
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 |