Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Justin Lebar
|
8dfd539864
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-12 18:53:18 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Arpad Borsos
|
1b55360c07
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
|
|
2424da4ce9
|
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
|
2008-02-13 03:34:46 -08:00 |
|
|
|
98de634631
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
|
|
0f08b75950
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
bzbarsky@mit.edu
|
4158452847
|
Fix error in previous patch for bug 348691. Reviews pending.
|
2006-12-15 21:39:30 +00:00 |
|
bzbarsky@mit.edu
|
7334453c57
|
Make nsAString lookups in nsStaticCaseInsensitiveNameTable a little faster.
Bug 348691, r+sr=dbaron
|
2006-12-12 22:47:16 +00:00 |
|
gerv@gerv.net
|
c0cd46fc51
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
|
brendan@mozilla.org
|
365c98466c
|
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
|
2003-08-05 20:09:21 +00:00 |
|
timeless@mozdev.org
|
a1498b8e43
|
Bug 211276 nsStaticCaseInsensitiveNameTable::Init doesn't check the return value of PL_DHashTableInit Last
r=alecf sr=dbaron
|
2003-07-14 21:21:54 +00:00 |
|
alecf@netscape.com
|
80b5831587
|
fix for bug 195298 - pldhash ops tables should be const.. r=dougt, sr=sfraser
|
2003-04-04 15:10:37 +00:00 |
|
sfraser@netscape.com
|
99a555f9db
|
Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf.
|
2003-02-26 00:52:07 +00:00 |
|
bzbarsky@mit.edu
|
e12220b4f3
|
Make the string fu in nsStaticCaseInsensitiveNameTable a little smarter; use
that for nsCSSProps. Bug 162243, r=dbaron, sr=dveditz.
|
2003-01-17 04:55:10 +00:00 |
|
alecf@netscape.com
|
78285a8e5c
|
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
|
6572d95263
|
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 |
|
dougt@netscape.com
|
ac9b2eedb6
|
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
|
a3a0d9207e
|
Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
|
2002-03-19 04:30:17 +00:00 |
|
cathleen@netscape.com
|
c63437dfa3
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +00:00 |
|
bryner@netscape.com
|
17f6226921
|
Fixing a compiler warning (bug 125949). r=bzbarsky, sr=alecf.
|
2002-02-18 22:42:37 +00:00 |
|
jaggernaut@netscape.com
|
a1c9cb1d53
|
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
|
2001-12-17 07:14:49 +00:00 |
|
bryner@netscape.com
|
be78fecb9d
|
Backing out new code alecf accidentely checked in, fixing bustage.
|
2001-12-03 00:37:35 +00:00 |
|
alecf@netscape.com
|
589995dd38
|
ok, back out my ToLowerCase() change, it didn't make any difference
|
2001-12-02 23:15:31 +00:00 |
|
alecf@netscape.com
|
5cb62e381b
|
performance test - just to see if nsString.ToLowerCase() is faster than ToLowerCase()
no reviewer, will back out after one or two tinderbox cycles
|
2001-12-02 19:06:02 +00:00 |
|
alecf@netscape.com
|
d2eb83eb99
|
first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
|
2001-11-27 21:13:53 +00:00 |
|
bzbarsky@mit.edu
|
aa00eb2f47
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
|
cls@seawood.org
|
c59b959b20
|
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 |
|
jband@netscape.com
|
a3bee7bac4
|
initial checkin - NOT PART OF BUILD
|
2000-08-16 02:07:37 +00:00 |
|