This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-21 02:35:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
js
History
jband%netscape.com
df0f752009
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
Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator
1999-03-11 20:00:57 +00:00
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
…
landbranch.pl
Tweaks
1999-04-27 05:08:14 +00:00
Makefile.in
Adding libxpt and xpconnect to the build.
1999-03-25 07:50:11 +00:00
makefile.win
…