gecko/js/src
2013-03-15 16:28:07 +13:00
..
assembler Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
build Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla 2013-03-15 16:28:07 +13:00
builtin Kill off unused-function warnings for all the ICU stubs temporarily in Intl.cpp when the Intl API isn't enabled. Followup to bug 837957, r=warning-spam-up-the-wazoo 2013-03-13 10:12:52 -07:00
config Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
ctypes Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
devtools
ds Bug 838557 - Create a common interface for ASan/Valgrind functions. r=mats,bhackett 2013-02-15 00:50:11 +01:00
editline Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
frontend Bug 850928 - Fix assorted JS compiler warnings. r=dholbert,dvander 2013-03-13 19:55:22 -05:00
gc Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
gdb Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
ion Bug 850548 - fix ion::StackAlignment value on non-GNU (r=dvander) 2013-03-13 20:59:51 -07:00
jit-test Bug 848319: IonMonkey: Enable hoisting of MRegExp, r=sstangl 2013-03-13 19:15:36 +01:00
jsapi-tests Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
methodjit Bug 837011 - CallCompiler should return 'true' because it doesn't throw an exception (r=dvander) 2013-03-14 21:28:10 -07:00
perf Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
shell Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
tests Bug 842438 (part 1) - Remove @line support from SpiderMonkey. r=benjamin. 2013-03-11 14:27:34 -07:00
v8
vm Disable PGO for ObjectImpl::nativeLookup (bug 844580, r=billm). 2013-03-12 11:32:06 -07:00
yarr Backed out changeset 9f39547cfab3 (bug 850534) for yarr crashes on a CLOSED TREE 2013-03-14 23:15:50 +01:00
aclocal.m4 Bug 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium 2013-01-16 00:21:06 -08:00
configure.in Bug 849995 - Build with -Wsign-compare on clang; r=glandium 2013-03-13 15:07:17 -04:00
dtoa.c
js-confdefs.h.in Bug 835551 - Add a new header consolidating non-configure-generated #defines that we require in order to build. r=ted 2013-02-06 19:09:59 -08:00
js-config.h.in Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
js-config.in
js.msg Backed out changeset e7f298d7b17b (bug 829602) for frequent B2G mochitest crashes on a CLOSED TREE. 2013-03-11 17:24:31 -04:00
jsalloc.cpp Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsalloc.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsanalyze.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsanalyze.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsapi.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsapi.h Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jsarray.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence 2013-03-06 18:10:22 +00:00
jsarray.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsast.tbl Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsatom.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsatom.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsatominlines.h Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence. 2013-01-26 07:42:20 -07:00
jsbool.cpp Bug 706885 - Do not store singletons in the Nursery; r=bhackett 2013-01-28 11:01:54 -08:00
jsbool.h Bug 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence. 2013-01-18 06:48:13 -07:00
jsboolinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
jsclass.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsclist.h
jsclone.cpp Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo 2013-02-05 14:22:27 -08:00
jsclone.h Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
jscntxt.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jscntxt.h Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jscntxtinlines.h Bug 841059 - Do not use the ArenaHeader for sizeOfThis on JSObject; r=billm 2013-02-13 13:34:25 -08:00
jscompartment.cpp Bug 850928 - Fix assorted JS compiler warnings. r=dholbert,dvander 2013-03-13 19:55:22 -05:00
jscompartment.h Bug 848602 - Add some volatile annotations (r=terrence) 2013-03-07 18:01:25 -08:00
jscompartmentinlines.h backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn 2013-02-22 09:36:41 +00:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsdate.h Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence 2012-12-31 12:40:21 -08:00
jsdbgapi.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsdbgapi.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdhash.cpp
jsdhash.h Bug 831885 - Turn JS_DHASH_ENTRY_IS_* into inline functions; r=jorendorff 2013-02-07 09:08:57 +01:00
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsexn.h
jsfriendapi.cpp Bug 848599 - Implement DisableGenerationalGC like DisableIncrementalGC; r=billm 2013-03-07 10:47:56 -08:00
jsfriendapi.h Bug 849174 - inline function declared as dllimport warning js jsfriendapi.h r=bholley 2013-03-09 17:26:07 +01:00
jsfun.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsfun.h Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
jsfuninlines.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsgc.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsgc.h Bug 843919 - Disable full compartment checks by default (r=jonco) 2013-03-08 11:38:49 -08:00
jsgcinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
jsinfer.cpp Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jsinfer.h Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jsinferinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
jsinterp.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove AutoAssertNoGC and AssertCanGC r=terrence 2013-03-06 18:10:35 +00:00
jsinterp.h Bug 841499 - Allow calling SetObjectElementOperation with explicit script and pc arguments. r=jimb 2013-02-14 18:27:49 -05:00
jsinterpinlines.h Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsiter.cpp Bug 849420 - Use MaybeRooted instead of Shape::AutoRooter, r=sfink. 2013-03-11 15:50:01 -06:00
jsiter.h Remove LIFO invariants from the enumerator list (bug 831626, r=billm). 2013-01-24 11:17:41 -08:00
jskwgen.cpp
jslibmath.h
jslock.h
jslog2.cpp
jsmath.cpp Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger 2013-03-05 15:43:44 -08:00
jsmath.h Bug 815737 - Inline MathCache-reliant functions in IonMonkey. r=sstangl 2013-03-03 15:56:58 -08:00
jsmemorymetrics.cpp Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsnativestack.cpp Bug 846670 - Initialize stackBase and stackSize properly for the main-thread when using bionic. r=billm 2013-03-13 16:31:15 -07:00
jsnativestack.h
jsnum.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsnum.h Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsnuminlines.h
jsobj.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsobj.h Bug 847698 - Move most slot allocation closer to object creation; r=bhackett 2013-03-03 12:43:40 -08:00
jsobjinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
json.cpp Bug 839376 (part 5) - Make ObjectClassIs take a HandleObject. r=sfink. 2013-02-11 21:01:45 -08:00
json.h
jsonparser.cpp Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jsonparser.h Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jsopcode.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsopcode.h Bug 842419 (part 3) - Remove dead JOF_* constants, and kill off JSOP_BACKPATCH_POP. r=jorendorff. 2013-02-20 17:42:21 -08:00
jsopcode.tbl Bug 842419 (part 3) - Remove dead JOF_* constants, and kill off JSOP_BACKPATCH_POP. r=jorendorff. 2013-02-20 17:42:21 -08:00
jsopcodeinlines.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsoplengen.cpp
jsprf.cpp
jsprf.h
jsprobes.cpp No bug. JSScript::filename is now a function. r=woof! 2013-03-13 14:47:12 -07:00
jsprobes.h No bug. JSScript::filename is now a function. r=woof! 2013-03-13 14:47:12 -07:00
jspropertycache.cpp Bug 832972 - Reduce cost of exact stack rooting during name operations, clean up some GC allocation methods, r=terrence. 2013-01-23 15:22:10 -07:00
jspropertycache.h Bug 843999 - Shrink the property cache. r=bhackett. 2013-02-24 14:15:23 -08:00
jspropertycacheinlines.h Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence 2013-03-06 18:10:22 +00:00
jspropertytree.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jspropertytree.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsprototypes.h Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsproxy.cpp Bug 841801 - Allow proxies to be finalized in the background r=billm 2013-02-21 10:19:17 +00:00
jsproxy.h Backed out changeset e44bc308642a (bug 813901) and changeset 19f154ee6f54 (bug 850000) for bustage on a CLOSED TREE. 2013-03-13 13:22:14 -04:00
jsprvtd.h Bug 836968 - Cache shapes for JSON objects and assign types to constructed JSON objects and arrays, r=waldo,jandem. 2013-03-14 05:18:47 -06:00
jspubtd.h Bug 849302 - Allow rooting of IonCode objects. r=terrence 2013-03-09 11:02:51 -05:00
jsreflect.cpp Bug 835587 - Add syntax only mode to parser, r=jorendorff. 2013-02-26 08:41:57 -07:00
jsreflect.h Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsscript.cpp Bug 846984 - Prevent race conditions when USE_ZLIB is not defined. r=jorendorff 2013-03-13 17:48:46 -05:00
jsscript.h Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsscriptinlines.h Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsshell.msg Bug 838759 - Remove assertJit shell function. r=bhackett 2013-02-07 10:21:15 +01:00
jsstr.cpp Bug 850536: Only get the chars of a string once in FlattenSubstrings, r=sstangl 2013-03-13 06:08:35 +01:00
jsstr.h Bug 846330 - Bail out before trying to eval scripts containing 'arguments' in Ion, r=jandem. 2013-03-04 07:21:16 -07:00
jsstrinlines.h Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence. 2013-01-26 07:42:20 -07:00
jstypedarray.cpp Bug 850873 - Fix null-checking in JS_NewArrayBufferWithContents. r=Waldo 2013-03-13 14:45:22 -07:00
jstypedarray.h Bug 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink) 2013-02-14 15:08:15 -08:00
jstypedarrayinlines.h Bug 842482 - Don't try to guess typedarray initializer type with missing script; r=bhackett 2013-02-25 22:26:37 -08:00
jstypes.h
jsutil.cpp Bug 837715. Reduce compression rate for js source. r=benjamin 2013-02-06 12:53:52 -05:00
jsutil.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsversion.h
jswatchpoint.cpp Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Back out changeset 0d285589f47a (Bug 839673) - Broken Merge 2013-02-13 11:04:25 -08:00
jsweakmap.h Back out changeset 0d285589f47a (Bug 839673) - Broken Merge 2013-02-13 11:04:25 -08:00
jswin64.asm
jswin.h
jsworkers.cpp Bug 850446 - Fix NULL deref in StartOffThreadIonCompile(). r=bhackett 2013-03-13 12:36:47 -07:00
jsworkers.h
jswrapper.cpp Bug 841801 - Allow proxies to be finalized in the background r=billm 2013-02-21 10:19:17 +00:00
jswrapper.h Bug 841801 - Allow proxies to be finalized in the background r=billm 2013-02-21 10:19:17 +00:00
Makefile.in Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
moz.build Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
prmjtime.cpp Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger 2013-03-05 15:43:44 -08:00
prmjtime.h
README.html
TraceLogging.cpp
TraceLogging.h
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>