gecko/js/src
2012-11-27 15:12:20 -08:00
..
assembler Show generated assembly in Ion PC count information, bug 811349. r=pierron 2012-11-21 13:53:18 -05:00
build Bug 807423 - Support use of GNU libstdc++ on Android. r=ted 2012-11-06 09:41:16 -08:00
builtin Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
config Bug 701393 - Add suffix stripping to PP_TARGETS generic preprocessor rule r=glandium 2012-12-02 16:49:32 -08:00
ctypes Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz 2012-11-14 09:56:26 -08:00
devtools
ds Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo 2012-11-06 17:35:18 -08:00
editline
frontend Bug 795104 - Don't abort compression, which isn't happening. r=jorendorff 2012-11-20 11:29:42 -06:00
gc Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8) 2012-12-03 11:19:23 -08:00
ion Don't use GetIonContext()->cx in ARM assembler, bug 817509. r=mjrosenb 2012-12-03 13:04:58 -07:00
jit-test Make removal of negative zero checks independent from resume point locations, bug 816786. r=h4writer 2012-11-30 11:24:36 -07:00
jsapi-tests Fix testFindSCCs warnings. No bug, rs=billm, r=themaid 2012-11-28 13:54:32 -08:00
methodjit Bug 817475 - JM: Remove re-compilation loop. r=bhackett 2012-12-02 20:59:47 -08:00
perf Bug 807228 - clean up the JSFUN_* flags situation (r=jorendorff) 2012-11-01 21:35:09 -07:00
shell Bug 800785 - unnecessary PGO for js shell. r=ted 2012-10-23 16:42:19 +09:00
tests Bug 814195 prerequisite: fix tests that do gczeal stuff to not enumerate the window for the first time while gc-ing on every allocation. Otherwise our hang detector kicks in and kills us. rs=jorendorff 2012-12-01 00:47:24 -05:00
v8
vm Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
yarr Remove yarr/TypeTraits.h (bug 812678, r=luke). 2012-11-16 16:52:18 -08:00
aclocal.m4
configure.in Add in support for running a cross-shell directly in qemu (bug 807936, r=ted) 2012-11-15 10:24:07 -05:00
dtoa.c
js-confdefs.h.in
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 Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsalloc.h Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence) 2012-11-12 15:30:39 -08:00
jsanalyze.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06: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 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jsapi.h Bug 816924 - Add extractNonDoubleType to ValueOperations. r=jwalden 2012-12-01 09:42:18 +01:00
jsarray.cpp Bug 816805 - Style fixes for RiverTrail code (r=shu) 2012-11-29 18:00:19 -08:00
jsarray.h Bug 812537 - Move GetDenseArrayShape to jsarray. r=bhackett 2012-11-17 11:54:21 +01:00
jsarrayinlines.h
jsast.tbl
jsatom.cpp Bug 790338 - Sweep compartments in groups r=billm 2012-11-16 15:34:22 +00:00
jsatom.h Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence) 2012-11-12 15:30:39 -08:00
jsatominlines.h Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsbool.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsbool.h Bug 793086 (part 1) - Convert JSClassInitializerOp parameter to HandleObject. r=sfink. 2012-09-20 22:17:49 -07:00
jsboolinlines.h Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsclass.h Bug 798678 - Refactor wrapper preservation for weakmaps (r=mccr8) 2012-10-08 18:22:47 -07:00
jsclist.h
jsclone.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06: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 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jscntxt.h Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jscntxtinlines.h Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jscompartment.cpp Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jscompartment.h Bug 817419 - Fix warning about DebugScopes forward-declaration as struct. r=jcoppeard 2012-12-01 00:57:44 -08:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jscrashreport.h
jsdate.cpp Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jsdate.h Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jsdbgapi.cpp Bug 791850 - Cleanup of lazy script handling. r=bhackett 2012-11-21 17:42:27 +01: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
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 Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsexn.h Bug 797695 (part 1) - Exactly root jsexn.cpp. r=terrence. 2012-10-04 16:21:36 -07:00
jsfriendapi.cpp Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8) 2012-12-03 11:19:23 -08:00
jsfriendapi.h Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8) 2012-12-03 11:19:23 -08:00
jsfun.cpp Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsfun.h Bug 791850 - Cleanup of lazy script handling. r=bhackett 2012-11-21 17:42:27 +01:00
jsfuninlines.h Bug 791850 - Cleanup of lazy script handling. r=bhackett 2012-11-21 17:42:27 +01:00
jsgc.cpp Bug 817218 - Move UnmarkGray to the JS engine (r=mccr8) 2012-12-03 11:19:23 -08:00
jsgc.h Backout a6b604916694 (bug 747066) because it's broken 2012-11-30 12:20:24 -08:00
jsgcinlines.h Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsinfer.cpp Bug 817475 - JM: Remove re-compilation loop. r=bhackett 2012-12-02 20:59:47 -08:00
jsinfer.h Clone type sets to avoid races when compiling off thread, bug 815258. r=dvander 2012-11-26 16:32:45 -05:00
jsinferinlines.h Clone type sets to avoid races when compiling off thread, bug 815258. r=dvander 2012-11-26 16:32:45 -05:00
jsinterp.cpp Add analysis to eliminate dead resume point operands, bug 814997. r=dvander 2012-11-30 15:59:52 -07:00
jsinterp.h backout bug 778948 eace14fccc47 for horrible sunspider regression r=me 2012-10-26 17:59:35 -07:00
jsinterpinlines.h Bug 791850 - Cleanup of lazy script handling. r=bhackett 2012-11-21 17:42:27 +01:00
jsiter.cpp Bug 801195 - Delay changing generator state (r=luke) 2012-11-19 11:44:16 -08:00
jsiter.h Bug 806283 - Split up and add native iterators to "object/misc" memory reports. r=jorendorff. 2012-11-01 16:51:04 -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 Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jslog2.cpp
jsmath.cpp Bug 803520 - Don't use JSCList for JSRuntime::contextList; r=Waldo 2012-11-04 09:00:06 +01:00
jsmath.h Bug 797551 - Use callWithABI() for Math.random(). r=dvander 2012-10-05 12:05:21 -07:00
jsmemorymetrics.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsnativestack.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsnativestack.h
jsnum.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsnum.h Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
jsnuminlines.h
jsobj.cpp Bug 790338 - Handle nuked wrappers in list of incoming gray pointers r=billm 2012-11-16 15:52:09 +00:00
jsobj.h Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsobjinlines.h Bug 811100 - Use the compartment's global for our global instead of always walking our parent chain. r=luke 2012-11-13 10:38:19 -08:00
json.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06: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 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo 2012-11-06 17:35:18 -08: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 Various warning fixes. No bug, r=themaid 2012-11-27 15:53:46 -08:00
jsopcode.h Bug 815044: Make js_DecompileScript, and js_DecompileFunction static to jsopcode.cpp. Delete js_DecompileFunctionBody; it is unused. r=jorendorff 2012-11-26 16:47:59 -08: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
jspropertycache.h
jspropertycacheinlines.h
jspropertytree.cpp Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jspropertytree.h
jsprototypes.h Bug 769872 - Add C++ core of Intl object and constructors Collator, NumberFormat, DateTimeFormat. However, disable initialization of Intl object and its constructors while functionality is incomplete. r=jwalden 2012-11-12 13:23:01 -08:00
jsproxy.cpp Bug 816054 - Assert wrappers are sensible when added to compartment map r=billm 2012-11-30 17:41:30 +00: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 807480 - Add Rooted<T> roots to PerThread state. r=luke 2012-11-06 22:32:01 -05:00
jsreflect.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsreflect.h Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsscope.cpp Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsscope.h Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsscopeinlines.h Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsscript.cpp Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm 2012-11-14 16:06:27 -08:00
jsscript.h Backout a6b604916694 (bug 747066) because it's broken 2012-11-30 12:20:24 -08:00
jsscriptinlines.h Add profiling of basic block hit counts for IonMonkey and expose to addons, bug 811349. r=pierron 2012-11-16 09:14:06 -08:00
jsshell.msg
jsstr.cpp Bug 791850 - Cleanup of lazy script handling. r=bhackett 2012-11-21 17:42:27 +01:00
jsstr.h Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke 2012-10-29 13:55:17 -07:00
jsstrinlines.h
jstypedarray.cpp Bug 790338 - Store the list of arraybufs per compartment rather than on the runtime r=billm 2012-10-31 17:59:22 +00:00
jstypedarray.h Bug 790338 - Store the list of arraybufs per compartment rather than on the runtime r=billm 2012-10-31 17:59:22 +00: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 Bug 769872 - Add C++ core of Intl object and constructors Collator, NumberFormat, DateTimeFormat. However, disable initialization of Intl object and its constructors while functionality is incomplete. r=jwalden 2012-11-12 13:23:01 -08:00
jswatchpoint.cpp Bug 790338 - Mark weak references in the current compartment group only rather than for all collecting compartments r=billm 2012-11-06 16:01:18 +00:00
jswatchpoint.h Bug 790338 - Mark weak references in the current compartment group only rather than for all collecting compartments r=billm 2012-11-06 16:01:18 +00:00
jsweakcache.h Bug 790338 - Add Is*AboutToBeFinalized functions r=billm 2012-10-12 10:45:30 +01:00
jsweakmap.cpp Bug 790338 - Make weakmap list per-compartment rather than per-runtime r=billm 2012-11-02 18:03:59 +00:00
jsweakmap.h Bug 790338 - Make weakmap list per-compartment rather than per-runtime r=billm 2012-11-02 18:03:59 +00:00
jswin64.asm
jswin.h
jsworkers.cpp Add --thread-count=N to shell, use at most one core for off thread compilation, disallow off thread compilation during IGC, bug 813559. r=dvander 2012-11-22 10:02:18 -05:00
jsworkers.h Add --thread-count=N to shell, use at most one core for off thread compilation, disallow off thread compilation during IGC, bug 813559. r=dvander 2012-11-22 10:02:18 -05:00
jswrapper.cpp Bug 816054 - Assert wrappers are sensible when added to compartment map r=billm 2012-11-30 17:41:30 +00:00
jswrapper.h Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz 2012-11-14 09:56:26 -08:00
jsxml.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
jsxml.h Bug 793086 (part 1) - Convert JSClassInitializerOp parameter to HandleObject. r=sfink. 2012-09-20 22:17:49 -07:00
Makefile.in Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
prmjtime.cpp Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
prmjtime.h Bug 815414 - Move the DST offset cache out of JSContext, and LocalTZA out of a process-wide static, into JSRuntime. r=jorendorff 2012-11-27 15:12:20 -08:00
README.html
TraceLogging.cpp Bug 812314 part 1 - Use fewer namespace js {...} blocks in .cpp files in js/src, js/src/builtin, js/src/vm. r=luke. 2012-11-16 15:59:26 -06:00
TraceLogging.h Bug 808294: Fix tracelogger builds, r=dvander 2012-11-05 17:27:42 +01: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>