gecko/js/src
2013-03-04 11:00:02 -05:00
..
assembler Bug 845458 - IonMonkey: simplify constant double handling on x86 (r=dvander) 2013-02-26 19:56:30 -05:00
build Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
builtin Bug 847000 - JSMSG_CANT_CONVERT_TO mapped to 35_TO in self-hosted code. r=tschneidereit 2013-03-01 23:57:00 +01:00
config Bug 846460: Remove duplicate period at the end of error message in rules.mk. r=gps 2013-02-28 22:45:03 -08: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 845573 - Allocate singletons discovered by the parser in tenured; r=bhackett 2013-02-26 15:29:32 -08:00
gc Bug 844112 - GC: Fix misc build and test failures in exactly rooted shell r=sfink 2013-02-22 15:14:09 +00:00
gdb Merge mozilla-central into build-system 2013-02-27 21:02:02 -08:00
ion Bug 840339 - Move inlined functions that depend on jsscriptinlines.h into CompileInfo-inl.h r=dvander 2013-03-04 11:00:02 -05:00
jit-test Bug 846080 - Make DecompileArgumentFromStack a bit more robust. r=bhackett 2013-03-04 15:52:38 +01:00
jsapi-tests Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
methodjit Bug 845519 - Check getType(cx) return value (also fixes rooting hazard). r=bhackett 2013-02-26 15:45:12 -08:00
perf
shell Bug 845868: Reorder js.cpp's #include list so that GCC doesn't spam Wattributes warnings about attributes being ignored on class decl-after-definition. r=Waldo 2013-03-01 16:02:21 -08:00
tests Bug 638219 - Followup to fix the output for test failures on tbpl. 2013-03-02 10:50:50 +01:00
v8
vm Bug 847093 - Scope objects should start in the tenured heap; r=bhackett 2013-03-02 14:07:28 -08:00
yarr Revert previous change to YARR (bug 824856, r=sstangl). 2013-02-21 14:52:20 -08:00
aclocal.m4 Bug 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium 2013-01-16 00:21:06 -08:00
configure.in Merge mozilla-central into build-system 2013-02-25 22:09:18 -08: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 Backout changeset 84e8e319f735 for breaking rootanalysis build. 2013-03-02 10:44:07 +01: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 844048 - Track uses of 'var arguments' within eval scripts, always make arguments objects for generators, r=luke. 2013-02-22 09:29:28 -07:00
jsanalyze.h Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo 2013-02-08 22:59:54 -08:00
jsapi.cpp Bug 836301 - Hoist some assertions, remove a bunch of no-op trap overrides, and add assertions that we've entered our policy. r=mrbkap 2013-02-25 13:54:18 -08:00
jsapi.h Bug 835719 - 0003. Rename JSAutoByteString.encode() to encodeLatin1(). r=terrence 2013-02-21 17:48:17 +08:00
jsarray.cpp Bug 845519 - Check getType(cx) return value (also fixes rooting hazard). r=bhackett 2013-02-26 15:45:12 -08:00
jsarray.h Bug 706885 - Do not store singletons in the Nursery; r=bhackett 2013-01-28 11:01:54 -08:00
jsast.tbl Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsatom.cpp Bug 840611: Fix build on BE archs (ie ppc) after bug 834242. r=terrence 2013-02-12 22:29:29 +01:00
jsatom.h Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence. 2013-01-26 07:42:20 -07: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 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence. 2013-01-18 06:48:13 -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 837751 - GC: Root CloneFunctionAtCallsite and WriteStructuredClone r=sfink 2013-02-07 08:22:28 +00:00
jscntxt.cpp Bug 844112 - GC: Fix misc build and test failures in exactly rooted shell r=sfink 2013-02-22 15:14:09 +00:00
jscntxt.h Backout changeset 84e8e319f735 for breaking rootanalysis build. 2013-03-02 10:44:07 +01:00
jscntxtinlines.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
jscompartment.cpp Bug 836301 - Assert against JSID_VOID in JSID wrapping. r=mrbkap 2013-02-25 13:54:17 -08:00
jscompartment.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
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 Bug 752578 - Use mfbt's guard object implementation rather than using our own in all the easy cases. r=Ms2ger 2012-12-27 11:20:22 -06:00
jsdate.cpp Bug 838955 (part 2) - Fix rooting hazards in jsstr.cpp identified by static analysis. r=sfink. 2013-02-07 18:13:41 -08: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 835719 - 0003. Rename JSAutoByteString.encode() to encodeLatin1(). r=terrence 2013-02-21 17:48:17 +08: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 835719 - 0003. Rename JSAutoByteString.encode() to encodeLatin1(). r=terrence 2013-02-21 17:48:17 +08:00
jsexn.h
jsfriendapi.cpp 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
jsfriendapi.h Bug 836301 - Hoist some assertions, remove a bunch of no-op trap overrides, and add assertions that we've entered our policy. r=mrbkap 2013-02-25 13:54:18 -08:00
jsfun.cpp Bug 843656 - move clone-at-callsite to the script r=bhackett 2013-02-19 10:49:33 -05:00
jsfun.h Bug 843656 - move clone-at-callsite to the script r=bhackett 2013-02-19 10:49:33 -05:00
jsfuninlines.h Bug 835719 - 0003. Rename JSAutoByteString.encode() to encodeLatin1(). r=terrence 2013-02-21 17:48:17 +08:00
jsgc.cpp 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
jsgc.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
jsgcinlines.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
jsinfer.cpp Bug 834240 - Add missing setPendingNukeTypes, r=dvander. 2013-03-01 17:08:18 -07:00
jsinfer.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
jsinferinlines.h Backout changeset 84e8e319f735 for breaking rootanalysis build. 2013-03-02 10:44:07 +01:00
jsinterp.cpp Bug 844112 - GC: Fix misc build and test failures in exactly rooted shell r=sfink 2013-02-22 15:14:09 +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 844364 - Fix bogus assertion, inverted test when compiling JSOP_EVAL, r=jandem. 2013-02-25 15:17:12 -07:00
jsiter.cpp Backout changeset 84e8e319f735 for breaking rootanalysis build. 2013-03-02 10:44:07 +01: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 bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
jslock.h
jslog2.cpp
jsmath.cpp Bug 815737 - Inline MathCache-reliant functions in IonMonkey. r=sstangl 2013-03-03 15:56:58 -08:00
jsmath.h Bug 815737 - Inline MathCache-reliant functions in IonMonkey. r=sstangl 2013-03-03 15:56:58 -08:00
jsmemorymetrics.cpp 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
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 838955 (part 2) - Fix rooting hazards in jsstr.cpp identified by static analysis. r=sfink. 2013-02-07 18:13:41 -08:00
jsnum.h Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence. 2013-01-24 20:18:34 -07:00
jsnuminlines.h
jsobj.cpp Bug 842424 - Add missing newKind, r=terrence. 2013-02-21 06:46:46 -07:00
jsobj.h Bug 845519 - Check getType(cx) return value (also fixes rooting hazard). r=bhackett 2013-02-26 15:45:12 -08:00
jsobjinlines.h Bug 843337 - No need for getAllocKind in JSObject::finalize anymore; r=jonco 2013-02-20 14:33:04 -08: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 834242 - Reduce cost of exact stack rooting during property reads, r=terrence. 2013-01-24 20:18:34 -07:00
jsonparser.h
jsopcode.cpp Bug 846080 - Make DecompileArgumentFromStack a bit more robust. r=bhackett 2013-03-04 15:52:38 +01: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 Bug 835719 - 0003. Rename JSAutoByteString.encode() to encodeLatin1(). r=terrence 2013-02-21 17:48:17 +08:00
jsprobes.h Bug 751618 - Zone renaming part 8 (r=terrence) 2013-01-27 13:51:41 -08: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 830787 - Move jsscope to vm/Shape. r=jorendroff 2013-01-26 16:03:19 +01:00
jspropertytree.cpp Bug 838643 - GC: Finalize shapes on background thread r=billm 2013-02-07 08:22:29 +00:00
jspropertytree.h Bug 823080 - Fix warning spam on MSVC. r=sphink 2012-12-22 09:16:50 +09:00
jsprototypes.h Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsproxy.cpp Bug 845201 - Pass mayThrow=true to iterate. r=mrbkap 2013-02-26 16:41:55 -08:00
jsproxy.h Bug 836301 - Hoist some assertions, remove a bunch of no-op trap overrides, and add assertions that we've entered our policy. r=mrbkap 2013-02-25 13:54:18 -08:00
jsprvtd.h Bug 835587 - Add syntax only mode to parser, r=jorendorff. 2013-02-26 08:41:57 -07:00
jspubtd.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
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 843462 (part 3) - Use a Vector to build the bytecode. r=jorendorff. 2013-02-20 21:13:28 -08:00
jsscript.h Bug 845226 - Move inlined functions into jsscriptinlines.h r=dvander 2013-02-26 16:42:43 -05:00
jsscriptinlines.h Bug 845226 - Move inlined functions into jsscriptinlines.h r=dvander 2013-02-26 16:42:43 -05:00
jsshell.msg Bug 838759 - Remove assertJit shell function. r=bhackett 2013-02-07 10:21:15 +01:00
jsstr.cpp Bug 846330 - Bail out before trying to eval scripts containing 'arguments' in Ion, r=jandem. 2013-03-04 07:21:16 -07: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 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink) 2013-02-14 15:08:15 -08: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 bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
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 Bug 804834 - Part 2: Disable for-each-in from content by default. r=waldo 2012-12-21 20:48:36 +09:00
jswatchpoint.cpp 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
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 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
jsworkers.h Bug 820583 - Use a larger script size limit when compiling off thread, r=dvander. 2013-01-08 13:42:03 -07:00
jswrapper.cpp Bug 836301 - Hoist some assertions, remove a bunch of no-op trap overrides, and add assertions that we've entered our policy. r=mrbkap 2013-02-25 13:54:18 -08:00
jswrapper.h Bug 836301 - Hoist some assertions, remove a bunch of no-op trap overrides, and add assertions that we've entered our policy. r=mrbkap 2013-02-25 13:54:18 -08:00
Makefile.in Backout changeset 84e8e319f735 for breaking rootanalysis build. 2013-03-02 10:44:07 +01:00
moz.build Bug 784841 - Part 18s: Convert /js; r=glandium 2013-02-25 12:47:22 -08:00
prmjtime.cpp
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>