gecko/js/src
2014-08-04 07:18:41 -07:00
..
asmjs Bug 1036969 - Relicense source in js/src/asmjs under Apache License, Version 2.0 (r=rankov,jorendorff,vlad,gal,gerv,mitchell) 2014-08-01 17:27:32 -05:00
assembler Bug 1046585 part 3 - Move ExecutableAllocator into jit/. r=sunfish 2014-08-01 16:39:52 +02:00
builtin Bug 1047301: Silence Clang warning about signed/unsigned comparison in SIMD.cpp; r=jandem 2014-08-04 09:20:35 +02:00
ctypes Bug 1043088 - Enable forcing the usage of the static CRT in libffi's msvc wrapper; r=glanidum 2014-07-31 20:30:14 -04:00
devtools Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
doc Bug 993085 - Part 1: Add the Debugger.Memory.prototype.trackingAllocationSites accessor property r=jimb 2014-07-21 18:16:13 -07:00
ds
editline
frontend Bug 1038259 - Enable template strings in all builds. r=jorendorff 2014-07-31 11:24:00 -04:00
gc Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
gdb Bug 1036894 part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps 2014-07-23 13:31:02 +09:00
irregexp Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jit Bug 1040738 part 2 - Move the accept function to MDefinition. r=sunfish 2014-08-04 07:18:41 -07:00
jit-test Bug 1040027 part 2 - IonMonkey: Recover MNewArray. r=jandem 2014-08-04 07:18:40 -07:00
jsapi-tests Bug 1047332: Remove unused jrt variables in jsapi-tests; r=mjrosenb 2014-08-04 10:46:13 +02:00
octane
parjs-benchmarks
perf
shell Bug 1041469 part 6 - Remove now unused --latin1-strings shell flag. r=luke 2014-08-01 11:17:42 +02:00
tests Bug 1038259 - Enable template strings in all builds. r=jorendorff 2014-07-31 11:24:00 -04:00
vm Backed out changeset 5b2dab72041e (bug 1046945) for crashes. 2014-08-01 15:09:13 -04:00
vtune
aclocal.m4 Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium 2014-02-25 14:15:16 -08:00
configure.in Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1031397 - Implement Tagged Templates as described in ES6 draft section 12.3.7. r=jorendorff 2014-07-30 10:14:00 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
jsapi.h Bug 940321 - Eliminate ambient noScriptRval, and make it live exclusively on CompileOptions. r=jandem 2014-07-31 09:55:20 -07:00
jsarray.cpp Bug 1040027 part 2 - IonMonkey: Recover MNewArray. r=jandem 2014-08-04 07:18:40 -07:00
jsarray.h Bug 1040027 part 2 - IonMonkey: Recover MNewArray. r=jandem 2014-08-04 07:18:40 -07:00
jsast.tbl Bug 1031397 - Implement Tagged Templates as described in ES6 draft section 12.3.7. r=jorendorff 2014-07-30 10:14:00 +02:00
jsatom.cpp Bug 1041469 part 1 - Remove EnableLatin1Strings flag. r=luke 2014-07-22 14:52:03 +02:00
jsatom.h Bug 1024132 - Add one slot cache for stripping leading and trailing .* from RegExps for test() calls, r=jandem. 2014-07-16 08:34:30 -08:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 940305 - Move extraWarnings to RuntimeOptions with a per-compartment override. r=jandem,r=khuey 2014-07-29 21:00:37 -07:00
jscntxt.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
jscntxtinlines.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jscompartment.cpp Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jscompartment.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jscompartmentinlines.h
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 1029933 - Tweak GenericCreateConstructor to make it usable with Error. r=Waldo 2014-07-04 12:41:28 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsexn.h Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsfriendapi.cpp Back out bug 950745 for crashes 2014-07-30 16:19:46 -07:00
jsfriendapi.h Bug 1043690, part 1 - Provide helper function for HTMLDocument and HTMLFormElement proxies to use from [[Set]]. r=efaust 2014-07-29 20:27:18 -05:00
jsfun.cpp Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsfun.h Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsfuninlines.h
jsgc.cpp Bug 1046595 - Fix GCRuntime::shrinkBuffers to work with --no-threads. r=bhackett 2014-08-01 11:15:59 +02:00
jsgc.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsgcinlines.h Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jshashutil.h
jsinfer.cpp Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsinfer.h Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsinferinlines.h Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsiter.cpp Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsiter.h
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 1034576 - Move math functions to the js namespace. r=bbouvier 2014-08-01 05:40:00 -04:00
jsmath.h Bug 1034576 - Move math functions to the js namespace. r=bbouvier 2014-08-01 05:40:00 -04:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1037889 - Attempt to silence a harmless Coverity warning. r=bbouvier 2014-08-01 11:16:46 +02:00
jsnum.h
jsobj.cpp Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
jsobj.h Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsobjinlines.h Bug 1006899 - Prevent stack iterations while recovering allocations. r=bhackett 2014-07-22 06:04:03 -07:00
json.cpp Bug 1032208, part 1 - Fix JSON.stringify treatment of symbols. r=jandem. 2014-06-30 14:22:44 -05:00
json.h
jsonparser.cpp Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsonparser.h
jsopcode.cpp Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsopcode.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsopcodeinlines.h Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsprf.cpp
jsprf.h
jspropertytree.cpp Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jspropertytree.h
jsprototypes.h Bug 1021790 - "Cleanup naming for scalar and typed array types", r=sfink 2014-06-06 09:36:00 -07:00
jsproxy.cpp Bug 1043690, part 1 - Provide helper function for HTMLDocument and HTMLFormElement proxies to use from [[Set]]. r=efaust 2014-07-29 20:27:18 -05:00
jsproxy.h Bug 965898 - Switch policies for get{,Own}PropertyDescriptor. r=gabor 2014-07-30 12:23:03 -07:00
jspubtd.h Bug 1045940 - Rename needsBarrier to needsIncrementalBarrier; r=jonco 2014-07-28 10:16:56 -07:00
jsreflect.cpp Bug 1038259 - Enable template strings in all builds. r=jorendorff 2014-07-31 11:24:00 -04:00
jsreflect.h
jsscript.cpp Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsscript.h Bug 1045181 - Miscellaneous small cleanups in js::gc; r=jonco 2014-07-29 10:47:43 -07:00
jsscriptinlines.h Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
jsshell.msg
jsstr.cpp Bug 1039774 - Implement ES6 String.raw r=till 2014-07-30 10:18:00 +02:00
jsstr.h Bug 1028866 part 6 - Move NewString* functions from jsstr.{h,cpp} to vm/String.{h,cpp}. rs=luke 2014-07-21 12:45:48 +02:00
jstypes.h
jsutil.cpp
jsutil.h Bug 1031068 - Add environment variable to disable jsgc poisoning, r=terrence 2014-06-30 22:56:12 +02:00
jsversion.h Bug 1038259 - Enable template strings in all builds. r=jorendorff 2014-07-31 11:24:00 -04:00
jswatchpoint.cpp Backed out changeset 5b2dab72041e (bug 1046945) for crashes. 2014-08-01 15:09:13 -04:00
jswatchpoint.h Bug 1031878 - Remove JS_SetWatchPoint and friends. r=jimb 2014-07-25 14:26:40 +02:00
jsweakcache.h
jsweakmap.cpp Bug 1031632 - Make Map.prototype.set, WeakMap.prototype.set and Set.prototype.add chainable. r=till 2014-07-03 22:55:26 +05:30
jsweakmap.h
jswin.h
jswrapper.cpp Bug 742444 - Pass the old wrapper or value to the prewrap callback instead of its flags. r=gabor 2014-07-22 16:14:27 -07:00
jswrapper.h Bug 742444 - Pass the old wrapper or value to the prewrap callback instead of its flags. r=gabor 2014-07-22 16:14:27 -07: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 Followup for bug 1041936 to unbreak spidermonkey fail-on-warnings builds. r=me 2014-07-23 14:01:55 +09:00
moz.build Bug 1046585 part 3 - Move ExecutableAllocator into jit/. r=sunfish 2014-08-01 16:39:52 +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>