gecko-dev/js/src
Ryan VanderMeulen be156401f8 Backed out changesets 39500fdd5007 and cc22bc548566 (bug 890985) for B2G bustage. 2013-10-18 11:43:22 -04:00
..
assembler Bug 926778 - Prevent executable allocator from handing out poisoned pointers with JSGC_ROOT_ANALYSIS, r=terrence 2013-10-15 15:35:00 -07:00
build Backed out changesets 39500fdd5007 and cc22bc548566 (bug 890985) for B2G bustage. 2013-10-18 11:43:22 -04:00
builtin Bug 927272 - Do not treat strings specially when rekeying map objects; r=jonco 2013-10-17 09:12:23 -07:00
config Merge mozilla-inbound to mozilla-central 2013-10-17 13:43:37 +02:00
ctypes Bug 924014 - Do not rely on std::numeric_limits<char16_t> being available; r=Waldo 2013-10-15 11:55:37 -04:00
devtools Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
ds Bug 924393 - don't use JS_BITS_PER_WORD in BitArray.h; r=Waldo 2013-10-08 09:54:50 -04:00
editline Bug 920818 (part 3) - Remove js/src/editline/Makefile.ref, because it's dead. r=glandium. 2013-09-25 20:45:54 -07:00
frontend Bug 924040 - Update yield* to use @@iterator protocol. r=jwalden 2013-10-17 12:36:04 +02:00
gc Bug 927633: It should be okay for roots registered with JS_Add***Root to be NULL. r=sfink 2013-10-17 13:40:40 -07:00
gdb Bug 927655: Make SpiderMonkey's GDB pretty-printer tests call JS_Init, as required. DONTBUILD r=sfink 2013-10-17 13:42:55 -07:00
jit Bug 928140 - Add postbarrier when inlining UnsafeSetReservedSlot; r=shu 2013-10-17 18:07:39 -07:00
jit-test Bug 928140 - Add postbarrier when inlining UnsafeSetReservedSlot; r=shu 2013-10-17 18:07:39 -07:00
jsapi-tests Bug 927633: It should be okay for roots registered with JS_Add***Root to be NULL. r=sfink 2013-10-17 13:40:40 -07:00
parjs-benchmarks
perf Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
shell Backed out changeset f5838290c705 (bug 900669) for rootanalysis bustage 2013-10-15 18:52:36 -07:00
tests Bug 924318 - More iterator test cleanups. r=jwalden 2013-10-17 12:56:34 +02:00
v8
vm Bug 923183 - Make StackFrame mark callee value and this where present r=jandem 2013-10-17 20:58:21 +01:00
vtune
yarr Bug 916511 - Prevent underflow in YARR. r=nbp 2013-10-02 14:17:34 -07:00
Makefile.in Bug 926906 - Drop support for GNU make < 3.81. r=gps 2013-10-17 07:55:14 +09:00
NamespaceImports.h Bug 880330 - Refactor the shell to use the new options API; r=bholley 2013-10-14 13:31:03 +02:00
README.html
TraceLogging.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
TraceLogging.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
Y.js
aclocal.m4 Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
configure.in Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
dtoa.c
js-confdefs.h.in Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium 2013-10-17 00:36:13 -04:00
js-config.h.in Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium 2013-10-11 15:13:35 -04:00
js-config.in
js.msg Bug 918341 - new Map(iterable) should check that iterator values are objects. r=jorendorff 2013-10-17 12:36:52 +05:30
js.pc.in
jsalloc.cpp
jsalloc.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyze.cpp Bug 926948 - Include jsobjinlines.h for JSObject::getType. r=bhackett 2013-10-16 10:13:54 -04:00
jsanalyze.h Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan 2013-10-07 12:42:55 -04:00
jsanalyzeinlines.h
jsapi.cpp Backed out changeset 79a1f60d83df (bug 909997) for bustage. 2013-10-17 14:50:47 -04:00
jsapi.h Backed out changeset 79a1f60d83df (bug 909997) for bustage. 2013-10-17 14:50:47 -04:00
jsarray.cpp Bug 919948 - Convert Array.prototype.@@iterator to use new iteration protocol. r=jorendorff 2013-10-17 12:10:02 +02:00
jsarray.h Bug 903193 - Part 6: Add ParallelExecution path to ArraySetLength. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsast.tbl
jsatom.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsatom.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsatominlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsbool.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsbool.h
jsboolinlines.h Bug 914128 - Remove OBJECT_FLAG_EMULATES_UNDEFINED, rewrite code to check the clasp instead. r=bhackett 2013-09-27 10:02:55 +02:00
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 912573 - Assert that JSCompartment::callsiteClones doesn't need post-barrier for now r=terrence 2013-10-16 09:45:27 +01:00
jscntxt.h Backed out changeset f5838290c705 (bug 900669) for rootanalysis bustage 2013-10-15 18:52:36 -07:00
jscntxtinlines.h Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
jscompartment.cpp Bug 926948 - Include jsobjinlines.h for JSObject::getType. r=bhackett 2013-10-16 10:13:54 -04:00
jscompartment.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jscompartmentinlines.h Bug 915482 (part 2) - Minimize gc/Barrier-inl.h includes. r=terrence. 2013-09-11 16:52:30 -07:00
jscpucfg.h Bug 925879 - remove vestigal JS_BYTES_PER_WORD/JS_BITS_PER_WORD_LOG2 definitions from jscpucfg.h; r=njn 2013-10-11 15:15:16 -04:00
jscrashformat.h Bug 915855 - SpiderMonkey: Clean up "const static" to "static const". r=terrence 2013-09-12 16:38:40 -07:00
jscrashreport.cpp Bug 924891 - don't use JS_BITS_PER_WORD in jscrashreport.cpp; r=njn 2013-10-09 09:06:13 -04:00
jscrashreport.h
jsdate.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdate.h
jsdtoa.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsdtoa.h Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan 2013-10-07 12:43:08 -04:00
jsexn.cpp Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
jsexn.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsfriendapi.cpp Backed out 5 changesets (bug 861925) so I can backout bug 900669 cleanly 2013-10-15 18:51:50 -07:00
jsfriendapi.h Bug 925879 - use sizeof(void*) instead of JS_BYTES_PER_WORD in jsfriendapi.h; r=njn 2013-10-11 15:17:07 -04:00
jsfun.cpp Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
jsfun.h Bug 925807 - define JS_BITS_PER_WORD in terms of JS_64BIT; r=njn 2013-10-11 15:11:48 -04:00
jsfuninlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan 2013-10-07 12:43:20 -04:00
jsgc.cpp Backed out changeset ddfe7f3ad095 (bug 926678) for perma-orange linux crashtest failures 2013-10-16 13:56:22 +02:00
jsgc.h Backed out changeset ddfe7f3ad095 (bug 926678) for perma-orange linux crashtest failures 2013-10-16 13:56:22 +02:00
jsgcinlines.h Bug 925817 - GenerationalGC: Refactor inside nursery check to avoid repetition r=terrence 2013-10-14 10:16:25 +01:00
jsinfer.cpp Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
jsinfer.h Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
jsinferinlines.h Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
jsiter.cpp Bug 919948 - Convert Array.prototype.@@iterator to use new iteration protocol. r=jorendorff 2013-10-17 12:10:02 +02:00
jsiter.h Bug 919948 - Convert Array.prototype.@@iterator to use new iteration protocol. r=jorendorff 2013-10-17 12:10:02 +02:00
jskwgen.cpp Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures. 2013-09-24 14:09:15 -04:00
jslibmath.h Bug 918350 - SpiderMonkey: Remove js_NaN in favor of a new mozilla::GenericNaN() function. r=waldo 2013-09-19 18:42:56 -07:00
jslock.h
jsmath.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
jsmath.h Bug 920046 - Specialize Math.round and Math.floor with double return type. r=bhackett 2013-09-25 13:26:59 +02:00
jsnativestack.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (5/9); r=ehsan 2013-10-07 12:43:47 -04:00
jsnativestack.h
jsnum.cpp Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsnum.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsobj.cpp Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
jsobj.h Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
jsobjinlines.h Bug 922270 - Don't construct template objects during IonBuilder, r=jandem. 2013-10-17 13:50:26 -06:00
json.cpp Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo. 2013-10-14 15:24:11 -05:00
json.h
jsonparser.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsonparser.h
jsopcode.cpp Bug 926948 - Include jsobjinlines.h for JSObject::getType. r=bhackett 2013-10-16 10:13:54 -04:00
jsopcode.h Bug 925807 - define JS_BITS_PER_WORD in terms of JS_64BIT; r=njn 2013-10-11 15:11:48 -04:00
jsopcode.tbl Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden 2013-10-03 13:37:57 +01:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsprf.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jspropertytree.cpp Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jspropertytree.h Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsprototypes.h Bug 914220 - Move TypedObject global names into a TypedObject module r=waldo 2013-09-09 11:52:11 -04:00
jsproxy.cpp Bug 923765 - Account for __noSuchMethod__ in proxy stubs in GetPropertyIC. (r=djvj) 2013-10-17 18:13:43 -07:00
jsproxy.h Bug 923765 - Account for __noSuchMethod__ in proxy stubs in GetPropertyIC. (r=djvj) 2013-10-17 18:13:43 -07:00
jspubtd.h Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan 2013-10-07 12:44:00 -04:00
jsreflect.cpp Bug 923160 - Disallow initializers in for-of statements. r=jorendorff 2013-10-15 16:43:55 +02:00
jsreflect.h
jsscript.cpp Bug 880085 - Unbreak run once closure optimizations, and don't treat named lambdas as run once closures, r=luke. 2013-10-11 14:34:11 -06:00
jsscript.h Bug 925807 - define JS_BITS_PER_WORD in terms of JS_64BIT; r=njn 2013-10-11 15:11:48 -04:00
jsscriptinlines.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jsshell.msg Backed out changeset f5838290c705 (bug 900669) for rootanalysis bustage 2013-10-15 18:52:36 -07:00
jsstr.cpp Bug 919948 - Convert Array.prototype.@@iterator to use new iteration protocol. r=jorendorff 2013-10-17 12:10:02 +02:00
jsstr.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jstypes.h Bug 925807 - define JS_BITS_PER_WORD in terms of JS_64BIT; r=njn 2013-10-11 15:11:48 -04:00
jsutil.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jsutil.h Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
jsversion.h
jswatchpoint.cpp Bug 924690 - Remove unnecessary post-barriering of watchpoint hash table r=terrence 2013-10-10 10:28:17 +01:00
jswatchpoint.h Bug 922091 - Don't use RelocatablePtrObject on the stack in watchpoint code r=terrence 2013-10-10 10:27:51 +01:00
jsweakcache.h Bug 921130 - Minimize the #includes in js/src/jit; r=luke 2013-09-26 18:34:54 -04:00
jsweakmap.cpp Bug 8844105 - Handlify JS_WrapObject. r=terrence 2013-10-15 20:02:23 -04:00
jsweakmap.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jswin.h
jsworkers.cpp Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett) 2013-10-08 15:14:04 -07:00
jsworkers.h Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan 2013-10-07 12:44:28 -04:00
jswrapper.cpp Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan 2013-10-07 12:44:37 -04:00
jswrapper.h Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan 2013-10-07 12:44:37 -04:00
make-source-package.sh
moz.build Bug 912099 - Part h: Make sure CPP_SOURCES only points to existing files in js/src; r=mshal 2013-10-03 09:10:01 +02:00
prmjtime.cpp
prmjtime.h
symverscript.in

README.html

<!-- 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>