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-02-03 12:35:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
js
History
igor%mir2.org
416882ec3a
Allow in UintMap for any key to hold int and object values simultaneously, as the old code could only detect that the key is allowed to hold an object value only if there are no other keys with int values. In the new version, if the key is present, it always has both int and object values, but they default to 0 or int if not specified in put. It is effectively the old behavior when the map contained at least one int key, but at least it is documented.
2002-05-01 14:10:41 +00:00
..
benchmarks
…
jsd
- venkman only -
2002-04-26 20:57:35 +00:00
jsdj
Bug 106386 rid source of misspellings
2002-03-19 04:30:17 +00:00
jsj
…
macbuild
Fix for smoketest blocker 135697. Bump up version on the compiler test to force JS to be compiled with opt level 2. a=leaf.
2002-04-05 19:06:29 +00:00
ref
…
rhino
Allow in UintMap for any key to hold int and object values simultaneously, as the old code could only detect that the key is allowed to hold an object value only if there are no other keys with int values. In the new version, if the key is present, it always has both int and object values, but they default to 0 or int if not specified in put. It is effectively the old behavior when the map contained at least one int key, but at least it is documented.
2002-05-01 14:10:41 +00:00
src
Don't 'constant-fold' if(false)var foo=42 into nothing (140974, r=khanson, sr=shaver).
2002-04-30 23:28:34 +00:00
tests
Remove skip for bug 120194
2002-04-29 00:58:40 +00:00
.cvsignore
…
landbranch.pl
…
Makefile.in
bug 76050, build js/jsd from toplevel makefile so we're sure we've got an xpidl compiler. r=cls
2001-05-15 20:38:26 +00:00
makefile.win
…