gecko-dev/js/src
Christian Holler 566f9ff84a Bug 1406081 - Add GCOV signal handlers to JS shell. r=jandem
MozReview-Commit-ID: PKChrt45KO

--HG--
extra : rebase_source : 76440b58b4bb9936926f072b5959e48d54b57b86
2017-10-05 18:32:51 +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 inbound to central, a=merge 2017-10-04 16:37:59 -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 1404243 - Some more heap write analysis tweaks. r=me 2017-10-02 16:51:45 +08:00
doc Bug 1383158 - Document that Debugger.Object methods may throw on exotic objects. r=tromey 2017-08-03 12:48:38 -07:00
ds Bug 1401827 - Baldr: use Fifo for wasm worklist (r=lth) 2017-09-27 09:33:02 -05:00
editline
frontend Bug 1398768 part 11 - Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. r=evilpie 2017-10-01 11:37:46 +02:00
gc Bug 1384049 - Trigger an incremental GC based on malloc memory counters r=pbone 2017-10-04 15:45:30 +01:00
gdb Bug 1360211: Merge WasmActivation into JitActivation and make wasm->jit calls faster; r=luke, r=jandem 2017-09-27 21:16:29 +02:00
irregexp Backed out changeset e758012cf5b3 for landing with the wrong commit message. 2017-09-18 16:19:57 +02:00
jit Bug 1405457 - Scalar replacement for call objects. r=nbp 2017-10-04 16:41:45 +02:00
jit-test Bug 1241966 - Unbox non-object receiver for better error reporting. r=jandem 2017-10-02 12:46:29 +02:00
jsapi-tests Bug 1403911 - Part 9: Remove unused out-param from InflateString. r=jandem 2017-10-03 16:11:07 +02: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 Bug 1406081 - Add GCOV signal handlers to JS shell. r=jandem 2017-10-05 18:32:51 +02:00
tests Bug 1405121 - Add fast path for native objects to TestIntegrityLevel. r=jandem 2017-10-03 12:02:36 +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 central, a=merge 2017-10-04 16:37:59 -07:00
vtune
wasm Bug 1404443 - Baldr: avoid ARM push/pop in prologue (r=bbouvier) 2017-10-03 12:37:12 -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 1241966 - Unbox non-object receiver for better error reporting. r=jandem 2017-10-02 12:46:29 +02:00
jsalloc.cpp
jsalloc.h Bug 1404787 - Fix symbols visibility. r=fitzgen 2017-10-02 22:20:33 -07:00
jsapi.cpp Bug 1403911 - Part 9: Remove unused out-param from InflateString. r=jandem 2017-10-03 16:11:07 +02:00
jsapi.h Merge inbound to m-c a=merge 2017-09-28 16:56:44 -07:00
jsarray.cpp Bug 1398768 part 12 - Remove/inline CanonicalizeArrayLengthValue. r=anba 2017-10-01 11:38:39 +02:00
jsarray.h Bug 1398768 part 12 - Remove/inline CanonicalizeArrayLengthValue. r=anba 2017-10-01 11:38:39 +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 1405274 - Always update runtime malloc counter too when malloc memory is associated with a zone r=sfink 2017-10-04 13:20:32 +01:00
jscntxt.h Bug 1405274 - Always update runtime malloc counter too when malloc memory is associated with a zone r=sfink 2017-10-04 13:20:32 +01:00
jscntxtinlines.h Bug 1360211: Remove JitActivation::active_; r=jandem 2017-09-29 16:48:09 +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 Bug 1405154 - Fix ubsan runtime error for JSExnType. r=evilpies 2017-10-02 20:38:00 -04:00
jsfriendapi.cpp Bug 1403397 - Revert: Protect the hashmaps outside of rebuilds. r=bholley 2017-10-03 14:05:57 -07:00
jsfriendapi.h Bug 1403397 - Revert: Protect the hashmaps outside of rebuilds. r=bholley 2017-10-03 14:05:57 -07:00
jsfun.cpp Bug 1403911 - Part 9: Remove unused out-param from InflateString. r=jandem 2017-10-03 16:11:07 +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 1384049 - Trigger an incremental GC based on malloc memory counters r=pbone 2017-10-04 15:45:30 +01: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 1405121 - Add fast path for native objects to TestIntegrityLevel. r=jandem 2017-10-03 12:02:36 +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 1403911 - Part 10: Use MaybeHasInterestingSymbolProperty to speed-up toPrimitive check in HasNoToPrimitiveMethodPure. r=jandem 2017-10-03 16:11:07 +02:00
json.cpp Bug 1405123 - Only create the initial holder when JSON.stringify was called with a replacer function. r=jandem 2017-10-03 11:45:29 +02:00
json.h
jsopcode.cpp Bug 1398768 part 11 - Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. r=evilpie 2017-10-01 11:37:46 +02:00
jsopcode.h Bug 1386685 - Clean up and inline StackDefs and StackUses functions. r=tcampbell 2017-08-03 11:21:07 +02:00
jsopcodeinlines.h Bug 1386685 part 2 - Change GetUseCount and GetDefCount to take pc instead of script + offset. r=tcampbell 2017-08-03 16:06:42 +02:00
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 1403911 - Part 16: Special case Latin-1 strings in encodeURI/decodeURI. r=jandem 2017-10-03 16:11:08 +02:00
jsstr.h Bug 1403911 - Part 14: Move JSSubString struct to its remaining callers. r=jandem 2017-10-03 16:11:08 +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 1404310 - Rename Shape::hasSlot() to Shape::isDataProperty() and simplify callers. r=evilpie 2017-10-02 13:13:00 +02: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 1403914 - define WASM_HUGE_MEMORY so it's visible to all. r=luke 2017-09-28 15:18:33 +02:00
NamespaceImports.h
old-configure.in Backed out changeset a4914a29fb26 (bug 1330142) 2017-10-03 18:26:38 +02: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>