gecko/js/src
2011-03-13 18:13:52 -07:00
..
analysis-tests Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
assembler Bug 639743 - JM: clean up Executable{Pool,Allocator} some more, 6/6. r=dvander. 2011-03-09 19:13:29 -08:00
build Bug 616810 Remove extraneous CRs r=khuey a=bsmedberg 2011-01-05 23:46:04 +00:00
config Automated checkin: version bump for firefox 4.0b12 release. CLOSED TREE a=release 2011-02-22 18:13:35 -08:00
ctypes Remove obsolete JSMarkOp API (bug 638291, r=jorendorff). 2011-03-05 14:50:11 -08:00
editline
gnuplot Bug 636510 - Change GCTimer output to msec. NPOTB, r=igor 2011-03-02 08:30:27 -08:00
jit-test Deoptimize name accesses within XML filters, bug 605200. r=brendan 2011-03-07 18:16:54 -08:00
jsapi-tests bug 630209 - (Compile|Execute)Script that are GC-safe. r=jorendorff 2011-02-03 14:06:21 +01:00
lirasm nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
methodjit Bug 596338 - Fix --disable-methodjit --disable-tracejit builds (r=ginn.chen) 2011-03-11 15:40:05 -08:00
metrics Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
nanojit Bug 638627 - Properly handle failures to patch guards due to non-32-bit offsets (NJ-specific part). r=dvander. 2011-03-10 16:16:42 -08:00
perf Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
ref-config
shell Bug 640085 - Fix segfault in shark builds (r=gal) 2011-03-09 15:52:21 -08:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Correct a URL in tests for bug 614608. r=sparky but DONTBUILD because it's such a small and unimportant change 2011-03-11 13:15:58 -08:00
tracejit nanojit: remove LIR_xtbl (TM-specific part). r=dmandelin. 2011-03-03 14:34:12 -08:00
tracevis Bug 583143 - Fix bustage with MOZ_TRACEVIS and other NPOTB code (r=lw) 2010-09-20 12:43:52 -07:00
v8
v8-dtoa Bug 610303 - Function fpclassify in v8-dtoa/platform.cc may return random value. r=gal 2010-11-08 14:56:48 +08:00
vprof Bug 624442: ifndef-guard MIN/MAX macro definitions in vprof.cpp (r=fklockii) 2011-03-02 09:26:17 -05:00
xpconnect Sweep compartments when no objects live in them (bug 639270, r=gregor). 2011-03-08 20:58:38 -08:00
yarr Bug 631106 - JM: simplify allocation of executable memory. r=dvander. 2011-03-07 20:15:56 -08:00
aclocal.m4
bench.sh
config.mk
configure.in Backout c49735ad9fa0 (bug 632037) no perf data to support the size increase [a=make-fennec-smaller] 2011-02-11 23:17:22 -05:00
dtoa.c Bug 612624 - Fix a missing OmitPrivateMemory in dtoa. r=mrbkap 2010-12-21 13:46:01 -08:00
find-child.py
imacro_asm.py
imacros.jsasm Bug 602129 - JM: make f.call(...) fast, part 1 (r=dvander) 2010-10-13 15:57:42 -07:00
javascript-trace.d Bug 593483 - Unbreak (real) dtrace. r=gal, a=NPOTB 2010-09-16 13:21:12 -07:00
jitstats.tbl Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
js-config.h.in [JAEGER] Bug 580144: put JS_METHODJIT in js-config.h so that everyone sees the same jscntxt.h structs 2010-07-22 14:32:52 -07:00
js-config.in
js.mdp
js.msg js_UnbrandAndClearSlots leaks, use JS_ClearScope and throw if compile-N-go scripts are run after JS_ClearScope (630072, r=brendan, a=blocker). 2011-02-13 20:55:33 -08:00
jsanalyze.cpp Cleanup analysis state to avoid bogus assert, bug 616170. r=dvander 2011-03-04 10:56:18 -08:00
jsanalyze.h Analysis for defined variables, bug 604426. r=dvander 2010-10-26 12:00:54 -07:00
jsapi.cpp Sweep compartments when no objects live in them (bug 639270, r=gregor). 2011-03-08 20:58:38 -08:00
jsapi.h Bug 608473 - |var eval = otherWindow.eval; eval(...)| should behave like indirectly calling that eval from a script in that other window. r=jorendorff 2011-03-02 20:56:37 -08:00
jsarena.cpp Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarena.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarray.cpp Inline GC mark path (bug 639729, r=billm). 2011-03-13 18:13:52 -07:00
jsarray.h Bug 612292 - Rename array allocation functions (r=lw) 2010-12-13 16:22:59 -08:00
jsast.tbl backing out due to red 2011-01-03 16:46:25 -08:00
jsatom.cpp Bug 638034 - Make scanning safer. r=brendan. 2011-03-08 16:10:51 -08:00
jsatom.h Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan). 2011-01-10 11:42:11 -08:00
jsatominlines.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsbit.h
jsbool.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsbool.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsbuiltins.cpp Bug 623297 - Make JS_TRACE_MONITOR more robust by distinguishing callers (r=gal) 2011-02-01 10:18:06 -08:00
jsbuiltins.h Bug 630865 - Resolve interpreted function prototypes more eagerly. r=dvander. 2011-02-14 14:04:07 -06:00
jscell.h Bug 614347 - 'XPConnect-wrapped JSObjects must clear their gray bit when they are handed out'. r=peterv+gal, a=blocking. 2011-02-16 12:47:08 -08:00
jsclist.h
jsclone.cpp Bug 624080 - Avoid weird OSX10.5 compile error in jsclone (r=jorendorff) 2011-01-10 12:29:50 -08:00
jsclone.h Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking. 2011-01-06 22:21:30 -08:00
jscntxt.cpp Fix some stuff brendan pointed out. 2011-03-08 18:08:59 -08:00
jscntxt.h Sweep compartments when no objects live in them (bug 639270, r=gregor). 2011-03-08 20:58:38 -08:00
jscntxtinlines.h Bug 621526 - JSStackFrame::pc() should not look for 'next' frame for current frame of suspended segment (r=bhackett) 2011-03-07 09:55:41 -08:00
jscompartment.cpp Bug 639743 - JM: clean up Executable{Pool,Allocator} some more, 1/6. r=dvander. 2011-03-09 19:10:41 -08:00
jscompartment.h Sweep compartments when no objects live in them (bug 639270, r=gregor). 2011-03-08 20:58:38 -08:00
jscompat.h Bug 577812 - One declaration rule violation in Mozilla sources r=brendan 2010-12-07 12:48:16 -06:00
jsconfig.mk
jscpucfg.cpp Bug 598261: Cannot cross compile JS on OSX. r+a=ted 2010-10-15 09:56:09 -07:00
jscpucfg.h
jsdate.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsdate.h Remove unused js_DateSetXXX API. Bug 524179, r=brendan. 2010-12-07 12:46:19 -06:00
jsdbgapi.cpp Follow-up fix for bug 639235. 2011-03-07 17:20:12 -08:00
jsdbgapi.h Follow-up fix for bug 639235. 2011-03-07 17:20:12 -08:00
jsdbgapiinlines.h Bug 631723 - Make js_UpdateWatchpointsForShape return the new shape (and fix a few coding style nits). r=jimb. 2011-02-08 15:45:12 -06:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp Detect some OOM conditions. b=602935, r=jorendorff. 2010-10-14 19:24:09 -04:00
jsdtoa.h Bug 590834 - Clean up number-to-string code. r=jwalden. 2010-09-13 13:08:25 -07:00
jsemit.cpp bug 632003 - var declarations should ignore prototype properties, r=jwalden 2011-02-11 14:58:53 +01:00
jsemit.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsexn.cpp Bug 635010 - new Error(undefined).hasOwnProperty("message") should be false. r=jorendorff. 2011-03-08 16:15:30 -06:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfriendapi.cpp Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake 2010-12-23 22:41:57 +01:00
jsfriendapi.h Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake 2010-12-23 22:41:57 +01:00
jsfun.cpp Bug 639915 - Remove some code in fun_getProperty that has been dead for 12 years. r=jorendorff. 2011-03-08 16:02:05 -06:00
jsfun.h Bug 638312 - Add JS_IsBuiltinEvalFunction and JS_IsBuiltinFunctionConstructor APIs. r=gal 2011-03-02 19:57:44 -08:00
jsfuninlines.h Back out af1e10bea0f4 from a CLOSED TREE for being orangetastic on one platform. 2011-02-20 21:40:06 -08:00
jsgc.cpp Inline GC mark path (bug 639729, r=billm). 2011-03-13 18:13:52 -07:00
jsgc.h Bug 638199 - Shrink ArenaHeader (r=wmccloskey) 2011-03-10 15:27:21 -08:00
jsgcchunk.cpp Merge from Tracemonkey. 2010-08-02 15:55:29 -07:00
jsgcchunk.h fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame 2010-07-15 13:18:12 -07:00
jsgcinlines.h Inline GC mark path (bug 639729, r=billm). 2011-03-13 18:13:52 -07:00
jsgcstats.cpp Bug 636510 - Change GCTimer output to msec. NPOTB, r=igor 2011-03-02 08:30:27 -08:00
jsgcstats.h Bug 636510 - Change GCTimer output to msec. NPOTB, r=igor 2011-03-02 08:30:27 -08:00
jshash.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jshash.h
jshashtable.h Bug 599801 - TM: Clean up Compartment (de)construction. r=sayrer 2010-09-27 15:35:10 -07:00
jshotloop.h Bug 607539 - Small profiler cleanups (r=dmandelin) 2011-01-05 14:09:38 -08:00
jsify.pl
jsinterp.cpp Bug 638034 - Make scanning safer. r=brendan. 2011-03-08 16:10:51 -08:00
jsinterp.h Bug 608473 - |var eval = otherWindow.eval; eval(...)| should behave like indirectly calling that eval from a script in that other window. r=jorendorff 2011-03-02 20:56:37 -08:00
jsinterpinlines.h Merge tracemonkey to mozilla-central. a=blockers 2011-02-25 10:00:38 -08:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp Bug 638034 - Make scanning safer. r=brendan. 2011-03-08 16:10:51 -08:00
jsiter.h Backed out bug 633409. 2011-02-11 09:46:13 -08:00
jskeyword.tbl Bug 637204 - Some unconditionally reserved words are reserved only in strict code. r=brendan 2011-03-01 22:19:43 -08:00
jskwgen.cpp
jslibmath.h
jslock.cpp Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}. 2010-10-22 19:06:26 -05:00
jslock.h Bug 630898 - JS_CurrentThreadId should be js_CurrentThreadId (r=brendan) 2011-02-07 14:56:52 -08:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsmath.h Bug 606441 - TM: specialize Math.abs() for integers when possible. r=dvander. 2010-10-26 20:21:39 -07:00
jsnativestack.cpp [JAEGER] Merge from fatval & TM. 2010-07-05 18:07:39 -07:00
jsnativestack.h
jsnum.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsnum.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsobj.cpp Inline GC mark path (bug 639729, r=billm). 2011-03-13 18:13:52 -07:00
jsobj.h Inline GC mark path (bug 639729, r=billm). 2011-03-13 18:13:52 -07:00
jsobjinlines.h Unqualified function invocation doesn't use the global object the property was gotten from as |this| (bug 634590, r=gal). 2011-02-22 22:25:10 -08:00
json.cpp Fix bug 635137 (r=luke, a=blocker). 2011-02-24 19:56:13 -08:00
json.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsopcode.cpp Put #undef where it belongs. 2011-03-07 17:58:03 -08:00
jsopcode.h Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
jsopcode.tbl Bug 628073 - Compile JSOP_CASE in the methodjit (r=dvander) 2011-03-07 11:27:43 -08:00
jsopcodeinlines.h Handle extended indexes around JSOP_*BLOCKCHAIN (610026, r=billm). 2010-11-05 15:03:39 -07:00
jsoplengen.cpp
jsotypes.h Bug 609222 - JM: Fix call mechanism and recompilation. r=dvander. Patch to make Sun Studio on X86 work (typedef int32). 2010-11-30 11:19:17 +08:00
jsparse.cpp Trace Parser::emptyCallShape, bug 641103. r=gal 2011-03-11 14:49:11 -08:00
jsparse.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsprf.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jsprf.h
jsprobes.cpp Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
jsprobes.h Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
jspropertycache.cpp Bug 606960 - Purge property cache even for eval scripts (r=brendan,a=beltzner) 2011-02-23 10:23:59 -08:00
jspropertycache.h Bug 606960 - Purge property cache even for eval scripts (r=brendan,a=beltzner) 2011-02-23 10:23:59 -08:00
jspropertycacheinlines.h Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan 2010-10-25 18:22:07 -07:00
jspropertytree.cpp Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jspropertytree.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsproto.tbl AnyName can't have a NULL parent (bug 617485, r=brendan). 2011-01-21 10:55:39 -08:00
jsproxy.cpp Fix some stuff brendan pointed out. 2011-03-08 18:08:59 -08:00
jsproxy.h Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsprvtd.h bug 630209 - (Compile|Execute)Script that are GC-safe. r=jorendorff 2011-02-03 14:06:21 +01:00
jspubtd.h Remove obsolete JSMarkOp API (bug 638291, r=jorendorff). 2011-03-05 14:50:11 -08:00
jsreflect.cpp Omit a variable used only in an assertion, to silence warnings in non-debug builds. no_r=me. 2011-03-07 11:21:16 -06:00
jsreflect.h backing out due to red 2011-01-03 16:46:25 -08:00
jsregexp.cpp Remove obsolete JSMarkOp API (bug 638291, r=jorendorff). 2011-03-05 14:50:11 -08:00
jsregexp.h Bug 614608 - Rewrite String.prototype.split to be more ES5 compliant. r=jwalden 2011-03-09 21:04:47 -08:00
jsregexpinlines.h Bug 637905 - Add (asserted-infallible) append methods to js::Vector, for use when the vector in question has previously had space reserved, and use them a bunch of places. r=luke 2011-02-18 18:32:29 -08:00
jsreops.tbl
jsscan.cpp Bug 640076 - TOK_XMLATTR tokens can span multiple lines. r=brendan. 2011-03-09 15:26:38 -08:00
jsscan.h Bug 638034 - Make scanning safer. r=brendan. 2011-03-08 16:10:51 -08:00
jsscope.cpp Don't shrink object slots during GC (bug 639727, r=bhackett). 2011-03-09 00:53:56 -08:00
jsscope.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsscopeinlines.h Mark watch points after the main GC phase (bug 639235, r=jorendorff). 2011-03-07 16:56:17 -08:00
jsscript.cpp Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsscript.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsscriptinlines.h Make empty shape initialization lazy (bug 639254, r=billm). 2011-03-07 18:42:04 -08:00
jsshell.msg Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal. 2010-09-30 19:47:10 -05:00
jsstack.js Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
jsstaticcheck.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsstdint.h
jsstr.cpp Bug 614608 - Rewrite String.prototype.split to be more ES5 compliant. r=jwalden 2011-03-09 21:04:47 -08:00
jsstr.h Bug 619283 - Built-in JS methods must not box undefined or null into the global object when called, both to comply with ES5 and to prevent inadvertent global object exposure to secure JS variants. r=dmandelin, a=blocking 2011-01-26 13:37:45 -08:00
jsstrinlines.h Bug 637905 - Add (asserted-infallible) append methods to js::Vector, for use when the vector in question has previously had space reserved, and use them a bunch of places. r=luke 2011-02-18 18:32:29 -08:00
jstl.h Bug 614155: Lazily construct toSource cache. (r=lw) 2011-03-03 15:28:25 -08:00
jstracer.cpp Bug 636544 - Fix JavaScript "-m -j" mode (r=dmandelin) 2011-03-11 11:44:57 -08:00
jstracer.h Bug 639858 - Bias the profiler toward tracing scripted getters (r=dmandelin) 2011-03-11 10:21:33 -08:00
jstypedarray.cpp Remove ObjectOps trace hook (bug 639227, r=dvander). 2011-03-06 22:31:43 -08:00
jstypedarray.h Bug 636078 - Fix some typed array bugs. r=vlad, r=jorendorff 2011-02-24 01:23:57 -08:00
jstypes.h Bug 609440, part 2 - do lazy allocation, dag-ify ropes (assume no oom) (r=njn) 2010-11-30 18:41:32 -08:00
jsutil.cpp [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsutil.h bug 632003 - var declarations should ignore prototype properties, r=jwalden 2011-02-11 14:58:53 +01:00
jsval.h Bug 618485 - Add missing 64-bit big-endian jsval_layout field (r=luke) 2011-03-07 09:50:58 -08:00
jsvalue.h Remove ObjectOps trace hook (bug 639227, r=dvander). 2011-03-06 22:31:43 -08:00
jsvector.h Bug 637905 - Add (asserted-infallible) append methods to js::Vector, for use when the vector in question has previously had space reserved, and use them a bunch of places. r=luke 2011-02-18 18:32:29 -08:00
jsversion.h Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp Bug 636818 - Crash [@ js::CallJSPropertyOpSetter] or [@ js_SetProperty] when assigning to a property inherited from a wrapper. r=gal. 2011-03-03 14:50:40 -06:00
jswrapper.h Bug 633879 - Stop wrappers from holding old scopes alive. r=mrbkap@gmail.com,jst@mozilla.com, a=blocker 2011-02-14 14:19:36 -08:00
jsxdrapi.cpp Bug 329740 - Remove JSXDR_FREE, r=igor 2011-03-08 08:59:01 -08:00
jsxdrapi.h Bug 429649 - Don't serialize the shortid in js_XDRBlockObject, r=igor 2011-03-08 08:59:01 -08:00
jsxml.cpp Remove ObjectOps trace hook (bug 639227, r=dvander). 2011-03-06 22:31:43 -08:00
jsxml.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 633924 - MethodGIT broken on mingw-w64 win64 build r=dvander 2011-03-10 11:32:23 +00:00
Makefile.ref Remove special constructs no longer needed for Narcissus (bug 579137, r=gal) 2010-07-16 18:16:07 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2011-03-10 16:27:55 -08:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 554338: Show correct timezone abbreviation on OSX/Linux, r=jorendorff 2010-11-29 13:29:44 -08:00
prmjtime.h Date performance fixes, bug 578259. r=waldo 2010-08-17 10:42:57 -07:00
README.html
resource.h
rules.mk
sharkctl.cpp Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
sharkctl.h Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
SpiderMonkey.rsp
time.sh
Y.js

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   - 
   - The Original Code is Mozilla Communicator client code, released
   - March 31, 1998.
   - 
   - The Initial Developer of the Original Code is
   - Netscape Communications Corporation.
   - Portions created by the Initial Developer are Copyright (C) 1998-1999
   - the Initial Developer. All Rights Reserved.
   - 
   - Contributor(s):
   - 
   - Alternatively, the contents of this file may be used under the terms of
   - either of the GNU General Public License Version 2 or later (the "GPL"),
   - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the GPL or the LGPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>