Commit Graph

1241 Commits

Author SHA1 Message Date
gordon%netscape.com
e9bb24af9b Fix for bug 77844 "nsAboutProtocolHandler needs to look for anchor tags", sr = darin. 2001-05-03 02:36:45 +00:00
dougt%netscape.com
822b09027a removing ^M 2001-05-02 00:17:16 +00:00
dougt%netscape.com
332429897f Fixes 78279, 77939. r=gagan@netscape.com, sr=darin@netscape.com 2001-05-01 23:09:25 +00:00
rpotts%netscape.com
896be6d1f1 deleted a block of code inside of a comment... 2001-04-30 22:58:17 +00:00
bryner%uiuc.edu
dff466e307 Bug 75865 - HTTPS doesn't work through proxy.
http patch from darin, r=me, sr=rpotts.
psm patch from me, r=javi, sr=rpotts.
2001-04-29 19:42:38 +00:00
dbaron%fas.harvard.edu
7efdc67c03 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES. 2001-04-28 03:04:35 +00:00
dougt%netscape.com
b8df086dbe i collided with string bundle changes. fixing build bustage. r=valeski@netscape.com, a=buildgods 2001-04-27 22:22:56 +00:00
rpotts%netscape.com
259fce8009 fix for bugs #55867, 63529, 26295, 63247 (r=darin, valeski) 2001-04-27 21:05:52 +00:00
dougt%netscape.com
d0ab1b8298 Fixes 77032, 65270, 71556, 76274, 61290, 47689. Also makes Suspend/Resume work. r=neeti@netscape.com, sr=darin@netscape.com 2001-04-27 20:56:44 +00:00
chak%netscape.com
2d18aad32a Fix for Bug#76657 - ViewSource protocol handler must use nsIRequest::LOAD_FROM_CACHE
r=valeski, sr=brendan@mozilla.org, a=asa@mozilla.org
2001-04-19 19:41:14 +00:00
timeless%mac.com
46b177e406 fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
gagan%netscape.com
21e60a151c Fix for bug 68086. Replaced several about: files which were only redirecting to a new location with a single smarter one. r=rpotts, sr=darin 2001-04-18 03:09:32 +00:00
beard%netscape.com
3c6d3c3908 Fix for Mac bustage. r=gagan 2001-04-18 03:04:44 +00:00
dbaron%fas.harvard.edu
5d43a6148e Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing mime to mimetype in REQUIRES. 2001-04-16 22:55:25 +00:00
darin%netscape.com
07b749308f Fixes bug 75354 "https content is being cached on disk!!" r=bbaetz, sr=dougt 2001-04-16 20:39:10 +00:00
chak%netscape.com
b9342d088b Fix for bug#66334 - Viewsource needs to be a protocol handler
r=valeski,sr=rpotts
2001-04-16 20:17:36 +00:00
chak%netscape.com
69c02d8e7b Fix for bug#66334 - Viewsource needs to be a protocol handler
r=valeski,sr=rpotts
Not part of the build yet(pending some mac changes by ccarlen)
2001-04-16 20:00:20 +00:00
neeti%netscape.com
275dfd3fc6 checking in patch for bug 58034 - Accept-Language header needs q values. r=neeti, sr=darin 2001-04-16 14:56:21 +00:00
gagan%netscape.com
db95b02ecb Not part of the build yet. New files for bug 68086. Implemented a generic fat-free version for cases of about: that redirect to another URL. This will obsolete nsAboutCredits.*, mzAboutMozilla.*, and nsAboutPlugins.* 2001-04-16 10:07:56 +00:00
dbaron%fas.harvard.edu
31f5e71e87 Removing carriage returns (^M) to fix build bustage on cement tinderbox (IRIX). 2001-04-15 00:20:44 +00:00
dougt%netscape.com
e857e3b2a0 NotPartOfBuild - This is only a test of CVS 2001-04-14 22:39:57 +00:00
dougt%netscape.com
b5673a7057 NotPartOfBuild. 2001-04-14 22:38:46 +00:00
dougt%netscape.com
801492ac4b removing ^M 2001-04-14 22:37:39 +00:00
bbaetz%cs.mcgill.ca
9bc78ec2df Bug 70267 - implement gopher searches
r=dougt, sr=darin
2001-04-14 22:09:59 +00:00
dougt%netscape.com
dc49ce01a5 Fixing Mac Bustage. ftpcore.h was being included by the IDL file. It doesn't need to be. 2001-04-14 21:31:25 +00:00
dougt%netscape.com
58452faa5b Fixes 72774. Simple fix which checks the response code of the SYST command. If it is a 500 series we default to guessing the server is UNIX. r=bbaetz@cs.mcgill.ca 2001-04-14 20:36:24 +00:00
darin%netscape.com
9deb4986e3 Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
cache validation preferences and browsing via history.  r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
valeski%netscape.com
f3c5380747 sr=darin. no bug. just dead wood static cid cleanup 2001-04-13 11:23:11 +00:00
darin%netscape.com
83c07390f7 Fixes bug 43191 "frameset targets not selecting from cached frame" r=gagan, sr=waterson. 2001-04-13 07:30:27 +00:00
dougt%netscape.com
9154773289 Fixes refcount cycle pointed out by Mr. David Baron.
b=75110
r=dbaron@fas.harvard.edu
sr=darin@netscape.com
2001-04-12 23:37:15 +00:00
dougt%netscape.com
d2c8917d51 Fixes 75289. If you want to listen to the ftp control traffic, here is your chance.
sr=darin
2001-04-12 23:32:47 +00:00
pollmann%netscape.com
dc964acfd5 Bug 73309: Fix leak of <ConstStringImpl> in non-multipart form post case, r=rpotts@netscape.com, sr=jst@netscape.com 2001-04-12 01:41:47 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
darin%netscape.com
21a168675f Removing erroneous NS_BREAK from nsHTTPChannel 2001-04-10 06:58:50 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
tao%netscape.com
aa8dbfcee4 Clean up debug printf; no code changes. 2001-04-09 23:15:21 +00:00
morse%netscape.com
db2159561d bug 73964, unable to log in to compuserve, r=valeski, sr=darin 2001-04-09 04:16:54 +00:00
bbaetz%cs.mcgill.ca
ff83fccb33 bug 74666 - Wrong context used in nsFTPChannel::OnStopRequest
r=jag, sr=darin
2001-04-06 04:35:12 +00:00
gordon%netscape.com
a871a06406 Fix bug 74832, sr=darin. 2001-04-06 00:57:36 +00:00
darin%netscape.com
c5eba5936d Fixes bug 73029 "new cache time problems, reload sometimes broken"
r=disttsc@bart.nl,gagan sr=mscott
2001-04-05 03:56:54 +00:00
darin%netscape.com
c082dc3704 Fixes bug 74199 "about:cache-entry needs to know how to deal with
non-stream-based cache entries" r=gordon, sr=mscott
2001-04-04 07:25:58 +00:00
valeski%netscape.com
3b1eaff7c2 sr=shaver, r=dmose. 74554. fixing array index typo 2001-04-03 22:59:02 +00:00
disttsc%bart.nl
6200347fad Fix for bug 74488 (and hopefully bug 74552): app freezes in mail when psm dialog is brought up (/ a link is clicked), r=scc, sr=darin 2001-04-03 17:17:20 +00:00
darin%netscape.com
4e05acafb9 Fixes bug 72520 "support for cacheKeys must be implemented" r=gordon sr=dougt 2001-04-02 01:20:43 +00:00
darin%netscape.com
70077848e8 Fixes bug 73875 "www.fox.com does not load" r=beard sr=brendan 2001-04-02 01:12:40 +00:00
darin%netscape.com
c2cf727e40 Fixes bug 72320. abort on exit (sending "logout" to a closed IMAP socket?).
r=sspitzer,dougt,mscott.
2001-04-01 05:17:42 +00:00
darin%netscape.com
8befa3803a Fixes bug 72312 "gopher needs to wrap the proxy channel"
patch=bbaetz, r=dougt, sr=darin
2001-03-30 03:21:55 +00:00
dougt%netscape.com
9a9d053389 Fixes 70580, 73824. Also fixes a security hole related to port stealing as describe by rfc2577. r=gagan@netscape.com, sr=darin@netscape.com 2001-03-28 23:39:37 +00:00
darin%netscape.com
75a6ceb4df Fixes bug 73554. Incorrect error message for about-cache: when entry is not found.
patch=bbaetz@cs.mcgill.ca, r=bryner, sr=darin
2001-03-28 18:26:13 +00:00
darin%netscape.com
cd054310fc Fixes bug 73940. HTTP URLs with '?' characters should not be cached unless
an expiration time is explicitly provided by the server.
r=gagan,valeski sr=dougt,alecf
2001-03-28 18:24:13 +00:00