gecko/js/src
2013-11-24 16:52:50 -08:00
..
assembler Bug 913648 - SpiderMonkey: Allow allocation of an AssemblerBuffer larger than INT_MAX/2. r=luke 2013-11-23 06:35:58 -08:00
build Backed out changeset 1eb6ceed2cda (bug 938437) on suspicion of causing WinXP debug jetpack failures on a CLOSED TREE 2013-11-22 16:00:32 +00:00
builtin Bug 933681 - Always stash resolved constructors in global slots, and kill markStandardClassInitializedNoProto. r=jorendorff 2013-11-22 10:55:41 -08:00
config Bug 942031 - Don't link against the js engine when there's no need to. r=mshal 2013-11-24 08:18:50 +09:00
ctypes Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz 2013-11-16 13:31:36 +01:00
devtools Bug 940765 - Possibly-temporary annotation for InitStaticMembers, r=terrence 2013-11-21 10:15:22 -08:00
ds Bug 924393 - don't use JS_BITS_PER_WORD in BitArray.h; r=Waldo 2013-10-08 09:54:50 -04:00
editline Bug 942127 - Build the JS editline library in unified mode; r=glandium 2013-11-22 10:39:08 -05:00
frontend Bug 942116 - Stop using the register keyword in the JS engine; r=luke 2013-11-22 13:49:41 -05:00
gc Bug 941793 - Always remove store buffer entries on relocation r=terrence 2013-11-22 06:58:32 -08:00
gdb Bug 942122 - Build the JS gdb tests in unified mode; r=glandium 2013-11-22 10:38:35 -05:00
jit Back out 78f9a7685da3 (bug 942105) for debug ASan testZOOB.js timeouts 2013-11-24 16:52:50 -08:00
jit-test Bug 938431 followup, bail out when ParallelArray isn't defined, since it's only on trunk 2013-11-23 18:00:11 -08:00
jsapi-tests Bug 941793 - Always remove store buffer entries on relocation r=terrence 2013-11-22 06:58:32 -08:00
parjs-benchmarks
perf Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
shell Bug 942124 - Build the js shell in unified mode; r=glandium 2013-11-22 10:38:52 -05:00
tests Bug 938728 - Add float32x4 and int32x4 data constructors r=till 2013-11-20 15:11:45 -05:00
v8
vm Bug 935092 - Const-ify profiler pseudostack entries; r=BenWa 2013-11-22 14:17:30 -05:00
vtune
yarr Bug 941424 - Build more of the JS engine in unified mode; r=djvj 2013-11-22 00:16:31 -05:00
aclocal.m4 Backed out changeset 4110a8986a2a (Bug 912371) due to Bug 940246 and Bug 940324 2013-11-20 10:15:56 +09:00
configure.in Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium 2013-11-21 07:50:28 -05:00
dtoa.c Bug 942116 - Stop using the register keyword in the JS engine; r=luke 2013-11-22 13:49:41 -05:00
js-confdefs.h.in Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium 2013-10-17 00:36:13 -04:00
js-config.h.in Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
js-config.in
js.msg Bug 930411 - Implement export declarations; r=bholley 2013-11-11 20:05:40 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyze.cpp Bug 921561 - Make JS_DECLARE_NEW_METHODS use C++11 "perfect" forwarding (which isn't, because it won't let you pass an expression that's a bit field #nowyouknow), to eliminate issues arising when non-const references are used in these methods with classes that don't copy nicely, or shouldn't be copied for perf reasons. r=luke 2013-09-27 11:19:43 -07:00
jsanalyze.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsanalyzeinlines.h
jsapi.cpp Back out 5ecede5e0ceb (bug 931864) for assertions 2013-11-23 21:53:45 -08:00
jsapi.h Bug 933681 - Introduce an API to map from names to JSProtoKeys. r=jorendorff 2013-11-22 10:55:42 -08:00
jsarray.cpp Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
jsarray.h Bug 903193 - Part 6: Add ParallelExecution path to ArraySetLength. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsast.tbl Bug 930411 - Implement export declarations; r=bholley 2013-11-11 20:05:40 +01:00
jsatom.cpp Bug 933681 - Define JSStdName tables in terms of jsprototypes.h. r=jorendorff 2013-11-22 10:55:42 -08:00
jsatom.h Bug 933681 - Define JSStdName tables in terms of jsprototypes.h. r=jorendorff 2013-11-22 10:55:42 -08:00
jsatominlines.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsbool.cpp Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
jscntxt.h Backed out changeset 1469f9e856c0 (bug 939993) for SM rootanalysis crashes. 2013-11-21 09:44:27 -05:00
jscntxtinlines.h Bug 928050 - Remove worker pausing mechanism, r=billm. 2013-11-17 15:33:09 -07:00
jscompartment.cpp Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett) 2013-11-20 22:50:28 -08:00
jscompartment.h Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett) 2013-11-20 22:50:28 -08:00
jscompartmentinlines.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jscpucfg.h Bug 932991: Partly revert bug 898274 on jscpucfg.h, breaks OpenBSD/sparc64 (at least) where <machine/endian.h> must be included after <sys/types.h>. r=njn 2013-11-04 22:05:51 +01:00
jscrashformat.h
jscrashreport.cpp Bug 941424 - Build more of the JS engine in unified mode; r=djvj 2013-11-22 00:16:31 -05:00
jscrashreport.h
jsdate.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdate.h
jsdtoa.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdtoa.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsexn.cpp Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
jsexn.h Bug 928220 - Get rid of JS_INLINE 2013-10-22 06:34:24 +09:00
jsfriendapi.cpp Bug 933681 - Resolve canonical eval() onto Xrayed globals. r=jorendorff 2013-11-22 10:55:43 -08:00
jsfriendapi.h Bug 933681 - Resolve canonical eval() onto Xrayed globals. r=jorendorff 2013-11-22 10:55:43 -08:00
jsfun.cpp Bug 941424 - Build more of the JS engine in unified mode; r=djvj 2013-11-22 00:16:31 -05:00
jsfun.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsfuninlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsgc.cpp Back out 5ecede5e0ceb (bug 931864) for assertions 2013-11-23 21:53:45 -08:00
jsgc.h Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
jsgcinlines.h Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
jsinfer.cpp Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
jsinfer.h Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
jsinferinlines.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsiter.cpp Bug 933681 - Always stash resolved constructors in global slots, and kill markStandardClassInitializedNoProto. r=jorendorff 2013-11-22 10:55:41 -08:00
jsiter.h Bug 928508 - Change String.prototype.@@iterator to iterate over code points. r=jorendorff. 2013-10-23 11:42:25 -05:00
jskwgen.cpp
jslibmath.h
jslock.h Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted) 2013-11-05 11:16:15 -08:00
jsmath.cpp Bug 933681 - Always stash resolved constructors in global slots, and kill markStandardClassInitializedNoProto. r=jorendorff 2013-11-22 10:55:41 -08:00
jsmath.h Bug 931328 - IonMonkey: Inline Math.hypot(x, y). r=jandem, r=jorendorff 2013-10-31 19:36:13 +05:30
jsnativestack.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (5/9); r=ehsan 2013-10-07 12:43:47 -04:00
jsnativestack.h
jsnum.cpp Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
jsnum.h Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
jsobj.cpp Bug 933681 - Define JSStdName tables in terms of jsprototypes.h. r=jorendorff 2013-11-22 10:55:42 -08:00
jsobj.h Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
jsobjinlines.h Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
json.cpp Bug 933681 - Always stash resolved constructors in global slots, and kill markStandardClassInitializedNoProto. r=jorendorff 2013-11-22 10:55:41 -08:00
json.h
jsonparser.cpp Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
jsonparser.h
jsopcode.cpp Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
jsopcode.h Bug 937058 - Paper over debug-mode checks of stack depth for unreachable bytecode. r=jandem 2013-11-11 16:21:20 +01:00
jsopcode.tbl Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff 2013-11-04 15:33:15 +01:00
jsopcodeinlines.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsoplengen.cpp
jsprf.cpp Bug 634417 - Remove inappropriate uses of vanilla malloc/calloc/realloc/free/strdup from SpiderMonkey. r=luke. 2013-11-08 09:52:14 +11:00
jsprf.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jspropertytree.cpp Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jspropertytree.h Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsprototypes.h Bug 933681 - Define JSStdName tables in terms of jsprototypes.h. r=jorendorff 2013-11-22 10:55:42 -08:00
jsproxy.cpp Bug 933681 - Always stash resolved constructors in global slots, and kill markStandardClassInitializedNoProto. r=jorendorff 2013-11-22 10:55:41 -08:00
jsproxy.h Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures. 2013-11-07 16:10:21 -05:00
jspubtd.h Bug 933681 - Define JSStdName tables in terms of jsprototypes.h. r=jorendorff 2013-11-22 10:55:42 -08:00
jsreflect.cpp Bug 941424 - Build more of the JS engine in unified mode; r=djvj 2013-11-22 00:16:31 -05:00
jsreflect.h
jsscript.cpp Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink 2013-11-21 13:25:15 -08:00
jsscript.h Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink 2013-11-21 13:25:15 -08:00
jsscriptinlines.h Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage 2013-11-19 22:27:56 -08:00
jsshell.msg Bug 900669 - OdinMonkey: asm.js caching (shell-only support) (r=sstangl) 2013-10-15 12:13:34 -05:00
jsstr.cpp Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
jsstr.h Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
jstypes.h Bug 928220 - Get rid of JS_INLINE 2013-10-22 06:34:24 +09:00
jsutil.cpp Bug 937012 - Replace the busted find_vanilla_new_calls script with the much better check_vanilla_allocations.py. r=evilpie,gps. 2013-11-11 18:37:55 +11:00
jsutil.h Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsversion.h
jswatchpoint.cpp Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett) 2013-11-10 22:48:58 -08:00
jswatchpoint.h Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence 2013-11-01 10:20:50 +00:00
jsweakcache.h
jsweakmap.cpp Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett) 2013-11-10 22:48:58 -08:00
jsweakmap.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jswin.h
jsworkers.cpp Back out 5ecede5e0ceb (bug 931864) for assertions 2013-11-23 21:53:45 -08:00
jsworkers.h Back out 5ecede5e0ceb (bug 931864) for assertions 2013-11-23 21:53:45 -08:00
jswrapper.cpp Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett) 2013-11-10 22:48:58 -08:00
jswrapper.h Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan 2013-10-07 12:44:37 -04:00
make-source-package.sh
Makefile.in Backed out changeset c30371a66429 (bug 941450) 2013-11-22 15:59:22 +00:00
moz.build Backed out changeset c30371a66429 (bug 941450) 2013-11-22 15:59:22 +00:00
NamespaceImports.h Bug 887077: Split CompileOptions into ReadOnlyCompileOptions, CompileOptions, and OwningCompileOptions. r=terrence 2013-11-07 21:07:18 -08:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp Bug 936431 - Fix tracelogger after CompileOptions changes, r=jimb 2013-11-18 11:48:22 +01:00
TraceLogging.h Bug 887077: Use ReadOnlyCompileOptions in preference to CompileOptions where possible. r=terrence 2013-11-07 21:07:18 -08: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>