pjs/js
jband%netscape.com 8fffb2d916 fix for bug 7940. Notification in xpconnect of JSContext about to be destroyed was zeroing out information later used to remove gc root. This was keeping JS_RemoveRoot from being called for those objects. So, the JSRuntime was getting left with pointers to roots for stuff on JSContexts long since destroyed and for which memory had been recycled. The fix is to be *sure* to do all the proper cleanup in xpconnect upon notification that a JSContext is about to be destroyed. 1999-06-15 02:48:26 +00:00
..
benchmarks Add benchmarks. 1999-06-04 18:44:17 +00:00
js2/java Changes to get traditional functions with args. working 1999-06-15 00:57:05 +00:00
jsd updating readme 1999-06-01 02:31:13 +00:00
jsdj
jsj
macbuild add nsIXPCSecurityManager to fix build bustage 1999-06-04 06:39:33 +00:00
ref
rhino Add "fast" make target, to compile only changed files. 1999-06-14 21:51:52 +00:00
semantics Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
src fix for bug 7940. Notification in xpconnect of JSContext about to be destroyed was zeroing out information later used to remove gc root. This was keeping JS_RemoveRoot from being called for those objects. So, the JSRuntime was getting left with pointers to roots for stuff on JSContexts long since destroyed and for which memory had been recycled. The fix is to be *sure* to do all the proper cleanup in xpconnect upon notification that a JSContext is about to be destroyed. 1999-06-15 02:48:26 +00:00
tests Fix error in test. Arrays should be sorted by the string value of their 1999-06-14 23:39:14 +00:00
.cvsignore
Makefile.in
landbranch.pl Tweaks 1999-04-27 05:08:14 +00:00
makefile.win