gecko-dev/js/src
Brindusan Cristian b7990441d5 Backed out changeset 30c5d06e47f0 (bug 1465895) for spidermonkey bustages. CLOSED TREE 2018-06-01 10:08:51 +03:00
..
build Bug 1422930 - Fix SpiderMonkey includedir installs. r=glandium 2018-05-14 10:29:00 -04:00
builtin Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
ctypes Bug 1439712 - CTypes string error checking, r=jonco 2018-04-17 17:06:10 -07:00
devtools Backed out changeset 30c5d06e47f0 (bug 1465895) for spidermonkey bustages. CLOSED TREE 2018-06-01 10:08:51 +03:00
doc
ds Bug 1462544 - Use <algorithm> functions to fill and copy data in Bitmap.* rather than PodOperations.h functions. r=jandem 2018-05-18 11:44:44 -07:00
editline
frontend Bug 1459845 - followup: Properly enclose debug-only variable. r=bustage CLOSED TREE 2018-05-31 15:37:12 +09:00
fuzz-tests Bug 1464266 - Rename GCForReason to NonIncrementalGC, r=jonco 2018-05-24 16:19:18 -07:00
gc Bug 1464986 (Part 2) - Add some debug logging to the GC r=jonco 2018-05-30 22:50:46 +10:00
gdb Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
irregexp Bug 1461938 part 32 - Rename JitCompartment to JitRealm and move to JS::Realm. r=luke 2018-05-24 12:02:53 +02:00
jit Bug 1464829 - Ensure the recover instruction vector has the expected size. r=jandem 2018-05-31 14:22:14 +02:00
jit-test Bug 1465011 - Improve WebAssembly BulkMem.{Copy,Fill} validation tests. r=lth. 2018-05-31 17:34:33 +02:00
jsapi-tests Bug 1464134 part 4 - Rename CompileCompartment to CompileRealm. r=evilpie 2018-05-30 16:53:49 +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 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
shell Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
tests Bug 1465173 - Set the pid correctly in the automation output, r=nbp 2018-05-24 21:45:57 -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 bug 1366287 - Part 3: Define the BigIntObject class for BigInt wrapper objects. r=jwalden 2018-05-11 19:43:45 -07:00
vm Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
vtune Bug 1464321 - Changed return type of two methods in JSScript with relative format string change. r=arai 2018-05-27 04:00:06 +05:30
wasm Bug 1464789 - If page-size is not 4K, the function of LazyStubTier::createMany would trigger a segment fault within executableCopy. r=luke 2018-05-28 18:16:00 +03:00
.clang-format
.gitignore
Cargo.toml Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
Makefile.in Bug 1063728 - Run SpiderMonkey style checkers as part of the build instead of make check. r=chmanchester 2018-04-26 09:09:51 +02:00
NamespaceImports.h Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
README.html
Y.js
aclocal.m4
build.rs Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1464075 - Missing type guard on WebAssembly.Global. r=lth. 2018-05-25 08:13:31 +02:00
jsapi.cpp Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
jsapi.h Bug 1464134 part 8 - Make IterateHeapUnbarriered and related code use realms instead of compartments. r=jonco 2018-05-30 20:14:19 +02:00
jsast.tbl
jsdate.cpp Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz 2018-05-17 10:59:45 +02: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 1461938 part 21 - Move isSelfHosting and selfHostingScriptSource from JSCompartment to JS::Realm. r=evilpie 2018-05-23 11:05:15 +02:00
jsexn.h
jsfriendapi.cpp Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +02:00
jsfriendapi.h Bug 1465472 - Remove the atoms realm/compartment. r=jonco 2018-05-31 12:53:26 +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 1461938 part 24 - Move randomNumberGenerator from JSCompartment to JS::Realm. r=evilpie 2018-05-23 15:26:33 +02:00
jsmath.h Bug 1416289 - Part 3: Always use double values for Math functions which are inlined through MMathFunction. r=jandem 2018-05-08 05:41:19 -07:00
jsnum.cpp Bug 1366287 - Part 1.0: Define a new BigInt primitive type, with a GDB prettyprinter, Rust binding support, and a new out-of-line TraceKind. (Disabled by default, implemented only incompletely, currently passing --enable-bigint will disable JITs, will be flipped on Eventually once every sub-aspect is in place, Don't Have A Cow, Man.) r=jwalden, r=Ms2ger, r=sfink 2018-05-24 11:26:09 -07:00
jsnum.h Bug 1459611 - Use NumberEqualsInt32 when negative and positive zero are treated the same. r=jandem 2018-05-07 09:28:12 -07:00
jspubtd.h Bug 1464134 part 1 - Fix various places to use Realm instead of JSCompartment. r=luke 2018-05-31 11:28:48 +02: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 1461554 - Change the guard on #define JS_BROKEN_GCC_ATTRIBUTE_WARNING to defend against broken warnings for gcc < 8.1.0, and change the associated comment to grant blanket rs=jwalden for updates to it. r=jonco 2018-05-15 09:31:23 -07: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 1464202 - Improve and centralize libFuzzer flag management. r=froydnj 2018-05-24 21:11:46 +02:00
old-configure.in Bug 1461304 - Windows bustage eg: /js/src/wasm/WasmBinaryToAST.cpp when Gecko 62 merges to Beta on 2018-06-14. r=froydnj. 2018-05-27 09:39:06 +02: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>