fune/js/src
Sebastian Hengst 5253bb7207 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 2gWLO0vz64b
2017-09-29 13:30:42 +02:00
..
build Bug 1384308 - Don't install import library if same as shared library. r=glandium 2017-08-29 21:13:45 -07:00
builtin Merge m-c to autoland, a=merge 2017-09-28 17:16:12 -07:00
ctypes Bug 1153592 part 2 - Remove JSPROP_SHARED; ensure accessor props don't have slots. r=evilpie 2017-09-26 12:26:50 +02:00
devtools Bug 1402504 - Switch to using in-source annotations more directly, r=jonco 2017-09-21 09:59:02 -07:00
doc
ds Bug 1401827 - Baldr: use Fifo for wasm worklist (r=lth) 2017-09-27 09:33:02 -05:00
editline
frontend Bug 1398768 part 3 - Use ArrayObject* instead of JSObject* in some places. r=evilpie 2017-09-28 20:13:13 +02:00
gc Bug 1402580 - Support yield callback used when entering the system zone group in the JS shell, r=jandem. 2017-09-26 06:04:06 -07:00
gdb Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
irregexp Backed out changeset e758012cf5b3 for landing with the wrong commit message. 2017-09-18 16:19:57 +02:00
jit Bug 1398768 part 4 - Remove unused temps from some LIR instructions. r=evilpie 2017-09-28 20:13:51 +02:00
jit-test Bug 1403962 - Add JS test for FillWithUndefined special-case. r=anba 2017-09-28 17:11:58 +02:00
jsapi-tests Bug 1401827 - Baldr: make Fifo::pop infallible (r=lth) 2017-09-27 09:31:59 -05:00
octane
perf Bug 1393790 part 1 - Remove JS_STUBGETTER and JS_STUBSETTER. r=jorendorff 2017-08-28 10:39:57 +02:00
proxy Bug 1403646. Make sure dead object proxies have the same background-finalization status as the wrapper they replace. r=jonco 2017-09-28 22:05:43 -04:00
shell Merge inbound to m-c a=merge 2017-09-28 16:56:44 -07:00
tests Bug 1403319 - Expose Intl.NumberFormat.prototype.formatToParts. r=anba 2017-09-27 19:43:50 +02:00
threading Bug 1395587 - Baldr: allow multiple concurrent, parallel compilations (r=lth) 2017-09-06 08:31:27 -05:00
vm Merge inbound to m-c a=merge 2017-09-28 16:56:44 -07:00
vtune
wasm Bug 1401827 - Baldr: use Fifo for wasm worklist (r=lth) 2017-09-27 09:33:02 -05:00
.clang-format
.gitignore
aclocal.m4
build.rs Bug 1277338 - Part 7: Export mozglue when JS_STANDALONE && !jemalloc; r=glandium,sfink 2017-08-31 15:59:13 -07:00
Cargo.lock Bug 1277338 - Part 9: Move the servo/rust-mozjs crate providing bindings to SpiderMonkey to js/rust; r=sfink 2017-09-05 09:26:21 -07:00
Cargo.toml Bug 1277338 - Part 9: Move the servo/rust-mozjs crate providing bindings to SpiderMonkey to js/rust; r=sfink 2017-09-05 09:26:21 -07:00
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg Bug 1391519 - Improve error message for for-await-of outside of async function/generator. r=till 2017-08-26 07:27:14 +09:00
jsalloc.cpp
jsalloc.h Bug 1400278 - Move definition of ZoneAllocPolicy to jsalloc.h r=sfink 2017-09-20 13:19:31 +01:00
jsapi.cpp Bug 1400278 - Replace runtime allocation with system or zone allocation where possible r=jandem 2017-09-20 13:19:32 +01:00
jsapi.h Merge inbound to m-c a=merge 2017-09-28 16:56:44 -07:00
jsarray.cpp Bug 1398768 part 6 - Remove functors for array natives. r=evilpie 2017-09-28 20:14:42 +02:00
jsarray.h Bug 1398768 part 6 - Remove functors for array natives. r=evilpie 2017-09-28 20:14:42 +02:00
jsarrayinlines.h Bug 1398768 part 2 - Inline some small helper functions into the callers. r=evilpie 2017-09-28 11:15:50 +02:00
jsast.tbl
jsatom.cpp Bug 1400278 - Replace runtime allocation with system or zone allocation where possible r=jandem 2017-09-20 13:19:32 +01:00
jsatom.h Bug 1394084 - Remove "code" from jsprototype.h macros. r=luke 2017-08-26 17:54:14 +09:00
jsatominlines.h Bug 1398113 - Use NameToId for known property names to avoid the indexed property check in AtomToId. r=jandem 2017-09-08 16:18:25 +02:00
jsbool.cpp
jsbool.h
jsboolinlines.h Backed out changeset e758012cf5b3 for landing with the wrong commit message. 2017-09-18 16:19:57 +02:00
jsbytecode.h
jscntxt.cpp Bug 1403136 - Clean up JSSetterOp code now that slotful setters are gone. r=evilpie 2017-09-26 22:26:40 +02:00
jscntxt.h Bug 1403136 - Clean up JSSetterOp code now that slotful setters are gone. r=evilpie 2017-09-26 22:26:40 +02:00
jscntxtinlines.h Bug 1403136 - Clean up JSSetterOp code now that slotful setters are gone. r=evilpie 2017-09-26 22:26:40 +02:00
jscompartment.cpp Bug 1401804 - Expose wrappee if we create a new wrapper r=sfink 2017-09-27 18:02:12 +01:00
jscompartment.h Bug 1400278 - Replace runtime allocation with system or zone allocation where possible r=jandem 2017-09-20 13:19:32 +01:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1394835 part 5 - Split NativeDefineProperty in separate accessor vs data functions. r=evilpie 2017-09-12 16:41:12 +02:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
jsexn.h
jsfriendapi.cpp Bug 1403397 - Protect the hashmaps outside of rebuilds. r=Manishearth,r=dmajor,r=ehoogeveen 2017-09-28 18:23:13 -07:00
jsfriendapi.h Bug 1403397 - Protect the hashmaps outside of rebuilds. r=Manishearth,r=dmajor,r=ehoogeveen 2017-09-28 18:23:13 -07:00
jsfun.cpp Bug 1394835 part 5 - Split NativeDefineProperty in separate accessor vs data functions. r=evilpie 2017-09-12 16:41:12 +02:00
jsfun.h Bug 1384544 - Improve atom marking assertions for JSFunction's atom r=sfink 2017-09-14 09:54:54 +01:00
jsfuninlines.h
jsgc.cpp Bug 1403162 - remove StackRooting. r=jonco 2017-09-29 10:36:44 +08:00
jsgc.h Bug 1403162 - remove StackRooting. r=jonco 2017-09-29 10:36:44 +08:00
jsgcinlines.h
jshashutil.h
jsiter.cpp Bug 1398768 part 1 - Remove most unboxed array code. r=evilpie 2017-09-27 13:17:17 +02:00
jsiter.h Bug 1398273 - Rename LegacyIterator to PropertyIterator in jsiter. r=luke 2017-09-08 22:53:35 +02:00
jslibmath.h Backed out changeset e758012cf5b3 for landing with the wrong commit message. 2017-09-18 16:19:57 +02:00
jsmath.cpp Backed out changeset e758012cf5b3 for landing with the wrong commit message. 2017-09-18 16:19:57 +02:00
jsmath.h Bug 1398086 - Remove unused functions and classes. r=till 2017-09-08 16:14:14 +02:00
jsnativestack.cpp
jsnativestack.h
jsnspr.h
jsnum.cpp Bug 1398086 - Remove unused functions and classes. r=till 2017-09-08 16:14:14 +02:00
jsnum.h Bug 1398086 - Remove unused functions and classes. r=till 2017-09-08 16:14:14 +02:00
jsobj.cpp Bug 1398768 part 1 - Remove most unboxed array code. r=evilpie 2017-09-27 13:17:17 +02:00
jsobj.h Bug 1401577 - Optimize object flag accessors on native objects. r=anba 2017-09-20 18:56:08 +02:00
jsobjinlines.h Bug 1398768 part 1 - Remove most unboxed array code. r=evilpie 2017-09-27 13:17:17 +02:00
json.cpp Bug 1401577 - Optimize object flag accessors on native objects. r=anba 2017-09-20 18:56:08 +02:00
json.h
jsopcode.cpp Bug 1395900 part 4 - Add JSOP_ITERNEXT to improve iterator key type information in Ion. r=tcampbell 2017-09-06 10:03:25 +02:00
jsopcode.h
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jsprototypes.h Bug 1098412 - Remove the legacy Iterator constructor. r=luke 2017-08-25 22:29:07 +09:00
jspubtd.h Backed out changeset 3c7dfc3cc0c0 (bug 1401243) on request from sfink (issue with hazard build). r=backout on a CLOSED TREE 2017-09-20 18:15:48 +02:00
jsscript.cpp Bug 1400278 - Replace runtime allocation with system or zone allocation where possible r=jandem 2017-09-20 13:19:32 +01:00
jsscript.h Bug 1392225 - StartIncrementalEncoder should not report encoding failures. r=luke 2017-08-21 16:17:06 +00:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp Bug 1398768 part 3 - Use ArrayObject* instead of JSObject* in some places. r=evilpie 2017-09-28 20:13:13 +02:00
jsstr.h Bug 1398768 part 3 - Use ArrayObject* instead of JSObject* in some places. r=evilpie 2017-09-28 20:13:13 +02:00
jstypes.h
jsutil.cpp Bug 1402815 - Add interruptTest function to JS engine. r=jandem 2017-09-22 18:28:47 +02:00
jsutil.h Bug 1399933 - Replace use of ObjectValueCrashOnTouch with PoisonedObjectValue r=sfink 2017-09-15 11:04:40 +01:00
jsversion.h
jswatchpoint.cpp Bug 1396932 - Remove unncessary rekeying of watchpoint map r=sfink 2017-09-06 09:07:10 +01:00
jswatchpoint.h
jsweakmap.cpp
jsweakmap.h Bug 1400278 - Replace use of RuntimeAllocPolicy with ZoneAllocPolicy r=sfink 2017-09-20 13:19:32 +01:00
jswin.h
jswrapper.h Bug 1389776 - Use a proxy wrapper object for CTypes arrays instead of getProperty/setProperty Class hooks. r=jorendorff 2017-08-16 13:18:57 +02:00
lib.rs
make-source-package.sh Bug 1398965 - Fold memory/mozjemalloc into memory/build. r=njn 2017-09-12 13:14:35 +09:00
Makefile.in Bug 1379540 - Add generated configure files to JS source tarball. r=glandium 2017-07-25 12:30:09 -07:00
moz.build Bug 1385278 - Move the rest of IonCaches.h to Assembler-shared.h. r=jandem 2017-09-11 18:35:00 +02:00
NamespaceImports.h
old-configure.in Bug 1396156 - Define MOZ_DEV_EDITION for js/src. r=ted 2017-09-08 04:27:00 -04:00
README.html
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>