gecko-dev/js/src
2016-04-11 12:44:46 +02:00
..
asmjs Bug 1262208: Generalize the disabled compilation mode message for asm.js; r=luke 2016-04-07 13:56:24 +02:00
builtin Backed out changeset 7f1da255d058 (bug 1119537) for causing frequent SM(e) Memory-drainAllocationsLog-13.js timeouts. 2016-04-09 15:02:53 -04:00
ctypes Bug 552533 - Support thiscall Win32 ABI for js-ctypes. Original patch is dwitte. r=jorendorff 2016-03-17 12:00:35 +09:00
devtools Bug 1259843 - Upgrade sixgill to fix destructor handling, r=terrence 2016-04-07 11:33:16 -07:00
doc Bug 1261904 - Refactor Debugger.Object.getErrorMessageName; r=jimb 2016-04-05 23:30:44 -07:00
ds Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
editline
frontend Bug 1258097 - Check for redeclaration of imports by functions r=shu 2016-04-01 10:29:03 +01:00
gc Backed out changeset 7f1da255d058 (bug 1119537) for causing frequent SM(e) Memory-drainAllocationsLog-13.js timeouts. 2016-04-09 15:02:53 -04:00
gdb Bug 1261426 - GDB Scripts: Prevent gdb Memory.error when dereferencing null pointers. r=tromey 2016-04-07 13:31:57 +00:00
irregexp Bug 1253094, part 4 - Stop using DebugOnly for class/struct members in js/. r=billm 2016-02-26 15:52:07 +00:00
jit Bug 1263094 - IonMonkey: MIPS: Change members to non-virtual in CodeGenerator. r=arai 2016-04-08 22:32:16 +08:00
jit-test Bug 1262208: update test case; r=me 2016-04-11 12:44:46 +02:00
jsapi-tests bug 1239083 - use moz.build files to build ICU. r=glandium,waldo 2016-04-05 10:09:12 -04:00
octane
perf
proxy Bug 1259580 - Hide as many Proxy details as possible behind a detail namespace; r=efaust 2016-03-24 13:24:51 -07:00
shell bug 1239083 - use moz.build files to build ICU. r=glandium,waldo 2016-04-05 10:09:12 -04:00
tests Bug 1263341 - Check lastIndex in non-global replace. r=till 2016-04-09 23:22:53 +09:00
threading Bug 1260891 - Acquire and release the lock when destorying an ExclusiveData<T>'s protected value; r=terrence a=kwierso 2016-03-31 14:29:50 -07:00
vm Bug 1263270 - Sort census reports by smallest node ID counted, rather than number of nodes counted. r=jimb 2016-04-08 16:21:00 -04:00
vtune
aclocal.m4 Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps 2016-03-08 15:41:32 +09:00
configure.in Bug 1254410 - Include app-specific configure files according to --enable-application/--enable-project. r=chmanchester 2016-03-09 09:23:27 +09:00
dtoa.c Bug 1245737 (part 0) - Fix a leak in DtoaState. r=sfink. 2016-02-10 17:17:56 +11:00
js-confdefs.h.in
js-config.h.in
js-config.in Bug 1261263 - Switch from -std=gnu++0x to -std=gnu++11. r=froydnj 2016-04-05 07:16:44 +09:00
js.msg Bug 1263074 - Change the JavaScript syntax error message for the old octal literal notation to suggest the new notation. r=Waldo 2016-03-25 14:35:41 +00:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Backed out 5 changesets (bug 911216) for apparently tripling the runtime of SM(p) jobs along with introducing a failure in SM(p) 2016-04-04 15:41:17 -07:00
jsapi.h Bug 887016 - Part 13: Implement RegExp.prototype[@@split] and call it from String.prototype.split. r=h4writer,till 2015-09-05 22:01:43 +09:00
jsarray.cpp Bug 1165052 - Part 12: Use ArraySpeciesCreate in Array.prototype.splice. r=efaust,evilpie 2015-12-23 13:30:58 +09:00
jsarray.h Bug 1165052 - Part 3: Add IsWrappedArrayConstructor intrinsic. r=efaust 2015-12-23 12:46:35 +09:00
jsast.tbl
jsatom.cpp Bug 1255795 - use UniqueTwoByteChars in AtomizeUTF8Chars (r=jandem) 2016-03-11 08:57:51 -06:00
jsatom.h Bug 1257979 - Use a GCHashSet for a hash in the JSON stringifying algorithm. r=sfink 2016-03-18 16:43:53 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz 2016-03-11 15:19:06 +01:00
jscntxt.h Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
jscntxtinlines.h
jscompartment.cpp Bug 1251529: Pass AutoEnterOOMUnsafeRegion to allocation metadata builder methods. r=fitzgen 2016-02-29 18:27:10 -08:00
jscompartment.h Bug 887016 - Part 6: Add RegExpPrototypeOptimizable. r=nbp 2015-11-22 03:07:36 +09:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1260984 (part 3) - Separate js::ClassSpec from js::Class. r=jorendorff. 2016-04-01 10:59:54 +11:00
jsdate.h
jsdtoa.cpp Bug 1248101 - Make dtoa_malloc infallible. r=sfink. 2016-02-16 15:04:45 +11:00
jsdtoa.h
jsexn.cpp Bug 1260984 (part 3) - Separate js::ClassSpec from js::Class. r=jorendorff. 2016-04-01 10:59:54 +11:00
jsexn.h Bug 1255352 - Use initial CacheIR infrastructure and use it for some simple Baseline stubs. r=efaust 2016-03-17 10:28:00 +01:00
jsfriendapi.cpp Bug 1261720 (part 1) - Separate js::ClassExtension from js::Class. r=jorendorff,bz. 2016-04-04 08:45:07 +10:00
jsfriendapi.h Bug 1261720 (part 2) - Move ClassExtension::isWrappedNative into js::Class::flags. r=jorendorff. 2016-04-04 08:47:15 +10:00
jsfun.cpp Bug 1260984 (part 3) - Separate js::ClassSpec from js::Class. r=jorendorff. 2016-04-01 10:59:54 +11:00
jsfun.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsfuninlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsgc.cpp Backed out changeset 7f1da255d058 (bug 1119537) for causing frequent SM(e) Memory-drainAllocationsLog-13.js timeouts. 2016-04-09 15:02:53 -04:00
jsgc.h Backed out changeset 7f1da255d058 (bug 1119537) for causing frequent SM(e) Memory-drainAllocationsLog-13.js timeouts. 2016-04-09 15:02:53 -04:00
jsgcinlines.h Bug 1262203 - Do GC relocation writes in order; r=sfink 2016-04-06 14:44:10 -07:00
jshashutil.h
jsiter.cpp Bug 1259194 (part 4) - Separate js::ObjectOps from js::Class. r=efaust,mrbkap,bz. 2016-03-24 07:00:29 +11:00
jsiter.h Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 933257 - Part 6: Remove unused math polyfill. r=jwalden 2016-01-07 12:30:29 +09:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1253371 - make atomics range checking conformant. r=jolesen 2016-03-24 18:14:37 +01:00
jsnum.h Bug 1253371 - make atomics range checking conformant. r=jolesen 2016-03-24 18:14:37 +01:00
jsobj.cpp Bug 887016 - Part 5: Add HasOwnDataPropertyPure. r=jandem 2015-11-22 03:01:42 +09:00
jsobj.h Bug 887016 - Part 5: Add HasOwnDataPropertyPure. r=jandem 2015-11-22 03:01:42 +09:00
jsobjinlines.h Bug 1259580 - Hide as many Proxy details as possible behind a detail namespace; r=efaust 2016-03-24 13:24:51 -07:00
json.cpp Bug 1257979 - Use a GCHashSet for a hash in the JSON stringifying algorithm. r=sfink 2016-03-18 16:43:53 -07:00
json.h Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
jsopcode.cpp Bug 1249896 - Part 4: Avoid declaring variable between cases in switch. r=luke 2016-02-23 23:45:48 +09:00
jsopcode.h
jsopcodeinlines.h
jsprf.cpp Backed out changeset 94593f55cd01 (bug 1251303) for ASAN failures 2016-02-26 14:23:55 +00:00
jsprf.h
jspropertytree.cpp Bug 1259306 - Trace ShapeTables r=terrence 2016-03-30 12:33:55 +01:00
jspropertytree.h
jsprototypes.h Bug 911216 - Part 7: Implement ES6 Promises in the JavaScript engine. r=efaust 2015-11-10 12:34:00 +01:00
jspubtd.h Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink 2016-02-10 09:48:28 -08:00
jsscript.cpp Bug 1260838 - Assert that ScriptSource's reference count is zero upon destruction; r=jimb a=kwierso 2016-03-31 14:29:33 -07:00
jsscript.h Back out 735da799e3bb (bug 1211723) for assertion failures and crashes in SharedImmutableStringsCache 2016-03-29 21:57:51 -07:00
jsscriptinlines.h Bug 1258436 - Remove GC suppression in JSFunction::createScriptForLazilyInterpretedFunction. r=sfink 2016-03-23 02:30:00 -04:00
jsshell.msg
jsstr.cpp Bug 887016 - Part 13: Implement RegExp.prototype[@@split] and call it from String.prototype.split. r=h4writer,till 2015-09-05 22:01:43 +09:00
jsstr.h Bug 887016 - Part 13: Implement RegExp.prototype[@@split] and call it from String.prototype.split. r=h4writer,till 2015-09-05 22:01:43 +09:00
jstypes.h
jsutil.cpp Bug 1235677 - Add assertion to catch unsafe concurrent use of AutoEnterOOMUnsafeRegion r=terrence 2016-03-30 12:33:56 +01:00
jsutil.h
jsversion.h
jswatchpoint.cpp Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
jswatchpoint.h
jsweakmap.cpp Bug 1261720 (part 1) - Separate js::ClassExtension from js::Class. r=jorendorff,bz. 2016-04-04 08:45:07 +10:00
jsweakmap.h Bug 1261720 (part 1) - Separate js::ClassExtension from js::Class. r=jorendorff,bz. 2016-04-04 08:45:07 +10:00
jswin.h
jswrapper.h Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence 2016-02-15 10:37:31 +00:00
make-source-package.sh Backed out changeset d51e76f5d0b8 (bug 1260104) for apparently tripling the runtime of SM(p) jobs and also introducing a failure in SM(p) jobs 2016-04-04 15:42:00 -07:00
Makefile.in Bug 1252931 - Remove INSTALL/PP_TARGETS from js/src/*; r=gps 2016-03-18 19:32:45 -04:00
moz.build Bug 933257 - Part 6: Remove unused math polyfill. r=jwalden 2016-01-07 12:30:29 +09:00
NamespaceImports.h
old-configure.in Bug 933257 - Part 6: Remove unused math polyfill. r=jwalden 2016-01-07 12:30:29 +09: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>