gecko/js/src
2012-07-25 09:35:32 +01:00
..
assembler Bug 710922 - Don't call m_pools.all() if m_pools isn't initialized. r=luke. 2012-05-31 19:10:05 -07:00
build Bug 755145 - Define CCACHE_CPP2 when using ccache and Clang. r=glandium. 2012-07-19 09:20:46 -04:00
builtin Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
config Backout eecd3aa199e6 (bug 776305), 62facd5b3da9, c6a0ac7d47d2 & 2d56621abfee (bug 776035), e4e68cf2bd40 (bug 776016), 0853a4d49b4e & 31de6ffdedcb (bug 770426), 43a69b4981f5 (bug 756786) for Windows mochitest crashes 2012-07-25 09:35:32 +01:00
ctypes Backout changeset f44eca03418c (bug 725907 part 5) because of merge conflicts with the rest of the backouts 2012-07-04 19:43:03 -04:00
ds Bug 770850 - Reimplement DefnOrHeader as DefinitionList. r=njn. 2012-07-06 16:33:58 -05:00
editline Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
frontend Bug 777181 - Breaking out of a for-let-in loop needs SRC_HIDDEN. r=luke 2012-07-24 19:15:37 -07:00
gc Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
gnuplot
jit-test Bug 776314 - Stub out genexp toSource. r=luke 2012-07-24 11:19:18 -07:00
jsapi-tests Bug 775317. Add a test for the JSOPTION_VAROBJFIX behavior of JS_EvaluateScript. r=jorendorff 2012-07-21 22:37:43 -04:00
methodjit Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
metrics Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
perf Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
shell Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger 2012-07-20 20:17:38 +02:00
tests Bug 775684 - rm PND_TOPLEVEL (r=ejpbruel) 2012-07-23 11:09:59 -07:00
v8 Bug 760413 - Update in-tree V8 benchmark to v7. r=dvander 2012-06-01 13:54:54 +02:00
vm Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
vprof Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
yarr Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
aclocal.m4 Bug 755145 - Define CCACHE_CPP2 when using ccache and Clang. r=glandium. 2012-07-19 09:20:46 -04:00
configure.in Bug 755145 - Define CCACHE_CPP2 when using ccache and Clang. r=glandium. 2012-07-19 09:20:46 -04:00
dtoa.c
ETWProvider.man Bug 673499 - revert unwanted change to js/src/ETWProvider.man 2012-05-19 22:03:17 +02:00
javascript-trace.d Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jitstats.tbl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
js-config.h.in Bug 752632 - Support building SpiderMonkey without E4X by doing: configure --disable-e4x. r=jimb. 2012-05-30 15:05:58 -05:00
js-config.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
js.msg Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger 2012-07-20 20:17:38 +02:00
jsalloc.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsalloc.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsanalyze.cpp Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett) 2012-07-05 20:35:08 -07:00
jsanalyze.h Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett) 2012-07-05 20:35:08 -07:00
jsapi.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsapi.h Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsarray.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsarray.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsarrayinlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsast.tbl Bug 725702: support for of loops in Reflect.parse r=dherman 2012-07-18 18:14:15 -04:00
jsatom.cpp Bug 770854 - Put frontend code in the frontend namespace. r=njn. 2012-07-09 13:54:28 -05:00
jsatom.h Bug 770854 - Put frontend code in the frontend namespace. r=njn. 2012-07-09 13:54:28 -05:00
jsatom.tbl Bug 725907 - for-of improvements, part 2: Make for-of loops just call .iterator() instead of using the magic iteratorObject hook with an extra flag. r=bhackett. 2012-07-03 16:34:56 -05:00
jsatominlines.h Bug 765341 - Change js_ValueToAtom to return a JSAtom* directly, and rename it to js::ToAtom. r=sfink 2012-06-12 16:03:10 -07:00
jsbool.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsbool.h Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsboolinlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsclass.h Bug 771026 - Replace JSProperty with Shape (r=bhackett) 2012-07-04 19:34:06 -07:00
jsclist.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsclone.cpp Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jsclone.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jscntxt.cpp Bug 761723 - Add memory reporting for script sources. r=njn 2012-07-20 20:18:08 +02:00
jscntxt.h Merge for backout of changeset d6531ef05a6f 2012-07-23 14:34:24 -07:00
jscntxtinlines.h Bug 770854 - Put frontend code in the frontend namespace. r=njn. 2012-07-09 13:54:28 -05:00
jscompartment.cpp Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
jscompartment.h Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
jscpucfg.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jscrashformat.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jscrashreport.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jscrashreport.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdate.cpp Bug 285615 - Define and implement JS_ClearDateCaches() API. r=waldo 2012-07-13 15:56:08 -07:00
jsdate.h Bug 285615 - Define and implement JS_ClearDateCaches() API. r=waldo 2012-07-13 15:56:08 -07:00
jsdbgapi.cpp Bug 775807 - Don't disassemble partially-compiled scripts (r=jimb) 2012-07-20 17:16:14 -07:00
jsdbgapi.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdhash.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdhash.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdtoa.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdtoa.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsexn.cpp Bug 765464 - Part b: Add an exnType to JSErrorReport; r=Waldo 2012-07-18 12:36:08 +02:00
jsexn.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsfriendapi.cpp Bug 761723 - Add a runtime hook to retrieve source that wasn't saved. r=luke 2012-07-20 20:19:17 +02:00
jsfriendapi.h Bug 776283 - Decode sources properly before handing them to the JS engine. r=bz 2012-07-22 09:00:45 -07:00
jsfun.cpp Bug 776332 - Fix the rooting of Function's toSource/toString. r=terrence 2012-07-24 14:23:36 -07:00
jsfun.h Bug 776332 - Fix the rooting of Function's toSource/toString. r=terrence 2012-07-24 14:23:36 -07:00
jsfuninlines.h Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke 2012-06-14 19:13:27 -07:00
jsgc.cpp Bug 776388 - Create global threads. r=terrence 2012-07-23 15:05:03 -07:00
jsgc.h Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
jsgcinlines.h Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
jshash.cpp Backout 61d052e202c8 (bug 647367) due to Windows bustage. 2012-07-18 22:33:41 -04:00
jshash.h Backout 61d052e202c8 (bug 647367) due to Windows bustage. 2012-07-18 22:33:41 -04:00
jsinfer.cpp Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
jsinfer.h Bug 766447 - Teach TI about the new DOM bindings. (r=bhackett) 2012-07-11 20:55:19 -07:00
jsinferinlines.h Bug 766447 - Teach TI about the new DOM bindings. (r=bhackett) 2012-07-11 20:55:19 -07:00
jsinterp.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsinterp.h Bug 680562 - Remove CHECK_INTERRUPT_HANDLER (r=jimb) 2012-07-08 03:07:25 -07:00
jsinterpinlines.h Bug 680562 - Remove CHECK_INTERRUPT_HANDLER (r=jimb) 2012-07-08 03:07:25 -07:00
jsiter.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsiter.h Bug 725907 - for-of improvements, part 4: Add .next() method to iterator objects and make for-of call it. r=bhackett. 2012-07-03 16:34:56 -05:00
jskeyword.tbl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jskwgen.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jslibmath.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jslock.h Back out 5eacd4fc78e4 (bug 772722) for mochitest-4 shutdown crashes 2012-07-11 22:23:56 -07:00
jslog2.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsmath.cpp Bug 775680 - Math.pow should use powi if the exponent is an integer-valued double. r=dvander 2012-07-19 20:43:32 +02:00
jsmath.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsnativestack.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsnativestack.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsnum.cpp Bug 773850 - Refactor method guarding to be able to work for methods that must be able to accept a |this| which is a proxy. r=luke 2012-07-03 17:44:22 -07:00
jsnum.h Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jsnuminlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsobj.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsobj.h Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
jsobjinlines.h Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
json.cpp Bug 773850 - Refactor method guarding to be able to work for methods that must be able to accept a |this| which is a proxy. r=luke 2012-07-03 17:44:22 -07:00
json.h Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jsonparser.cpp Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke 2012-06-14 19:13:27 -07:00
jsonparser.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsopcode.cpp Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
jsopcode.h Bug 774760 - Fix unaligned PCCounts double access (r=luke) 2012-07-24 11:11:44 -07:00
jsopcode.tbl Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett) 2012-07-05 20:35:08 -07:00
jsopcodeinlines.h Bug 746036: stop querying for the current script in GetNameFromBytecode, r=bhackett 2012-06-25 18:04:01 -07:00
jsoplengen.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsprf.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsprf.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsprobes.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsprobes.h Bug 772078 - Remove JS entries even when stopping the SPS profiler. r=luke 2012-07-11 16:23:52 -07:00
jspropertycache.cpp Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jspropertycache.h Bug 771018 - Replace "const Shape" with "Shape" (r=luke) 2012-07-04 19:33:41 -07:00
jspropertycacheinlines.h Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jspropertytree.cpp Bug 771018 - Replace "const Shape" with "Shape" (r=luke) 2012-07-04 19:33:41 -07:00
jspropertytree.h Bug 771018 - Replace "const Shape" with "Shape" (r=luke) 2012-07-04 19:33:41 -07:00
jsproto.tbl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsproxy.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsproxy.h Bug 774671 - Fix mismatched declarations. r=luke. 2012-07-17 12:54:41 -04:00
jsprvtd.h Bug 770854 - Put frontend code in the frontend namespace. r=njn. 2012-07-09 13:54:28 -05:00
jspubtd.h Bug 776635 - Allow use of JSRootedObject using only external headers. r=billm 2012-07-18 14:32:39 -07:00
jsreflect.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsreflect.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsreops.tbl Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
jsscope.cpp Backout 61d052e202c8 (bug 647367) due to Windows bustage. 2012-07-18 22:33:41 -04:00
jsscope.h Bug 776635 - Allow use of JSRootedObject using only external headers. r=billm 2012-07-18 14:32:39 -07:00
jsscopeinlines.h Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jsscript.cpp Bug 777083 - Don't leak when ownSource is true. r=luke 2012-07-24 19:01:38 -07:00
jsscript.h Bug 776314 - Add a script flag indicating if the script is a generator expression. r=luke 2012-07-24 11:19:08 -07:00
jsscriptinlines.h Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett) 2012-07-05 20:35:08 -07:00
jsshell.msg Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsstr.cpp Bug 775801 - LambdaIsGetElem should optimize based on JSOP_GETALIASEDVAR, not JSOP_NAME (r=dvander) 2012-07-20 16:17:24 -07:00
jsstr.h Add more rooters, bug 772303. r=billm 2012-07-10 19:17:29 -06:00
jsstrinlines.h Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
jstypedarray.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jstypedarray.h Bug 773850 - Refactor method guarding to be able to work for methods that must be able to accept a |this| which is a proxy. r=luke 2012-07-03 17:44:22 -07:00
jstypedarrayinlines.h Bug 773850 - Refactor method guarding to be able to work for methods that must be able to accept a |this| which is a proxy. r=luke 2012-07-03 17:44:22 -07:00
jstypes.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsutil.cpp Bug 776200 - Reduce compression level as temporary fix for SunSpider regression. r=pierron 2012-07-22 01:07:29 -07:00
jsutil.h Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger 2012-07-20 20:17:38 +02:00
jsval.h Backout changeset 5f4c341d773a (bug 743107) under the suspicion of breaking Linux32 mochitest-chrome without framepointers 2012-07-04 19:27:15 -04:00
jsversion.h Bug 752632 - Support building SpiderMonkey without E4X by doing: configure --disable-e4x. r=jimb. 2012-05-30 15:05:58 -05:00
jswatchpoint.cpp Bug 771018 - Replace "const Shape" with "Shape" (r=luke) 2012-07-04 19:33:41 -07:00
jswatchpoint.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsweakmap.cpp Bug 773850 - Refactor method guarding to be able to work for methods that must be able to accept a |this| which is a proxy. r=luke 2012-07-03 17:44:22 -07:00
jsweakmap.h Back out bug 760342 for Windows build error, bug 755070 for Android crashes, and bug 760458 because it depends on 755070 2012-06-01 17:45:02 -07:00
jswin64.asm Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jswin.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jswrapper.cpp Bug 773962 - Fix windows linkage bustage. r=me 2012-07-23 17:57:39 +02:00
jswrapper.h Bug 773962 - Fix windows linkage bustage. r=me 2012-07-23 17:57:39 +02:00
jsxml.cpp Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke) 2012-07-24 22:59:55 -07:00
jsxml.h Bug 770759 - Add mutable handles (r=bhackett) 2012-07-04 11:12:16 -07:00
Makefile.in Backout 189816733310 for Android bustage. 2012-07-20 11:07:44 -07:00
MemoryMetrics.cpp Bug 687724 (part 3) - Report JS memory consumption for compartments that are associated with |window| objects under "window-objects". r=bholley,jlebar,luke. 2012-07-05 21:12:37 -07:00
prmjtime.cpp Back out 5eacd4fc78e4 (bug 772722) for mochitest-4 shutdown crashes 2012-07-11 22:23:56 -07:00
prmjtime.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
README.html Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
sharkctl.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
sharkctl.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Y.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00

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