gecko/js/src
2016-03-18 15:07:27 -07:00
..
asmjs Bug 1254167 - Don't allow folding to full range for atomic accesses; r=sunfish, a=lizzard 2016-03-08 20:18:46 +01:00
builtin Bug 1253137 - Baldr: pass around Bytes instead of Bytecode/UniqueBytecode (r=sunfish) 2016-03-06 17:46:23 -06:00
ctypes Bug 1245877 - Expose error message names via the debugger object; r=jorendorff 2016-03-04 12:21:57 -08:00
devtools Bug 1250190: Make DebuggeeWouldRun checks not assume we always unlock before re-locking. r=fitzgen 2016-03-02 11:09:40 -08:00
doc Bug 1245877 - Expose error message names via the debugger object; r=jorendorff 2016-03-04 12:21:57 -08:00
ds Bug 1247789: Fix comment for js::Fifo DONTBUILD r=fitzgen 2016-02-11 16:02:17 -08:00
editline
frontend Bug 1227035 - Tighten the check in ObjectGroup::useSingletonForClone a bit more. r=bhackett, a=lizzard 2016-03-11 15:21:16 +01:00
gc Bug 1253137 - Baldr: switch local array to local entry array (r=sunfish) 2016-03-06 17:46:22 -06:00
gdb
irregexp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jit Bug 1250964: SharedStubs - Remove bogus assert, r=bogus, a=ritu 2016-03-15 13:35:07 -04:00
jit-test Bug 1254164 - Make aliasedBodyLevelLexicalBegin a uint32. r=Waldo, a=lizzard 2016-03-18 15:07:27 -07:00
jsapi-tests Bug 1253137 - Baldr: pass around Bytes instead of Bytecode/UniqueBytecode (r=sunfish) 2016-03-06 17:46:23 -06:00
octane
perf Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
proxy Bug 1249896 - Part 5: Remove unused ReportInvalidTrapResult. r=efaust 2016-02-23 23:45:48 +09:00
shell Bug 1253137 - Baldr: change wasmEvalText/Wasm.instantiateModule to return/take a typed array view instead of buffer (r=sunfish) 2016-03-05 17:45:54 -06:00
tests Bug 932080 - Support default values in destructuring; r=jorendorff 2016-03-05 12:51:38 -08:00
vm Bug 1227035 - Tighten the check in ObjectGroup::useSingletonForClone a bit more. r=bhackett, a=lizzard 2016-03-11 15:21:16 +01:00
vtune
aclocal.m4
configure.in Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted 2016-02-25 07:22:33 +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 1253137 - Baldr: change wasmEvalText/Wasm.instantiateModule to return/take a typed array view instead of buffer (r=sunfish) 2016-03-05 17:45:54 -06:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz, a=ritu 2016-03-11 15:19:06 +01:00
jsapi.h Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz, a=ritu 2016-03-11 15:19:06 +01: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 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06:00
jsatom.h Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier) 2016-01-11 12:37:37 -06:00
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, a=ritu 2016-03-11 15:19:06 +01:00
jscntxt.h Bug 1252905. Don't invoke the interrupt callback while an exception is pending. r=jandem 2016-03-02 12:38:23 -05:00
jscntxtinlines.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
jscompartment.cpp Bug 1221378: Properly root object passed to the allocation metadata callback. r=fitzgen 2016-02-22 14:02:38 -08:00
jscompartment.h Bug 1249123 - Add telemetry for __defineGetter__/__defineSetter__ |this| values. data-review=bsmedberg r=till 2016-02-24 13:27:12 +01: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, a=ritu 2016-03-11 15:19:06 +01:00
jsexn.h Bug 912337 - Make a new Error subclass: Debugger.DebuggeeWouldRun. (r=jimb) 2016-02-19 13:46:07 -08:00
jsfriendapi.cpp Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence 2016-02-29 11:24:00 -05:00
jsfriendapi.h Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
jsfun.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
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 Backed out changeset af1b34021a32 (bug 1119537) for SM timeouts 2016-03-01 12:00:50 -08:00
jsgc.h Backed out changeset af1b34021a32 (bug 1119537) for SM timeouts 2016-03-01 12:00:50 -08:00
jsgcinlines.h Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence 2016-02-29 11:24:00 -05: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 Bug 1167248 - Cross compilation fixup. 2016-01-21 13:40:07 +01: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 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence 2016-02-29 11:24:00 -05: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 Bug 1254164 - Make aliasedBodyLevelLexicalBegin a uint32. r=Waldo, a=lizzard 2016-03-18 15:07:27 -07:00
jsscript.h Bug 1254164 - Make aliasedBodyLevelLexicalBegin a uint32. r=Waldo, a=lizzard 2016-03-18 15:07:27 -07: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 Bug 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07: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 Bug 1220564 - Remove legacy generator comprehensions. (r=Waldo) 2016-01-06 16:02:15 -08:00
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
moz.build Bug 1253137 - Baldr: switch local array to local entry array (r=sunfish) 2016-03-06 17:46:22 -06: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 1251210 - In configure.py, take AUTOCONF from the environment, if set there. r=ted 2016-02-26 02:08:29 +09: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>