andreas.otte%primus-online.de
c26890c471
fix for bug 9040
...
git-svn-id: svn://10.0.0.236/trunk@47848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:51:54 +00:00
warren%netscape.com
556cf8505e
Factored file transport service out of file: protocol.
...
git-svn-id: svn://10.0.0.236/trunk@47704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:16:22 +00:00
gagan%netscape.com
2b7be5c20e
Now throwing a dialog box for basic auth username/password. This is a temporary checkin to allow basic auth work to progress. Eventually this will/must go away as the dialog box will come from the app triggered thru the HTTP event sink. But using this basic auth could be tested now.
...
git-svn-id: svn://10.0.0.236/trunk@47679 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:38:39 +00:00
valeski%netscape.com
ddb76a233d
content types are now forced to lower case: 13609
...
git-svn-id: svn://10.0.0.236/trunk@47368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:42:09 +00:00
jdunn%netscape.com
d4a13e9c17
Fix MAC bustage... don't need the static declaration
...
git-svn-id: svn://10.0.0.236/trunk@47266 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:54:23 +00:00
jdunn%netscape.com
62613afc8e
move GetInstance from the header to the CPP since HPUX was throwing an
...
unresolved symbol.
git-svn-id: svn://10.0.0.236/trunk@47258 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:05:47 +00:00
sfraser%netscape.com
25ebe9b71f
Fix the file type of the shared lib
...
git-svn-id: svn://10.0.0.236/trunk@47242 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:49:58 +00:00
valeski%netscape.com
f7a24b1291
optimized user-agent setting
...
git-svn-id: svn://10.0.0.236/trunk@47137 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:36:20 +00:00
rpotts%netscape.com
8120ead799
Fixed unix build bustage with forward declared nsCOMPtrs...
...
git-svn-id: svn://10.0.0.236/trunk@47109 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 07:40:10 +00:00
rpotts%netscape.com
afe97423dd
Remove the socket transport from the list of active transports if an error occurs while writing the request out to the server...
...
git-svn-id: svn://10.0.0.236/trunk@47106 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:59:20 +00:00
cls%seawood.org
f1c0f17632
Reorderd member initializers to remove silly warnings.
...
git-svn-id: svn://10.0.0.236/trunk@47050 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:02:03 +00:00
warren%netscape.com
d89e3159db
More fixes for nsCOMPtr inconsistencies.
...
git-svn-id: svn://10.0.0.236/trunk@46968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:43:06 +00:00
warren%netscape.com
d54498ba38
Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
...
git-svn-id: svn://10.0.0.236/trunk@46961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:45:36 +00:00
valeski%netscape.com
43da48a387
added accept */* to the default http request
...
git-svn-id: svn://10.0.0.236/trunk@46789 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:32:02 +00:00
briano%netscape.com
d244177553
General cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@46688 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:57:11 +00:00
warren%netscape.com
de60d2685c
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.
...
git-svn-id: svn://10.0.0.236/trunk@46637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:05:05 +00:00
rpotts%netscape.com
cbc7c059dc
bug #11376 . I added GetContentLength to nsIChannel so the content length can be gotten from a channel...
...
git-svn-id: svn://10.0.0.236/trunk@46514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:07:30 +00:00
briano%netscape.com
08f1c2c699
Removed the obsolete non-NECKO leftovers.
...
git-svn-id: svn://10.0.0.236/trunk@46475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:59:41 +00:00
dougt%netscape.com
236d74c4e5
bug fix for 13321.
...
git-svn-id: svn://10.0.0.236/trunk@46431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:53:13 +00:00
valeski%netscape.com
30bf2a8793
changed nsCOMTypeInfo<> template to NS_GET_IID macro
...
git-svn-id: svn://10.0.0.236/trunk@45978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:51:14 +00:00
dougt%netscape.com
baeab23036
Changes nsIAtom iterface to return a shared (non-allocated) wstring when
...
GetUnicode() is called. (thanks waterson, jband)
Also fixing 12237. (thanks jband).
git-svn-id: svn://10.0.0.236/trunk@45945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:21:29 +00:00
dougt%netscape.com
2aaa318dfd
Bug fix for 12702.
...
Adding notes to remove nsIAtom comparison by string.
git-svn-id: svn://10.0.0.236/trunk@45487 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:06:30 +00:00
jdunn%netscape.com
ad82a29847
change static_cast to NSCAP_STATIC_CAST
...
git-svn-id: svn://10.0.0.236/trunk@45476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:47:50 +00:00
valeski%netscape.com
dd53e579ec
warning fixes + removal of nsString constructor usage w/ internal string byte size specifier
...
git-svn-id: svn://10.0.0.236/trunk@45472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:13:51 +00:00
gagan%netscape.com
76c287a33c
Basic Auth stuff. very basic indeed.
...
git-svn-id: svn://10.0.0.236/trunk@45430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:21:12 +00:00
gagan%netscape.com
abdb76f145
added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
...
git-svn-id: svn://10.0.0.236/trunk@45325 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:46:23 +00:00
gagan%netscape.com
dc1a48433c
added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
...
git-svn-id: svn://10.0.0.236/trunk@45324 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:46:10 +00:00
gagan%netscape.com
0a3d90e92b
Basic Auth files. First checkin.
...
git-svn-id: svn://10.0.0.236/trunk@45323 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:40:12 +00:00
gagan%netscape.com
38c080482b
Added a struct to hold auth stuff. Not in the build (at least not for a couple of cycles anyway)
...
git-svn-id: svn://10.0.0.236/trunk@45322 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:39:38 +00:00
rpotts%netscape.com
d42454f6bb
ug #8443 . Added GetCharset to nsIHTTPChannel
...
git-svn-id: svn://10.0.0.236/trunk@45300 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:46:05 +00:00
norris%netscape.com
3a6d863c13
* clean up nsScriptSecurityManager
...
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
git-svn-id: svn://10.0.0.236/trunk@45080 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 21:58:42 +00:00
rickg%netscape.com
da713e88f4
replaced call to deprecated method in nsString
...
git-svn-id: svn://10.0.0.236/trunk@45069 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:44:48 +00:00
valeski%netscape.com
69aa0b4100
nsSTring2 to nsCString changeover
...
git-svn-id: svn://10.0.0.236/trunk@45059 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:43:16 +00:00
bruce%cybersight.com
bb26f3303c
Fix build bustage. This has an nsCOMPtr<nsIEventSinkGetter> so it must include nsIEventSinkGetter.h to fully define the type.
...
git-svn-id: svn://10.0.0.236/trunk@45037 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 07:04:31 +00:00
rpotts%netscape.com
146289bd13
Moved redirect logic out of the HTTPResponseListener and into the Channel...
...
git-svn-id: svn://10.0.0.236/trunk@45036 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 06:02:27 +00:00
dougt%netscape.com
63884f6de3
Fix for 12702. cookies work again.
...
git-svn-id: svn://10.0.0.236/trunk@45018 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 22:28:08 +00:00
gagan%netscape.com
7708ed2471
Fixed tabs to spaces and misc leaks...
...
git-svn-id: svn://10.0.0.236/trunk@44817 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:38:06 +00:00
warren%netscape.com
f42f069d47
Ported to the new nsPipe2 implementation.
...
git-svn-id: svn://10.0.0.236/trunk@44808 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:33:37 +00:00
warren%netscape.com
76404838dd
Fixed leak in NewURI.
...
git-svn-id: svn://10.0.0.236/trunk@44806 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:55 +00:00
rpotts%netscape.com
c1eed107d9
M9 BRANCH landing...
...
git-svn-id: svn://10.0.0.236/trunk@44701 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:55 +00:00
dougt%netscape.com
84a203e284
Making nsNetModuleMgr use proxy.
...
Clean up nsNetModuleMgr API.
Change http to use new API.
git-svn-id: svn://10.0.0.236/trunk@44184 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 00:34:51 +00:00
mscott%netscape.com
7b59f1b2d9
Add a do_QueryInterface to a call in AsyncRead. This fixes an assertion I keep getting whenever I bring up the browser.
...
git-svn-id: svn://10.0.0.236/trunk@44175 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 00:29:24 +00:00
mccabe%netscape.com
afea99f4a0
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.
git-svn-id: svn://10.0.0.236/trunk@44096 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 23:52:07 +00:00
hshaw%netscape.com
8a3e05c2f7
allow inheritance
...
git-svn-id: svn://10.0.0.236/trunk@44079 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 17:28:36 +00:00
mccabe%netscape.com
0ee0c94bc4
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.
git-svn-id: svn://10.0.0.236/trunk@44059 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
f54a574f03
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
...
git-svn-id: svn://10.0.0.236/trunk@44056 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 11:25:50 +00:00
gagan%netscape.com
297c9869a0
Code style consistency cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@43918 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 00:22:18 +00:00
leaf%mozilla.org
97bcf14c9a
Finishing backout of dougt
...
git-svn-id: svn://10.0.0.236/trunk@43539 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 02:58:12 +00:00
dougt%netscape.com
816c2914d7
Updating to use new NetMod Notification.
...
git-svn-id: svn://10.0.0.236/trunk@43489 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 09:33:27 +00:00
warren%netscape.com
894be4eb22
Fix for bug 7682: StringBundle can't load URLs from imap thread.
...
git-svn-id: svn://10.0.0.236/trunk@43270 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 00:43:48 +00:00