gecko/js/src
2013-05-03 11:49:51 -04:00
..
assembler Bug 863349 - Optimize IonMonkey double truncation for large numbers on x86 and x64. r=bhackett 2013-04-19 17:26:53 +02:00
build Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
builtin Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
config Bug 864013 - Let internal libevent use kqueue/kevent with gcc_hidden.h. r=glandium 2013-04-23 10:58:16 +02:00
ctypes Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
devtools Bug 868037 - GC: Fix more rooting analysis false positives r=sfink DONTBUILD 2013-05-03 13:32:04 +01:00
ds Bug 851627 - Make LifoAlloc::release run in O(1) (r=sstangl) 2013-04-25 12:28:29 -07:00
editline Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
frontend Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
gc Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
gdb Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
ion Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
jit-test Bug 864600 - OdinMonkey: change asm.js validation to require explicit coercion of all call expressions (r=sstangl) 2013-04-29 16:42:55 -07:00
jsapi-tests Bug 867312. Expose some APIs for working with millisecond timestamps corresponding to JS dates. r=waldo 2013-05-01 23:44:11 -04:00
methodjit Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
parjs-benchmarks Bug 829602 - Enable self-hosted parallelarray r=dvander,till 2013-03-19 22:12:27 -04:00
perf Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
shell Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
tests Bug 865059 - Turn off methodjit prefs by default, r=jandem. 2013-05-02 05:32:28 -06:00
v8
vm Bug 865471 - Fix various sps profiler issues. r=jandem 2013-05-03 11:26:38 -04:00
yarr Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
aclocal.m4 Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
configure.in Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in Bug 860931 - Remove a bunch of deadwood autoconf defines. r=ted 2013-03-29 16:18:21 -07:00
js-config.in Bug 812265, Part 4/4 - Fix MOZ_JS_LIBS. r=glandium 2013-04-23 17:21:50 -07:00
js.msg Bug 863505 - Disallow unbound name ops in self-hosted code. (r=till) 2013-04-23 21:41:08 -07:00
js.pc.in Bug 812265, Part 2/4 - Setup versioning and pkg-config support. r=glandium 2013-04-23 16:55:13 -07:00
jsalloc.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsalloc.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsanalyze.cpp Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
jsanalyze.h Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
jsapi.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsapi.h Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
jsarray.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsarray.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsast.tbl Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsatom.cpp Bug 867426 - Remove RawFlatString typedef; r=jonco 2013-04-30 15:39:03 -07:00
jsatom.h Bug 867426 - Remove RawAtom typedef; r=jonco 2013-04-30 15:38:45 -07:00
jsatominlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsbool.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsbool.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsboolinlines.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsclass.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
jsclist.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsclone.cpp Bug 866789 - GC: Fix some more shell rooting hazards r=terrence 2013-04-30 11:18:18 +01:00
jsclone.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscntxt.cpp Bug 865059 - Turn off methodjit prefs by default, r=jandem. 2013-05-02 05:32:28 -06:00
jscntxt.h Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jscntxtinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscompartment.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jscompartment.h Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jscompartmentinlines.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscpucfg.h Bug 867362 - part 3 - delete JS_BYTES_PER_DOUBLE; r=luke 2013-04-30 16:28:50 -04:00
jscrashformat.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscrashreport.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscrashreport.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdate.cpp Bug 867312. Expose some APIs for working with millisecond timestamps corresponding to JS dates. r=waldo 2013-05-01 23:44:11 -04:00
jsdate.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdbgapi.cpp Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsdbgapi.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsdhash.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdhash.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdtoa.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdtoa.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsexn.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsexn.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsfriendapi.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsfriendapi.h Bug 867329 - Make JS_NewUint8ArrayWithBuffer and friends accept any uint32_t as byteOffset and throw if the byteOffset is too big. r=sfink 2013-04-30 19:34:12 -07:00
jsfun.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsfun.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsfuninlines.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
jsgc.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsgc.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsgcinlines.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsinfer.cpp Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsinfer.h Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsinferinlines.h Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsinterp.cpp Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsinterp.h Merge from mozilla-inbound. 2013-04-18 13:26:42 -06:00
jsinterpinlines.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsiter.cpp Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
jsiter.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jskwgen.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslibmath.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslock.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslog2.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsmath.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsmath.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsmemorymetrics.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsnativestack.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsnativestack.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsnum.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsnum.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsnuminlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsobj.cpp Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsobj.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsobjinlines.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
json.cpp Bug 836949 - Remove the now unnecessary GetMethod function. r=jwalden 2013-04-27 17:37:05 +02:00
json.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsonparser.cpp Bug 867426 - Remove RawFlatString typedef; r=jonco 2013-04-30 15:39:03 -07:00
jsonparser.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsopcode.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsopcode.h Bug 864216 - Allow generating IonScriptCounts for asm.js compiled functions, r=luke. 2013-04-23 13:31:03 -06:00
jsopcode.tbl Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
jsopcodeinlines.h Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
jsoplengen.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsprf.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsprf.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsprobes.cpp Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsprobes.h Bug 865471 - Fix various sps profiler issues. r=jandem 2013-05-03 11:26:38 -04:00
jspropertycache.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jspropertycache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspropertycacheinlines.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jspropertytree.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jspropertytree.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsprototypes.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsproxy.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsproxy.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsprvtd.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspubtd.h Bug 812265, Part 1/4 - Remove JS_VERSION. r=dmandelin 2013-04-23 15:45:04 -07:00
jsreflect.cpp Bug 867426 - Remove RawValue typedef; r=jonco 2013-04-30 15:40:56 -07:00
jsreflect.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsscript.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsscript.h Backed out changeset 5ac1564bff87 (bug 865059) for causing intermittent Linux32 dromaeo crashes. 2013-05-02 14:19:15 -04:00
jsscriptinlines.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsshell.msg
jsstr.cpp Bug 867426 - Remove RawString typedef; r=jonco 2013-04-30 15:40:48 -07:00
jsstr.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsstrinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jstypedarray.cpp Bug 867329 - Make JS_NewUint8ArrayWithBuffer and friends accept any uint32_t as byteOffset and throw if the byteOffset is too big. r=sfink 2013-04-30 19:34:12 -07:00
jstypedarray.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jstypedarrayinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jstypes.h Bug 867362 - part 2 - delete JS_BITS_PER_DOUBLE; r=luke 2013-04-30 16:27:02 -04:00
jsutil.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsutil.h Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander 2013-05-01 15:45:05 -04:00
jsversion.h Bug 724533 - Integrate ICU into the Mozilla build (but don't actually build it, until a compile-time flag gets flipped). r=glandium 2013-04-25 15:27:22 -07:00
jswatchpoint.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jswatchpoint.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakcache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakmap.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsweakmap.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswin64.asm
jswin.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsworkers.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsworkers.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswrapper.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jswrapper.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
Makefile.in Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
moz.build Bug 867312. Expose some APIs for working with millisecond timestamps corresponding to JS dates. r=waldo 2013-05-01 23:44:11 -04:00
prmjtime.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
prmjtime.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
README.html
symverscript.in Bug 809430 - Add symbol versions. r=glandium 2013-04-25 15:35:40 -07:00
TraceLogging.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
TraceLogging.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
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>