alecf%netscape.com
|
9a165b9999
|
augh, didn't mean to check these in
|
2001-12-02 23:17:11 +00:00 |
alecf%netscape.com
|
b1110a867c
|
ok, back out my ToLowerCase() change, it didn't make any difference
|
2001-12-02 23:15:31 +00:00 |
alecf%netscape.com
|
39387d6c7c
|
oops, one more try to back out
|
2001-11-27 23:55:03 +00:00 |
alecf%netscape.com
|
5ae11bc102
|
ack! back these out, weren't meant to land
|
2001-11-27 23:53:18 +00:00 |
alecf%netscape.com
|
72db545a76
|
debug stuff only - adding MOZ_COUNT_DTOR/CTOR and changing DEBUG to DEBUG_dougt
(last part r=dougt)
|
2001-11-27 23:52:05 +00:00 |
dp%netscape.com
|
397b2dab4b
|
bug# 105509 inlining nsHashKey::nsHashKey
r=dougt, sr=jband
|
2001-11-02 04:58:30 +00:00 |
dougt%netscape.com
|
6a03e7e9b8
|
Adding new hash key. r=darin@netscape.com, sr=brendan@mozilla.org bug=81956
|
2001-09-28 21:37:23 +00:00 |
cls%seawood.org
|
19699b8722
|
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
|
2001-08-14 04:18:27 +00:00 |
brendan%mozilla.org
|
8c7c819206
|
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
|
2001-07-31 19:05:34 +00:00 |
dbaron%fas.harvard.edu
|
85e687d9cd
|
Make ns[C]StringKey cooperate better with new string classes (although it doesn't participate in sharing). When created (non-cloned) from a flat string it will be dependent (as it was when created from ns[C]String), but it will copy non-flat strings. b=88411 r=jaggernaut sr=waterson (Complete comment for previous checkin.)
|
2001-06-29 23:09:38 +00:00 |
dbaron%fas.harvard.edu
|
cec1234d56
|
Make ns[C]StringKey cooperate better with new string classes (although it doesn't participate in sharing). When created (non-cloned) from a flat string it will be dependent (as it was when created from ns[C]String), but it will copy non-flat strings.
|
2001-06-29 23:08:23 +00:00 |
waterson%netscape.com
|
b6ea49d77e
|
Bug 65908. Reduce nsHashtable default size from 256 to 16 (the minimum that a PL_HashTable will allow). r=kandrot, sr=brendan.
|
2001-01-19 21:20:52 +00:00 |
valeski%netscape.com
|
152adde6f2
|
32185. r=wan-teh. Fixing hashtable enumeration lossage.
|
2000-09-01 19:11:24 +00:00 |
jst%netscape.com
|
b3a4ade60d
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
warren%netscape.com
|
b47c7c21df
|
Added back in nsOpaqueKey, used in nsMemCache. Went back to 37 as the magic number (prime).
|
2000-08-21 02:37:20 +00:00 |
warren%netscape.com
|
930a05de5a
|
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
|
2000-08-20 21:29:10 +00:00 |
warren%netscape.com
|
11801afbac
|
Changes to allow uncopied string keys. Changes to copy string key's null byte. code=jband, r=warren
|
2000-08-16 00:32:59 +00:00 |
warren%netscape.com
|
bfefb0ab2a
|
Fixed warnings.
|
2000-08-10 07:05:13 +00:00 |
warren%netscape.com
|
43fe8069d1
|
Fixed nscom.h -> nsCom.h
|
2000-08-10 06:35:34 +00:00 |
warren%netscape.com
|
4af572e4c1
|
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
|
2000-08-10 06:19:37 +00:00 |
warren%netscape.com
|
0cadfc216c
|
Fixed declaration of nsHashtableCloneElementFunc to have PR_CALLBACK.
|
2000-07-28 06:48:32 +00:00 |
cls%seawood.org
|
8deeb466c1
|
The WS5.0 problem cropped up again so I'm reapplying pavlov's previous fix.
|
2000-06-14 06:28:13 +00:00 |
pavlov%netscape.com
|
139d01474d
|
reverting previous checkin to fix workshop5 bustage as it has been fixed elsewhere
|
2000-06-12 05:34:27 +00:00 |
pavlov%netscape.com
|
cbccde4745
|
include nscore.h
|
2000-06-10 00:50:48 +00:00 |
pavlov%netscape.com
|
8146088deb
|
fix ws5 build bustage
|
2000-06-10 00:31:40 +00:00 |
inaky.gonzalez%intel.com
|
2b549b6f09
|
Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.
a=waterson; r=rayw,brendan,warren
|
2000-06-06 22:06:56 +00:00 |
mkaply%us.ibm.com
|
11949af38c
|
# 34082
r= dougt@netscape.com
OS/2 bring up continues - Adding PR_CALLBACKs for VisualAge Compiler
|
2000-05-02 22:38:04 +00:00 |
rickg%netscape.com
|
7c4f6b3293
|
landing phase 2 to remove deprecated string calls
|
2000-03-12 11:10:07 +00:00 |
fur%netscape.com
|
84ba653e17
|
In support of bug #8305 (Cache implementation), added new type of hash-table
key, an array of opaque data, not owned by the key. r: dougt
|
1999-11-16 03:10:54 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
jband%netscape.com
|
3f75ebc9ff
|
adding enumeration of CLSIDs and ProgIDs using code from Robert Ginda <rginda@ix.netcom.com>
|
1999-08-09 05:02:25 +00:00 |
dp%netscape.com
|
16a59c22db
|
Adding RemoveAndDelete() to nsObjectHashtable
|
1999-08-02 23:55:03 +00:00 |
dp%netscape.com
|
18c2f1d9a6
|
Adding nsHashtable::Reset(). Changing nsObjectHashtable destructor to use Reset instead of enumerate. This will cause hash entires to be removed from the hash table as values in the hash table are released.
|
1999-07-31 05:41:54 +00:00 |
warren%netscape.com
|
f079935296
|
Added nsObjectHashtable (for automatically copying and destroying elements). Also nsSupportsHashtable for refcounted elements.
|
1999-07-28 07:56:28 +00:00 |
tbogard%aol.net
|
eb0dd2815e
|
Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings.
|
1999-07-22 02:11:04 +00:00 |
warren%netscape.com
|
d2f79e5218
|
Made instance variables protected so that we can subclass.
|
1999-04-16 18:16:21 +00:00 |
dp%netscape.com
|
aa723aadf5
|
Thread Safe nsHashtable (on demand only)
|
1999-03-30 08:15:39 +00:00 |
waterson%netscape.com
|
72299217c8
|
Made the nsCStringKey class NS_COM so that it could be exported across DLLs.
|
1999-03-23 23:12:35 +00:00 |
warren%netscape.com
|
a4fb233916
|
Fix for broken linux compiler.
|
1999-03-19 06:18:08 +00:00 |
warren%netscape.com
|
6656b2284f
|
Added nsHashtable::Exists. Renamed nsProgIDKey to nsCStringKey (what it is).
|
1999-03-19 05:51:49 +00:00 |
dp%netscape.com
|
84607889b9
|
using nsHashtable for dllStore.
|
1999-03-12 11:23:49 +00:00 |
warren%netscape.com
|
3406dc1047
|
Implemented virtuals in cpp file to try to avoid linux pedantic error.
|
1999-03-09 14:09:11 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
warren%netscape.com
|
7d4a63e139
|
Added nsVoidKey and nsISupportsKey.
|
1999-02-06 04:01:23 +00:00 |
vidur%netscape.com
|
ef9770e5a1
|
Added a Reset method to nsHashtable
|
1999-02-03 19:35:11 +00:00 |
warren%netscape.com
|
449f4cb1fe
|
Added nsIAllocator and implementation. Made service manager services sticky'.
|
1999-01-27 02:02:22 +00:00 |
scullin%netscape.com
|
6c1d460ea1
|
Migrating public header files to public
|
1998-10-19 17:48:55 +00:00 |