Commit Graph

213 Commits

Author SHA1 Message Date
sspitzer%netscape.com
3ee3d2a564 fix for #26773, alert when there is a network error in mailnews. r=mscott, a=phil
git-svn-id: svn://10.0.0.236/trunk@61714 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 01:04:50 +00:00
gagan%netscape.com
e61e81e125 Completing the last change. r=valeski.
git-svn-id: svn://10.0.0.236/trunk@61559 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 02:08:01 +00:00
valeski%netscape.com
412d8083ea removing an un-necessary comment
git-svn-id: svn://10.0.0.236/trunk@61327 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 23:38:13 +00:00
ftang%netscape.com
9438300642 fix bug 28197 (firt part of 14155). Change the damage data ToNewCString to ToNewUTF8String. r=warren, a=bobj
git-svn-id: svn://10.0.0.236/trunk@61324 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 23:15:46 +00:00
warren%netscape.com
3595344969 Bug 27576 - fixed warnings. r=gordon
git-svn-id: svn://10.0.0.236/trunk@60841 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 07:53:08 +00:00
brade%netscape.com
d1b6d5d4b4 checkin change for valeski
git-svn-id: svn://10.0.0.236/trunk@60733 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 14:40:12 +00:00
valeski%netscape.com
0f30a9a32d 15594. r=gagan. adding protocol service to the linux and windows builds
git-svn-id: svn://10.0.0.236/trunk@60725 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 10:06:34 +00:00
valeski%netscape.com
940a145b1e 15594. r=gagan. The protocol proxy service. I'm just dropping this in for now. It won't be used until FTP changes are in
git-svn-id: svn://10.0.0.236/trunk@60724 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 10:04:56 +00:00
mccabe%netscape.com
484ef131f2 Remove trailing \ in NS_LOADGROUP_CID define, as it can unintentionally pick up subsequent text in generated .h file.
r=mozbot


git-svn-id: svn://10.0.0.236/trunk@60583 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 04:22:31 +00:00
gagan%netscape.com
660a5e7f37 Fixed bug 27024. Changed nsIHTTPChannel.idl to have proxy host/port
accessors and modifiers. Channels may now override the proxy setting
from the HTTP handler. r=valeski

Fixed bug 24329. Made mProxyAuthList in nsAuthEngine to keep the list of proxy authentications. Logout now clears both proxy and basic auths. r=rjc

Fixed bug 26149. Authenticate now aborts only if the user doesn't click cancel on the PromptUserPass dialog. Removed the unnecessary nsIChannel* parameter on Authenticate. r=rjc

Fixed bug 24304. We now register a callback for proxy preferences. r=rjc

Fixed bug 17158. We now honor "network.proxy.no_proxies_on" preference to diable proxy activity on specified host or domain. We still need a fix for 27141 to read and write this pref correctly. r=rjc

Fixed bug 16442. Referer is only added if its an http URI. r=rjc


git-svn-id: svn://10.0.0.236/trunk@60340 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 00:47:50 +00:00
valeski%netscape.com
4a69bc3193 removing our internal #defines, nsMimeTypes.h is the way to go now
git-svn-id: svn://10.0.0.236/trunk@60202 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 05:06:01 +00:00
valeski%netscape.com
04a89fe0fc removing UA component methods from ioservice
git-svn-id: svn://10.0.0.236/trunk@60102 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:45:18 +00:00
valeski%netscape.com
ad39f33f4f fixing unix bustage
git-svn-id: svn://10.0.0.236/trunk@60101 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:43:01 +00:00
valeski%netscape.com
7452040e8c adding nsIProxy to the unix and win makefiles
git-svn-id: svn://10.0.0.236/trunk@60087 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:09:12 +00:00
valeski%netscape.com
2940d89f94 no longer exporting nsIProxy.h
git-svn-id: svn://10.0.0.236/trunk@60085 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:07:59 +00:00
valeski%netscape.com
bf65116f0a .h is now gone
git-svn-id: svn://10.0.0.236/trunk@60084 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:07:11 +00:00
valeski%netscape.com
178f8d01b3 r=dougt. 10465. upgrading nsIProxy to a full blown idl
git-svn-id: svn://10.0.0.236/trunk@60082 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:05:29 +00:00
warren%netscape.com
b07abd219e Added stream buffering. Made file transport use it. Bug #19233 r=dougt
git-svn-id: svn://10.0.0.236/trunk@59751 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 07:31:43 +00:00
sspitzer%netscape.com
0895955f9b change to allow someone to use the "no strip url" interface in wallet.
no one is using it yet, because it doesn't work.

r=mscott


git-svn-id: svn://10.0.0.236/trunk@59623 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 05:01:42 +00:00
valeski%netscape.com
867f16ef2b URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
git-svn-id: svn://10.0.0.236/trunk@59615 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 03:44:22 +00:00
valeski%netscape.com
10c28e2ecb fixing bustage
git-svn-id: svn://10.0.0.236/trunk@59567 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:47:43 +00:00
valeski%netscape.com
8718a9a836 this iface has been replaced
git-svn-id: svn://10.0.0.236/trunk@59560 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:05:46 +00:00
valeski%netscape.com
8abecb4b3e r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data.
git-svn-id: svn://10.0.0.236/trunk@59559 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 23:04:47 +00:00
sspitzer%netscape.com
74e6873438 make it so we can stuff a value given to us by the user from a Prompt()
can be stuffed into the single signon database, just like a password
can be.  auth news needs this.  r=dp,alecf


git-svn-id: svn://10.0.0.236/trunk@59384 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 08:43:48 +00:00
mscott%netscape.com
5ec705b582 Bug #21173 --> Add a document uri retargeted flag. This flag is set when the uri loader retargets the output
of the channel to another content window.
r=travis


git-svn-id: svn://10.0.0.236/trunk@59156 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 05:03:58 +00:00
mscott%netscape.com
edb1094930 fix mac breakage for sspitzer...export nsIPrompt.idl
git-svn-id: svn://10.0.0.236/trunk@59145 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 01:48:40 +00:00
warren%netscape.com
a3e49a01bd Fixes to make jar: protocol actually be able to visit html files packaged in zip files. Resolves relative links now, although doesn't handle going to # anchors in html pages properly yet. Good enough for chrome work.
git-svn-id: svn://10.0.0.236/trunk@58909 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 08:57:14 +00:00
dougt%netscape.com
714da09a59 Landing nsIFile.
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:28:28 +00:00
warren%netscape.com
0d0c5b71f3 Fix to shutdown socket transport service. DNS service too. Bug #21124 r=valeski
git-svn-id: svn://10.0.0.236/trunk@58236 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 07:58:40 +00:00
warren%netscape.com
e7d0cf1e88 Re-added
git-svn-id: svn://10.0.0.236/trunk@57995 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 06:05:43 +00:00
rpotts%netscape.com
8457af366d bug #23055 (r=warren). Added LOAD_DOCUMENT_URI load attribute for the DocLoader to distinguish doc URIs
git-svn-id: svn://10.0.0.236/trunk@57915 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 06:12:54 +00:00
sspitzer%netscape.com
24fd826e2a backing out andreas and warren
git-svn-id: svn://10.0.0.236/trunk@57840 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 22:01:56 +00:00
warren%netscape.com
7ffc376de1 Moved CIDs to nsIURLParser.idl to avoid mac bustage.
git-svn-id: svn://10.0.0.236/trunk@57823 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 11:09:17 +00:00
warren%netscape.com
4bd740a4cb Added nsIURLParser.idl to manifest.
git-svn-id: svn://10.0.0.236/trunk@57810 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 09:26:06 +00:00
warren%netscape.com
41d0793ce9 Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
git-svn-id: svn://10.0.0.236/trunk@57808 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 08:50:03 +00:00
warren%netscape.com
37535818ea New files from andreas.otte@primus-online.de for numerous URL bugs. r=warren
git-svn-id: svn://10.0.0.236/trunk@57805 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 08:31:13 +00:00
warren%netscape.com
3ceb3c808c Added
git-svn-id: svn://10.0.0.236/trunk@57658 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 09:11:01 +00:00
morse%netscape.com
ad09c5c861 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp
git-svn-id: svn://10.0.0.236/trunk@57572 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:53:32 +00:00
rpotts%netscape.com
fec8a142fe Fix build bustage when mailnews is not part of the build... Duplicated some mime defines from nsMimeTypes.h :-(
git-svn-id: svn://10.0.0.236/trunk@57254 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-10 04:07:55 +00:00
rpotts%netscape.com
50c3fad132 Made contentType a read/write attribute of nsIChannel
git-svn-id: svn://10.0.0.236/trunk@57178 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 06:26:04 +00:00
warren%netscape.com
8d722e525c Cleanup
git-svn-id: svn://10.0.0.236/trunk@57058 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 02:06:57 +00:00
valeski%netscape.com
e6b431b1d2 23039. r=rpotts. FTP wasn't closing the data connection after data transfer. This was causing it to hang, waiting for the command channel to unblock.
git-svn-id: svn://10.0.0.236/trunk@56886 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:29:48 +00:00
morse%netscape.com
fd392898f3 add UniversalDialog, r=davidm
git-svn-id: svn://10.0.0.236/trunk@56804 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:17:11 +00:00
warren%netscape.com
4c588035a5 Added offline attribute.
git-svn-id: svn://10.0.0.236/trunk@56798 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 02:44:23 +00:00
sspitzer%netscape.com
2e52c17f46 warnings fixes, and fix for #21901, all password dialogs to have titles
if the user passes one in, or use "Password" if they pass null.


git-svn-id: svn://10.0.0.236/trunk@56308 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 23:03:29 +00:00
morse%netscape.com
6fa6d63278 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56217 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 18:32:21 +00:00
valeski%netscape.com
152b822223 20956. r=rpotts. necko no longer assumes any MIME type. we send out application/x-unknown-content-type internal MIME type if we don't *know* what the type is. It's now truly up to the app to figure out what to do
git-svn-id: svn://10.0.0.236/trunk@55551 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-07 07:00:47 +00:00
fur%netscape.com
f0328f2b2a Added cache control flags, in support of Bug #8305 (Implement cache)
git-svn-id: svn://10.0.0.236/trunk@55477 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-06 23:31:47 +00:00
warren%netscape.com
c7d8a4a439 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
git-svn-id: svn://10.0.0.236/trunk@55285 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-04 10:01:32 +00:00
warren%netscape.com
51881fbcea Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
git-svn-id: svn://10.0.0.236/trunk@54722 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 04:50:42 +00:00