gecko-dev/js/src
2016-03-18 11:24:11 -07:00
..
asmjs Bug 1256956 - Silence some GCC warnings. r=luke. 2016-03-15 10:26:26 -05:00
builtin Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
ctypes Bug 552533 - Support thiscall Win32 ABI for js-ctypes. Original patch is dwitte. r=jorendorff 2016-03-17 12:00:35 +09:00
devtools Bug 1250709 - Clobber builds, r=terrence 2016-02-24 15:14:17 -08:00
doc Bug 1245860 - Remove Debugger.onIonCompilation Hook. r=shu 2016-03-14 14:41:08 +00:00
ds Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
editline
frontend Backed out changeset 962dbeaf5c5d (bug 1238555) for opt-only jit-test failures. 2016-03-18 00:01:02 -04:00
gc Bug 1254376 - Add a read barrier to the global's debugger vector r=jimb 2016-03-18 10:14:30 +00:00
gdb Bug 1232712 - add a gdb unwinder for SpiderMonkey; r=nbp 2016-03-10 18:10:10 +00:00
irregexp Bug 1253094, part 4 - Stop using DebugOnly for class/struct members in js/. r=billm 2016-02-26 15:52:07 +00:00
jit Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
jit-test Backed out changeset 962dbeaf5c5d (bug 1238555) for opt-only jit-test failures. 2016-03-18 00:01:02 -04:00
jsapi-tests Backed out changeset 5e4e30fff99b (bug 1235677) for landing with wrong bugnumber 2016-03-16 10:59:41 +01:00
octane
perf Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
proxy Bug 892903 - Remove Proxy.create and Proxy.createFunction. r=efaust 2016-03-11 13:32:26 +01:00
shell Bug 1257223 - Fix os.file.redirect(null), r=jonco 2016-03-16 11:04:22 -07:00
tests Bug 1256945 - Coerce SIMD lane indexes with ToNumber(). r=bbouvier 2016-03-16 10:15:35 -07:00
threading Bug 1256089 - Fix Mutex support for tier-3 platforms; r=froydnj 2016-03-14 10:43:19 -07:00
vm Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
vtune
aclocal.m4 Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps 2016-03-08 15:41:32 +09:00
configure.in Bug 1254410 - Include app-specific configure files according to --enable-application/--enable-project. r=chmanchester 2016-03-09 09:23:27 +09:00
dtoa.c Bug 1245737 (part 0) - Fix a leak in DtoaState. r=sfink. 2016-02-10 17:17:56 +11:00
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1049041 - Remove scary warning about mutating [[Prototype]]. r=efaust. 2016-03-14 15:44:13 -05:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1254108 - Remove incorrect assertion about heap size r=terrence 2016-03-15 11:16:13 +00:00
jsapi.h Bug 1054759 - Part 1: Reinstate JS_FOR_EACH_WELL_KNOWN_SYMBOL. r=shu. 2016-03-15 09:52:46 -05:00
jsarray.cpp Bug 1232639 - Implement Object.{values,entries} in C++ to avoid native call overhead in tight loop. r=jorendorff 2016-03-06 21:12:39 +01:00
jsarray.h Bug 1232639 - Implement Object.{values,entries} in C++ to avoid native call overhead in tight loop. r=jorendorff 2016-03-06 21:12:39 +01:00
jsast.tbl
jsatom.cpp Bug 1255795 - use UniqueTwoByteChars in AtomizeUTF8Chars (r=jandem) 2016-03-11 08:57:51 -06:00
jsatom.h
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz 2016-03-11 15:19:06 +01:00
jscntxt.h Bug 956899 - Convert exclusive access lock from PRLock to Mutex; r=jandem 2016-03-02 10:43:34 -08:00
jscntxtinlines.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
jscompartment.cpp Bug 1254376 - Add a read barrier to the global's debugger vector r=jimb 2016-03-18 10:14:30 +00:00
jscompartment.h Backed out changeset fbc336fb47f9 (bug 1257045) for jit-test failures. 2016-03-17 23:59:31 -04:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1205298 - Date.parse() should accept a wider range of potential formats; r=jandem 2016-02-08 14:15:28 -06:00
jsdate.h
jsdtoa.cpp Bug 1248101 - Make dtoa_malloc infallible. r=sfink. 2016-02-16 15:04:45 +11:00
jsdtoa.h
jsexn.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz 2016-03-11 15:19:06 +01:00
jsexn.h Bug 1255352 - Use initial CacheIR infrastructure and use it for some simple Baseline stubs. r=efaust 2016-03-17 10:28:00 +01:00
jsfriendapi.cpp Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence 2016-02-29 11:24:00 -05:00
jsfriendapi.h Backed out changeset 8db1ac84d30e (bug 1153978) 2016-03-13 04:26:42 +09:00
jsfun.cpp Bug 837192 followup: In js::FunctionToString, fold variable into its only remaining usage-site (an assertion) to fix opt Werror build failures. rs=Waldo 2016-03-14 14:43:14 -07:00
jsfun.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsfuninlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsgc.cpp Bug 1257186 - Refactor the way compacting GC passes lists of arenas to background tasks to avoid possible race r=terrence 2016-03-18 10:14:30 +00:00
jsgc.h Bug 1257496 - Add information about cycle count and GC state to our GC stats r=sfink 2016-03-18 10:14:29 +00:00
jsgcinlines.h Bug 1244412 - Remove ZoneCellIterUnderGC now it's no longer needed and refactor r=terrence 2016-03-17 10:05:55 +00:00
jshashutil.h
jsiter.cpp Bug 1232639 - Implement Object.{values,entries} in C++ to avoid native call overhead in tight loop. r=jorendorff 2016-03-06 21:12:39 +01:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Backed out changeset f3b11c2b7dbf (bug 933257) 2016-03-15 08:15:09 +09:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
jsnum.h
jsobj.cpp Bug 1246929 - Skip installing functions and properties on builtins for the self-hosting global. r=Waldo 2016-02-10 23:09:13 +01:00
jsobj.h Bug 1246929 - Skip installing functions and properties on builtins for the self-hosting global. r=Waldo 2016-02-10 23:09:13 +01:00
jsobjinlines.h Bug 1221378: Properly root object passed to the allocation metadata callback. r=fitzgen 2016-02-22 14:02:38 -08:00
json.cpp Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
json.h Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
jsopcode.cpp Bug 1249896 - Part 4: Avoid declaring variable between cases in switch. r=luke 2016-02-23 23:45:48 +09:00
jsopcode.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jsopcodeinlines.h
jsprf.cpp Backed out changeset 94593f55cd01 (bug 1251303) for ASAN failures 2016-02-26 14:23:55 +00:00
jsprf.h
jspropertytree.cpp Bug 1253461 - Fix race condition in Shape::fixupDictionaryShapeAfterMovingGC r=terrence 2016-03-08 17:14:34 +00:00
jspropertytree.h
jsprototypes.h Bug 1252498 - Baldr: add Wasm object behind pref, default off (r=jorendorff) 2016-03-03 10:20:21 -06:00
jspubtd.h Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink 2016-02-10 09:48:28 -08:00
jsscript.cpp Backed out changeset 962dbeaf5c5d (bug 1238555) for opt-only jit-test failures. 2016-03-18 00:01:02 -04:00
jsscript.h Backed out changeset 962dbeaf5c5d (bug 1238555) for opt-only jit-test failures. 2016-03-18 00:01:02 -04:00
jsscriptinlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsshell.msg
jsstr.cpp Bug 1248851 part 1 - Explicitly mark some release() calls result-unused. r=Waldo 2016-02-20 11:06:25 +08:00
jsstr.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jstypes.h bug 1244128 - stop exporting js friend api symbols from libxul r=glandium 2016-02-01 21:40:18 -05:00
jsutil.cpp Backed out changeset 5e4e30fff99b (bug 1235677) for landing with wrong bugnumber 2016-03-16 10:59:41 +01:00
jsutil.h Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
jsversion.h
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp
jsweakmap.h Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie 2016-01-12 20:04:11 +01:00
jswin.h
jswrapper.h Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence 2016-02-15 10:37:31 +00:00
make-source-package.sh
Makefile.in Bug 1253431 part 6 - Remove SDK_BINARY from js/src; r=gps 2016-03-03 13:46:20 -05:00
moz.build Bug 1257040 - Disable C4577 to unblock compilation on VS2015; r=jorendorff 2016-03-14 23:23:34 -07:00
NamespaceImports.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
old-configure.in Bug 1256966 - Move NIGHTLY_BUILD and RELEASE_BUILD to Python configure. r=glandium 2016-03-18 11:24:11 -07: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>