kipp%netscape.com
8f4ae7163a
Removed some more warnings
1999-10-22 14:51:41 +00:00
ramiro%fateware.com
25aba30f43
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
...
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org
1999-10-22 07:11:43 +00:00
dp%netscape.com
cf16f4e92d
bug# 9221 Fixing autoreg terminating on bad aliases. We now let it go
...
as far as possible ignoring errors. r=sfraser
1999-10-22 06:32:26 +00:00
dp%netscape.com
a8e1f1906e
beautify...
1999-10-22 04:47:14 +00:00
valeski%netscape.com
25a47745c1
17039, r=dougt. Releasing QI'd proxy object was causing a crash. this is a temp work around.
1999-10-22 04:07:53 +00:00
scc%netscape.com
a853bff6dc
remove nsIVariant.h and nsVariant.cpp as per bug #16987 and changes already in for Unix (thanks brad) and Mac, r=danm
1999-10-22 01:33:03 +00:00
alecf%netscape.com
5f98cabec7
update status
1999-10-22 01:27:08 +00:00
dp%netscape.com
dfb460cb22
bug# 15046 Preventing deletion of dll when getfactory fails. r=shaver,kipp
1999-10-22 01:04:16 +00:00
kipp%netscape.com
8946fa19df
Alloc another iid
1999-10-22 00:12:31 +00:00
scc%netscape.com
30618333a0
remove "nsVariant.cpp" from the project, and "nsIVariant.h" from the MANIFEST, as per bug #16987 , r=sfraser
1999-10-22 00:12:03 +00:00
braddr%puremagic.com
c5070cffa9
Remove references to nsVariant.cpp and nsIVariant.h.
...
r=scc
1999-10-21 22:24:17 +00:00
jevering%netscape.com
8aa5c4f8da
Enabling boehm leak detector, r=dp bug#15906
1999-10-21 21:59:15 +00:00
jevering%netscape.com
6aab04eb9c
Enabling GC detector, r=dp, bug #15906
1999-10-21 21:56:47 +00:00
dp%netscape.com
03fd310400
bug#14656 Circular release problem of component manager. Fixed by
...
adding shutdown() method that gets called before the last
release. Enabled only for dp & shaver until we resolve js coredump.
1999-10-21 21:34:39 +00:00
dp%netscape.com
719011d7ac
Making sample better by using COMPtr r=waterson
1999-10-21 21:32:17 +00:00
dp%netscape.com
6cd59a8e93
Addding xpcom init and shutdown. r=waterson
1999-10-21 21:31:53 +00:00
waterson%netscape.com
ba16fbcd96
Fix solaris (and other unsupported platforms).
1999-10-21 04:28:07 +00:00
waterson%netscape.com
bd64c49c58
Change nsTraceRefCnt::WalkTheStack() to accept stream.
1999-10-21 03:45:38 +00:00
waterson%netscape.com
399d707e95
Modify nsTraceRefcnt::WalkTheStack() to accept a stream. Other misc formatting fixup. work really done by beard, r=waterson.
1999-10-21 03:44:37 +00:00
dveditz%netscape.com
f977e18c0e
Missed a test
1999-10-21 01:47:28 +00:00
dveditz%netscape.com
ab0d6dd3aa
Changing nsFileSpec Copy and Move function names to match their
...
functionality, and also to free up the namespace for a *real* Copy
and Move that allow renaming the leaf name rather than just copying
into different directories (i.e. to make backup files). r=ssu
1999-10-21 00:40:39 +00:00
scc%netscape.com
d1f693eb36
First Checked In.
1999-10-20 21:03:21 +00:00
dougt%netscape.com
eed901ef67
removing an extra release (16832)
...
Now doing a QI when getting a proxy so that the IID matches the |in| real
object.
r=jud
1999-10-20 20:04:20 +00:00
mscott%netscape.com
375bb0d8cd
Bug #16843 and #16832 where we were crashing when dismissing dialogs. this may not be the final
...
fix but in an earlier change to this file today, this class stopped addreffing an event queue member variable.
But the dtor still released a reference to the event queue that it didn't have!
The eventual fix may be to put the addref back in there but I need to talk to dougt about this.
this is real danm's fix. i'm the reviewer.
1999-10-20 08:35:36 +00:00
danm%netscape.com
b9aa00d5ce
fixing obvious flaw in Unlink. r:waterson@netscape.com
1999-10-20 08:35:04 +00:00
kipp%netscape.com
84b50871b6
Removed some silly warnings
1999-10-20 00:06:12 +00:00
dougt%netscape.com
fd24e9df56
Fix for bug 16818. xpcom proxy does not handle classes with two or more
...
interfaces correctly. What happens is the real object is addref
incorrectly and will never be deleted.
r=jud
1999-10-19 22:35:54 +00:00
danm%netscape.com
2849f7a812
retire event queues even on Windows when they're no longer used. part of bug 15856. r:hyatt@netscape.com
1999-10-19 22:00:12 +00:00
neeti%netscape.com
8224322094
updating status
1999-10-19 21:03:33 +00:00
danm%netscape.com
7fc86226d9
added CreateFromIThread. r:valeski@netscape.com
1999-10-19 19:18:27 +00:00
shaver%netscape.com
4543b5f224
corrected assembly, from Ulrich Drepper <drepper@cygnus.com> (16612, r=shaver)
1999-10-19 19:03:01 +00:00
dp%netscape.com
3e35738382
Fixing warning. Moved declaration into if 0 block.
1999-10-19 05:49:04 +00:00
danm%netscape.com
df8b57314c
patch nsEventQueue leak in GetProxyObject r:hyatt@netscape.com
1999-10-18 15:01:40 +00:00
danm%netscape.com
588868b60c
event queues own and delete themselves when they're done. bug 15856 r:hyatt@netscape.com
1999-10-18 14:59:57 +00:00
danm%netscape.com
81e0c798a7
new r:hyatt@netscape.com
1999-10-18 14:57:07 +00:00
jband%netscape.com
487a53d244
fix typo in comment
1999-10-18 02:54:26 +00:00
dveditz%netscape.com
99d183d043
Added nsIRegistry::Flush (bug 16283, required for 16600), r=shaver
1999-10-17 21:45:53 +00:00
rickg%netscape.com
5950c8d6ef
updated FAQ section of nsString documentation
1999-10-16 18:45:18 +00:00
neeti%netscape.com
4a749e4a2f
updating status
1999-10-16 03:07:59 +00:00
warren%netscape.com
f07e3a1f57
Added total/summary information to bloat log. Made LogNewXPCOM/LogDeleteXPCOM only be needed for losing architectures.
1999-10-16 01:57:18 +00:00
jevering%netscape.com
a91fae81ab
The nsLeakDetector.cpp file now requires a few extra header files which weren't being exported on win
1999-10-16 01:44:52 +00:00
jevering%netscape.com
a5a23a1e38
Removed a define I shouldn't have checked in.
1999-10-16 01:41:14 +00:00
jevering%netscape.com
29ef77e926
Hooking up the Boehm collector.
...
Can we please call this thing the Bone Collector? That would be much cooler.
Thank you drive through.
1999-10-16 01:22:01 +00:00
beard%netscape.com
5192462091
added code to initialize/shutdown the leak detector. bug=15906, r=alecf
1999-10-16 00:06:37 +00:00
beard%netscape.com
63a8e8fbfa
renamed NSInitGarbageCollector/NSShutdownGarbageCollector to NS_, and returning nsresult. Moved leak report file to nsLeakDetector.cpp. bug=15906, r=alecf
1999-10-16 00:06:36 +00:00
beard%netscape.com
1fb8ab7b48
added nsLeakDetector.cpp to build. bug=15906, r=alecf
1999-10-16 00:03:45 +00:00
beard%netscape.com
c12c754691
maded entire file conditionally compile #if defined(GC_LEAK_DETECTOR). bug=15906, r=alecf
1999-10-16 00:02:26 +00:00
beard%netscape.com
07ca9c4391
added nsLeakDetector.idl. bug=15906, r=alecf
1999-10-15 22:17:53 +00:00
beard%netscape.com
0c59e7b196
First Checked In.
1999-10-15 21:36:04 +00:00
scc%netscape.com
ef8d06d258
Bug #15292 , r=dp. Made the component manager inherit from |nsSupportsWeakReference|, fixed its |QueryInterface()| appropriately, and added casts in two places that became ambiguous now that the component manager had multiple |nsISupports| in it. Now one can hold a weak reference to the component manager using |nsIWeakReference|.
1999-10-15 21:14:43 +00:00