gecko-dev/js/src
Steve Fink 6938e74e76 Bug 1273639 - Add a nonunified spidermonkey build, r=terrence
MozReview-Commit-ID: 5FaxNw9SraO

--HG--
rename : testing/taskcluster/tasks/builds/sm_plaindebug.yml => testing/taskcluster/tasks/builds/sm_nonunified.yml
extra : rebase_source : ea5d409525a91aff34974c7d70a157b226d104ab
extra : amend_source : 2d882b03e737a2b635428fc43a84a124e74d494f
2016-05-17 08:20:52 -07:00
..
asmjs Bug 1273748 - BaldryMonkey: Miscellaneous fixes. r=luke 2016-05-18 09:23:09 -07:00
builtin Bug 1136226 - Add FORALL enumerations for small integer SIMD types. r=sunfish 2016-05-17 14:53:55 -07:00
ctypes Bug 1267551 (part 5) - Use MOZ_MUST_USE more in js/src/ctypes/. r=sfink. 2016-05-05 13:53:21 +10:00
devtools Bug 1273639 - Add a nonunified spidermonkey build, r=terrence 2016-05-17 08:20:52 -07:00
doc Bug 1261904 - Refactor Debugger.Object.getErrorMessageName; r=jimb 2016-04-05 23:30:44 -07:00
ds Bug 1267551 (part 2) - Use MOZ_MUST_USE more in js/src/ds/. r=jonco. 2016-05-05 11:31:18 +10:00
editline
frontend Bug 1261826 part 8 - Add JSOP_JUMPTARGET opcode. r=jandem,jorendorff,shu 2016-05-17 17:15:52 +00:00
gc Merge inbound to central, a=merge 2016-05-17 13:52:35 -07:00
gdb Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
irregexp Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
jit Bug 1273722 - IonMonkey: MIPS: Use andi AMAP in branchTestPtr. r=arai 2016-05-18 16:42:34 +08:00
jit-test Bug 1273432 - Fix off-by-one string length assertion r=jandem 2016-05-18 19:03:39 +01:00
jsapi-tests Bug 1272938 - Add js namespace prefix. r=terrence 2016-05-16 21:44:38 -04:00
octane
perf Bug 1261723 (part 2) - Separate class ops from js::Class. code=njn,h4writer. r=efaust,bz. 2016-04-01 11:00:01 +11:00
proxy Bug 1269928 - Rename ScriptedDirectProxyHandler to ScriptedProxyHandler now that DPH is gone (and SDPH hasn't even inherited from DPH in ages). r=efaust 2016-05-03 17:29:51 -07:00
shell Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
tests Bug 1271736 - remove SharedArrayBuffer.isView. r=jorendorff 2016-05-12 17:01:55 +02:00
threading Bug 956899 - Support fallible thread creation; r=froydnj 2016-05-11 18:02:38 -07:00
vm Bug 1273432 - Fix off-by-one string length assertion r=jandem 2016-05-18 19:03:39 +01:00
vtune
.clang-format Bug 1270528: Add JS-specific clang-format. r=jorendorff 2016-05-05 08:28:53 -07:00
aclocal.m4 Bug 1259382 - Move CC/CXX/HOST_CC/HOST_CXX to moz.configure. r=ted 2016-04-14 13:21:29 +09:00
configure.in
dtoa.c
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 1265461: tweak the overrecursion error message for wasm; r=jorendorff 2016-05-09 16:10:55 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1240072 - Add public JS APIs related to modules r=shu 2016-05-07 12:46:29 +01:00
jsapi.h bug 1271488 - allow an embedder to retain ownership of an array buffer's contents r=sfink 2016-05-12 16:55:44 -04:00
jsarray.cpp Bug 1267412 - Use MutableHandleValue instead of pointer-to-AutoValueVector; r=sfink 2016-04-25 15:42:19 -07:00
jsarray.h Bug 1263525 - Add dedicated function for std_Array self-hosted intrinsic. r=efaust 2016-04-26 08:08:45 +09:00
jsast.tbl
jsatom.cpp Bug 1041586 - Autogenerate symbol names. r=jorendorff 2016-04-13 13:43:43 +02:00
jsatom.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1265461: tweak the overrecursion error message for wasm; r=jorendorff 2016-05-09 16:10:55 +02:00
jscntxt.h Bug 1265461: tweak the overrecursion error message for wasm; r=jorendorff 2016-05-09 16:10:55 +02:00
jscntxtinlines.h
jscompartment.cpp Bug 1271929 - Don't use ReadBarrieredObject for PendingMetadata. r=fitzgen 2016-05-12 16:13:11 +02:00
jscompartment.h Bug 1271929 - Don't use ReadBarrieredObject for PendingMetadata. r=fitzgen 2016-05-12 16:13:11 +02:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1259877 - Update various builtins to use js::Call, not js::Invoke. r=efaust 2016-03-22 13:40:20 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1254123 - Handle OOM more gracefully in js::ErrorToException. (r=Waldo) 2016-05-03 03:28:28 -07:00
jsexn.h
jsfriendapi.cpp Bug 1270370 - Part 2: Expose MapIterator and SetIterator through ESClassValues; r=jorendorff 2016-05-05 19:26:29 -04:00
jsfriendapi.h Bug 1271078 - add start param and char* specialization to CopyStringChars/CopyLinearStringChars; r=evilpies 2016-05-11 08:33:16 -07:00
jsfun.cpp Bug 1273480 - avoid dead code on |status| assignment. r=jorendorff 2016-05-17 15:33:25 +03:00
jsfun.h Bug 1266255 - Implement ES6 function "name" property semantics for simple assignments and methods; r=jorendorff 2016-05-09 13:08:10 -07:00
jsfuninlines.h Bug 1255925 - Change JSFunction::name to return a JSAtom. r=efaust 2016-04-26 17:42:02 +02:00
jsgc.cpp Bug 1273180 - Trigger major GC if necessary after minor GC r=terrence 2016-05-17 10:20:00 +01:00
jsgc.h Bug 1272604 - Add a zeal mode to check the heap after a moving GC r=terrence 2016-05-16 14:23:09 +01:00
jsgcinlines.h Bug 1264300 - Don't evict the nursery unnecessarily in ZoneCellIter r=sfink a=abillings 2016-05-05 11:01:11 +01:00
jshashutil.h Bug 1263772 - Use WeakCache wrapper to sweep BaseShape table; r=jonco 2016-04-12 17:05:15 -07:00
jsiter.cpp Backed out changeset 3c4b7e1de629 (bug 1263778) for assertion failures 2016-04-28 08:37:48 +02:00
jsiter.h Bug 1261723 (part 2) - Separate class ops from js::Class. code=njn,h4writer. r=efaust,bz. 2016-04-01 11:00:01 +11: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 Backed out 3 changesets (bug 1260272, bug 1255128) for breaking android cpp tests CLOSED TREE 2016-05-03 15:36:28 -07:00
jsobj.cpp Bug 888969 - Permit a cyclic [[Prototype]] chain to be created through a Location object. r=bz, r=efaust 2016-04-29 19:59:40 -07:00
jsobj.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
jsobjinlines.h Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
json.cpp Bug 1257164 - Check for interrupts in a few loops in JSON.stringify to eliminate feedback-less hangs. r=evilpie 2016-04-13 14:39:58 -07:00
json.h
jsopcode.cpp Bug 1261826 part 8 - Add JSOP_JUMPTARGET opcode. r=jandem,jorendorff,shu 2016-05-17 17:15:52 +00:00
jsopcode.h Bug 1261826 part 8 - Add JSOP_JUMPTARGET opcode. r=jandem,jorendorff,shu 2016-05-17 17:15:52 +00:00
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jspropertytree.cpp Bug 1268541 - Compact arenas containing base shapes r=terrence 2016-04-29 10:44:22 +01:00
jspropertytree.h
jsprototypes.h
jspubtd.h Bug 1266887 - Store Rooted heads on the Zone; r=sfink 2016-04-25 12:32:36 -07:00
jsscript.cpp Bug 1271407 - Remove unnecessary methods from js::ScriptSource; r=luke 2016-05-17 12:51:08 -07:00
jsscript.h Bug 1271407 - Remove unnecessary methods from js::ScriptSource; r=luke 2016-05-17 12:51:08 -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 1211723 and 1260570 - Share JS source text between JSRuntimes; r=jimb 2016-05-06 16:53:45 -07:00
jsstr.h Bug 1211723 and 1260570 - Share JS source text between JSRuntimes; r=jimb 2016-05-06 16:53:45 -07:00
jstypes.h
jsutil.cpp Bug 1263218 - Fix possbile race under oomTest involving background threads r=terrence 2016-04-12 09:44:11 +01:00
jsutil.h Bug 1267557 part 3 - Define JS_SWEPT_CODE_PATTERN for mips. r=nbp 2016-04-28 13:38:14 +02:00
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 1269928 - Fold DirectProxyHandler into Wrapper, which is now its only (non-test) consumer. r=efaust 2016-05-03 17:29:10 -07:00
make-source-package.sh Bug 1270036 - Fix the zlib module in SM tarballs. r=sfink 2016-05-04 04:54:00 -04:00
Makefile.in Bug 1270621 - Remove remnants of MOZ_ETW; r=chmanchester 2016-05-04 22:22:34 -04:00
moz.build Bug 1271375 - Extracts WASM AST and fixes wasmBinaryToText. r=luke 2016-05-12 14:45:29 -05:00
NamespaceImports.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
old-configure.in Bug 1271794 - Use SSE2 instructions on win32. r=glandium 2016-05-18 11:06:30 -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>