alecf%netscape.com
|
192a3cb347
|
cleanup after the first fix for bug 154275 - handle errors better and get rid of mCount entirely
sr=jst, r=peterv
|
2002-06-26 19:36:24 +00:00 |
alecf%netscape.com
|
6f70a3ba57
|
bug 154280 - remove unimplemented operators from nsISupportsArray
r=dougt, sr=dveditz
|
2002-06-26 03:48:08 +00:00 |
alecf%netscape.com
|
e2f4a1a1ad
|
make nsStaticNameTable use PLDHash rather than nsHashtable, to reduce startup allocations from 1315 to 2
r=dougt, sr=dveditz
bug 154275
|
2002-06-26 03:46:39 +00:00 |
alecf%netscape.com
|
083f85bb7c
|
ack! fix check of entries to use PL_DHASH_ENTRY_IS_FREE() from my previous checkin to prevent tree closure tomorrow!
|
2002-06-26 03:43:43 +00:00 |
dbaron%fas.harvard.edu
|
2bf216c9e2
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
alecf%netscape.com
|
a454b53bf4
|
fix for bug 153754 - make nsPersistentProperties (and thus string bundles) use PLDHash, saving some 1100+ allocations at startup.
r=dougt, sr=dveditz
|
2002-06-26 01:33:07 +00:00 |
dougt%netscape.com
|
252ea143d4
|
Fixes 48888 - xpcom flat file backend. r=dp@netscape.com sr=waterson@netscape.com
|
2002-06-14 21:33:05 +00:00 |
cbiesinger%web.de
|
6197948cc3
|
bug 115473 r=pavlov sr=brendan
Remove timer priorities
|
2002-06-11 20:47:04 +00:00 |
dougt%netscape.com
|
4646c51914
|
Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org
|
2002-06-11 19:26:04 +00:00 |
brendan%mozilla.org
|
d613f5a321
|
Ensure a live keyHash *after* multiplying by the irrational (146907, r=dbaron, sr=shaver).
|
2002-06-05 00:47:38 +00:00 |
brendan%mozilla.org
|
fd1773dd5e
|
Back out troublesome parts of patch for 130544 (147997, r/sr=me).
|
2002-05-30 07:13:40 +00:00 |
brendan%mozilla.org
|
03f7c6d04a
|
Clean up nsICollection/nsSupportsArray {Append,Remove}Element return type (130544, r=dougt, sr=bienvenu).
|
2002-05-29 18:08:37 +00:00 |
dougt%netscape.com
|
e96df2ad1b
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
dougt%netscape.com
|
61e6bdb1cd
|
Use flat strings when constructing string keys. This fixes a few high volume string key constructors. See 135781. r=dp@netscape.com, sr=darin@netscape.com
|
2002-04-15 22:39:43 +00:00 |
timeless%mac.com
|
ee9982a802
|
Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data;
r=dougt sr=dveditz a=asa
|
2002-04-04 12:28:22 +00:00 |
seawood%netscape.com
|
f9479b8517
|
Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
|
2002-03-27 06:02:39 +00:00 |
dbaron%fas.harvard.edu
|
92aa754e0a
|
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-24 00:16:18 +00:00 |
jband%netscape.com
|
ca148e6fd1
|
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
|
2002-03-21 23:21:54 +00:00 |
timeless%mac.com
|
fc883176bf
|
Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
|
2002-03-19 04:30:17 +00:00 |
dougt%netscape.com
|
be5e52547c
|
DEBUG_dougt -> DEBUG_dougt_xxx. a=dbaron
|
2002-03-18 23:40:36 +00:00 |
brendan%mozilla.org
|
9cf2b94e8e
|
Fix JS/PL_DHashTableEnumerate to compress or shrink the table after enumeration using the same logic as ADD and REMOVE use (120953, r=dbaron, sr=shaver, a=asa).
|
2002-03-14 21:55:08 +00:00 |
alecf%netscape.com
|
6f0334c1c1
|
fix for bug 130135 - remove "virtual" from nsObserverList because it doesn't have virtual methods
(saves 4 bytes per list)
r=dougt, sr=darin, a=roc+moz
|
2002-03-12 15:46:19 +00:00 |
attinasi%netscape.com
|
8f12383a8e
|
Added NS_COM to fix linkage problems. Thanks Chris S~!
|
2002-03-07 22:38:41 +00:00 |
darin%netscape.com
|
026dda9f95
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
timeless%mac.com
|
301c2ad0df
|
bug 114166 final cleanup for nsDeque ( comments + whitespace only )
r=akkana sr=darin a=asa
|
2002-03-06 03:21:17 +00:00 |
nisheeth%netscape.com
|
fd47a2b589
|
Fix for bug 125465. r=jag, sr=jband, a=asa. Add AString, ACString, and AUTF8String support to XPCOM's variant data type. Also, add forward declarations of AString and ACString to nsrootidl.idl.
|
2002-03-05 02:22:02 +00:00 |
badami%netscape.com
|
c91edf9e38
|
Leaking nsCStringKey objects
bug 73308 r=valeski sr=shaver a=brendan patch=tmutreja@netscape.com
|
2002-03-01 09:28:55 +00:00 |
dp%netscape.com
|
75ab95a0b8
|
(again) bug 127941 Fixing leak of bucket memory; memset to 0 only if zeroit is
set. r=dougt, sr&a=shaver@mozilla.org
|
2002-03-01 00:03:58 +00:00 |
dp%netscape.com
|
ff27b61ff0
|
Backing out earlier change. Tree isn't open for checkin yet. Sorry.
|
2002-02-28 18:36:26 +00:00 |
dp%netscape.com
|
fe8cceb3a9
|
bug 127941 Fixing leak of bucket memory; memset to 0 only if zeroit is
set. r=dougt, sr&a=shaver@mozilla.org
|
2002-02-28 18:30:48 +00:00 |
cathleen%netscape.com
|
a3397b670d
|
backout nsCRT.h change. put back nsCRT::strlen(char* s). tree is burning out of control. I swear it builds on my machine! :-( Will need to evaluate and try later
|
2002-02-28 05:23:40 +00:00 |
cathleen%netscape.com
|
6c4220cfcb
|
eliminate nsCRT::strlen for char* strings (final part), bug 124536 r=dp sr=brendan a=roc+moz
|
2002-02-28 04:11:37 +00:00 |
dougt%netscape.com
|
de4c2451f4
|
Adding build SDK support. r=dougt, sr=alecf, submitted by seawood, a=asa
|
2002-02-25 23:20:01 +00:00 |
brendan%mozilla.org
|
3823b68fa9
|
Sync these mirrored sources with their primaries at js/src/jsdhash.[ch] (see bug 62164, r=shaver, sr=jband).
|
2002-02-23 10:04:29 +00:00 |
cathleen%netscape.com
|
981d3774de
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +00:00 |
jkeiser%netscape.com
|
8c356f549b
|
C++ wrapper for PLDHashTable (bug 125489), r=alecf@netscape.com, sr=brendan@mozilla.org
|
2002-02-20 06:08:53 +00:00 |
timeless%mac.com
|
51703c5d8f
|
Bug 114166 rewrite nsDeque
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
|
2002-02-20 03:08:32 +00:00 |
dp%netscape.com
|
300c7177e1
|
bug 125641 Adding id r=dougt sr=sfraser
|
2002-02-18 22:59:58 +00:00 |
alecf%netscape.com
|
789f07f13b
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
r=jag, sr=shaver
|
2002-02-18 22:57:47 +00:00 |
bryner%netscape.com
|
c654010ca3
|
Fixing a compiler warning (bug 125949). r=bzbarsky, sr=alecf.
|
2002-02-18 22:42:37 +00:00 |
mozilla.BenB%bucksch.org
|
14e66adef7
|
125881: Has() must return true for existing properties (the key exists), which
have a 0 value.
r=dougt, sr=jband
|
2002-02-17 10:11:25 +00:00 |
dbaron%fas.harvard.edu
|
e76aaf24ca
|
Speed up nsCRT::HashCode(const PRUnichar*) by renaming the version that does UCS-2 to UTF-8 conversion to nsCRT::HashCodeAsUTF8. r=jag sr=jst b=120363
|
2002-02-16 19:50:32 +00:00 |
dbaron%fas.harvard.edu
|
d376f6e5e2
|
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
|
2002-02-16 16:18:13 +00:00 |
ducarroz%netscape.com
|
0be687cc80
|
Fix bustage (again).
|
2002-02-12 05:17:18 +00:00 |
ducarroz%netscape.com
|
0c93d1cdd9
|
Fix bustage on Unix system.
|
2002-02-12 04:34:36 +00:00 |
ducarroz%netscape.com
|
e2f4284ede
|
Fix for bug 100591. We need to replace illegal characters in file name before trying to use it during a file save. R=cavin, law, SR=alecf, mscott
|
2002-02-12 03:57:39 +00:00 |
dp%netscape.com
|
fcca498893
|
bug 123988 Optimizing timers out when there are no allocations held r=dougt,sr=sfraser
|
2002-02-08 22:50:40 +00:00 |
cathleen%netscape.com
|
31f584b51c
|
eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan
|
2002-02-08 01:11:33 +00:00 |
racham%netscape.com
|
c5701870fa
|
Fixing bug 122309. Adding a new routine that can take a string and parse it on a delimiter to add elements to the nsCStringArray. r=dougt, sr=jag
|
2002-02-05 08:35:28 +00:00 |
cathleen%netscape.com
|
bf3e08eb5f
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |