alecf%netscape.com
0a48c10053
argh, back out my last checkin because Ts went UP not down!
2002-11-09 01:31:32 +00:00
alecf%netscape.com
4721428275
fix for bug 177401 - use nsAString& classes instead of wstring in nsIBinaryInputStream, to speed up fastload startup
...
sr=darin, r=dougt
2002-11-08 23:30:53 +00:00
dougt%netscape.com
ccb852037f
102812. enable file html directory listing mode r=bbaetz sr=darin.
2002-11-08 04:46:44 +00:00
bzbarsky%mit.edu
74a9b1ed3e
Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
...
177026, r=rpotts, sr=darin
2002-11-06 22:29:17 +00:00
timeless%mozdev.org
08e67fa458
Bug 178350 urichecker crashes things
...
r=cmanske sr=bz
2002-11-06 20:38:52 +00:00
dbaron%fas.harvard.edu
6bda942444
Fix shutdown leak of IO service and protocol proxy service by breaking cycle in XPCOM shutdown observer. Slight performance improvement to nsIOService::GetCachedProtocolHandler. b=174134 r=bbaetz sr=darin
2002-11-06 13:03:49 +00:00
dbaron%fas.harvard.edu
25aa073590
Fix shutdown leak of |nsHttpHandler| and |nsHttpConnection|s by moving calls to |DropConnections| from the |nsHttpHandler| destructor to the XPCOM shutdown observer. Fix error in |PurgeDeadConnections|. b=174131 r=bbaetz sr=darin
2002-11-06 13:01:42 +00:00
darin%netscape.com
48fdab4878
fixes bug 177326 "Mozilla rapidly repeats requests multiple times"
...
r=dougt sr=rpotts a=roc+moz
2002-11-01 01:11:32 +00:00
kairo%kairo.at
150568bb2e
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
bryner%netscape.com
3da502e553
Remove all necko references to dbm - it's no longer needed for anything (part of bug 175741). r=bbaetz,sr=darin, a=roc.
2002-10-30 09:09:49 +00:00
bzbarsky%mit.edu
f046fc90cf
Return the right originalURI. Bug 171396, r=timeless, sr=darin, a=roc+moz
2002-10-30 04:40:08 +00:00
darin%netscape.com
0c98213fed
marking nsIIOService frozen (b=157131) r=dougt
...
(this change was originally intended back in august, but we delayed making
the change in case someone came up with additional modifications to the
interface. that hasn't happened, so marking frozen without changes.)
2002-10-29 19:43:00 +00:00
dougt%netscape.com
f88bfa31cc
Fixes EPLF dates. patch by bugzilla@w.d6.org, r=dougt, sr=darin, a=blizzard
2002-10-28 06:30:16 +00:00
kaie%netscape.com
68f0cbb93c
b=175012 Mozilla don't support multipart/signed mail with md5 micalg parameter
...
r=ducarroz sr=darin a=asa
2002-10-22 14:48:14 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
neeti%netscape.com
5771630720
fix for bug 161352 - URL: can't load local file with semicolon (;) in name,r=dougt@netscape.com,sr=darin@netscape.com,a=asa@mozilla.org
2002-10-17 03:23:33 +00:00
leaf%mozilla.org
b25d2a38f7
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
alecf%netscape.com
1d5e85e876
bug 170983 - not part of build - update nsNetUtil static library to match current signatures, so this is an easy drop-in replacement
2002-10-15 18:08:57 +00:00
dbradley%netscape.com
b2813923c1
Bug 169902 - nsStandardURL::Resolve passes wrong length in some cases to ParseURL. r=dougt@netscape, sr=darin@netscape, a=brendan@mozilla.org
2002-10-14 19:20:54 +00:00
kaie%netscape.com
370c1737b9
b=171220 Profile switching network teardown race condition with NSS shutdown
...
r=ccarlen sr=darin a=asa
2002-10-14 14:42:13 +00:00
kaie%netscape.com
67c62394a7
b=106865 Blank page instead of SSL error dialog visiting https server
...
r=rpotts sr=darin a=asa
2002-10-14 14:34:40 +00:00
dougt%netscape.com
b2f41f9590
fixes download dialog comes up even though FTP server can't be found 173280, r=neeti@netscape.com, sr=darin@netscape.com, a=dbaron
2002-10-10 00:53:53 +00:00
gordon%netscape.com
fb7a7203da
Fix bug 164363 "nsDiskCacheEntry::Size() is incorrect" r=sdagley, sr=darin.
2002-10-09 03:01:11 +00:00
gordon%netscape.com
2dfe6bdc35
Fix bug 131727 "compiler warnings in nsDiskCacheBlockFile.cpp" r=sdagley,
...
sr=darin.
2002-10-09 03:00:09 +00:00
mstoltz%netscape.com
35ab60450f
Bug 163648 - Disable specific external protocol handlers with known security
...
problems. r=darin, sr=dveditz.
2002-10-09 00:54:43 +00:00
gordon%netscape.com
e2f8513c58
Fix bug 113081 "cache capacity not updated until mozilla is relaunched".
...
r=bnesse, sr=darin.
2002-10-08 22:35:08 +00:00
darin%netscape.com
70e5d7d189
fixing bustage
2002-10-08 22:15:57 +00:00
darin%netscape.com
c8c13bf0a8
fixes bug 172963 "remove dead mime code" r=dougt sr=alecf
2002-10-08 21:31:54 +00:00
gordon%netscape.com
742a575ad1
Fix bug 167525 "error writing 1k, 4k, 16k documents". Off by one bug with
...
respect to CalculateFileIndex(). r=dougt, sr=darin.
Also fix bug 166361 "Incorrect comparison in nsDiskCacheMap.cpp". sr=darin.
2002-10-08 20:09:04 +00:00
sfraser%netscape.com
09ee14b911
Landing fix for bug 164924 on the trunk -- don't use the build-in BinHex decoder on Mac or Mac OS X, and build the nsAppleFileDecoder on Mac OS X. r=sdagley, sr=darin
2002-10-08 03:12:32 +00:00
dougt%netscape.com
2e18d2c1d3
Provides support for a conditional interface map entry 172833, r=bzbarsky@mit.edu, sr=darin@netscape.com
2002-10-07 18:52:27 +00:00
darin%netscape.com
d3df569ddc
fixing oops from checkin for bug 157135 (reported as bug 172930)
2002-10-06 19:31:11 +00:00
darin%netscape.com
b6cb14410e
fixes sun bustage
2002-10-06 06:32:42 +00:00
darin%netscape.com
c0fa264890
fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
...
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
darin%netscape.com
d4be63aeab
moving nsIFileURL into the SDK now that it is frozen.
2002-10-06 02:28:27 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
varga%netscape.com
c0bc46e015
Fix for bug 172322. Merge securityOverlay.xul with navigator.xul.
...
r=kaie, sr=jag
2002-10-03 19:48:10 +00:00
aaronl%netscape.com
9113ce1184
Bug 134066. Make nsIPromptService support accesskey, via & before accesskey character. Also fixes bug 133582 - don't put initial focus on 'Don't ask me again' checkboxes in confirm dialogs. r=sgehani, sr=hewitt.
2002-10-01 05:13:37 +00:00
darin%netscape.com
5a150e89c5
fixes bug 168988 "HTTP should reject URLs that lack a hostname."
...
r=dougt sr=rpotts
2002-10-01 00:07:07 +00:00
dougt%netscape.com
1d12c0177b
Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com
2002-09-30 23:18:43 +00:00
dougt%netscape.com
24b79afe01
Fixes two FTP bugs 148881 cancelling ftp download before save file dialog is present and 169214 Viewing an HTML page with a missing CSS file via FTP crash. r=rpotts@netscape.com, sr=darin@netscape.com
2002-09-30 21:50:18 +00:00
brendan%mozilla.org
c5941df10a
Dougt didn't fix that tab nit... just for that, I'm stripping trailing spaces too\!
2002-09-29 17:46:18 +00:00
dougt%netscape.com
55fd3921f7
Fixes topcrash 171333 crash at startup in nsFileChannel if chrome modified [@ nsFileChannel::GetFile] r=danm@netscape.com, sr=brendan@mozilla.org
2002-09-29 16:50:08 +00:00
kairo%kairo.at
a296aba949
bug 131477 - Improve design of about:plugins page - this makes about:plugins themeable, plugins.html moved from global to communicator, r=beppe, sr=hewitt
2002-09-28 12:24:36 +00:00
darin%netscape.com
7234993c98
fixes bug 168577 "Crash in trunk [@ nsViewSourceChannel::GetURI] viewing
...
source of a mail message" r=bbaetz sr=bzbarsky
2002-09-28 04:51:50 +00:00
darin%netscape.com
4dbc5c57a4
fixing typo in comments
2002-09-28 04:37:42 +00:00
neeti%netscape.com
014afd4414
fix for bug 123388 - FTP should accept CR line endings, r=dougt@netscape.com, sr=darin@netscape.com
2002-09-27 20:19:04 +00:00
dougt%netscape.com
1566417aaf
move contentEncodings and applyConversion to a new interface. r=neeti@netscape.com, sr=darin@netscape.com, b=157133
2002-09-27 19:23:21 +00:00
darin%netscape.com
71bb3b05de
fixes bug 170789 "HTTP Accept: header should be tailored to context of the
...
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
dougt%netscape.com
0f9dcdf87f
Fixes File: URL's w/ an illegal drive name do not display fnf errors. r=neeti, sr=darin
2002-09-27 03:13:10 +00:00