cls%seawood.org
bc24ffd464
Backing out previous changes.
...
Missed a cplus_demangle call and it turns out that all of trace-malloc needs to be tweaked to use c++ instead of C.
Bug #232763
2004-02-10 18:55:04 +00:00
cls%seawood.org
f390e6de11
Remove unneeded -liberty references.
...
Bug #232763
2004-02-10 17:21:14 +00:00
cls%seawood.org
1c32a0ea76
Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle.
...
Bug #232763 r=dbaron sr=brendan
2004-02-10 16:19:47 +00:00
jshin%mailaps.org
2a5271893e
bug 227547: convert NFD to NFC on MacOS X : nsFileSpec patch (r=ccarlen, sr=dbaron)
2004-02-10 05:05:01 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
brendan%mozilla.org
220fbc1ec2
Typo in comment.
2004-02-07 05:38:56 +00:00
tor%cs.brown.edu
56ae9ec2f5
bustage fix
2004-02-07 03:06:25 +00:00
tor%cs.brown.edu
413c458749
bustage fix
2004-02-07 02:58:18 +00:00
tor%cs.brown.edu
b46544f169
Bug 208314 - remove use of iostreams to allow building with compilers
...
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
ccarlen%mac.com
c12df996a2
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
a5dab7a379
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
0cf1253322
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
48117afde3
Turn off visibility until I can figure out how to fix this for older gcc's that won't accept visibility=default
2004-02-03 09:09:41 +00:00
bryner%brianryner.com
6c7448b0e3
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
575f7c4977
Bug 230707 nsRefPtrHashtable (like nsInterfaceHashtable but for refcounted objects of concrete types) r=bsmedberg sr=alecf
2004-01-31 12:37:36 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
pinkerton%aol.net
60aa753170
add support for OSX 10.3 SDK support so build done on 10.3 can be run on
...
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
dbaron%dbaron.org
94ae3e973e
Speed up constructors of nsAutoString and nsCAutoString by calling nsStrPrivate::Initialize only once. b=188828 r=darin sr=alecf
2004-01-29 04:00:47 +00:00
bzbarsky%mit.edu
b932e9f94c
Make three changes:
...
1) Use GetWeak() on the queue hashtable where possible
2) Fix what looks like a bug in CreateEventQueue (passing wrong thread
to MakeNewQueue).
3) Fix what looks like a bug in PushThreadEventQueue (looking at the original
queue for the thread rather than the youngest one).
Bug 230092, r=danm, sr=darin
2004-01-28 23:13:48 +00:00
jshin%mailaps.org
f185240ddc
follow-up to bug 227547 (not a bug) : added missing 'const' qualifier to the first parameter of CopyUTF8toUTF16NFC()
2004-01-28 08:21:39 +00:00
jshin%mailaps.org
c1cd0c39a9
bug 227547: return local file names after converting NFD (decomposed Unicode) to NFC (composed Unicode) for consumers (Mac OS X only). r=ccarlen, sr=sfraser
2004-01-28 05:55:30 +00:00
bryner%brianryner.com
253f254d8c
Some cleanup to nsProxyObject: implement refcounting without nsISupports inheritance, inline getters, and fix a few warnings. Bug 232022, r=dougt, sr=dbaron.
2004-01-25 10:39:02 +00:00
caillon%returnzero.com
df88d7f6f8
Stop outputting comments pertaining to forward declared interfaces. See bug 232032 for details.
...
r=dbradley, sr=shaver
2004-01-24 23:01:55 +00:00
neil%parkwaycc.co.uk
b636da4a57
Windows bustage fix - nsresult should have been NS_METHOD
2004-01-23 11:04:20 +00:00
neil%parkwaycc.co.uk
8697a8f8d8
Bug 227500 Provide scriptable environment access p=bsmedberg,gisburn r/sr=dougt
2004-01-23 10:23:12 +00:00
dbaron%dbaron.org
ed7b08754f
Comment this out until we figure out what to do about nsXPIDLString's shared empty buffer handle. b=112547
2004-01-22 04:30:03 +00:00
bryner%brianryner.com
8201c0cef1
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
2004-01-22 01:01:19 +00:00
jst%mozilla.jstenback.com
d16a9953bb
Fixing bug 183373. Provide XPCOM methods for accessing a shared empty string object. r=bryner@brianryner.com, sr=dbaron@dbaron.org
2004-01-21 21:36:40 +00:00
dbaron%dbaron.org
2ef815240d
Fix Windows debug bustage. b=231737, 112547
2004-01-21 18:29:38 +00:00
peterv%propagandism.org
a108b43b2f
Rename verify to verifyThread to fix OS X debug build bustage.
2004-01-21 12:25:50 +00:00
dbaron%dbaron.org
598d651405
Assert when shared buffers are used on multiple threads. b=112547 r=jst sr=darin
2004-01-21 04:39:58 +00:00
tor%cs.brown.edu
f195702b69
Bug 229652 - invalid gif could crash browser. r=darin, sr=bryner
2004-01-16 23:32:25 +00:00
bryner%brianryner.com
3639627c2d
sigh.
2004-01-15 06:56:39 +00:00
bryner%brianryner.com
6231f12a7d
fixing windows test bustage
2004-01-15 06:43:38 +00:00
bryner%brianryner.com
bc829daafa
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
cd83246f90
Unify license comment per js/src/plify_jsdhash.sed, plus comment simplification.
2004-01-15 02:00:55 +00:00
bryner%brianryner.com
a313655104
Kill old file full of IIDs. r=dbaron sr=jst
2004-01-14 23:12:41 +00:00
jst%mozilla.jstenback.com
ce13bac37f
Fixing bug 230849. Making LossyCopyUTF16toASCII() and CopyASCIItoUTF8() truncate the destination even when the source is null. r=jshin@mailaps.org, sr=peterv@propagandism.org
2004-01-14 19:26:17 +00:00
bzbarsky%mit.edu
75c2b9acde
Remove nsIHTMLContentContainer, merge those three functions into nsIDocument,
...
and make XUL style attribute dynamic changes get a proper CSSLoader off the
document. Bug 211376, r+sr=jst
2004-01-13 23:14:49 +00:00
bryner%brianryner.com
6e8bae7ba0
Remove unused nsStatistics (bug 230599). r=dougt, sr=jst.
2004-01-13 20:59:10 +00:00
bryner%brianryner.com
d594ec3401
Remove unused PLVector and nsVector (bug 230556). r=dougt,sr=dbaron
2004-01-12 22:47:52 +00:00
bzbarsky%mit.edu
ce51858d66
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
39c612d480
Eliminate old nsCWeakReference implementation (bug 230480). This rewrites nsListControlFrame's event listener to be a little more sane. r+sr=dbaron.
2004-01-09 22:18:26 +00:00
bryner%brianryner.com
25e9eaff82
Remove obsolete string service. Bug 230484, r=dougt, sr=dbaron.
2004-01-09 21:43:32 +00:00
bryner%brianryner.com
c95a53cf9e
removing dead file. not part of the build.
2004-01-09 09:06:23 +00:00
bryner%brianryner.com
ab078c2420
removing some old dead (or never alive) files. not part of the build.
2004-01-09 08:49:01 +00:00
roc+%cs.cmu.edu
b49a4c3fcf
Bug 118117. Fix bad constants. patch by tenthumbs, r=roc,sr=bz
2004-01-09 04:37:19 +00:00
bzbarsky%mit.edu
9eb190762d
Allow building on Darwin/x86. Bug 213541, patch by cls and
...
waldmire@illinoisalumni.org (Ed Waldmire), r=bryner
2004-01-08 18:17:07 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
jshin%mailaps.org
4d3f0a7382
bug 228176 : in the previous checkin, missed the reviewer comment about the name change (exclude -> skip)
2004-01-07 04:17:40 +00:00