Commit Graph

3507 Commits

Author SHA1 Message Date
darin%netscape.com
f3254ffa7f fixes bug 110846 "all nsStandardURL setters except SetSpec are missing the
escaping step" r=andreas.otte, sr=alecf
2001-11-26 23:28:44 +00:00
timeless%mac.com
51a4520c4a Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
jband%netscape.com
b6b7bfd723 trivial patch to avoid string assertions when entry is empty rs=jband 2001-11-22 23:32:49 +00:00
darin%netscape.com
299a79893c fixes bug 111072 "nsIOService::ExtractUrlPart does not return correct HOST
(flag=IOService.url_Host)" r=cmanske,andreas.otte, sr=mscott
2001-11-22 00:19:47 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mstoltz%netscape.com
0112bc8b41 Bug 94551 - HTML-escape HTTP header data written to about:cache-entry pages.
r=bbaetz, gagan, sr=darin
2001-11-21 00:49:17 +00:00
naving%netscape.com
f92d740c9c 110366 r/sr=darin, addref the reader before using it so that it doesn't get released from under us. 2001-11-20 21:09:14 +00:00
darin%netscape.com
9e63240a5d backing out last checkin for bug 110418 a=leaf 2001-11-20 20:41:52 +00:00
seawood%netscape.com
b957280c40 For Irix CC builds, change the default optimization flags to -O -g.
Lame workaround for bug 92099. r=bbaetz
2001-11-20 04:22:05 +00:00
darin%netscape.com
c48f8d05ba fixing comment which references nsStdURL 2001-11-20 02:29:47 +00:00
darin%netscape.com
abda2ac3e7 removing stale reference to nsStdURL.h 2001-11-20 02:29:07 +00:00
darin%netscape.com
782a4ea15d removing old files 2001-11-20 02:27:19 +00:00
darin%netscape.com
6376fb70cb another patch for bug 110418; r=morse, sr=alecf 2001-11-20 00:17:37 +00:00
gordon%netscape.com
87e3bb822d Fix bug 110327 "0775 is bad mask for for cache", checkin patch for timeless@mac.com, r=gordon, sr=darin. 2001-11-19 22:48:30 +00:00
darin%netscape.com
eb86e42576 fixes bug 110418; r=morse, sr=alecf 2001-11-19 21:26:56 +00:00
bzbarsky%mit.edu
b394eea231 Add detection of PDF and PostScript to the unknown content decoder.
Bugs 110662 and 110663, r=bbaetz, sr=rpotts
2001-11-19 20:25:53 +00:00
darin%netscape.com
b26867f744 fixes bug 110508 "doing SetSpec() with a string with a query doesn't do the
right thing" r=bbaetz, sr=sspitzer
2001-11-19 20:21:42 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
jst%netscape.com
833790a9a7 Fixing bug 109182. Don't allocate a string buffer every time NS_NewURI(nsIURI**, const nsAReadableString&) is called. r=dbaron@fas.harvard.edu, sr=darin@netscape.com 2001-11-16 08:23:28 +00:00
darin%netscape.com
36a44ba4ac landing standard url rewrite (bug 103916)
r=andreas.otte@debitel.net, sr=brendan,alecf
2001-11-16 02:09:13 +00:00
darin%netscape.com
f2be5d0782 fixes bug 97958 "[CRASH] on :jar protocol" r=dbaron, sr=dougt 2001-11-16 01:58:20 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
jaggernaut%netscape.com
0ecf7cce91 Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf 2001-11-14 12:35:52 +00:00
darin%netscape.com
f6a4f1885b patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
gerv%gerv.net
5011281b28 Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
naving%netscape.com
04b7af6942 104504 r/sr=darin. Null out the listeners once we are done with read requests. This fixes
nsImapCacheStreamListener and nsNntpCacheStreamListener leaks.
2001-11-10 01:13:06 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
ccarlen%netscape.com
98f34336a1 Bug 104020 - send out notification after SetOffline has completed, respond to profile change notifications. r=dougt/sr=darin 2001-11-07 04:26:19 +00:00
dbaron%fas.harvard.edu
bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
darin%netscape.com
16c15bf9cb fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
alecf%netscape.com
7088e71886 fix for bug 108684 - cache objects not included in bloat logs
r=gordon, sr=darin
2001-11-06 22:51:58 +00:00
blizzard%redhat.com
2b59cc6379 back out darin's fix for bug #107789 since it caused blocker #108637. 2001-11-06 16:32:52 +00:00
darin%netscape.com
481e50ee9a fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
bbaetz%cs.mcgill.ca
f31d27b233 Bug 38014 - show localised dates in html dir listing
Also fixes bug 99169 - display html dir listing file sizes in a nicer
format.

r=darin, sr=smfr
2001-11-06 01:46:18 +00:00
darin%netscape.com
061bb46ec9 fixes bug 107719 "avoid extra copy of http request headers"
r=bbaetz, sr=mscott
2001-11-04 05:50:37 +00:00
darin%netscape.com
930e7a1c9e fixes bug 103070 "No new connections issued when waiting for timeout"
r=bbaetz, sr=mscott
2001-11-04 05:46:06 +00:00
darin%netscape.com
c8de75ad9d fixes bug 98884 "Automatic page refresh for Expires META tag not working"
r=gagan, sr=dougt
2001-11-04 05:33:33 +00:00
hyatt%netscape.com
f7a2cb567f Fixing 18502, I misapplied the patch and checked in duplicate lines of code. Backing out. 2001-11-03 12:00:32 +00:00
hyatt%netscape.com
79f6e4162f Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband 2001-11-03 07:10:51 +00:00
seawood%netscape.com
ab8c4cf5f2 Define _BSD_SOURCE for Linux so that linuxppc's libc can find ftruncate. 2001-11-03 06:28:49 +00:00
gordon%netscape.com
4105328330 Fix bug 86474 "nsFileTransports won't truncate files", extends fix to other unix platforms besides linux. Checking in for lidl@pix.net, r=gordon, sr=darin. 2001-11-03 00:39:14 +00:00
alecf%netscape.com
fe03cfa32e REQUIRES cleanup 2001-11-03 00:16:29 +00:00
jaggernaut%netscape.com
9bcc72064d Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-02 06:39:49 +00:00
tao%netscape.com
f8fa28ae88 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
pete%alphanumerica.com
b52992027b b=107823, r=ccarlen, sr=brendan
--pete
2001-11-01 00:11:15 +00:00
gagan%netscape.com
3bcf4f269a Fix for bug 100595. Resetting cursor after buffer has been prepended with the boundary string. r/sr=darin/dougt 2001-10-31 23:51:38 +00:00
andreas.otte%primus-online.de
300a034231 fix bug 104876 [c:foo wrongly considered valid URL] this fixes a bug
in caching protocol handlers, scheme "c" was mixed up with scheme
"chrome" for example, c=darin@netscape.com, r=rjesup@wgate.com,
sr=dougt@netscape.com
2001-10-30 22:20:06 +00:00
dougt%netscape.com
20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00