gecko/js/src
2013-09-04 08:46:28 -07:00
..
assembler Bug 909499 part 1 - Rename js::ion namespace to js::jit. r=njn 2013-08-27 12:50:16 +02:00
build Bug 910814 - SpiderMonkey: Disable errno for math functions. r=glandium 2013-09-02 17:21:21 -07:00
builtin Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
config Bug 903118 - set mozconfig environment variables for sub-makes; r=gps 2013-08-14 09:34:18 -04:00
ctypes Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -07:00
devtools Bug 912171 - Static rooting analysis: ignore ~AutoCompartment. r=NPOTB 2013-09-03 12:25:05 -07:00
ds Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
editline Bug 906619 - Part a: Move unconditional CSRCS to moz.build; r=mshal 2013-08-22 08:56:02 +02:00
frontend Bug 909764 - Fix syntax parsing error that allows let bindings of eval in strict mode. r=jwalden r=jorendorff 2013-09-03 14:35:18 -04:00
gc Bug 906243 - Handle shrinkSlots correctly for nursery things; r=jonco 2013-09-04 08:46:00 -07:00
gdb Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jit Bug 906805 - Implement Baseline JSOP_GETELEM handlers which invoke getters. r=efaust 2013-09-03 17:55:20 -04:00
jit-test Bug 906236 - Sweep DeclEnvObjects in the background; r=luke 2013-09-04 08:46:28 -07:00
jsapi-tests Bug 732665 - Introduce a mechanism for specifying different stack limits for system, trusted, and untrusted code. r=luke 2013-08-28 11:04:15 -07:00
parjs-benchmarks
perf Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
shell Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo 2013-08-29 11:54:14 -07:00
tests Bug 900125: Tests for Math.fround; r=waldo 2013-08-28 22:00:31 -07:00
v8
vm Bug 906236 - Sweep DeclEnvObjects in the background; r=luke 2013-09-04 08:46:28 -07:00
vtune
yarr Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -07:00
aclocal.m4
configure.in Bug 911741 - ICU doesn't use optimize flag. r=gps 2013-09-04 16:42:24 +09:00
dtoa.c
js-confdefs.h.in Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke. 2013-08-26 17:09:30 -07:00
js-config.h.in Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke. 2013-08-26 17:09:30 -07:00
js-config.in
js.msg Bug 898347 - Convert binary data to use TypeRepresentation (Part 3/6) r=sfink 2013-08-12 21:56:24 -04:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsanalyze.cpp Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsanalyze.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsanalyzeinlines.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsapi.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsapi.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jsarray.cpp Bug 905947 - Don't assert when redefining an array's length to be configurable via the JSAPI. r=jorendorff 2013-08-20 17:06:51 -07:00
jsarray.h
jsast.tbl
jsatom.cpp Bug 666399 - New Harmony syntax for generators. r=Waldo 2013-08-20 11:03:24 +02:00
jsatom.h Bug 726687 - Stop rekeying from calling pre barriers r=terrence 2013-02-15 17:59:19 +00:00
jsatominlines.h Bug 903419 part 1. Change js::GetErrorTypeName to take a JSRuntime, not a JSContext. r=luke 2013-08-29 00:30:06 -04:00
jsbool.cpp
jsbool.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jsboolinlines.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -07:00
jscntxt.h Bug 908699 - Allow generating parse errors and warnings when off the main thread, r=billm. 2013-08-29 09:56:05 -06:00
jscntxtinlines.h Bug 732665 - Introduce a mechanism for specifying different stack limits for system, trusted, and untrusted code. r=luke 2013-08-28 11:04:15 -07:00
jscompartment.cpp Bug 898347 - Add canonical type representation objects (Part 1/6) r=sfink 2013-08-23 11:21:25 -04:00
jscompartment.h Bug 898347 - Add canonical type representation objects (Part 1/6) r=sfink 2013-08-23 11:21:25 -04:00
jscompartmentinlines.h Bug 909866 - Fix an exact rooting hazard in JSCompartment::wrap; r=sfink 2013-08-27 15:16:03 -07:00
jscpucfg.h Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00
jscrashformat.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00
jsdate.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsdtoa.cpp
jsdtoa.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsexn.cpp Bug 908699 - Allow generating parse errors and warnings when off the main thread, r=billm. 2013-08-29 09:56:05 -06:00
jsexn.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jsfriendapi.cpp Bug 910220 part 1. Add friend API for determinining whether we're in a strict-mode script. r=waldo 2013-08-31 00:21:22 -04:00
jsfriendapi.h Bug 910220 part 1. Add friend API for determinining whether we're in a strict-mode script. r=waldo 2013-08-31 00:21:22 -04:00
jsfun.cpp Bug 909499 part 1 - Rename js::ion namespace to js::jit. r=njn 2013-08-27 12:50:16 +02:00
jsfun.h Bug 906781 - Optimize JSOP_FUNAPPLY with Array argument in Baseline. r=bhackett r=jandem 2013-08-27 18:32:40 -04:00
jsfuninlines.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsgc.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsgc.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsgcinlines.h Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm. 2013-08-13 09:13:46 -06:00
jsinfer.cpp Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsinfer.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsinferinlines.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsiter.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsmath.cpp Bug 900125: Add Math.fround to the interpreter; r=sstangl 2013-08-28 22:00:11 -07:00
jsmath.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jsmemorymetrics.cpp Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo 2013-08-29 11:54:14 -07:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsnum.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jsobj.cpp Bug 906243 - Handle shrinkSlots correctly for nursery things; r=jonco 2013-09-04 08:46:00 -07:00
jsobj.h Bug 908898 - Move the JS_PS{G,GS,_END} macros from jsobj.h into jsapi.h for general use. r=jorendorff 2013-08-21 15:33:11 -07:00
jsobjinlines.h Bug 908294 - Additional fixes for ExclusiveContext zones with TI enabled, r=billm. 2013-08-22 21:42:20 -06:00
json.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
json.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jsonparser.cpp Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsonparser.h
jsopcode.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsopcode.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jsopcode.tbl
jsopcodeinlines.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsoplengen.cpp
jsprf.cpp Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -07:00
jsprf.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jspropertytree.cpp Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jspropertytree.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsprototypes.h Bug 898347 - Make typed array use type repr constants (Part 2/6) r=sfink 2013-08-12 22:00:50 -04:00
jsproxy.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsproxy.h Bug 910109 (part 1) - Make jsproxy.h not depend on jsapi.h. r=luke. 2013-08-28 17:20:24 -07:00
jspubtd.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsreflect.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsreflect.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsscript.cpp Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsscript.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsscriptinlines.h Bug 909499 part 1 - Rename js::ion namespace to js::jit. r=njn 2013-08-27 12:50:16 +02:00
jsshell.msg
jsstr.cpp Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke. 2013-08-26 17:09:30 -07:00
jsstr.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jstypes.h Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke. 2013-08-26 17:09:30 -07:00
jsutil.cpp
jsutil.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsversion.h Bug 909171 (part 3) - Remove JS_VERSION. r=luke. 2013-08-26 17:09:40 -07:00
jswatchpoint.cpp Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jswatchpoint.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jsweakcache.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsweakmap.cpp
jsweakmap.h
jswin.h
jsworkers.cpp Bug 911204 - Directly heap allocate CompileErrors when parsing off thread, r=billm. 2013-09-02 10:06:43 -07:00
jsworkers.h Bug 911204 - Directly heap allocate CompileErrors when parsing off thread, r=billm. 2013-09-02 10:06:43 -07:00
jswrapper.cpp Bug 907937 - Move object wrapping into the object-overloaded wrap() function. r=billm 2013-08-22 12:40:31 -07:00
jswrapper.h Bug 910109 (part 2) - Make jswrapper.h not depend on jsapi.h. r=luke. 2013-08-28 17:24:34 -07:00
make-source-package.sh Bug 517765 - Mark make-source-package.sh as executable. 2013-08-23 19:35:54 +02:00
Makefile.in Backed out changeset 8090e534656a (bug 896797) on suspicion of causing bug 912451 on a CLOSED TREE 2013-09-04 12:44:59 +01:00
moz.build Back out ce03cc2994aa:ae9f95fc1136 (bug 896797) for SpiderMonkey shell build bustage 2013-09-03 23:21:30 -07:00
NamespaceImports.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
prmjtime.cpp Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00
prmjtime.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
README.html
symverscript.in
TraceLogging.cpp Bug 912302 - Slim down TraceLogging output by shortening entry keys and timestamps. r=h4writer 2013-09-04 12:35:50 +02:00
TraceLogging.h Bug 911954 - Add forward declaration of JSScript to TraceLogging.h, r=h4writer 2013-09-04 13:14:44 +02: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>