gecko-dev/js/src
Jacek Caban 53527f20c4 Bug 1471556 - Support mingw clang in configure scripts. r=glandium
MozReview-Commit-ID: GKLbHvYgXnL

--HG--
extra : rebase_source : 61c7c7b11373a7ef3fd6b653b1baf828c322ee0b
2018-06-26 18:53:42 +02:00
..
build Bug 1422930 - Fix SpiderMonkey includedir installs. r=glandium 2018-05-14 10:29:00 -04:00
builtin Bug 1473003 - Part 1: Remove const_casts by moving the constness requirement to the callee. r=jandem 2018-07-04 10:13:54 -07:00
ctypes Bug 1471931 - Part 2: Replace manual memory management with UniquePtr in a few places. r=sfink 2018-06-28 09:17:05 -07:00
devtools Bug 1450261: Implement Val, a rooted LitVal; r=luke, r=jonco 2018-06-29 16:43:20 +02:00
doc
ds Bug 1472638 - Only protect the last chunk when we append a new chunk. r=tcampbell 2018-07-06 12:08:37 +00:00
editline
frontend Bug 1473297 - Use inline data for stack allocated binding name vectors in the parser r=Waldo 2018-07-06 16:32:01 +01:00
fuzz-tests Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba 2018-06-13 12:47:47 -07:00
gc Bug 1471949 - Handle OOM starting background sweep task r=sfink 2018-07-06 16:32:01 +01:00
gdb Bug 1468219 - Rename JS_InitStandardClasses to JS::InitRealmStandardClasses, remove obj argument. r=anba 2018-06-13 12:47:47 -07:00
irregexp Bug 1471272 - Add [SMDOC] tags for in-source documentation. r=jandem,nbp 2018-06-28 15:23:25 -04:00
jit Bug 1434598 - Remove some locking that is no longer required r=sfink 2018-07-06 10:24:14 +01:00
jit-test Bug 1471949 - Handle OOM starting background sweep task r=sfink 2018-07-06 16:32:01 +01:00
jsapi-tests Bug 1453795 - JS - Initialize member fields in classes/ structures. r=waldoo 2018-06-23 16:14:16 +03:00
octane
perf Bug 1466626 - Part 3: Don't call ReportOutOfMemory twice when used with JSContext allocation. r=jonco 2018-06-25 03:14:49 -07:00
proxy Bug 1468752 part 2 - Define Wrapper::wrapperHandler in Wrapper.h. r=bz 2018-07-06 12:53:38 +02:00
shell Bug 1472973 part 5 - Use JS::CurrentGlobalOrNull in JS shell clone() function. r=bz 2018-07-06 18:16:23 +02:00
tests Bug 1473231 - Part 3: Update test262 exclusions. r=sfink 2018-07-04 10:25:41 -07:00
threading Bug 1434598 - Remove the exclusive access lock r=sfink 2018-07-06 10:40:54 +01:00
util Bug 1471931 - Part 4: Add NewString and NewStringDontDeflate functions which accept UniquePtr. r=sfink 2018-06-28 09:30:46 -07:00
vm Bug 1471949 - Handle OOM starting background sweep task r=sfink 2018-07-06 16:32:01 +01:00
vtune Backed out changeset e17f5abb8114 (bug 1472268) for build bustages on /src/js/src/vtune/ittnotify_static.c on a CLOSED TREE 2018-07-02 00:59:56 +03:00
wasm Bug 1472639; r=jseward 2018-07-04 19:10:24 +02: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 1466121 part 1 - Rename JSCompartment to JS::Compartment. r=luke 2018-06-07 16:44:40 +02: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 1473024 - CSP should throw EvalError when blocking eval(), r=ckerschb 2018-07-05 08:21:04 +02:00
jsapi.cpp Bug 1468752 part 4 - Remove JS_GetGlobalForObject. r=bz 2018-07-06 12:54:00 +02:00
jsapi.h Bug 1468752 part 4 - Remove JS_GetGlobalForObject. r=bz 2018-07-06 12:54:00 +02:00
jsast.tbl
jsdate.cpp Bug 1450085 - Part 3: Call error-functions instead of passing JSREPORT_ERROR flag. r=tcampbell 2018-05-29 03:46:47 -07:00
jsdate.h
jsexn.cpp Bug 1464475 - Use HandleValue for setPendingException(). r=sfink 2018-06-25 07:52:47 -07:00
jsexn.h Bug 1465350 - Use UniquePtr instead of ScopedJSFreePtr for JSErrorReporter. r=Waldo 2018-06-13 09:47:21 -07:00
jsfriendapi.cpp Bug 1468752 part 1 - Define js::IsCrossCompartmentWrapper in Wrapper.h. r=bz 2018-07-06 12:52:03 +02:00
jsfriendapi.h Bug 1468752 part 1 - Define js::IsCrossCompartmentWrapper in Wrapper.h. r=bz 2018-07-06 12:52:03 +02:00
jslibmath.h
jsmath.cpp Bug 1466121 part 4 - Rename vm/JSCompartment* to vm/Realm*. r=luke 2018-06-08 16:16:19 +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 1471931 - Part 3: Switch to pod_calloc_with_extra, new_, make_pod_array, and make_zeroed_pod_array where possible. r=sfink 2018-06-28 09:26:02 -07:00
jsnum.h bug 1466893 - Part 1: Implement ToNumeric operation. r=jandem 2018-06-12 13:57:06 -04:00
jspubtd.h Bug 1468867 - Rename heap state checking functions r=sfink 2018-06-15 15:05:06 -07:00
jsshell.msg
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
jsutil.h
lib.rs
make-source-package.sh
moz.build Bug 1455770: Collapse AliasAnalysis into AliasAnalysisShared r=jandem 2018-07-03 16:08:30 -04:00
old-configure.in Bug 1471556 - Support mingw clang in configure scripts. r=glandium 2018-06-26 18:53:42 +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>