gecko/js/src
2014-09-19 18:35:00 +02:00
..
asmjs Bug 1025100: SIMD: add support for with{X,Y,Z,W} in Odin; r=luke 2014-09-19 14:56:10 +02:00
builtin changeset: 229386:2c92e43e29d8 2014-09-18 17:22:05 +08:00
ctypes Bug 1063468 - Remove unnecessary use of address() r=sfink 2014-09-15 16:49:37 +01:00
devtools Bug 650161 - Add an assertion that something is only ever called from a GC callback r=terrence 2014-09-19 09:57:11 +01:00
doc Bug 1064961 - document Debugger.addAllGlobalsAsDebuggees and Debugger.removeAllDebuggees. r=jimb 2014-09-15 12:23:25 -06:00
ds Bug 1059555 - Fix js/src/SplayTree forEach to not inadvertantly copy the callback functor. r=bhackett 2014-08-28 12:18:44 -04:00
editline Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
frontend Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett 2014-09-17 21:07:37 +02:00
gc Backed out changeset a53aa43ab5f4 for Windows build bustage on a CLOSED TREE 2014-09-19 09:40:53 -07:00
gdb Bug 1065029 - Import time to make test mode work. r=sfink 2014-09-12 10:15:58 -06:00
irregexp Bug 1055402 - Remove RegExp.test cache, add a more robust match only mode to irregexp, r=jandem. 2014-09-12 07:12:49 -07:00
jit Bug 1025100: Use INSERTPS for inserting float elements when SSE4.1 is available; r=sunfish 2014-09-19 14:56:05 +02:00
jit-test Bug 1068451 - test case. r=waldo 2014-09-20 12:26:20 +02:00
jsapi-tests Bug 650161 - Use the object moved hook to update the wrapper cache r=terrence r=bz r=bholley 2014-09-17 15:35:11 +01:00
octane
parjs-benchmarks
perf
proxy Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
shell Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence 2014-09-19 15:10:01 -07:00
tests changeset: 229386:2c92e43e29d8 2014-09-18 17:22:05 +08:00
vm Bug 1061652 - Inline setCrossCompartmentSlot on windows. r=luke 2014-09-19 18:35:00 +02:00
vtune
aclocal.m4 Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer 2014-09-04 17:44:01 +09:00
configure.in Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence 2014-09-19 15:10:01 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff 2014-09-16 18:45:31 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
jsapi.cpp Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsapi.h Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsarray.cpp changeset: 229386:2c92e43e29d8 2014-09-18 17:22:05 +08:00
jsarray.h Bug 1063253 - Fix CodeGenerator::visitNewArrayCallVM to not ignore the AllocatingBehaviour value. r=h4writer 2014-09-12 14:24:24 +02:00
jsast.tbl Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsatom.cpp Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsatom.h Bug 1055402 - Remove RegExp.test cache, add a more robust match only mode to irregexp, r=jandem. 2014-09-12 07:12:49 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett 2014-09-17 21:07:37 +02:00
jscntxt.h Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett 2014-09-17 21:07:37 +02:00
jscntxtinlines.h Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv) 2014-09-10 15:52:36 -07:00
jscompartment.cpp Bug 1061404 - Move ArrayBuffer view list into per compartment tables, r=sfink. 2014-09-17 11:13:17 -07:00
jscompartment.h Bug 1061404 - Move ArrayBuffer view list into per compartment tables, r=sfink. 2014-09-17 11:13:17 -07:00
jscompartmentinlines.h
jscpucfg.h Bug 1065055: also define IS_{LITTLE,BIG}_ENDIAN according to BYTE_ORDER, r=njn 2014-09-11 07:58:37 +02:00
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 1063468 - Remove unnecessary use of address() r=sfink 2014-09-15 16:49:37 +01:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1054243 - Clear pending exception in ErrorReport::init. r=terrence 2014-09-12 17:12:59 +02:00
jsexn.h
jsfriendapi.cpp Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jsfriendapi.h Bug 650161 - Use the object moved hook to update the wrapper cache r=terrence r=bz r=bholley 2014-09-17 15:35:11 +01:00
jsfun.cpp Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsfun.h Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jsfuninlines.h
jsgc.cpp Backed out changeset a53aa43ab5f4 for Windows build bustage on a CLOSED TREE 2014-09-19 09:40:53 -07:00
jsgc.h Bug 650161 - Fix shell test failures caused by compacting GC r=terrence 2014-09-17 15:35:11 +01:00
jsgcinlines.h Bug 650161 - Add an assertion that something is only ever called from a GC callback r=terrence 2014-09-19 09:57:11 +01:00
jshashutil.h
jsinfer.cpp Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jsinfer.h Bug 1063233: Move JS::ubi::Node specializations for SpiderMonkey types closer to those types' definitions. r=terrence 2014-09-18 12:56:54 -07:00
jsinferinlines.h Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff 2014-09-16 18:45:31 +02:00
jsiter.cpp Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett 2014-09-17 21:07:37 +02:00
jsiter.h Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett 2014-09-17 21:07:37 +02:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 1065623 - Declare random_next in jsmath.h. r=jorendorff 2014-09-12 13:11:00 -04:00
jsmath.h Bug 1065623 - Declare random_next in jsmath.h. r=jorendorff 2014-09-12 13:11:00 -04:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj. 2014-09-16 23:33:05 -07:00
jsnum.h Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff 2014-09-16 18:45:31 +02:00
jsobj.cpp Bug 1053999 - Investigation for JS_TransplantObject crash (r=bholley) 2014-09-18 08:56:56 -07:00
jsobj.h Bug 1063233: Work around bug 1066193 (compiler bug) by providing an explicit 'this->'. r=Waldo 2014-09-18 12:56:54 -07:00
jsobjinlines.h Bug 650161 - Fix shell test failures caused by compacting GC r=terrence 2014-09-17 15:35:11 +01:00
json.cpp Bug 914402 - Remove the defunct conservative stack scanner; r=sfink 2014-09-09 15:08:23 -07:00
json.h
jsonparser.cpp
jsonparser.h
jsopcode.cpp Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsopcode.h
jsopcodeinlines.h Bug 1063816 - Polish work on the renaming of useCount to warmUpCount(er), r=mjrosenb,nbp 2014-09-11 18:40:17 +02:00
jsprf.cpp Bug 1019838 - Various non-unified compilation bustage fixes. r=bustage in a CLOSED TREE 2014-09-08 19:33:58 -07:00
jsprf.h
jspropertytree.cpp Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jspropertytree.h
jsprototypes.h Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff 2014-09-16 18:45:31 +02:00
jsproxy.h Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv) 2014-09-10 15:52:36 -07:00
jspubtd.h Bug 1066020: Add JSConstIntegerSpec to jsapi; r=till 2014-09-15 15:13:05 +02:00
jsreflect.cpp Bug 1064391 - Fix destructuring into a __proto__ pattern. r=shu 2014-09-08 13:59:47 -07:00
jsreflect.h Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsscript.cpp Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jsscript.h Bug 1063233: Move JS::ubi::Node specializations for SpiderMonkey types closer to those types' definitions. r=terrence 2014-09-18 12:56:54 -07:00
jsscriptinlines.h Bug 1068223 - Clean up the Cell hierarchy; r=jonco 2014-09-17 10:32:37 -07:00
jsshell.msg
jsstr.cpp Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE. 2014-09-16 17:26:34 -04:00
jsstr.h Bug 1055402 - Remove RegExp.test cache, add a more robust match only mode to irregexp, r=jandem. 2014-09-12 07:12:49 -07:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Bug 650161 - Fix shell test failures caused by compacting GC r=terrence 2014-09-17 15:35:11 +01:00
jsweakmap.h Bug 650161 - Fix shell test failures caused by compacting GC r=terrence 2014-09-17 15:35:11 +01:00
jswin.h
jswrapper.h Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv) 2014-09-10 15:52:36 -07:00
make-source-package.sh
Makefile.in Backed out changeset 9a796d86bae8 (bug 1063728) until people agree what they want to do here 2014-09-08 20:38:21 -04:00
moz.build Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj. 2014-09-16 23:33:05 -07:00
NamespaceImports.h
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
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>