gecko-dev/js/src
2014-05-28 16:17:34 -05:00
..
assembler Bug 1007662 - Add missing functions for YARR JIT on MIPS. r=jandem 2014-05-08 15:50:50 +02:00
builtin Backed out 2 changesets (bug 1015205) for build bustage on a CLOSED TREE 2014-05-27 15:41:14 -07:00
ctypes Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
devtools Annotate je_malloc_printf as non-GC function. r=terrence,sorta 2014-05-23 16:43:58 -07:00
doc Bug 997293: Enable MDN language-specific highlighting in js/src/doc/Debugger. DONTBUILD r=jorendorff 2014-05-12 17:59:50 -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 1013922 - Avoid flattenning strings after each concatenation. r=jorendorff 2014-05-21 08:15:47 -07:00
gc Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
gdb Backed out 2 changesets (bug 1013917) for rootanalysis failures 2014-05-22 21:10:33 -07:00
irregexp Bug 1014898 - Use move32() and movePtr() instead of mov() in irregexp. r=bhackett 2014-05-22 14:58:31 -07:00
jit Bug 1014292 - OdinMonkey: restrict ArrayBuffer heap length rules to something regular and not ARM-specific (r=dougc) 2014-05-28 16:17:34 -05:00
jit-test Bug 1014292 - OdinMonkey: restrict ArrayBuffer heap length rules to something regular and not ARM-specific (r=dougc) 2014-05-28 16:17:34 -05:00
jsapi-tests Fix archaic JSAPI usage in an example in the jsapi-tests/README file. No bug, no_r=me. 2014-05-22 08:18:00 -05:00
parjs-benchmarks
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 1013917 part 2 - Add shell functions for testing latin1 strings. r=luke 2014-05-22 21:40:36 +02:00
tests Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted 2014-05-16 04:55:00 +02:00
v8
vm Bug 1017154 - Move RegExpShared read barriers around some more, r=billm. 2014-05-28 13:55:25 -06:00
vtune Bug 998172 - SpiderMonkey: Eliminate unnecessary parentheses around return values. r=nbp 2014-04-18 11:13:44 -07:00
yarr Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem. 2014-05-15 16:48:21 -07:00
aclocal.m4 Backed out changeset 7cff27cb2845 (bug 975011), for breaking just about everything not on tbpl 2014-03-11 09:53:58 -07:00
configure.in Bug 1014403 - [Flatfish][build] B2G for flatfish build failed. r=roc 2014-05-26 08:12:00 +02: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 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07: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 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke. 2014-05-22 08:18:01 -05:00
jsapi.h Bug 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke. 2014-05-22 08:18:01 -05:00
jsarray.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsarray.h Bug 939115 - Add MIR node for ArraySplice to avoid creating the result array if it's unused. r=jandem 2014-04-24 12:08:17 +02:00
jsast.tbl
jsatom.cpp Bug 989414 - Convert FixedHeapPtr to take a T* as template parameter instead of T; r=jonco 2014-04-25 14:22:27 -07:00
jsatom.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsatominlines.h Bug 989414 - Convert FixedHeapPtr to take a T* as template parameter instead of T; r=jonco 2014-04-25 14:22:27 -07:00
jsbool.cpp Bug 975589, part 1 - Rename js::DefineConstructorAndPrototype -> GlobalObject::initBuiltinConstructor and refactor it a bit. r=jwalden. 2014-03-10 16:29:40 -05:00
jsbool.h Bug 977445 - Remove unused JSContext parameter from BooleanToStringBuffer() and friends. r=luke 2014-02-23 17:59:18 -08:00
jsboolinlines.h Bug 977445 - Remove unused JSContext parameter from BooleanToStringBuffer() and friends. r=luke 2014-02-23 17:59:18 -08:00
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke. 2014-05-22 08:18:01 -05:00
jscntxt.h Backed out 2 changesets (bug 1015205) for build bustage on a CLOSED TREE 2014-05-27 15:41:14 -07:00
jscntxtinlines.h Bug 952650 (part 13b) - Convert many !v.isPrimitive() calls to v.isObject(). r=till. 2014-04-28 16:36:03 -07:00
jscompartment.cpp Bug 1010441 - Keep RegExpShared and RegExp jitcode around when preserving jitcode in a compartment, r=billm. 2014-05-21 11:31:02 -07:00
jscompartment.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -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 Bug 976648 - JavaScript build/config for powerpc64le-linux support. r=bsmedberg 2014-02-28 09:55:48 -05:00
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 992958 - Add support for prototype JSPropertySpecs on ClassSpec. r=luke 2014-05-23 16:53:03 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsexn.h Bug 968936 - Emit a warning message with stack trace when the "operation callback" (slow script dialog) stops script execution. r=luke. 2014-02-26 08:55:35 -06:00
jsfriendapi.cpp Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07:00
jsfriendapi.h Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
jsfun.cpp Bug 992958 - More stylistics fixups. r=me 2014-05-23 16:53:04 -07:00
jsfun.h Bug 999790: Make asm.js modules and functions constructible; r=luke 2014-04-30 21:31:28 +02:00
jsfuninlines.h
jsgc.cpp Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
jsgc.h Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
jsgcinlines.h Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp 2014-05-22 11:15:06 -07:00
jshashutil.h
jsinfer.cpp Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
jsinfer.h Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
jsinferinlines.h Bug 1015439 - Increase property-count threshold for unknown-properties flagging on SetElem. r=bhackett 2014-05-28 16:33:42 -04:00
jsiter.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsiter.h Bug 989414 - Convert BarrieredPtr to take a T* as template parameter instead of T; r=jonco 2014-04-25 11:02:44 -07:00
jskwgen.cpp
jslibmath.h Bug 939843: Required changes in Spidermonkey; r=mjrosenb 2014-02-27 16:23:11 +01:00
jslock.h
jsmath.cpp Bug 1010698 - SpiderMonkey: Include the function in the math cache hash computation. r=luke 2014-05-15 07:57:54 -07:00
jsmath.h Bug 1010698 - SpiderMonkey: Include the function in the math cache hash computation. r=luke 2014-05-15 07:57:54 -07:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Backed out 2 changesets (bug 1013917) for rootanalysis failures 2014-05-22 21:10:33 -07:00
jsnum.h Bug 987666 - Remove the unused dynamic root analysis. r=sfink 2014-03-24 18:32:36 -04:00
jsobj.cpp Bug 992958 - More stylistics fixups. r=me 2014-05-23 16:53:04 -07:00
jsobj.h Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07:00
jsobjinlines.h Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07:00
json.cpp Bug 547140, part 3 - Remove flags argument from DefineNativeProperty. r=Waldo. 2014-04-25 16:11:02 -05:00
json.h
jsonparser.cpp Bug 547140, part 3 - Remove flags argument from DefineNativeProperty. r=Waldo. 2014-04-25 16:11:02 -05:00
jsonparser.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsopcode.cpp Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp 2014-05-22 11:15:06 -07:00
jsopcode.h Bug 980263 - Part 1: Disable Ion OSR for loops nested in expressions r=jandem 2014-03-07 08:44:38 +01:00
jsopcodeinlines.h Bug 998172 - SpiderMonkey: Eliminate unnecessary parentheses around return values. r=nbp 2014-04-18 11:13:44 -07:00
jsprf.cpp Bug 991027 - JS_snprintf: Don't allocate a temporary buffer when handling %hs format-specifier. r=Waldo. 2014-04-25 11:50:33 -05:00
jsprf.h Bug 991027 - JS_snprintf: Don't allocate a temporary buffer when handling %hs format-specifier. r=Waldo. 2014-04-25 11:50:33 -05:00
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 992958 - Switch Function and Object to ClassSpec. r=luke 2014-05-23 16:53:04 -07:00
jsproxy.cpp Bug 964915 part 1 - Remove cx argument from innerObject hook. r=efaust 2014-05-08 15:00:36 +02:00
jsproxy.h Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo. 2014-04-25 16:11:01 -05:00
jspubtd.h Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07:00
jsreflect.cpp Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz 2014-01-21 18:11:17 -08:00
jsreflect.h
jsscript.cpp Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp 2014-05-22 11:15:06 -07:00
jsscript.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsscriptinlines.h Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem. 2014-04-25 13:01:37 -06:00
jsshell.msg
jsstr.cpp Bug 1014114 - Self-host string HTML extensions. r=till 2014-05-23 20:45:52 +02:00
jsstr.h Bug 965712: Part 1 - Use our string matching logic for regexps when possible, r=luke 2014-04-30 16:42:25 +02:00
jstypes.h Bug 981999 - Remove redundant (and not always agreeing) ways of counting sourcenotes. r=luke 2014-03-26 14:26:43 -04:00
jsutil.cpp Bug 988097 - Allow oomAfterAllocations in non-debug builds. r=jandem 2014-03-27 19:15:22 +01:00
jsutil.h Bug 984101 - Undo some of our more aggressive new poisoning to get back performance. r=jonco 2014-04-09 08:11:06 -07:00
jsversion.h Bug 979528 - Remove unused NEW_OBJECT_REPRESENTATION stuff, r=waldo. 2014-03-07 06:56:49 -07:00
jswatchpoint.cpp Bug 989414 - Rename EncapsulatedPtr to PreBarriered to clarify intended usage; r=jonco 2014-04-25 15:18:53 -07:00
jswatchpoint.h Bug 989414 - Rename EncapsulatedPtr to PreBarriered to clarify intended usage; r=jonco 2014-04-25 15:18:53 -07:00
jsweakcache.h
jsweakmap.cpp Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07: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
jsworkers.cpp Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
jsworkers.h Bug 966646 - Use JS helper threads for GC background sweeping / allocation, r=billm. 2014-05-27 09:58:33 -07:00
jswrapper.cpp Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco 2014-05-14 19:48:09 -07:00
jswrapper.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
make-source-package.sh
Makefile.in Bug 810631 - Update libffi to version 3.1. r=jorendorff, r=glandium 2014-05-13 14:51:01 -04:00
moz.build Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem. 2014-05-15 16:48:21 -07:00
NamespaceImports.h Bug 987556 Part 2 Use JS::SourceBufferHolder in frontend::ByteCompiler API. r=luke 2014-04-25 10:11:56 -04:00
prmjtime.cpp Bug 1004923 part 12 - Use GetSystemTimePreciseAsFileTime if available (Windows 8). r=njn 2014-05-05 13:12:11 +02:00
prmjtime.h Bug 1004923 part 8 - Add PRMJ_NowInit, call QueryPerformanceFrequency only once. r=njn 2014-05-05 10:33:29 +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>