dougt%netscape.com
87987ab7eb
Fixes 141235. Indexed-html converter doesn't handle parent directories for file protocol. r=chak@netscape.com, sr=darin@netscape.com.
2002-04-30 20:53:09 +00:00
bzbarsky%mit.edu
56c5bf7bda
Fix parsing of content-types with options (bug 138639). r=bbaetz, sr=darin.
2002-04-22 23:55:30 +00:00
bbaetz%student.usyd.edu.au
79a2e06fd7
Bug 134370 - ftp password displayed in page heading
...
r=dougt, sr=darin
2002-04-17 01:45:15 +00:00
dougt%netscape.com
2dbd1edd63
XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com
2002-04-15 22:26:29 +00:00
caillon%returnzero.com
26ee19adc5
Bug 135998, Clean up and shrink output of the HTML directory listing. r=bbaetz,glazou sr=darin a=valeski
2002-04-10 10:28:57 +00:00
timeless%mac.com
dc372ad5dc
Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data;
...
r=dougt sr=dveditz a=asa
2002-04-04 12:28:22 +00:00
bbaetz%student.usyd.edu.au
893165aeff
Bug 131407 - wrong dates from windows ftp servers
...
r=badami, sr=darin, a=dbaron
2002-03-27 05:43:49 +00:00
brade%netscape.com
bdeb4a5e64
init mMDTM to be safe (bug 126468; submitted by mcs, r=bbaetz, sr=darin, a=Asa)
2002-03-26 14:11:27 +00:00
dbaron%fas.harvard.edu
3f52b082bc
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:35:01 +00:00
cbiesinger%web.de
5dc491dac5
fix bustage on cabezon
2002-03-23 14:42:02 +00:00
cbiesinger%web.de
0604302118
bug 104906 r=pavlov sr=tor a=asa
...
imgRequest::SniffMimeType and nsUnknownDecoder::SniffForImageMimeType should be one function
2002-03-23 13:21:33 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
alecf%netscape.com
451df7d6c3
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +00:00
bbaetz%student.usyd.edu.au
37673acafc
Bug 127997 - Uninitialized memory read in nsStringBundle::FormatString
...
r=dougt, sr=darin, a=shaver
2002-03-12 05:56:29 +00:00
darin%netscape.com
bae2d8543b
ward of mac bustage
2002-03-12 01:09:11 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
alecf%netscape.com
cd8f07f3e8
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
badami%netscape.com
00fea02e9e
Leaking nsCStringKey objects
...
bug 73308 r=valeski sr=shaver a=brendan patch=tmutreja@netscape.com
2002-03-01 09:28:55 +00:00
pete%alphanumerica.com
e7b5cb1664
b=118639, r=bbaetz, sr=darin, a=asa
...
inadvertantly removed a needed nsMemory::Free when cleaning up leaks in this file.
--pete
2002-02-23 00:41:52 +00:00
bbaetz%student.usyd.edu.au
ab4d6c5338
Bug 106756 - fix vertical alignment for html directory viewer
...
r=basic, sr=sfraser, a=asa
2002-02-22 23:55:25 +00:00
badami%netscape.com
9e5bd88f46
Rolling back fix for bug 73308.
...
Seems to be causing regression 126311.
2002-02-20 04:01:22 +00:00
neeti%netscape.com
3e0aa934af
fix for bug 119220 - Occurances of uninitialized variables being used before being set, r=dougt, sr=darin
2002-02-18 15:22:56 +00:00
badami%netscape.com
a499ff0d85
Leaking nsCStringKey objects
...
Bug 73308 patch=tmutreja@netscape.com r=gagan sr=brendan
2002-02-18 07:46:08 +00:00
bzbarsky%mit.edu
97aad157b6
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
98afc5ee0f
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
darin%netscape.com
6e8972d37a
fixes bug 116798 "Opening IMAP mail hangs Mail program (and Mozilla)"
...
patch=adu@sparc.spb.su r/sr=bienvenu,darin
2002-02-08 23:29:12 +00:00
pete%alphanumerica.com
ce1f97ac38
bug=118639, sr=darin, r=dougt
...
fixed various leaks, expanded tabs and some style cleanup
--pete
2002-02-08 22:42:48 +00:00
bzbarsky%mit.edu
8cf5676cfc
Make parts of multipart streams expose content-disposition. Bug 123043,
...
r=law, sr=darin.
2002-02-06 03:39:04 +00:00
bzbarsky%mit.edu
40d60f39ec
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
seawood%netscape.com
6f8e2b987b
Move impl of nsIndexedToHTML::Create from .h to .cpp to fix BeOS bustage.
...
Bug 74803 sr=sfraser
2002-02-04 23:23:21 +00:00
bzbarsky%mit.edu
cc5252cce0
Make the unknown decoder pick up <table> and <div>. Bug 83480, r=rpotts,
...
sr=darin
2002-02-02 16:10:04 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
cathleen%netscape.com
8605704b12
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
2002-01-30 02:55:57 +00:00
cathleen%netscape.com
e0f55c7088
eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan
2002-01-29 21:30:32 +00:00
dougt%netscape.com
c50ca402ad
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
alecf%netscape.com
bcd6a6fb94
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
2002-01-27 22:02:00 +00:00
andreas.otte%debitel.net
38abf18e5f
fix bug 114063 [error loading FTP URL served by publicfile] fix
...
uninitialized time/date struct that caused a crash, fix so that we can
navigate this strange server, r=bbaetz, sr=darin
2002-01-15 22:34:32 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
sspitzer%netscape.com
11c636a95c
fix for #118876 . fix xml error when printing addressbook cards with < & or >.
...
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
brade%netscape.com
4652822bf2
remove unused static KStreamConverterServiceCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:36:22 +00:00
brade%netscape.com
e1cd14b504
remove unused statics kIOServiceCID and kComponentManagerCID saving 32 bytes (bug 117927; rs=darin)
2002-01-09 14:34:51 +00:00
pete%alphanumerica.com
fde4516e84
b=116170, r=dougt, sr=darin
...
fix for crash on ftp://ftp.dict.org/
--pete
2002-01-08 02:56:20 +00:00
alecf%netscape.com
5965318acb
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
ccarlen%netscape.com
525230cf76
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2002-01-07 14:35:04 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
tor%cs.brown.edu
073a7c9d91
Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
...
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00