jst%mozilla.jstenback.com
d7c3908a90
Fixing part of bug 241157. Making it valid for an nsIVariant to hold a interface pointer pointing to null. r=ben@bengoodger.com, sr=darin@meer.net.
2004-05-21 21:19:13 +00:00
caillon%redhat.com
178bb153f1
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
jst%mozilla.jstenback.com
30f4e1ec2d
Yet one more part for bug 243484. Clean up some string handling code in nsVariant, and do some other generic cleanup too. r+sr=peterv@propagandism.org
2004-05-13 22:52:14 +00:00
darin%meer.net
96c93347b1
fixes bug 241876 "nsIDHashKey does not define a KeyEquals method" r+sr=bsmedberg
2004-04-27 17:07:42 +00:00
gerv%gerv.net
31625ba2b1
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
cls%seawood.org
e887c496ee
Fix mingw 3.3.1/3.3.3 bustage.
...
Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Remove dllimport/dllexport declarations from all nsXPTCStubBase functions and just export the class itself.
Bug #226609 r=shaver/swalker sr=dbaron a=chofmann
2004-03-16 08:07:25 +00:00
cls%seawood.org
3977ae5a71
Backing out changes from bug 226609. MSVC is being uncharacteristically picky.
2004-03-16 00:59:29 +00:00
cls%seawood.org
8e702f20f2
Fix mingw 3.3.1/3.3.3 bustage. Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
...
Bug #226609 r=shaver sr=dbaron a=chofmann
2004-03-15 23:47:04 +00:00
timeless%mozdev.org
b99905cda6
Bug 235271 nsTimelineService - Warning (Anachronism): Formal argument ... of type extern "C" in call to ...(..., extern "C"...) is being passed something else
...
r=dbaron sr=dbaron
2004-03-08 07:27:06 +00:00
brendan%mozilla.org
65bbfda81a
Fix Read and Equals bugs, clean up other poor code (235307, r=dougt, sr=darin).
2004-02-25 23:38:40 +00:00
jshin%mailaps.org
e5dab37fe0
bug 229705 : CStringArray should accept |nsACString&| instead of |nsCString&|. r=mscott, sr=alecf (with darin, jst, dbaron helping)
2004-02-20 01:54:55 +00:00
jshin%mailaps.org
a99b882982
bug 233485 : add 'size' parameter to nsAutoBuffer (r=ccalren, sr=rbs)
2004-02-19 10:50:20 +00:00
darin%meer.net
8d65e087ae
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
bryner%brianryner.com
ac9cbd3e87
Backing out nsHashtable dtor change (bug 229875) - this needs to be virtual. Thanks to bienvenu for pointing out the problem.
2004-02-13 19:04:38 +00:00
jst%mozilla.jstenback.com
505c634885
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
ccarlen%mac.com
90910fcb46
Bug 161982 - need an autobuffer impl available to all code. This is a template version of nsSpillableStackBuffer, which is defined in more than 1 place. r=brade/sr=bryner
2004-02-06 20:15:59 +00:00
jshin%mailaps.org
0f9983b873
bug 229705: make CStringArray:CStringAt accept nsACString& as out param. (r=alecf, sr=bz)
2004-02-06 09:49:22 +00:00
bryner%brianryner.com
6e68ebaa46
Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes.
2004-02-04 04:55:57 +00:00
bryner%brianryner.com
0ca4d12034
Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin.
2004-02-03 08:32:33 +00:00
neil%parkwaycc.co.uk
d83422b6c2
Bug 230707 nsRefPtrHashtable (like nsInterfaceHashtable but for refcounted objects of concrete types) r=bsmedberg sr=alecf
2004-01-31 12:37:36 +00:00
bryner%brianryner.com
a10a5e8383
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
2004-01-22 01:01:19 +00:00
tor%cs.brown.edu
285c42cad8
Bug 229652 - invalid gif could crash browser. r=darin, sr=bryner
2004-01-16 23:32:25 +00:00
bryner%brianryner.com
0c7c3a2ff3
Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
2004-01-15 06:14:18 +00:00
brendan%mozilla.org
1d61995445
Unify license comment per js/src/plify_jsdhash.sed, plus comment simplification.
2004-01-15 02:00:55 +00:00
bryner%brianryner.com
e078b585e3
Remove unused nsStatistics (bug 230599). r=dougt, sr=jst.
2004-01-13 20:59:10 +00:00
bryner%brianryner.com
da21ab0661
Remove unused PLVector and nsVector (bug 230556). r=dougt,sr=dbaron
2004-01-12 22:47:52 +00:00
bzbarsky%mit.edu
385b61a598
Get rid of another nsSupportsHashtable user, moving closer to "no raw addrefed
...
returns" nirvana. Bug 230092, r=bsmedberg, sr=darin
2004-01-10 02:00:40 +00:00
bryner%brianryner.com
dac4fa30ed
Remove obsolete string service. Bug 230484, r=dougt, sr=dbaron.
2004-01-09 21:43:32 +00:00
bryner%brianryner.com
00aae51b9d
removing dead file. not part of the build.
2004-01-09 09:06:23 +00:00
roc+%cs.cmu.edu
7cbc0c61b9
Bug 118117. Fix bad constants. patch by tenthumbs, r=roc,sr=bz
2004-01-09 04:37:19 +00:00
bzbarsky%mit.edu
7d1f0c7ed2
Make ReplaceObjectAt a little safer. Bug 227780, r=timeless, sr=alecf
2004-01-05 23:43:28 +00:00
cbiesinger%web.de
55abef3994
addressing the reviewer comments
2003-12-29 13:22:49 +00:00
cbiesinger%web.de
b3516a4418
bug 228794, r=bsmedberg sr=alecf
...
add nsInterfaceHashtable::GetWeak
2003-12-29 13:21:21 +00:00
peter%propagandism.org
45f50dbc47
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 09:56:23 +00:00
timeless%mozdev.org
6896eb831f
Bug 226169 DRefTool analysis for timeline files
...
r=roc sr=roc
2003-12-21 06:17:28 +00:00
jshin%mailaps.org
4e090b9734
bug 226623: XFT build crashes on PLHashRawAdd. Switch to nsClassHashTable and add a new HashKeyType that duplicates a string in ctor. (r=bsmedberg, sr=bryner, a1.6=tor)
2003-12-10 21:27:01 +00:00
dbaron%dbaron.org
8b9610f595
Include nscore.h instead of nsCom.h. b=226555 r=dougt sr=darin a=asa
2003-11-29 18:56:10 +00:00
timeless%mozdev.org
d8323ba73f
Bug 106386 Correct misspellings in source code
...
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
2003-11-17 10:05:45 +00:00
bzbarsky%mit.edu
6e374aa4e1
Don't use precision so high it gets rounded in a way we don't want. Bug
...
118117, r+sr=roc
2003-11-15 21:51:39 +00:00
sicking%bigfoot.com
56ad1b1cba
Bug 225507: Implement nsCOMArray::SafeObjectAt for out-of-bounds safe access.
...
r=bryner sr=alecf
2003-11-13 17:01:20 +00:00
bsmedberg%covad.net
2034fc15f9
Bug 212222 - Load default prefs from the GRE and from the application. r/sr=alecf/darin
...
NOTE: This is only the backend work necessary to load prefs. The actual separation of prefs into application/embedding will happen in another bug.
2003-11-03 16:46:13 +00:00
dbaron%dbaron.org
3ca027dcc3
nsCOMArray should not use nsDerivedSafe. b=221525 r=bryner
2003-10-07 23:17:58 +00:00
dougt%meer.net
1d91b8a1dd
add Sort() to nsCOMArray. Patch from ari the_great_spam_bin@yahoo.com. r=alecf, b=211535
2003-10-07 05:42:28 +00:00
pkw%us.ibm.com
bbef938929
Bug 219493 - nsPersistentProperties doesn't handle multi-line properties
...
files correctly. This is a better patch than the original one.
r=darin@meer.net , sr=alecf@flett.org
2003-09-25 16:28:06 +00:00
pkw%us.ibm.com
f47146b27c
Bug 219493 - nsPersistentProperties doesn't handle multi-line properties
...
files correctly. Checking in the first patch in this bug to ensure there
are no major regressions.
r=darin@meer.net , sr=alecf@flett.org
2003-09-22 16:28:55 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
bryner%brianryner.com
06c7c1b2b4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
bsmedberg%covad.net
c174638b2d
Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other
...
compilers didn't barf already!) r=swalker sr=scc a=asa
2003-08-09 19:24:24 +00:00
brendan%mozilla.org
b7cdb7debb
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
dougt%meer.net
b74426322b
this shouldn't have been checked in
2003-08-05 06:34:54 +00:00