Commit Graph

2957 Commits

Author SHA1 Message Date
disttsc%bart.nl
62e75a5468 Only try to create an instance of the secure browser UI if PSM is installed. Bug=76292, r=timeless, sr=ben 2001-04-17 07:01:15 +00:00
gordon%netscape.com
fd4f0027b9 First implementation of "flat files" for cache. 2001-04-17 03:54:48 +00:00
drapeau%eng.sun.com
7e8796fb70 Bug fix for Bugzilla bug 53080. Includes a JavaScript XPCOM component that
does the automatic proxy config.  Much thanks to Denis Antrushin
(adu@sparc.spb.su), among others, for writing this fix.
2001-04-17 02:34:47 +00:00
dbaron%fas.harvard.edu
b422675b61 Remove carriage returns (^M) to fix cement (IRIX) bustage. 2001-04-17 00:32:17 +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
valeski%netscape.com
6cd03e0901 sr=vidur, r=dbaron. fixing leak and updating hashtables to newer, better, versions. 75337 2001-04-16 21:11:20 +00:00
jgmyers%netscape.com
ddc11fc7e7 rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott 2001-04-16 21:01:29 +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
ccarlen%netscape.com
f1b7600dc5 Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com 2001-04-16 20:15:08 +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
dougt%netscape.com
45d8a3f0f0 Fixes bug 64686. Simple impl of ReadSegments. r=gagan@netscape.com, sr=darin@netscape.com. 2001-04-16 19:59:36 +00:00
darin%netscape.com
0a83d6b079 Fixes bug 76064 "nsSocketBOS::Write does not initialize return value"
patch=rginda, sr=darin
2001-04-16 19:57:38 +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
gordon%netscape.com
7fd591fd71 Test for nsDiskCacheBlockFile.cpp [not part of build]. 2001-04-16 08:37:47 +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
colin%theblakes.com
5fb258f72f Use MOZ_COMPONENT_LIBS and pass via EXTRA_DSO_LDOPTS instead
of EXTRA_LIBS. r=cls b=75876.
2001-04-13 23:21:54 +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
darin%netscape.com
cb895992eb Fixes bug 74512 "file transport should support non-blocking streams" r=dougt, sr=rpotts. 2001-04-13 06:14:11 +00:00
anatoliya%netscape.com
efc11b2fd5 bug-4596 r=jelwell, suresh sr=kin 2001-04-13 04:13:10 +00:00
mscott%netscape.com
fb8f27eb17 Fix some assertions by making sure nsStreamListenerTee's isupports definition includes nsIRequestObserver.
sr=darin
2001-04-13 02:50:31 +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
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
mkaply%us.ibm.com
ea85802099 #69613
r=dougt, sr=darin
OS/2 needs to follow part of a Windows codepath
2001-04-11 11:06:25 +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
ccarlen%netscape.com
070ab8891b New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts 2001-04-10 14:40:07 +00:00
darin%netscape.com
470cedbebc fixes win32 startup crash. sr=sspitzer 2001-04-10 09:07:11 +00:00
darin%netscape.com
21a168675f Removing erroneous NS_BREAK from nsHTTPChannel 2001-04-10 06:58:50 +00:00
darin%netscape.com
29731a379a Removed erroneous NS_BREAK from nsSocketRequest::Cancel 2001-04-10 06:57:01 +00:00
pavlov%netscape.com
229d32210a removing the statusArg param to OnStopRequest to fix build bustage 2001-04-10 06:40:51 +00:00
darin%netscape.com
d234a6c1fa Needed to fix mac bustage from necko api changes. 2001-04-10 06:21:54 +00:00
darin%netscape.com
6235a400ca Fixes mac bustage 2001-04-10 06:19:33 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
darin%netscape.com
64e0a33192 Necko API changes, bug 74221. r=valeski, sr=rpotts 2001-04-10 05:57:29 +00:00
darin%netscape.com
e938b93033 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 05:43:26 +00:00
tao%netscape.com
aa8dbfcee4 Clean up debug printf; no code changes. 2001-04-09 23:15:21 +00:00
gordon%netscape.com
d04770c91b Fix bug 73441 "New cache needs "Clear" functionality. Changed pref advanced cache panel clear buttons to clear new cache devices, and fixed bug in nsMemoryCacheDevice to avoid calling nsCRT::strlen(nsnull). sr=darin. 2001-04-09 09:52:15 +00:00
gordon%netscape.com
0e2c10a02c Fix bug 75171 "implement nsCacheSession::EvictEntries", sr = darin. 2001-04-09 08:14:08 +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