gecko/js/src
2014-06-18 13:00:17 -07:00
..
assembler Bug 1011350 - Use TaggedAnonymousMemory to distinguish our various mmap call sites. r=njn 2014-06-17 17:55:00 +02:00
builtin Bug 1026438 part 1 - Pass HandleLinearString instead of jschar+length to regexp code. r=bhackett 2014-06-18 14:58:18 +02:00
ctypes Bug 1022349 - Part 1: Apply the upstream patch to add support for clang-cl to libffi; r=glandium 2014-06-13 08:27:31 -04:00
devtools Merge mozilla-inbound to m-c. 2014-06-02 17:20:08 -04:00
doc Bug 1024638: Use pandoc "--smart" documentation in js/src/doc documentation. DONTBUILD r=jorendorff 2014-06-12 12:09:23 -07:00
ds Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
editline
frontend Bug 1025875 part 1 - Make some frontend code handle Latin1 strings. r=njn 2014-06-17 11:28:46 +02:00
gc Bug 1004110 - Memoize PCToLineNumber lookups in SavedStacks. r=terrence 2014-06-17 16:32:00 -04:00
gdb Bug 941805 - Use helper thread pool in all runtimes in a process, r=billm. 2014-05-29 13:06:23 -06:00
irregexp Bug 1026438 part 2 - Make irregexp char sampling work with Latin1 strings. r=bhackett 2014-06-18 14:58:20 +02:00
jit Bug 1022736 - Allow cacheing of GlobalObject getters on non-global scopechains. (r=jandem) 2014-06-18 13:00:17 -07:00
jit-test Bug 1026680 part 5 - Make escape work with Latin1 strings. r=njn 2014-06-18 11:33:52 +02:00
jsapi-tests Bug 960786: SpiderMonkey should provide an introspection API for memory heap analysis (ubi::Node) r=sfink 2014-06-16 15:18:57 -07:00
octane Bug 1024944 - Replace v8 benchmarks with octane r=terrence 2014-06-16 10:40:43 +01:00
parjs-benchmarks Bug 1020364. Change parallel_compilation to offthread_compilation to prevent confusion. r=h4writer. 2014-06-16 12:05:12 +02:00
perf Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
shell Bug 1025875 part 9 - Make eval work with Latin1 strings. r=njn 2014-06-17 16:42:57 +02:00
tests Bug 1025959 - disable checks for webapp updates during tests; r=jmaher 2014-06-16 11:47:05 -04:00
vm Bug 1026438 part 1 - Pass HandleLinearString instead of jschar+length to regexp code. r=bhackett 2014-06-18 14:58:18 +02:00
vtune
aclocal.m4 Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds. 2014-06-18 13:21:57 -04:00
configure.in Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds. 2014-06-18 13:21:57 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in Bug 997274 - Value.h uses NUNBOX32 and PUNBOX64 instead of JS_BITS_PER_WORD. r=nbp 2014-05-21 06:47:10 -07:00
js-config.in
js.msg Bug 904723, part 4 - In Array.from, only fetch the @@iterator property once. r=till. DONTBUILD. 2014-06-06 14:13:16 -04:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsapi.cpp Bug 1026438 part 1 - Pass HandleLinearString instead of jschar+length to regexp code. r=bhackett 2014-06-18 14:58:18 +02:00
jsapi.h Bug 1017650 - Remove the unused |proto| arg from the wrapping machinery; r=efaust 2014-06-16 11:59:59 -07:00
jsarray.cpp Bug 1025875 part 10 - Make array.join work with Latin1 strings. r=luke 2014-06-17 16:54:13 +02:00
jsarray.h
jsast.tbl
jsatom.cpp Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke 2014-06-13 20:51:05 +02:00
jsatom.h Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke 2014-06-13 20:51:05 +02:00
jsatominlines.h Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke 2014-06-13 20:51:05 +02:00
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1024518 part 1 - Make RegExp parser handle latin1 strings. r=bhackett 2014-06-16 10:47:58 +02:00
jscntxt.h Bug 1022784 - Make all users of AutoGCRooter depend upon its definition, not upon forward declarations of it. r=terrence 2014-06-09 10:35:59 -07:00
jscntxtinlines.h Bug 933313: Per-worker generational GC for PJS. r=jandem r=terrence r=shu r=jonco 2014-06-09 22:04:14 -07:00
jscompartment.cpp Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jscompartment.h Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jscompartmentinlines.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jscpucfg.h
jscrashformat.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jscrashreport.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jscrashreport.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsdate.cpp Bug 1021714 part 5 - More date parsing cleanup and handle Latin1 strings. r=njn 2014-06-10 11:23:39 +02:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1017107 - Make StringBuffer support Latin1 strings. r=luke 2014-06-13 14:26:03 +02:00
jsexn.h
jsfriendapi.cpp Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jsfriendapi.h Bug 987163 - Drop special COW support for TypedArrays. r=gabor 2014-06-17 10:16:08 -07:00
jsfun.cpp Bug 904723, part 1 - Add new IsConstructor intrinsic for self-hosting. r=till. 2014-06-06 11:15:21 -04:00
jsfun.h Bug 904723, part 1 - Add new IsConstructor intrinsic for self-hosting. r=till. 2014-06-06 11:15:21 -04:00
jsfuninlines.h
jsgc.cpp Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jsgc.h Bug 1024567: use correct predicate to assert that objects are not inside GGC nursery rather than inside any nursery. r=shu 2014-06-16 10:14:38 +02:00
jsgcinlines.h Bug 1024567: use correct predicate to assert that objects are not inside GGC nursery rather than inside any nursery. r=shu 2014-06-16 10:14:38 +02:00
jshashutil.h
jsinfer.cpp Bug 1018363 - Allow off thread Ion compilation during incremental GCs, r=billm. 2014-06-11 16:25:38 -06:00
jsinfer.h Bug 1018363 - Allow off thread Ion compilation during incremental GCs, r=billm. 2014-06-11 16:25:38 -06:00
jsinferinlines.h Bug 1018363 - Allow off thread Ion compilation during incremental GCs, r=billm. 2014-06-11 16:25:38 -06:00
jsiter.cpp Bug 1015742 - refactor JSOP_SPREAD to work on iterator; r=jorendorff 2014-05-26 19:41:37 +02:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
jsnum.h Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
jsobj.cpp Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jsobj.h Bug 1024567: use correct predicate to assert that objects are not inside GGC nursery rather than inside any nursery. r=shu 2014-06-16 10:14:38 +02:00
jsobjinlines.h Bug 1024567: use correct predicate to assert that objects are not inside GGC nursery rather than inside any nursery. r=shu 2014-06-16 10:14:38 +02:00
json.cpp Bug 1023778 part 8 - Address review comments. r=Waldo 2014-06-13 20:51:16 +02:00
json.h Bug 1023778 part 6 - Make JSON.parse handle Latin1 strings. r=Waldo 2014-06-13 20:51:12 +02:00
jsonparser.cpp Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
jsonparser.h Bug 1023778 part 8 - Address review comments. r=Waldo 2014-06-13 20:51:16 +02:00
jsopcode.cpp Bug 1025875 part 7 - Make Sprinter::putString work with Latin1 strings. r=njn 2014-06-17 15:18:21 +02:00
jsopcode.h
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jspropertytree.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jspropertytree.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsprototypes.h Bug 1015791 - Break up the remainder of js_InitTypedArrayClasses. r=luke 2014-06-02 08:38:44 -07:00
jsproxy.cpp Bug 1020609 - Inherit property descriptor attributes for pre-existing own value props in Proxy::set. r=efaust 2014-06-11 15:16:06 -07:00
jsproxy.h Backout changesets 654a3fc28fa2 and 88fefd05fb64 (bug 1017862) for Cpp and mochitest failures on a CLOSED TREE. r=bustage 2014-06-09 15:48:55 -07:00
jspubtd.h Bug 933313: Per-worker generational GC for PJS. r=jandem r=terrence r=shu r=jonco 2014-06-09 22:04:14 -07:00
jsreflect.cpp
jsreflect.h
jsscript.cpp Bug 965068 - Rename WorkerThread to HelperThread, r=jorendorff. 2014-05-30 08:45:02 -06:00
jsscript.h Bug 1021114 - Remove GCMethods::kind() in favour or RootKind::rootKind() r=terrence 2014-06-07 10:34:57 +01:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp Bug 1026680 part 5 - Make escape work with Latin1 strings. r=njn 2014-06-18 11:33:52 +02:00
jsstr.h Bug 1019585 part 3 - Fix JSSubString to work with Latin1 strings. r=terrence 2014-06-17 18:43:22 +02:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h Bug 1021368 - Implement ES6 NoSubstitutionTemplate (multiline strings). r=jorendorff. Thanks to André Bargull for tests and review. 2014-06-11 07:21:35 -05:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Backed out changeset 0d61bcf08362 (bug 1013531) for bustage. 2014-05-29 13:26:55 -04:00
jsweakmap.h Bug 982561 - Add zone edges for unmarked weakmap keys with delegates in a different zone r=terrence 2014-05-16 09:44:43 +01:00
jswin.h
jswrapper.cpp Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
jswrapper.h Backed out changeset aca2ec2457ec (bug 1016738) for re-introducing frequent WebRTC crashes. 2014-06-17 21:12:43 -04:00
make-source-package.sh
Makefile.in Bug 1019955 - Write preprocessing results for self-hosted code into file instead of stdout. r=glandium 2014-06-07 14:26:54 +02:00
moz.build Bug 1024038 - Remove YARR, r=jandem. 2014-06-16 15:37:53 -07:00
NamespaceImports.h Bug 1017107 - Make StringBuffer support Latin1 strings. r=luke 2014-06-13 14:26:03 +02:00
prmjtime.cpp
prmjtime.h
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>