gecko-dev/js/src
Steve Fink 2cdf0a6db9 Bug 1433642 - Do not free transferables in synthetic clone buffers, r=jorendorff
--HG--
extra : rebase_source : b9b92559fc1b3b226636d24f316fd56da4445233
extra : source : 6b7d7b8605ea2240498f01eab16c0940f6e0cc30
2018-04-19 22:46:53 -07:00
..
build Bug 1451038: Make clang compile the JS ARM32 simulator shell; r=froydnj 2018-04-03 18:13:51 +02:00
builtin Bug 1433642 - Do not free transferables in synthetic clone buffers, r=jorendorff 2018-04-19 22:46:53 -07:00
ctypes Bug 1439712 - CTypes string error checking, r=jonco 2018-04-17 17:06:10 -07:00
devtools Bug 1455201 - Propagate failure out of set -e region and add verbose logging to autospider.py, r=jonco 2018-04-19 11:20:26 -07:00
doc Bug 1162614 - fix incorrect function name in Debugger.Script.md; DONTBUILD, r=tromey 2017-12-05 08:37:12 -07:00
ds Bug 1448563 - Part 3b: Add memory reporting for JS helper threads. r=jandem 2018-04-23 13:55:01 -04:00
editline
frontend Bug 1456100 - Delete an useless line r=jandem 2018-04-24 11:21:20 +02:00
fuzz-tests Bug 1439855 - Splitting the BinTokenReaderTester in two;r=arai 2018-04-05 14:31:39 +02:00
gc Bug 1455608 - Allow js::TraceRuntime to operate if GC is suppressed r=sfink 2018-04-24 09:32:14 +01:00
gdb Bug 1448887 - Remove async Ion loop interrupts. r=luke 2018-04-08 17:01:40 +02:00
irregexp Bug 1452982 part 1 - Use rt->mainContextFromOwnThread() instead of TlsContext.get() in some places. r=jonco 2018-04-12 13:04:13 +02:00
jit Bug 1448563 - Part 5b: Fix issue with mem reporting IonBuilder. r=jandem 2018-04-24 10:57:42 -04:00
jit-test Bug 1455608 - Back out test code since to fix bustage r=me on a CLOSED TREE 2018-04-24 10:00:37 +01:00
jsapi-tests Bug 1452982 part 15 - Rename some constants. r=jonco 2018-04-19 13:06:12 +02:00
octane
perf Back out changeset cc008b8e4c3c (Bug 1436179) for landing without JS peer review. r=me 2018-04-13 09:55:52 +02:00
proxy Bug 1454592 part 2 - Get rid of a static constructor for protoTable array. r=jonco 2018-04-20 13:07:14 +02:00
shell Bug 1452583 - Demote bogus assertion in dom_genericSetter to runtime check. r=jandem. 2018-04-13 14:57:24 -05:00
tests Bug 1456119 - Part 2: Reimport tests after features were sorted. r=sfink 2018-04-23 10:21:54 -07:00
threading Bug 1429727 - Rename js::ThreadLocalData to prevent confusion with mozilla::ThreadLocal r=lth 2018-04-17 15:32:02 +02:00
util Backed out changeset 0ab0d909476f (bug 859782) for bustage in builds/worker/workspace/build/src/js/src/util/NativeStack.cpp on a CLOSED TREE 2018-04-19 14:26:20 +03:00
vm Backed out changeset a31159fb6888 (bug 1433642) to fix a CLOSED TREE 2018-04-24 16:02:00 -07:00
vtune Bug 1438278 - Part 4: Rename some files into js/src/util. r=jandem. 2018-02-14 16:04:42 -06:00
wasm Bug 1455702: Check allocation in ParseCallIndirect in wasm::TextToBinary; r=luke 2018-04-23 16:37:33 +02:00
.clang-format
.gitignore
Cargo.toml
Makefile.in Bug 1064316 - Rewrite check_macroassembler_style.py to use os.walk instead of looking at the repo data. r=nbp 2018-04-19 13:02:00 +02:00
NamespaceImports.h Bug 1441988 - Simplify AutoVector definitions by making this a template r=sfink 2018-03-01 14:47:29 +00:00
README.html
Y.js
aclocal.m4
build.rs
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1425076 - Baldr: warn on invalid name section (r=bbouvier) 2018-04-04 17:44:11 -05:00
jsapi.cpp Bug 1448563 - Part 4: Add memory reporting for off-thread parse. r=jandem 2018-04-23 13:55:59 -04:00
jsapi.h Bug 1448563 - Part 4: Add memory reporting for off-thread parse. r=jandem 2018-04-23 13:55:59 -04:00
jsast.tbl
jsdate.cpp Bug 1453456 - Add/use more ASCII alphanumeric testing/conversion functions from MFBT in SpiderMonkey code in various places. r=froydnj 2018-04-10 11:42:54 -07:00
jsdate.h Backed out 10 changesets (bug 1439026) for spidermonkey-sm-nonunified-linux64 bustages. a=backout on a CLOSED TREE 2018-03-02 15:57:52 +02:00
jsexn.cpp Bug 1447442 - Part 14: Remove unused parameters from GlobalObject::createBlankPrototypeInheriting and js::InitClass. r=jorendorff 2018-04-13 02:26:02 -07:00
jsexn.h
jsfriendapi.cpp Bug 1455693: Check for memory allocation failures in FormatWasmFrame; r=yury 2018-04-23 16:21:39 +02:00
jsfriendapi.h Bug 1452982 part 13 - Misc cleanup related to cooperative scheduling. r=jonco 2018-04-17 13:30:19 +02:00
jslibmath.h Bug 1447442 - Part 10: Remove ifdefs for unsupported compiler versions. r=jorendorff 2018-04-13 02:26:01 -07:00
jsmath.cpp Bug 1447442 - Part 12: Remove unused HAVE_HYPOT from old-configure and update comments in hypot function. r=jorendorff 2018-04-13 02:26:01 -07:00
jsmath.h Bug 1447442 - Part 10: Remove ifdefs for unsupported compiler versions. r=jorendorff 2018-04-13 02:26:01 -07:00
jsnum.cpp Bug 1453922: Add fast path for non-negative int32 values to ToIndex. r=jandem 2018-04-19 10:46:49 +02:00
jsnum.h Bug 1453922: Add fast path for non-negative int32 values to ToIndex. r=jandem 2018-04-19 10:46:49 +02:00
jspubtd.h Bug 1447442 - Part 16: Replace MOZ_BEGIN_EXTERN_C in C++ header jspubtd.h and remove unused includes and declarations. r=jorendorff 2018-04-13 02:26:02 -07:00
jsshell.msg Bug 1440431 - Part 1: Move ValueToScript into the engine. r=nbp. 2018-02-22 12:31:01 -06:00
jstypes.h Bug 1447835 - Remove JS MSVC warning suppressions which are no longer needed. r=Waldo 2018-03-22 15:51:27 -04:00
jsutil.cpp Bug 1452982 part 15 - Rename some constants. r=jonco 2018-04-19 13:06:12 +02:00
jsutil.h Bug 1415852 - Unconditionally poison chunk trailer on free r=sfink 2018-04-23 10:51:33 +01:00
lib.rs
make-source-package.sh Bug 1445969 - removed obsolete code related to b2g r=sylvestre 2018-03-20 14:25:54 -07:00
moz.build Bug 1439855 - Introduce BinAST multipart tokenizer;r=arai 2018-04-05 14:31:40 +02:00
old-configure.in Bug 1447442 - Part 12: Remove unused HAVE_HYPOT from old-configure and update comments in hypot function. r=jorendorff 2018-04-13 02:26:01 -07:00

README.html

<!-- 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>