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-03-01 05:48:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
js
History
pschwartau%netscape.com
c3db8a47c0
"for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead.
2001-04-18 22:33:31 +00:00
..
benchmarks
…
js2
…
jsd
moving xpcom wrapper from extensions/venkman/src/ and idl/ to here.
2001-04-17 08:50:41 +00:00
jsdj
…
jsj
…
macbuild
Remove bogus access paths. r/sr=sfraser
2001-04-14 00:16:29 +00:00
ref
…
rhino
Removed hard tabs, removed unnecessary cast, (Scriptable)null.
2001-04-18 20:50:58 +00:00
semantics
Added more semantics
2001-02-07 05:08:44 +00:00
src
fix for bug
#8112
, sr=brendan, r=beard
2001-04-18 03:38:58 +00:00
tests
"for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead.
2001-04-18 22:33:31 +00:00
.cvsignore
…
landbranch.pl
…
Makefile.in
…
makefile.win
…