kipp%netscape.com
3e4961fbf5
Fixed a comment that was out of date
1999-10-08 23:41:39 +00:00
kipp%netscape.com
538bc51120
Fixed up hook to track library loads for refcnt logging
1999-10-08 23:41:18 +00:00
kipp%netscape.com
ecd7cc8833
Always call dump-statistics and reset-statistics so that MOZ_DUMP_LEAKS isn't required
1999-10-08 23:40:52 +00:00
kipp%netscape.com
bf334bfc2d
Tweaked to avoid a crash in case bloat tracking is on but there is no bloat data to dump
1999-10-08 23:39:57 +00:00
beard%netscape.com
8d52cf697b
modernized constants.
1999-10-08 23:35:34 +00:00
beard%netscape.com
6b30031ee4
Rewrote using Mac file I/O, since MSL can only manage 35 FILEs.
1999-10-08 23:35:32 +00:00
jfrancis%netscape.com
14f246e247
applying same fix as rev 1.28 (initializing mIsDone) to the rest of the Init() methods.
1999-10-08 23:34:07 +00:00
nisheeth%netscape.com
f0ef8df8d9
Not currently part of the build. Added a stack behind the save/restore timing macros.
1999-10-08 23:27:09 +00:00
akhil.arora%sun.com
97c680d163
Fixes Bug 15837 by instantiating the proper subtype of Node instead of Node.
...
Fixed by Igor Nekrestyanov <nis@sparc.spb.su>.
Reviewed by Akhil Arora <akhil.arora@sun.com>.
1999-10-08 23:22:52 +00:00
troy%netscape.com
01052d5667
Changes to SizeOf() code only. This code is debug code that only runs
...
when you chose the "Show Frame Sizes" menu item...
1999-10-08 23:18:19 +00:00
kipp%netscape.com
c90fda6664
new
1999-10-08 23:04:26 +00:00
selmer%netscape.com
6d2a16ee1e
Configs instead of Customizations directory
1999-10-08 22:56:29 +00:00
rogerl%netscape.com
a5bd278835
Fixed 14060 - calling exec on java methods was gettmg caught by exec
...
trapping nonsense.
1999-10-08 22:55:33 +00:00
syd%netscape.com
d4cb605cf4
Export platform.h. This is legacy stuff that should be removed eventually.
...
r=mcafee.
1999-10-08 22:37:37 +00:00
syd%netscape.com
d7dbb774c6
Build into include for exports (currently just platform.h) r=mcafee
1999-10-08 22:36:46 +00:00
kipp%netscape.com
eb36875766
Unbreak people who were actually using MOZ_TRACE_XPCOM_REFCNT
1999-10-08 22:30:19 +00:00
troy%netscape.com
0d79fa2c78
Fix for blocker #15839 . r=kipp@netscape.com,kin@netscape.com
...
Typing into a text area wasn't working properly. Problem was that when the text
changed we were reflowing the text frames with a resize reflow command and
we thought we could optimize the reflow. So I changed ContentChanged() to
mark each text frame dirty so we would know not to do the optimization
1999-10-08 22:04:31 +00:00
kipp%netscape.com
10856b9b72
Fixed opt build bustage
1999-10-08 22:04:04 +00:00
kipp%netscape.com
50c256a698
Fixed windows build bustage
1999-10-08 21:19:42 +00:00
cls%seawood.org
ce98fb47f3
Ok, let's not try to generate the remove list if there is no library to remove things from
1999-10-08 21:17:32 +00:00
waterson%netscape.com
8861c4ceab
Initial revision. Not in build.
1999-10-08 21:15:21 +00:00
waterson%netscape.com
f50797d473
Add new files not in the build.
1999-10-08 21:11:20 +00:00
morse%netscape.com
e540d30d39
use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=neeti
1999-10-08 20:47:17 +00:00
cbegle%netscape.com
cafc7b6951
Adding new files. Tests for XPConnect. These files are not part of the
...
build. R=jband@netscape.com
1999-10-08 20:45:37 +00:00
kipp%netscape.com
169834ac6c
Tweaked stack trace display code
1999-10-08 20:42:33 +00:00
kipp%netscape.com
6923882f0b
Support demangling again by working around crash bug in demangle library
1999-10-08 20:42:15 +00:00
kipp%netscape.com
869850d839
Enable NS_FreeImageManager now that the call is part of the tip
1999-10-08 20:41:49 +00:00
kipp%netscape.com
db7fb105b8
nuked
1999-10-08 20:41:21 +00:00
kipp%netscape.com
65f6ba5343
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
neeti%netscape.com
568a96b2e7
Converted nsxpi.dll and xpiflash.dll to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dougt
1999-10-08 20:41:13 +00:00
ftang%netscape.com
0e55264368
remove obsolted file
1999-10-08 20:35:24 +00:00
ftang%netscape.com
8ef6c2fe6f
change to nsIModule r=kipp
1999-10-08 20:30:58 +00:00
ftang%netscape.com
dcd272500b
remove factory file and add module file
1999-10-08 20:30:42 +00:00
cls%seawood.org
cd12398243
Added a test to see if there are any archive members to be removed before calling AR_DELETE as NetBSD's & OpenBSD's versions of ar do not like removing an empty list.
...
r=leaf
1999-10-08 20:30:28 +00:00
kipp%netscape.com
ce05d3c599
Merged bloaty and moz ctor counting (space team work)
1999-10-08 20:29:47 +00:00
ftang%netscape.com
9050f25e26
add new file for nsIMoudle work, r=kipp
1999-10-08 20:27:24 +00:00
slamm%netscape.com
26d787fa8c
Backout troy's last set of changes. Caused bug #15790 , 'opening bookmarks window and expanding mail folders crashes'. r=waterson.
1999-10-08 18:52:19 +00:00
beard%netscape.com
d09ee731d4
First Checked In.
1999-10-08 17:51:45 +00:00
slamm%netscape.com
4002bb00ca
Fix empty sidebar. bug #15468 . Need to wait for sidebar-panels in init routine.
1999-10-08 17:15:27 +00:00
rickg%netscape.com
422b805f01
added default XML apos entity; no bug #. This update (and my last) were reviewed by peterl
1999-10-08 15:05:41 +00:00
rickg%netscape.com
e0db1d2ce7
fixed bug 15649; when the parsing library was modularized last week, tag lookup for view source got disconnected. This simply reconnects it.
1999-10-08 14:52:16 +00:00
terry%mozilla.org
3aaa8ca320
Added ability to query by votes.
1999-10-08 14:47:21 +00:00
terry%mozilla.org
f99e209607
Added ability to query by votes.
1999-10-08 14:41:17 +00:00
buster%netscape.com
1a165ddf9b
fixed my part of bug 15814 (Cleanup build warnings)
...
so trivial, no reviewer needed
fixed my part of bug 5403 (Services improperly released: Use NS_WITH_SERVICE)
a handful of subtle error handling bugs were fixed as a side effect
r=Akkana
1999-10-08 14:39:20 +00:00
law%netscape.com
87439ca1fb
For bug #14999 ; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com
1999-10-08 14:04:17 +00:00
terry%mozilla.org
4844fea98f
Fixed bug 15808 -- previous change had busted querying of CC.
1999-10-08 14:01:02 +00:00
rods%netscape.com
1d4f67cd4b
ifdef'ed out a static counter for debugging. r=kmcclusk b=15637
1999-10-08 12:24:11 +00:00
sgehani%netscape.com
e0ad814438
Failover implemented for i18n strings in XPInstall if the string bundle service is not available, fails, or if the .properties resource file is not avilable. Fixes install wizard logging. Completion of fix for bug 8140. [r=ssu]
1999-10-08 09:00:13 +00:00
sspitzer%netscape.com
f4e7706dc3
more clean up. #15402 .
1999-10-08 07:58:54 +00:00
waterson%netscape.com
9d26c76a5e
Misc cleanup, r=hyatt
1999-10-08 07:26:39 +00:00