gecko-dev/js/src
2015-09-13 16:55:58 -06:00
..
asmjs Bug 1199719 werr.2 - Remove some of the uninitialized variable noise. r=bbouvier 2015-09-11 13:47:51 +02:00
builtin Bug 1200809 part 7 - Convert SIMD natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:32 -07:00
ctypes Bug 1088214 - Remove JSCLASS_IMPLEMENTS_BARRIERS now this is implemented everywhere r=terrence 2015-09-02 10:40:10 +01:00
devtools Bug 1186424: Rename FunctionBuilder into FunctionValidator; r=luke 2015-09-03 16:43:58 +02:00
doc Bug 1145442 - More jit coach optimization outcome docs. r=shu 2015-09-10 14:40:08 -04:00
ds Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
editline Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
frontend Bug 1196041 - Disallow getter/setter with expression closure in class declaration. r=efaust 2015-09-03 00:16:32 +09:00
gc Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
gdb Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
irregexp Bug 1190295 - Remove 'args' arguments from MacroAssembler::setupAlignedABIArgs and MacroAssembler::setupUnalignedABIArgs. r=bbouvier 2015-08-17 11:32:19 +02:00
jit Bug 1198861 - Backout faaafe8c3d1e for massive regressions. 2015-09-13 16:55:58 -06:00
jit-test Bug 1201459: IonMonkey - Fix typepolicy of MFilterTypeSet with MIRType_Float32, r=bbouvier,nbp 2015-09-11 14:27:22 +02:00
jsapi-tests Bug 1202028 - Implement range based for loops for SavedFrame stacks. r=terrence 2015-09-10 16:24:00 +02:00
octane Bug 1195198 - Octane: Restore run.js broken by Bug 1179063. r=terrence 2015-08-17 00:26:00 -04:00
perf Bug 1184564 part 4 - Use Value instead of jsval in SpiderMonkey. r=evilpie 2015-07-18 21:45:35 +02:00
proxy Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
shell Bug 1199384 - Add shell function for writing a typed array to a file, r=sfink. 2015-09-13 15:19:33 -06:00
tests Bug 1196041 - Disallow getter/setter with expression closure in class declaration. r=efaust 2015-09-03 00:16:32 +09:00
vm Bug 1198861 - Backout faaafe8c3d1e for massive regressions. 2015-09-13 16:55:58 -06:00
vtune
aclocal.m4 Bug 1192277 - remove check for LLVM PR 8927; r=glandium 2015-08-07 19:35:43 -04:00
configure.in bug 1198226 - Move HOST_{C,CXX}FLAGS to moz.build HOST_{CFLAGS,CXXFLAGS,DEFINES}. r=mshal 2015-09-08 11:35:43 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 930414 - Check for duplicate module exports r=shu 2015-09-04 14:14:43 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1199203 - Add support for per-thread OOM testing. r=jonco 2015-09-11 16:11:56 +02:00
jsapi.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jsarray.cpp Bug 1200809 part 6 - Convert various natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:16 -07:00
jsarray.h Bug 1200809 part 2 - Convert Array natives to new InlinableNatives system. r=nbp 2015-09-04 15:53:45 +02:00
jsast.tbl Bug 1168992 - Part 3: Change PNK_SUPERPROP to PNK_DOT and fix reflection of super.prop. (r=Waldo) 2015-09-02 15:09:04 -07:00
jsatom.cpp Bug 1168992 - Part 2: Fix reflection of new.target. (r=Waldo) 2015-09-02 15:09:03 -07:00
jsatom.h Bug 1168992 - Part 2: Fix reflection of new.target. (r=Waldo) 2015-09-02 15:09:03 -07:00
jsatominlines.h
jsbool.cpp Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
jsbool.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Backout 148cab7775e5 (Bug 1202051) for cgc bustage on a CLOSED TREE. 2015-09-11 11:37:37 -07:00
jscntxt.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jscntxtinlines.h
jscompartment.cpp Bug 1200642 - Fix OOM handling issues r=terrence 2015-09-08 08:45:11 +01:00
jscompartment.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1088214 - Remove JSCLASS_IMPLEMENTS_BARRIERS now this is implemented everywhere r=terrence 2015-09-02 10:40:10 +01:00
jsexn.h
jsfriendapi.cpp Bug 1200809 part 6 - Convert various natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:16 -07:00
jsfriendapi.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jsfun.cpp Bug 1200809 part 6 - Convert various natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:16 -07:00
jsfun.h Bug 1199165 - Rename isHeavyweight to needsCallObject. r=shu 2015-09-02 12:34:07 +02:00
jsfuninlines.h Bug 1177898 - Fix error checking in CloneFunctionObjectIfNotSingleton. (r=efaust) 2015-07-01 12:20:18 -07:00
jsgc.cpp Bug 1202865 - Split out Zone selection from stats collection and malloc bytes reset; r=jonco 2015-09-10 14:11:56 -07:00
jsgc.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jsgcinlines.h
jshashutil.h
jsiter.cpp Bug 1155618 - Fix more out of memory handling issues r=terrence 2015-09-07 11:36:55 +01:00
jsiter.h Bug 1191529 - Remove JSIdArray and AutoIdArray and replace with Rooted<IdVector>; r=mccr8, r=jonco 2015-08-05 11:02:00 -07:00
jskwgen.cpp
jslibmath.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
jslock.h
jsmath.cpp Bug 1200809 part 1 - Add InlinableNatives JitInfo infrastructure, use it for Math natives. r=bz,nbp 2015-09-04 15:52:10 +02:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
jsnum.h Bug 1114782 - Using compiler's builtin overflow-checked functions in SafeAdd and friends. r=sunfish 2015-09-02 16:32:31 -07:00
jsobj.cpp Bug 1088214 - Remove JSCLASS_IMPLEMENTS_BARRIERS now this is implemented everywhere r=terrence 2015-09-02 10:40:10 +01:00
jsobj.h Bug 1183153 - Give generator function groups the correct builtin prototype. r=Waldo 2015-08-26 11:02:15 -04:00
jsobjinlines.h Backout c9e469c6b915 (Bug 1196847) for regressing octane. 2015-09-03 09:38:04 -07:00
json.cpp Backout 13654c18b57f (Bug 1202048) for cgc bustage on a CLOSED TREE. 2015-09-11 11:37:05 -07:00
json.h
jsopcode.cpp Bug 1190628 - Replace AutoScriptVector with normal Rooted usage; r=jimb 2015-08-03 17:38:59 -07:00
jsopcode.h Bug 1190454 part 4 - Use mozilla::Vector in js::ScriptCounts. r=bhackett 2015-08-29 01:32:36 +02:00
jsopcodeinlines.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
jsprf.cpp Bug 1170750 - jsprf.cpp: Sort headers properly. r=me 2015-06-12 17:14:59 +02:00
jsprf.h
jspropertytree.cpp Bug 1191117 - Remove RootedGeneric and replace with normal Rooted usage; r=jonco 2015-08-04 14:32:27 -07:00
jspropertytree.h Bug 1191756: Improve tests to not always exit with status 3 (OOM); r=jonco 2015-08-13 17:28:48 +02:00
jsprototypes.h Bug 930414 - Add module fields relating to exports r=shu 2015-08-24 15:58:36 +01:00
jspubtd.h Backout 13654c18b57f (Bug 1202048) for cgc bustage on a CLOSED TREE. 2015-09-11 11:37:05 -07:00
jsscript.cpp Bug 1155618 - Fix more out of memory handling issues r=terrence 2015-09-07 11:36:55 +01:00
jsscript.h Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan 2015-09-12 12:34:45 -04:00
jsscriptinlines.h Bug 1190454 part 4 - Use mozilla::Vector in js::ScriptCounts. r=bhackett 2015-08-29 01:32:36 +02:00
jsshell.msg
jsstr.cpp Bug 1200809 part 6 - Convert various natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:16 -07:00
jsstr.h Bug 1199887 - Make str_replace_string_raw return a JSString*, rather than return its always-string result via outparam. r=evilpie 2015-08-26 12:10:00 -07:00
jstypes.h
jsutil.cpp Bug 1199203 - Add support for per-thread OOM testing. r=jonco 2015-09-11 16:11:56 +02:00
jsutil.h Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
jsversion.h No Bug - Reenable erroneously disabled exponentiation operator in nightly builds. (r=me) 2015-08-28 14:55:20 -07:00
jswatchpoint.cpp Bug 1164294 - Implement a linear-time ephemeron marking algorithm, r=terrence, r=jonco 2015-08-12 16:55:40 -07:00
jswatchpoint.h Bug 1164294 - Implement a linear-time ephemeron marking algorithm, r=terrence, r=jonco 2015-08-12 16:55:40 -07:00
jsweakcache.h Bug 1191482 - Improve WeakCache sweep code and add assertions r=terence 2015-08-11 12:41:14 +01:00
jsweakmap.cpp Bug 1201051 - Add ObjectWeakMap::init() rather than crashing in constructor on OOM r=terrence 2015-09-03 12:08:08 +01:00
jsweakmap.h Bug 930414 - Hook up module environements, alising everything at top level for now r=shu 2015-08-24 15:58:36 +01:00
jswin.h
jswrapper.h Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
make-source-package.sh
Makefile.in Bug 1200523 - Remove leftover debugging code from js/src/Makefile.in; r=ted 2015-09-10 13:49:19 +02:00
moz.build Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in Assembler-mips32. r=nbp 2015-09-12 19:15:51 +08:00
NamespaceImports.h Bug 1190628 - Replace AutoScriptVector with normal Rooted usage; r=jimb 2015-08-03 17:38:59 -07: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>