gecko/js/src
2015-06-12 17:14:59 +02:00
..
asmjs Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke 2015-06-12 10:20:59 +02:00
builtin Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
ctypes Bug 1164664 - Switch to new-style error-reporting for PrepareScriptEnvironment. r=jimb 2015-05-26 13:51:45 -07:00
devtools No Bug - Remove an unneeded annotation DONTBUILD; r=sfink 2015-06-10 14:50:55 -07:00
doc Bug 1169869 - Document the Debugger's onPromiseSettled hook DONTBUILD; r=jimb 2015-06-04 17:33:49 -07:00
ds Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence 2015-05-01 16:26:10 +01:00
editline
frontend Bug 1168474 - Remove assorted arity-checks that are easily done another way (or not at all). r=shu 2015-05-19 16:35:55 -07:00
gc Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence 2015-06-12 10:11:07 +01:00
gdb Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink 2015-05-13 14:07:34 -07:00
irregexp Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke 2015-06-12 10:20:59 +02:00
jit Bug 1173529: IonMonkey - Also iterate phis when removing guards, r=nbp 2015-06-12 16:58:46 +02:00
jit-test Bug 1172513 part 2. When XDR-encoding a function, don't incode temporary flags. r=waldo 2015-06-11 22:34:37 -04:00
jsapi-tests Bug 1170959 - Remove JS_GetPropertyDescriptor from a JSAPI test. r=efaust 2015-06-05 21:36:47 +02:00
octane
perf Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink 2015-05-13 14:07:34 -07:00
proxy Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu) 2015-06-03 02:01:14 -07:00
shell Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke 2015-06-12 10:20:59 +02:00
tests Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke 2015-06-12 10:20:59 +02:00
vm Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence 2015-06-12 10:11:07 +01:00
vtune
aclocal.m4 bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal 2015-06-10 10:49:22 +09:00
configure.in bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal 2015-06-10 10:49:22 +09:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1170716 - Part 2: Report unreachable code after return statement as JSEXN_NONE. r=jandem 2015-06-11 13:14:13 +09:00
js.pc.in
jsalloc.cpp Bug 1156317 - Change the onOutOfMemory() interface is make it harder to misuse r=terrence 2015-04-21 16:08:39 +01:00
jsalloc.h Bug 1156317 - Change the onOutOfMemory() interface is make it harder to misuse r=terrence 2015-04-21 16:08:39 +01:00
jsapi.cpp Bug 1158133 - Add a way to disable async stacks, and disable by default on mobile platforms. r=bent,jimb 2015-06-09 11:17:09 +02:00
jsapi.h Merge fx-team to central, a=merge 2015-06-11 17:18:11 -07:00
jsarray.cpp Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
jsarray.h Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
jsast.tbl Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu) 2015-06-03 02:01:15 -07:00
jsatom.cpp Bug 1154950 - Share permanent atom and well-known symbol marking; r=sfink 2015-04-14 13:28:46 -07:00
jsatom.h
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1155618 - Fix some more places where we didn't report OOM to the context r=terrence 2015-06-01 10:42:28 +01:00
jscntxt.h Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
jscntxtinlines.h Bug 1163059 - Add a more convenient wrapper for isAtomsZone; r=sfink 2015-05-07 10:17:49 -07:00
jscompartment.cpp Bug 887030 - Allow inlining of heapState checks from outside JSAPI; r=jonco 2015-06-02 11:47:08 -07:00
jscompartment.h Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl 2015-06-02 17:28:32 +09:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Backed out changeset e9a4931b119c (bug 861219) 2015-05-12 12:27:20 +02:00
jsdate.h Bug 1158399 - Ensure/assert that DateObject::setUTCTime never stores a non-TimeClip'd value in the reserved slot. r=evilpie 2015-04-30 20:03:30 -07:00
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 811911 - Use UTF-8 output for TwoByte chars in Error objects; r=jandem 2015-06-04 08:43:11 -07:00
jsexn.h Bug 1067610 - Refactor backtracking allocator to handle grouped registers better, r=sunfish. 2015-05-18 20:20:14 -06:00
jsfriendapi.cpp Bug 1135993 - Remove js::IsInNonStrictPropertySet. r=jorendorff 2015-06-02 23:27:39 +02:00
jsfriendapi.h Bug 1114079 - Fix overrecursion check in nsGlobalWindow::SetNewDocument to not report a JS exception. r=bz 2015-06-12 09:41:16 +02:00
jsfun.cpp Bug 1172513 part 2. When XDR-encoding a function, don't incode temporary flags. r=waldo 2015-06-11 22:34:37 -04:00
jsfun.h Bug 1172513 part 2. When XDR-encoding a function, don't incode temporary flags. r=waldo 2015-06-11 22:34:37 -04:00
jsfuninlines.h Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink 2015-05-13 14:07:34 -07:00
jsgc.cpp Backed out changeset 136d0f3fe47c (bug 1172193) for causing bc3 leaks in browser_notifications.js on a CLOSED TREE 2015-06-11 16:35:44 +02:00
jsgc.h Bug 1173042 - Remove unused GCChunkSet and chunk hashing functions; r=ehoogeveen 2015-06-10 09:34:57 -07:00
jsgcinlines.h Bug 1167318 - Remove GetGCThingTraceKind in favor of the typed Cell variants; r=jonco 2015-05-21 11:41:18 -07:00
jshashutil.h Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence 2015-05-01 16:26:10 +01:00
jsiter.cpp Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu) 2015-06-03 02:01:14 -07:00
jsiter.h Bug 1157703 - Cache iterators involving unboxed objects, r=jandem. 2015-05-03 15:27:12 -07:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl 2015-06-02 17:28:32 +09:00
jsmath.h Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl 2015-06-02 17:28:32 +09:00
jsnativestack.cpp Bug 1165460 - Work around on-demand linker badness with NDK r10e/GCC 4.9 r=dhylands,glandium 2015-06-03 10:26:18 -05:00
jsnativestack.h
jsnum.cpp Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo. 2015-05-01 14:03:17 -05:00
jsnum.h
jsobj.cpp Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
jsobj.h Bug 1167291 - Generalize the marking tracer's cross-compartment check; r=jonco 2015-05-21 11:30:01 -07:00
jsobjinlines.h Bug 1169250 - Zero-initialize all function object members r=jandem 2015-05-29 10:50:18 +01:00
json.cpp Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo. 2015-05-01 14:03:17 -05:00
json.h
jsopcode.cpp Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu) 2015-06-03 02:01:15 -07:00
jsopcode.h Bug 1147403 part 1 - Move Sprinter into its own header and add a FILE & LifoAlloc variants. r=h4writer 2015-05-28 19:26:54 +02:00
jsopcodeinlines.h
jsprf.cpp Bug 1170750 - jsprf.cpp: Sort headers properly. r=me 2015-06-12 17:14:59 +02:00
jsprf.h
jspropertytree.cpp Bug 1157628: Reformat spidermonkey source directory, again; r=jandem 2015-04-23 12:22:36 +02:00
jspropertytree.h
jsprototypes.h
jspubtd.h Bug 1171780 - We no longer need to cast out of barrieried types in GC; r=jonco 2015-06-05 09:01:12 -07:00
jsreflect.cpp Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu) 2015-06-03 02:01:15 -07:00
jsreflect.h
jsscript.cpp Bug 1155618 - Fix some more places we don't report allocation failure to the context r=terrence 2015-05-28 10:22:41 +01:00
jsscript.h Bug 1147403 part 7 - Fix inIon, only reset the counter when the function is executed. r=jandem 2015-05-28 19:26:56 +02:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem. 2015-06-10 09:42:22 -07:00
jsstr.h Bug 1147403 part 2 - IonMonkey: Use GenericPrinter& instead of FILE* for *::dump functions. r=h4writer 2015-05-28 19:26:55 +02:00
jstypes.h
jsutil.cpp Bug 1155618 - Add better support for testing OOM behaviour r=terrence 2015-05-22 18:52:38 +01:00
jsutil.h Bug 1171430 - Don't shift the poison value by non-byte values; r=jonco 2015-06-10 08:58:36 -07:00
jsversion.h
jswatchpoint.cpp Bug 1169692 - Use virtual dispatch in WeakMapTracer instead of function pointers; r=sfink, r=mccr8 2015-06-01 13:14:11 -07:00
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Bug 1171780 - We no longer need to cast out of barrieried types in GC; r=jonco 2015-06-05 09:01:12 -07:00
jsweakmap.h Bug 1171780 - We no longer need to cast out of barrieried types in GC; r=jonco 2015-06-05 09:01:12 -07:00
jswin.h Bug 1155838 - Fix a build warning on windows; r=till 2015-04-17 12:41:31 -07:00
jswrapper.h Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan 2015-06-02 19:45:24 -07:00
make-source-package.sh Bug 1062473: Use mozalloc's moz_malloc_size_of in the JS shell, not our own custom copy. r=glandium 2015-04-13 16:11:32 -07:00
Makefile.in Bug 1169769 - Stop pretending js/src is a top-level directory. r=gps 2015-06-10 10:49:23 +09:00
moz.build Bug 1168750 - SharedStubs: (part3) Make split between baseline only and shared stubs, r=jandem 2015-06-08 16:38:55 +02:00
NamespaceImports.h Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence 2015-05-01 16:26:10 +01:00
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>