gecko-dev/js/src
Bill McCloskey 31bd861fa8 Bug 807535 - Avoid toggling Ion write barrier too often (r=sstangl) 2012-11-01 08:08:21 -07:00
..
assembler Bug 789753 - Save non-volatile XMM registers on Win64 ABI. r=dvander 2012-10-04 18:15:31 +09:00
build bug 802616 - don't use software floating point math on ARMv6 r=glandium 2012-10-17 11:40:55 -04:00
builtin backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
config bug 797745, use l10n-base and relativesrcdir instead of config.mk for l10n-merge, r=ted 2012-11-01 13:25:53 +01:00
ctypes Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
devtools Merge from mozilla-central. 2012-08-29 17:57:37 -07:00
ds Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn 2012-09-26 11:13:20 -07:00
editline Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
frontend Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
gc Backed out 2 changesets (bug 805883, bug 787703) because of Windows PGO bustage on non-profiling builds 2012-10-30 16:17:29 -04:00
ion Bug 807035 - Skip guard insertion if there is no proto. r=dvander 2012-10-31 18:55:33 -07:00
jit-test Bug 807035 - Skip guard insertion if there is no proto. r=dvander 2012-10-31 18:55:33 -07:00
jsapi-tests Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
methodjit Bug 806442: Remove unused variable "slot" from Compiler::markUndefinedLocal. r=billm 2012-10-29 13:40:20 -07:00
perf Bug 791607 - Remove unnecessary |#include <new>| directives. r=dmandelin. 2012-09-20 20:42:43 -07:00
shell Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
tests Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
v8
vm Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
yarr Merge from mozilla-central. 2012-09-05 16:18:11 -07:00
Makefile.in backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
README.html
TraceLogging.cpp Bug 766752: Add trace logging, r=jandem 2012-08-09 15:29:21 +02:00
TraceLogging.h Bug 766752: Add trace logging, r=jandem 2012-08-09 15:29:21 +02:00
Y.js
aclocal.m4 Bug 788276 - Properly check for broken (deprecated) compilers. r=gps. 2012-09-12 14:54:40 -04:00
configure.in Bug 800614 - Require Python 2.6 to build the tree; r=ted 2012-10-22 12:24:40 -07:00
dtoa.c
js-confdefs.h.in Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted 2012-08-04 08:47:28 +02:00
js-config.h.in
js-config.in
js.msg Bug 795119: Complain coherently when evalInGlobal{,withBindings} is passed a CCW to a global, not a global. r=luke 2012-10-13 16:04:16 -07:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
jsanalyze.h Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
jsapi.cpp Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsapi.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsarray.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsarray.h Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences. 2012-09-30 21:13:53 -07:00
jsarrayinlines.h
jsast.tbl Bug 725702: support for of loops in Reflect.parse r=dherman 2012-07-18 18:14:15 -04:00
jsatom.cpp Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsatom.h Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsatominlines.h Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff 2012-09-11 10:32:33 -07:00
jsbool.cpp Bug 797695 (part 3) - Exactly root js_NewFunction(). r=terrence. 2012-10-04 16:21:51 -07:00
jsbool.h Bug 793086 (part 1) - Convert JSClassInitializerOp parameter to HandleObject. r=sfink. 2012-09-20 22:17:49 -07:00
jsboolinlines.h
jsclass.h Bug 798678 - Refactor wrapper preservation for weakmaps (r=mccr8) 2012-10-08 18:22:47 -07:00
jsclist.h
jsclone.cpp Bug 803707 - Don't assume pointers are 64 bits. r=Waldo. 2012-10-30 17:38:13 -04:00
jsclone.h Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent 2012-10-03 18:19:22 -04:00
jscntxt.cpp Bug 806644 - Back out 782072 (r=terrence) 2012-10-29 17:34:59 -07:00
jscntxt.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jscntxtinlines.h backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jscompartment.cpp Bug 807535 - Avoid toggling Ion write barrier too often (r=sstangl) 2012-11-01 08:08:21 -07:00
jscompartment.h Bug 807535 - Avoid toggling Ion write barrier too often (r=sstangl) 2012-11-01 08:08:21 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsdate.h Bug 793076 (part 4) - In jsdate.cpp, exactly root remaining JSObject* pointers. r=jwalden. 2012-09-20 23:23:54 -07:00
jsdbgapi.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsdbgapi.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsdhash.cpp Bug 780051 - Remove JS_MAX and JS_MIN. r=luke 2012-08-02 20:50:51 -07:00
jsdhash.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsdtoa.cpp
jsdtoa.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsexn.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsexn.h Bug 797695 (part 1) - Exactly root jsexn.cpp. r=terrence. 2012-10-04 16:21:36 -07:00
jsfriendapi.cpp Bug 692267 - Remove jsgc.h from INSTALLED_HEADERS (r=terrence) 2012-10-26 11:17:24 -07:00
jsfriendapi.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsfun.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsfun.h Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn 2012-09-26 11:13:20 -07:00
jsfuninlines.h Bug 787856 - Initial support for lazy prototypes (r=bhackett) 2012-09-26 09:49:20 -07:00
jsgc.cpp Bug 807535 - Avoid toggling Ion write barrier too often (r=sstangl) 2012-11-01 08:08:21 -07:00
jsgc.h Bug 803907 - Remove some unused GC functions (r=terrence) 2012-10-26 11:53:25 -07:00
jsgcinlines.h Backout 589b6766b99a (bug 786146) due to test bustage on a CLOSED TREE. 2012-10-25 20:05:13 -04:00
jsinfer.cpp Check to make sure compilations haven't been invalidated (bug 799803, r=pierron). 2012-10-31 18:41:56 -07:00
jsinfer.h Check to make sure compilations haven't been invalidated (bug 799803, r=pierron). 2012-10-31 18:41:56 -07:00
jsinferinlines.h Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn 2012-09-26 11:13:20 -07:00
jsinterp.cpp Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
jsinterp.h backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsinterpinlines.h backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsiter.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsiter.h Bug 793588 (part 2) - Exactly root jsiter.{cpp,h}. r=sfink. 2012-09-23 20:53:27 -07:00
jskwgen.cpp Bug 790349 - Define keywords with a higher-order macro. r=jorendorff 2012-09-10 13:27:18 -07:00
jslibmath.h
jslock.h Allow compiling scripts off thread with Ion, bug 774253. r=dvander 2012-08-23 06:56:35 -06:00
jslog2.cpp
jsmath.cpp Bug 797551 - Use callWithABI() for Math.random(). r=dvander 2012-10-05 12:05:21 -07:00
jsmath.h Bug 797551 - Use callWithABI() for Math.random(). r=dvander 2012-10-05 12:05:21 -07:00
jsmemorymetrics.cpp Bug 805915 (part 5) - Add more detail to shape memory reports. r=luke. 2012-10-29 08:51:21 +11:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsnum.h Bug 794667 - Add an AutoAssertCanGC to help with exact rooting; r=billm 2012-10-04 14:22:51 -07:00
jsnuminlines.h
jsobj.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsobj.h Bug 784400 - Enable cloning of object literals within functions. r=luke 2012-10-11 11:53:02 +02:00
jsobjinlines.h Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan 2012-10-11 18:38:04 -05:00
json.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
json.h Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo 2012-10-08 15:04:36 -07:00
jsonparser.cpp Bug 780309 - Move atom methods into js namespace; r=luke 2012-08-08 14:02:30 -07:00
jsonparser.h Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo 2012-10-08 15:04:36 -07:00
jsopcode.cpp Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
jsopcode.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsopcode.tbl Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett 2012-10-27 14:16:17 +02:00
jsopcodeinlines.h Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff 2012-09-11 10:32:33 -07:00
jsoplengen.cpp
jsprf.cpp Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsprf.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsprobes.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsprobes.h Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences. 2012-09-30 21:13:53 -07:00
jspropertycache.cpp Bug 784619 - Remove JS_PROPERTY_CACHE; r=evilpie 2012-09-06 09:14:49 +02:00
jspropertycache.h Bug 774915 - don't use the property cache for dynamic name lookup (r=bhackett) 2012-08-17 18:09:43 -07:00
jspropertycacheinlines.h Bug 789633 - Ergonomics improvements for stack rooting assertions; r=sfink 2012-09-10 10:31:58 -07:00
jspropertytree.cpp Bug 791607 - Remove unnecessary |#include <new>| directives. r=dmandelin. 2012-09-20 20:42:43 -07:00
jspropertytree.h No Bug - Fix 40-column emacs/vim tab declarations in certain files. no_r 2012-08-23 12:32:20 -07:00
jsprototypes.h Bug 789635 - Convert the prototype list into a higher-order macro, to facilitate easier use of it in other higher-order macros. r=jorendorff 2012-09-07 14:42:33 -07:00
jsproxy.cpp Bug 803068 - Remove IndirectProxyHandler. r=ejpbruel 2012-10-29 16:52:53 +01:00
jsproxy.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsprvtd.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jspubtd.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsreflect.cpp Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsreflect.h
jsscope.cpp Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences. 2012-09-30 21:13:53 -07:00
jsscope.h Bug 794667 - Add an AutoAssertCanGC to help with exact rooting; r=billm 2012-10-04 14:22:51 -07:00
jsscopeinlines.h Bug 794667 - Add an AutoAssertCanGC to help with exact rooting; r=billm 2012-10-04 14:22:51 -07:00
jsscript.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsscript.h Bug 804857 - Allocate memory in the compression thread and have its clients check for error. r=njn 2012-10-24 16:15:48 -07:00
jsscriptinlines.h Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn 2012-09-26 11:13:20 -07:00
jsshell.msg
jsstr.cpp Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsstr.h Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsstrinlines.h Add various autorooting, bug 772303. r=terrence 2012-08-12 19:50:49 -06:00
jstypedarray.cpp backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jstypedarray.h Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan 2012-10-11 18:38:04 -05:00
jstypedarrayinlines.h Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences. 2012-09-30 21:13:53 -07:00
jstypes.h Bug 807112 - change MOZ_EXPORT_API and MOZ_IMPORT_API to not take the type. r=Waldo. 2012-10-31 18:18:12 -04:00
jsutil.cpp Bug 804857 - Start with a small compression buffer. r=njn 2012-10-24 16:15:48 -07:00
jsutil.h Bug 804857 - Start with a small compression buffer. r=njn 2012-10-24 16:15:48 -07:00
jsval.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00
jsversion.h Add #include guards to jsversion.h. No bug, r=howtheheckwerethesenottherebefore 2012-09-06 17:51:42 -07:00
jswatchpoint.cpp Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin 2012-07-30 05:19:09 -06:00
jswatchpoint.h Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin 2012-07-30 05:19:09 -06:00
jsweakcache.h Merge from mozilla-central. 2012-08-29 17:51:24 -07:00
jsweakmap.cpp Bug 798678 - Weakmap key preservation test (r=mccr8) 2012-10-17 18:22:54 -07:00
jsweakmap.h Bug 798678 - Refactor wrapper preservation for weakmaps (r=mccr8) 2012-10-08 18:22:47 -07:00
jswin.h
jswin64.asm
jsworkers.cpp Backout 589b6766b99a (bug 786146) due to test bustage on a CLOSED TREE. 2012-10-25 20:05:13 -04:00
jsworkers.h Allow canceling in-progress off thread ion compilations, bug 785761. r=dvander 2012-10-25 13:46:49 -07:00
jswrapper.cpp Bug 803068 - Remove toBaseProxyHandler and toWrapper. r=ejpbruel 2012-10-29 16:52:54 +01:00
jswrapper.h Bug 803068 - Remove toBaseProxyHandler and toWrapper. r=ejpbruel 2012-10-29 16:52:54 +01:00
jsxml.cpp Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn 2012-09-26 11:13:20 -07:00
jsxml.h Bug 793086 (part 1) - Convert JSClassInitializerOp parameter to HandleObject. r=sfink. 2012-09-20 22:17:49 -07:00
prmjtime.cpp Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden. 2012-09-20 21:41:49 -07:00
prmjtime.h Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke) 2012-10-30 18:28:34 -07:00

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>