gecko-dev/js/src
Wes Kocher ea81c00241 Backed out 5 changesets (bug 1083866) for spidermonkey bustage on a CLOSED TREE
Backed out changeset 00997b2b5a16 (bug 1083866)
Backed out changeset 4d8f51a4014b (bug 1083866)
Backed out changeset c37a1e604654 (bug 1083866)
Backed out changeset 07f268cc5a64 (bug 1083866)
Backed out changeset 7bfdfe2629ce (bug 1083866)
2014-10-21 14:42:31 -07:00
..
asmjs Backed out changeset 5fbd9586a141 (bug 1077175) for build bustage on a CLOSED TREE 2014-10-21 13:51:41 -07:00
builtin Bug 1084609 - SIMD: Use correct comparisons types. r=bbouvier 2014-10-20 18:59:19 +02:00
ctypes Bug 1081660 - Remove property iterator from JSAPI. r=Waldo 2014-10-16 18:39:30 +02:00
devtools Bug 1079579 - Move the automation build scripts into the tree, r=terrence 2014-10-17 14:06:00 -07:00
doc Bug 1082761 - Add Debugger.prototype.findObjects; r=jimb 2014-10-15 19:21:00 +02:00
ds Bug 1074911 - Replace JS_ASSERT_IF by MOZ_ASSERT_IF. r=jorendorff 2014-10-01 19:17:53 +02:00
editline Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
frontend Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
gc Bug 1085435 - Refactor the way we queue arenas for finalization r=terrence 2014-10-21 10:34:03 +01:00
gdb Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
irregexp Bug 1077514 - Execute regexps in the bytecode interpreter if the initial JIT execution was interrupted, r=jandem. 2014-10-13 10:46:38 -07:00
jit Backed out 5 changesets (bug 1083866) for spidermonkey bustage on a CLOSED TREE 2014-10-21 14:42:31 -07:00
jit-test Backed out 5 changesets (bug 1083866) for spidermonkey bustage on a CLOSED TREE 2014-10-21 14:42:31 -07:00
jsapi-tests Bug 650161 - Relocate global objects r=terrence 2014-10-20 09:07:43 +01:00
octane
parjs-benchmarks
perf Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
proxy Bug 1072817 - Implement trivial {get,set}PrototypeOf hooks for ScriptedDirectProxyHandler. (r=jorendorff) 2014-10-20 13:05:46 -07:00
shell Bug 958492 - Start an incremental GC when nearing the allocation threshold for non-incremental zone GCs, r=billm. 2014-10-18 08:11:22 -07:00
tests Bug 1083722 - Add jittest option to ignore timeouts from some tests r=sfink 2014-10-20 09:07:43 +01:00
vm Backed out 5 changesets (bug 1083866) for spidermonkey bustage on a CLOSED TREE 2014-10-21 14:42:31 -07:00
vtune
aclocal.m4 Bug 1081682 - Make --with-ccache use --with-compiler-wrapper under the hood. r=mshal 2014-10-15 14:47:02 +09:00
configure.in Bug 1081561 - Treat -Wignored-qualifiers warnings as errors in SpiderMonkey's C++ code. r=glandium 2014-10-08 09:51:01 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1083238: Replace SIMD's shuffle/shuffleMix by swizzle/shuffle in the interpreter; r=till 2014-10-17 12:22:21 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
jsapi.cpp Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. 2014-10-17 16:57:52 -07:00
jsapi.h Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
jsarray.cpp Bug 650161 - Relocate global objects r=terrence 2014-10-20 09:07:43 +01:00
jsarray.h Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsast.tbl Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsatom.cpp Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jsatom.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsatominlines.h Bug 1083047 - Update ToPropertyKey to accept Symbol wrapper objects. r=jorendorff 2014-10-15 06:29:00 +02:00
jsbool.cpp Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
jscntxt.h Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jscntxtinlines.h Bug 1082957 - Make it possible to build the JS engine in debug mode without JS_CRASH_DIAGNOSTICS; r=billm 2014-10-14 22:04:25 -04:00
jscompartment.cpp Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. 2014-10-17 16:57:52 -07:00
jscompartment.h Bug 650161 - We don't need special fixup for CCWs after compacting GC r=terrence 2014-10-03 10:04:19 +01:00
jscompartmentinlines.h Bug 1074911 - Replace JS_ASSERT_IF by MOZ_ASSERT_IF. r=jorendorff 2014-10-01 19:17:53 +02:00
jscpucfg.h Bug 1065055: also define IS_{LITTLE,BIG}_ENDIAN according to BYTE_ORDER, r=njn 2014-09-11 07:58:37 +02:00
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsdate.h Bug 1067459 - Only install a small subset of the standard builtins in the self-hosting global. r=jorendorff 2014-09-16 10:01:09 -04:00
jsdtoa.cpp Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsdtoa.h
jsexn.cpp Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
jsexn.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsfriendapi.cpp Bug 650161 - Relocate global objects (browser changes) r=bholley 2014-10-20 09:07:43 +01:00
jsfriendapi.h Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
jsfun.cpp Bug 1082672, part 1 - Add JSAPI macros JS_SYM_FN etc. to support defining functions with well-known symbol keys. r=Waldo. 2014-07-25 18:50:48 -05:00
jsfun.h Bug 1082672, part 1 - Add JSAPI macros JS_SYM_FN etc. to support defining functions with well-known symbol keys. r=Waldo. 2014-07-25 18:50:48 -05:00
jsfuninlines.h
jsgc.cpp Bug 1085435 - Refactor the way we queue arenas for finalization r=terrence 2014-10-21 10:34:03 +01:00
jsgc.h Bug 1085435 - Refactor the way we queue arenas for finalization r=terrence 2014-10-21 10:34:03 +01:00
jsgcinlines.h Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. 2014-10-17 16:57:52 -07:00
jshashutil.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jsinfer.cpp Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jsinfer.h Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsinferinlines.h Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsiter.cpp Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jsiter.h Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jskwgen.cpp
jslibmath.h
jslock.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
jsmath.cpp Bug 1076670 - Workaround VS2013 64-bit returning +0 instead of -0 for sin(-0). r=luke 2014-10-09 13:11:03 +02:00
jsmath.h Bug 1065623 - Declare random_next in jsmath.h. r=jorendorff 2014-09-12 13:11:00 -04:00
jsnativestack.cpp Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsnativestack.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsnum.cpp Bug 1073842 - Rename ObjectImpl to NativeObject, sr=luke. 2014-10-07 18:50:34 -07:00
jsnum.h Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff 2014-09-16 18:45:31 +02:00
jsobj.cpp Bug 650161 - Relocate global objects r=terrence 2014-10-20 09:07:43 +01:00
jsobj.h Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. 2014-10-17 16:57:52 -07:00
jsobjinlines.h Bug 1073842 - Rename NativeObject slots/elements to slots_/elements_, sr=luke. 2014-10-18 10:51:50 -07:00
json.cpp Bug 1026918, part 2 - Rename js::GetPropertyNames -> GetPropertyKeys. r=efaust. 2014-09-26 19:39:35 -05:00
json.h
jsopcode.cpp Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsopcode.h Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jsopcodeinlines.h Bug 1063816 - Polish work on the renaming of useCount to warmUpCount(er), r=mjrosenb,nbp 2014-09-11 18:40:17 +02:00
jsprf.cpp Bug 1070689 - Change return type of dosprintf functions from int to bool (in jsprf.cpp). r=nbp 2014-10-01 20:59:15 +02:00
jsprf.h
jspropertytree.cpp Bug 1082662 - Don't crash trying to mark a dictionary accessor shape whose getter/setter field has previously been mutated from a callable to |undefined|. r=terrence 2014-10-14 14:43:53 -07:00
jspropertytree.h Bug 1073700 - Move getter/setter data out of BaseShape into a new AccessorShape type. r=bhackett 2014-10-10 11:32:14 +02:00
jsprototypes.h Bug 896116 - Morph the dependent-JSProtoKey system to explicitly store a JSProtoKey, rather than relying on a system where a single class represents the parent and dependent both. Also convert error objects (Error, RangeError, &c.) to be represented by multiple classes, not a single one. r=bholley, r=till 2014-09-18 20:06:32 -07:00
jsproxy.h Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. 2014-10-17 16:57:52 -07:00
jspubtd.h Bug 1063241 - Use a constructor instead of manual PodZero to initialize JSErrorReport; r=sfink 2014-10-20 10:13:03 -07:00
jsreflect.cpp Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
jsreflect.h Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsscript.cpp Bug 982162 - Throw when we attempt to serialize an AsmJS module. r=luke 2014-10-21 15:51:34 +02:00
jsscript.h Bug 999655 - Make sure the arguments object usage in a script has been analyzed before the debugger tries to access it, r=jorendorff. 2014-10-13 08:17:54 -07:00
jsscriptinlines.h Bug 1074911 - Replace JS_ASSERT_IF by MOZ_ASSERT_IF. r=jorendorff 2014-10-01 19:17:53 +02:00
jsshell.msg Bug 1051611 - Remove error numbers from js.msg. r=jorendorff 2014-08-15 15:28:10 +02:00
jsstr.cpp Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jsstr.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jstypes.h Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
jsutil.cpp Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsutil.h Bug 1082988 - Disable the JS crash diagnostics on ASAN builds; r=billm 2014-10-15 09:00:34 -04:00
jsversion.h Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
jswatchpoint.cpp Bug 1073842 - Add NativeObject subclass of JSObject, remove ObjectImpl, r=luke. 2014-10-02 19:32:39 -07:00
jswatchpoint.h Bug 1069694 - Remove OldDebugAPI from js/src. r=shu 2014-10-12 19:37:40 +02:00
jsweakcache.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jsweakmap.cpp Bug 1075591: Make js::gc::TenuredCell::asTenured return a TenuredCell &, not a TenuredCell *. r=terrence 2014-10-02 10:19:11 +01:00
jsweakmap.h Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff 2014-10-01 19:17:51 +02:00
jswin.h
jswrapper.h Bug 1081280 - Rename BaseProxyHandler::keys -> getOwnEnumerablePropertyKeys. r=efaust. 2014-10-08 22:01:55 -05:00
make-source-package.sh Bug 1039197 - Always build js engine with zlib. r=luke 2014-07-17 08:42:17 +09:00
Makefile.in Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
moz.build Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo 2014-10-17 10:19:40 +02:00
NamespaceImports.h
prmjtime.cpp Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
prmjtime.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
README.html
symverscript.in
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>