gecko/js/src
2013-06-07 11:16:36 -04:00
..
assembler Bug 875916 - Fix some x86 assembly spew bugs. Also, change the order of operands in psrlq and psllq to be consistent with the operand ordering used in the rest of the file. r=sstangl 2013-06-05 17:10:47 -07:00
build Bug 873332 - Don't use -fno-omit-frame-pointer on ARM to avoid a GCC bug. r=glandium 2013-05-30 08:10:02 -04:00
builtin Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
config Bug 877626 - Port GTK2 to GTK3 - build config, headers fix. r=karlt 2013-06-06 07:57:58 -04:00
ctypes Bug 870442 - Fix some shell rooting hazards and false positives r=terrence 2013-05-10 10:51:16 +01:00
devtools Bug 871075 - Add rooting analysis warnings for unsafe address taken of variables DONTBUILD 2013-05-22 07:47:41 -06:00
ds Bug 878293 - Remove Parser::init, cleanup parse maps pool, r=waldo. 2013-06-04 15:53:29 -06:00
editline Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
frontend Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
gc Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
gdb Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
ion Backed out changeset aa9a0b34bbd8 (bug 878435) for checktest failures. 2013-06-07 10:43:33 -04:00
jit-test Backed out changeset d6db31e46b02 (bug 878495) for jit-test failures. 2013-06-07 11:16:36 -04:00
jsapi-tests Bug 879831, part 1 - Uninline JSScript::sourceObject. Same as bug 877444, but actually uninline sourceObject all the way out to a .cpp file. r=njn. 2013-06-06 22:47:40 -05:00
parjs-benchmarks Bug 872352 - Add liquid-resize and other benchmarks into parjs-benchmarks rs=tests 2013-05-23 15:39:05 -04:00
perf Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
shell Backed out changeset d6db31e46b02 (bug 878495) for jit-test failures. 2013-06-07 11:16:36 -04:00
tests Bug 496923 - Import the ch09 test262 tests into jstests. r=generating-script-was-reviewed 2013-06-05 17:02:40 -07:00
v8
vm Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
yarr Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
aclocal.m4 Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
configure.in Bug 877626 - Port GTK2 to GTK3 - build config, configure in js part. r=karlt 2013-06-06 07:57:40 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in Bug 860931 - Remove a bunch of deadwood autoconf defines. r=ted 2013-03-29 16:18:21 -07:00
js-config.in Bug 870306 - Put includes under /usr/include/mozjs-x.y instead of /usr/include/js-x.y on make install. r=sstangl,r=Waldo 2013-05-21 08:28:13 +02:00
js.msg Back out fc37773787ce (bug 870361) for xpcshell bustage 2013-05-31 22:21:00 -07:00
js.pc.in Bug 870306 - Put includes under /usr/include/mozjs-x.y instead of /usr/include/js-x.y on make install. r=sstangl,r=Waldo 2013-05-21 08:28:13 +02:00
jsalloc.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsalloc.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsanalyze.cpp Bug 872416, part 2b - Make jsanalyze.h not include jspocodeinlines.h. Factor out inlines into jsanalyzeinlines.h. r=luke. (This is only half of the patch reviewed as "part 2". The other half didn't work in GCC and is on hold.) 2013-06-04 16:24:42 -05:00
jsanalyze.h Bug 872416, part 2b - Make jsanalyze.h not include jspocodeinlines.h. Factor out inlines into jsanalyzeinlines.h. r=luke. (This is only half of the patch reviewed as "part 2". The other half didn't work in GCC and is on hold.) 2013-06-04 16:24:42 -05:00
jsanalyzeinlines.h Bug 872416, part 2b - Make jsanalyze.h not include jspocodeinlines.h. Factor out inlines into jsanalyzeinlines.h. r=luke. (This is only half of the patch reviewed as "part 2". The other half didn't work in GCC and is on hold.) 2013-06-04 16:24:42 -05:00
jsapi.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsapi.h Bug 637572 - Allow the element on which a script was defined to be passed as compile option; r=jimb 2013-05-31 20:37:47 -07:00
jsarray.cpp Bug 875433 - Array.prototype.iterator is the same function object as .values. r=jorendorff. 2013-06-05 14:17:35 -05:00
jsarray.h Bug 850026 - Allow metadata objects to be associated with JS objects, and add a hook for attaching metadata to newly created objects, r=luke. 2013-05-30 17:37:22 -06:00
jsast.tbl Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsatom.cpp Bug 868725 - Pass non-const jschar* to AtomizeAndTakeOwnership; r=evilpie 2013-05-05 09:03:18 +02:00
jsatom.h Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsatominlines.h Bug 879831, part 4 - Make vm/String-inl.h not include gc/Barrier-inl.h, breaking an #include cycle. Make vm/Shape-inl.h not #include itself. r=njn. 2013-06-06 22:48:32 -05:00
jsbool.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsbool.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsboolinlines.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsclass.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
jsclist.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsclone.cpp Bug 858131 - rewrite FloatingPoint.h to be C++-only instead of C-compatible C++; r+original-author=Waldo 2013-05-01 16:55:13 -04:00
jsclone.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscntxt.cpp Bug 878293 - Remove Parser::init, cleanup parse maps pool, r=waldo. 2013-06-04 15:53:29 -06:00
jscntxt.h Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
jscntxtinlines.h Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
jscompartment.cpp Bug 878486: Improve sweeping of breakpoints r=terrence 2013-06-06 14:47:12 -07:00
jscompartment.h Bug 850026 - Allow metadata objects to be associated with JS objects, and add a hook for attaching metadata to newly created objects, r=luke. 2013-05-30 17:37:22 -06:00
jscompartmentinlines.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscpucfg.h Bug 867362 - part 3 - delete JS_BYTES_PER_DOUBLE; r=luke 2013-04-30 16:28:50 -04:00
jscrashformat.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscrashreport.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscrashreport.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdate.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsdate.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdbgapi.cpp Bug 879831, part 6 - Factor out Debugger inlines that depend on other "inlines" headers into vm/Debugger-inl.h. r=njn. 2013-06-06 22:49:03 -05:00
jsdbgapi.h Bug 834701 - Remove the XBL bit from spidermonkey. r=luke 2013-05-20 22:34:18 -06:00
jsdhash.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdhash.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdtoa.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdtoa.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsexn.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsexn.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsfriendapi.cpp Bug 875449 - Rename ListBase to DOMProxy, since these proxies are used for all sorts of objects that aren't in any way like lists. r=djvj 2013-06-07 00:02:26 +05:30
jsfriendapi.h Bug 875449 - Rename ListBase to DOMProxy, since these proxies are used for all sorts of objects that aren't in any way like lists. r=djvj 2013-06-07 00:02:26 +05:30
jsfun.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsfun.h Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsfuninlines.h Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsgc.cpp Bug 876654 - [jsdbg2] Assertion failure: kind == CrossCompartmentKey::DebuggerScript ... at jsgc.cpp:3241 r=terrence 2013-06-06 10:16:51 +01:00
jsgc.h Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsgcinlines.h Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsinfer.cpp Bug 872416, part 2b - Make jsanalyze.h not include jspocodeinlines.h. Factor out inlines into jsanalyzeinlines.h. r=luke. (This is only half of the patch reviewed as "part 2". The other half didn't work in GCC and is on hold.) 2013-06-04 16:24:42 -05:00
jsinfer.h Bug 864218 - Improve performance when accessing variables defined in run-once closures, r=luke,jandem. 2013-05-31 16:22:34 -06:00
jsinferinlines.h Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
jsiter.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsiter.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jskwgen.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslibmath.h Bug 875651 - Remove workaround of KB982107/Bug 635617 since required VS2010+. r=dvander 2013-06-03 11:37:25 +09:00
jslock.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsmath.cpp Bug 879564 - Inline Math.atan2(). r=sstangl 2013-06-05 11:36:09 -07:00
jsmath.h Bug 868860 - Initialize Math.random() PRNG with a better seed. r=luke r=zackw 2013-04-18 23:07:18 -07:00
jsmemorymetrics.cpp Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsnativestack.cpp Bug 875666 - add || defined(__DragonFly__) to jsnativestack.cpp (r=luke) 2013-05-24 08:29:53 +02:00
jsnativestack.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsnum.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsnum.h Bug 722788 - Use integer math to parse sufficiently-small decimal numbers in JSON text. r=waldo 2013-05-28 10:40:05 -07:00
jsobj.cpp Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
jsobj.h Bug 879138 - Silence GCC warnings about inline functions used but not defined. r=njn. 2013-06-04 16:24:41 -05:00
jsobjinlines.h Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
json.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
json.h Bug 794323 - Remove the legacy JSON parsing mode, now that Firefox session store code doesn't need it. r=luke for the JS bits, r=jlebar for the DOM bits, r=mak77 for the browser/toolkit bits 2013-05-23 15:28:31 -07:00
jsonparser.cpp Bug 722788 - Use integer math to parse sufficiently-small decimal numbers in JSON text. r=waldo 2013-05-28 10:40:05 -07:00
jsonparser.h #include minimization, MOZ_STACK_CLASS application, and other minor jsonparser.h cleanups. No bug, r=lumpy 2013-05-24 13:55:26 -07:00
jsopcode.cpp Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
jsopcode.h Bug 877599 - Remove precedence information from opcodes. r=jorendorff 2013-05-31 13:17:09 -07:00
jsopcode.tbl Bug 864218 - Improve performance when accessing variables defined in run-once closures, r=luke,jandem. 2013-05-31 16:22:34 -06:00
jsopcodeinlines.h Bug 872416, part 2a - Factor out source notes into a new header file. Make jsopcodeinlines.h not include BytecodeEmitter.h. r=luke. (Reviewed as "part 11", but doing this first made it easier to get the whole stack working in GCC.) 2013-06-04 16:24:42 -05:00
jsoplengen.cpp Bug 877599 - Remove precedence information from opcodes. r=jorendorff 2013-05-31 13:17:09 -07:00
jsprf.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsprf.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspropertycache.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jspropertycache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspropertycacheinlines.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jspropertytree.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jspropertytree.h Bug 868042 - Bump PropertyTree::MAX_HEIGHT for objects not used as hashmaps. r=bhackett 2013-05-08 19:05:59 +02:00
jsprototypes.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsproxy.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsproxy.h Bug 875628. NewProxyObject should take a handle for the private value. r=till 2013-05-24 13:03:13 -04:00
jsprvtd.h Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn. 2013-06-06 22:49:17 -05:00
jspubtd.h Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
jsreflect.cpp Bug 872717 - Remove PNX_FORINVAR. Its only user, jsreflect.cpp, does not really need the hint. r=luke. 2013-06-06 22:47:23 -05:00
jsreflect.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsscript.cpp Bug 870325 - Fix alignment of Bindings on SPARC64. r=nnethercote. 2013-06-06 22:03:12 -07:00
jsscript.h Bug 879831, part 1 - Uninline JSScript::sourceObject. Same as bug 877444, but actually uninline sourceObject all the way out to a .cpp file. r=njn. 2013-06-06 22:47:40 -05:00
jsscriptinlines.h Bug 879831, part 1 - Uninline JSScript::sourceObject. Same as bug 877444, but actually uninline sourceObject all the way out to a .cpp file. r=njn. 2013-06-06 22:47:40 -05:00
jsshell.msg
jsstr.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsstr.h Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jsstrinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jstypedarray.cpp Bug 778948 - Move jsinterp.cpp/h to the vm/ dir. r=luke 2013-06-02 15:30:43 -07:00
jstypedarray.h b=866431, Create XHR ArrayBuffer directly instead of going via nsCString, r=bz,sfink 2013-04-27 15:25:24 -04:00
jstypedarrayinlines.h b=866431, Create XHR ArrayBuffer directly instead of going via nsCString, r=bz,sfink 2013-04-27 15:25:24 -04:00
jstypes.h Bug 867362 - part 2 - delete JS_BITS_PER_DOUBLE; r=luke 2013-04-30 16:27:02 -04:00
jsutil.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsutil.h Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander 2013-05-01 15:45:05 -04:00
jsversion.h Bug 724533 - Integrate ICU into the Mozilla build (but don't actually build it, until a compile-time flag gets flipped). r=glandium 2013-04-25 15:27:22 -07:00
jswatchpoint.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jswatchpoint.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakcache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakmap.cpp Bug 875449 - Rename ListBase to DOMProxy, since these proxies are used for all sorts of objects that aren't in any way like lists. r=djvj 2013-06-07 00:02:26 +05:30
jsweakmap.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswin.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsworkers.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsworkers.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswrapper.cpp Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett 2013-06-03 16:30:00 -07:00
jswrapper.h Bug 834707 - Kill dynamic SOWs. r=gabor 2013-05-06 19:38:23 -07:00
Makefile.in Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
moz.build Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn. 2013-06-06 22:48:45 -05:00
prmjtime.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
prmjtime.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
README.html
symverscript.in Bug 809430 - Add symbol versions. r=glandium 2013-04-25 15:35:40 -07:00
TraceLogging.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
TraceLogging.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
Y.js

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!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>