gecko/js/src
2014-09-01 21:41:53 +02:00
..
asmjs Bug 1059064 - OdinMonkey: avoid referencing AsmJSGlobalRegBias except for the ARM and MIPS backends. r=luke 2014-08-27 14:23:03 +10:00
builtin Bug 992267: Introduce the IsSimdAvailable testing function; r=luke 2014-08-29 15:32:18 +02:00
ctypes Bug 1054334 - SpiderMonkey: Delete unneeded semicolons r=nbp 2014-08-18 12:20:39 -07:00
devtools Bug 1052422 - Remove trivial shim functions that call into the GC r=sfink 2014-08-14 10:32:06 +01:00
doc Bug 1060069: Minor grammar fixes to Debugger tutorial. DONTBUILD r=jorendorff 2014-08-28 16:49:38 -07: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
frontend Bug 1055337 - Fix up comment per review (r=jorendorff) 2014-08-29 16:09:08 -05:00
gc Bug 1055163 - We do not need to visit nursery children in UnmarkGrayObject; r=sfink 2014-08-26 16:02:28 -07:00
gdb Bug 981218 - Remove default compartment object usage in js shell and tests. r=luke 2014-08-21 17:13:51 -07:00
irregexp Bug 992267: Ensure stack alignment requirements for asm.js code; r=bbouvier 2014-08-29 15:34:20 +02:00
jit Bug 992267: Ensure stack alignment requirements for asm.js code; r=bbouvier 2014-08-29 15:34:20 +02:00
jit-test Backed out 3 changesets (bug 992267) for OS X non-unified bustage 2014-08-29 21:07:37 -07:00
jsapi-tests Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
octane
parjs-benchmarks
perf
shell Bug 1046585 part 9 - Move SSE detection code out of assembler/ and refactor it. r=sunfish 2014-08-26 10:09:42 +02:00
tests Bug 1058101 - Move dom/src/json/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
vm Bug 1031880 - Remove JS_SetSingleStepMode. r=jorendorff 2014-08-31 19:08:41 +02:00
vtune
aclocal.m4 Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium 2014-02-25 14:15:16 -08:00
configure.in Bug 1014375 - Properly define JS_PUNBOX64 or JS_NUNBOX32 depending on the CPU arch r=nbp 2014-09-01 21:41:53 +02:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Backed out 3 changesets (bug 992267) for OS X non-unified bustage 2014-08-29 21:07:37 -07: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 Bug 1054334 - SpiderMonkey: Eliminate unnecessary parentheses around return values r=nbp 2014-08-18 12:20:40 -07:00
jsapi.h Bug 1037770 - Stop erroneously defaulting property values for Object.defineProperty on a proxy. (r=jorendorff) 2014-08-19 16:14:08 -07:00
jsarray.cpp Bug 934450 - Allow objects to have copy on write elements, r=billm,jandem. 2014-08-19 22:25:37 -08:00
jsarray.h Bug 934450 - Allow objects to have copy on write elements, r=billm,jandem. 2014-08-19 22:25:37 -08:00
jsast.tbl Bug 924688 - Implement ES6 computed property names. r=jorendorff 2014-08-08 09:15:00 -04:00
jsatom.cpp Bug 1037718 - Remove JS_GetTypeName. r=jwalden. 2014-08-06 07:17:04 -05:00
jsatom.h Bug 1037718 - Remove JS_GetTypeName. r=jwalden. 2014-08-06 07:17:04 -05:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
jscntxt.h Bug 992267: Introduce the IsSimdAvailable testing function; r=luke 2014-08-29 15:32:18 +02:00
jscntxtinlines.h Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
jscompartment.cpp Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jscompartment.h Bug 1055219 r=terrence 2014-08-19 17:23:21 +01:00
jscompartmentinlines.h Bug 1024250; r=billm 2014-07-28 10:16:56 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 1050340 - Handle dates generically. r=luke 2014-08-18 14:18:38 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsexn.h Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsfriendapi.cpp Bug 1027964 - Standardize proxy handler families. (r=jorendorff) 2014-08-27 17:09:06 -07:00
jsfriendapi.h Bug 1045801 - Rename SafeCast to AssertedCast. r=Waldo 2014-08-25 12:17:32 -07:00
jsfun.cpp Backed out changeset b9c155d1b30d (bug 1005306) for mochitest-dt failures and various leaks. 2014-08-27 22:59:22 -04:00
jsfun.h Bug 1053544 - OdinMonkey: issue link-time validation error when given value with under-defined coercion (r=Waldo) 2014-08-14 10:00:37 -05:00
jsfuninlines.h
jsgc.cpp Bug 1057393 - Fix a regression on octane-zlib; r=sfink 2014-08-25 09:29:51 -07:00
jsgc.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jsgcinlines.h Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
jshashutil.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jsinfer.cpp Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
jsinfer.h Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
jsinferinlines.h Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
jsiter.cpp Bug 1033442 - Add allocation functions to Cell to make it more obvious which allocator to use; r=jonco 2014-08-08 17:00:46 -07:00
jsiter.h Bug 1033442 - Add allocation functions to Cell to make it more obvious which allocator to use; r=jonco 2014-08-08 17:00:46 -07:00
jskwgen.cpp
jslibmath.h
jslock.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
jsmath.cpp Bug 1056529 - Remove old workarounds for MSVC PGO bugs. r=h4writer 2014-08-27 10:14:07 +02:00
jsmath.h Bug 1034576 - Move math functions to the js namespace. r=bbouvier 2014-08-01 05:40:00 -04:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1021963 - Self host isNaN and isFinite. r=jwalden 2014-08-23 20:42:05 +05:30
jsnum.h
jsobj.cpp Bug 1058869 - Don't forget about Arrays for attribute-only Object.defineProperty calls. (r=jorendorff) 2014-08-29 14:59:51 -07:00
jsobj.h Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
jsobjinlines.h Bug 894596 - Bake constant valued object properties into jitcode when possible, r=jandem, patch mostly written by djvj. 2014-08-26 12:30:36 -07:00
json.cpp Bug 1054322 - sort more messages in js.msg. r=till 2014-08-18 20:45:43 +02:00
json.h
jsonparser.cpp Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsonparser.h
jsopcode.cpp Bug 1041688 - Improve IonScriptCounts -D output, r=jandem. 2014-08-22 11:13:01 -07:00
jsopcode.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsopcodeinlines.h Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsprf.cpp
jsprf.h
jspropertytree.cpp Backed out changeset 3adf62f886d9 (bug 650161) 2014-08-14 12:52:41 +01:00
jspropertytree.h Backed out changeset 3adf62f886d9 (bug 650161) 2014-08-14 12:52:41 +01:00
jsprototypes.h Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
jsproxy.cpp Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
jsproxy.h Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
jspubtd.h Bug 1055758 - rm Ion CompilerRoot infrastructure. r=bhackett 2014-08-20 12:18:49 +02:00
jsreflect.cpp Bug 933276 - Implement [...x] in assignment target (spread operator); r=jorendorff 2014-08-22 10:16:58 +02:00
jsreflect.h
jsscript.cpp Bug 1031880 - Remove JS_SetSingleStepMode. r=jorendorff 2014-08-31 19:08:41 +02:00
jsscript.h Bug 1031880 - Remove JS_SetSingleStepMode. r=jorendorff 2014-08-31 19:08:41 +02:00
jsscriptinlines.h Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
jsshell.msg Bug 1051611 - Remove error numbers from js.msg. r=jorendorff 2014-08-15 15:28:10 +02:00
jsstr.cpp Bug 1045801 - Rename SafeCast to AssertedCast. r=Waldo 2014-08-25 12:17:32 -07:00
jsstr.h Bug 1028866 part 6 - Move NewString* functions from jsstr.{h,cpp} to vm/String.{h,cpp}. rs=luke 2014-07-21 12:45:48 +02:00
jstypes.h
jsutil.cpp
jsutil.h Bug 1031068 - Add environment variable to disable jsgc poisoning, r=terrence 2014-06-30 22:56:12 +02:00
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 Bug 1046945 - Move ExposeGCThingToActiveJS to js::gc:: and use the typed wrappers instead; r=jonco 2014-07-31 12:14:17 -07:00
jswatchpoint.h Bug 1031878 - Remove JS_SetWatchPoint and friends. r=jimb 2014-07-25 14:26:40 +02:00
jsweakcache.h
jsweakmap.cpp Bug 1054334 - SpiderMonkey: Use static and internal name linkage for more symbols r=nbp 2014-08-18 12:20:41 -07:00
jsweakmap.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jswin.h
jswrapper.cpp Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
jswrapper.h Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
make-source-package.sh Bug 1039197 - Always build js engine with zlib. r=luke 2014-07-17 08:42:17 +09:00
Makefile.in Bug 792439 - Implement ES6 WeakSet. r=till 2014-08-19 12:42:13 +02:00
moz.build Bug 969375 - Enable IonMonkey on MIPS. r=jandem,glandium 2014-08-26 17:11:54 +02:00
NamespaceImports.h
prmjtime.cpp Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
prmjtime.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
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>