gecko-dev/js/src
2012-02-27 13:18:30 -08: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 767024 - Allow dependentlibs.py to work when cross-compiling for Android on OSX. r=khuey 2012-06-22 18:33:17 +02:00
builtin 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
config Back out 6a386d638a1a (bug 746277) for packaged build bustage 2012-06-27 08:31:38 -07:00
ctypes Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
ds Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
editline Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
frontend Bug 762324: write to the current address of the bytecode, r=jorendorff 2012-06-26 13:09:41 -07:00
gc Bug 766347 - Adjust Handle<T> constructors to only accept Rooted<S> or Handle<S> where S is convertible to T. r=luke 2012-06-19 15:01:58 -07:00
gnuplot Backout changeset e6d269bc23b9 (bug 674251) to investigate Tdhtml regression on Mac. 2011-08-18 10:18:08 +02:00
jit-test Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
jsapi-tests Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff) 2012-06-20 08:57:29 -07:00
methodjit Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -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 Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
tests Bug 730873 - Implement ArrayBufferView.prototype.move (r=Waldo) 2012-02-27 13:18:30 -08:00
v8 Bug 760413 - Update in-tree V8 benchmark to v7. r=dvander 2012-06-01 13:54:54 +02:00
vm Bug 768626 - Add rooting analysis for PropertyId; r=Waldo 2012-06-26 13:42:39 -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 765808 - fix bare 'dn' typo. r=glandium 2012-06-20 13:59:23 -07:00
configure.in Bug 504735 - Passing --disable-threadsafe to JS configure enables threadsafe; r=ted 2012-06-22 16:40:34 -07: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 574130: JavaScript spread array initializers, r=jorendorff. 2012-06-06 21:53:07 -05: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 574130: JavaScript spread array initializers, r=jorendorff. 2012-06-06 21:53:07 -05:00
jsanalyze.h Bug 763950 - Fix aliased access of let variables from mjit (r=dvander) 2012-06-13 09:53:01 -07:00
jsapi.cpp Bug 755186 - add JSCompartment::global (r=jorendorff) 2012-06-20 08:57:29 -07:00
jsapi.h Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff) 2012-06-20 08:57:29 -07:00
jsarray.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
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 763755 - Support the spread operator in Reflect.parse. r=dherman 2012-06-12 20:07:46 -04:00
jsatom.cpp 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
jsatom.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
jsatom.tbl Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07: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 Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
jsbool.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsboolinlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsclass.h Bug 751377 - Introduce a new union type to use for property keys in shapes. (jsid is what's currently used, and it's unsuitable because it can also store indexes, but in the new object representation shapes will never hold indexes.) r=bhackett 2012-06-06 16:28:44 -07:00
jsclist.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsclone.cpp Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
jsclone.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jscntxt.cpp Bug 763800 - Changes GCHelperThread to work on the main thread in non-threadsafe builds and removes lots of henceforth redundant #ifdef JS_THREADSAFE's (r=billm) 2012-06-13 11:27:45 +02:00
jscntxt.h Bug 763984: Add new zeal modes to test incremental GC r=billm 2012-06-22 11:25:21 +01:00
jscntxtinlines.h Bug 755186 - add JSCompartment::global (r=jorendorff) 2012-06-20 08:57:29 -07:00
jscompartment.cpp Bug 755186 - add JSCompartment::global (r=jorendorff) 2012-06-20 08:57:29 -07:00
jscompartment.h Bug 755186 - add JSCompartment::global (r=jorendorff) 2012-06-20 08:57:29 -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 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
jsdate.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsdbgapi.cpp Bug 756864 - Avoid quadratic cost of JS_GetFramePC when the stack is deep (r=bhackett) 2012-06-23 20:46:14 -07:00
jsdbgapi.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 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
jsexn.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsfriendapi.cpp Bug 754495, part 1: add JS hooks for compartment CC scanning. r=billm 2012-06-27 08:09:24 -07:00
jsfriendapi.h Bug 754495, part 1: add JS hooks for compartment CC scanning. r=billm 2012-06-27 08:09:24 -07:00
jsfun.cpp Bug 754739 - Clean up front-end error reporting. r=jwalden. 2012-06-24 22:50:21 -07:00
jsfun.h Bug 763800 - Changes GCHelperThread to work on the main thread in non-threadsafe builds and removes lots of henceforth redundant #ifdef JS_THREADSAFE's (r=billm) 2012-06-13 11:27:45 +02: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 754495, part 1: add JS hooks for compartment CC scanning. r=billm 2012-06-27 08:09:24 -07:00
jsgc.h Bug 754495, part 1: add JS hooks for compartment CC scanning. r=billm 2012-06-27 08:09:24 -07:00
jsgcinlines.h Bug 763800 - Changes GCHelperThread to work on the main thread in non-threadsafe builds and removes lots of henceforth redundant #ifdef JS_THREADSAFE's (r=billm) 2012-06-13 11:27:45 +02:00
jshash.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jshash.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsinfer.cpp Specialize big typed arrays with singleton types, bug 762561. r=dvander 2012-06-27 07:10:50 -07:00
jsinfer.h Specialize big typed arrays with singleton types, bug 762561. r=dvander 2012-06-27 07:10:50 -07:00
jsinferinlines.h Specialize big typed arrays with singleton types, bug 762561. r=dvander 2012-06-27 07:10:50 -07:00
jsinterp.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
jsinterp.h Back out ee940e4debd0:7636c7036e2e (bug 659577) for asserting in testBug550743.js 2012-06-01 00:12:22 -07:00
jsinterpinlines.h Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
jsiter.cpp Bug 767234 - Don't invoke write barrier on generator slots (r=luke) 2012-06-22 11:24:20 -07:00
jsiter.h Bug 767234 - Don't invoke write barrier on generator slots (r=luke) 2012-06-22 11:24:20 -07: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 Bug 763800 - Changes GCHelperThread to work on the main thread in non-threadsafe builds and removes lots of henceforth redundant #ifdef JS_THREADSAFE's (r=billm) 2012-06-13 11:27:45 +02:00
jslog2.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsmath.cpp Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07: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 765297 - free up bits in String::lengthAndFlags for new string subtypes (r=njn) 2012-06-18 09:37:25 -07:00
jsnum.h Bug 765297 - free up bits in String::lengthAndFlags for new string subtypes (r=njn) 2012-06-18 09:37:25 -07:00
jsnuminlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsobj.cpp Specialize big typed arrays with singleton types, bug 762561. r=dvander 2012-06-27 07:10:50 -07:00
jsobj.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
jsobjinlines.h Bug 755186 - add JSCompartment::global (r=jorendorff) 2012-06-20 08:57:29 -07:00
json.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
json.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 Fix a NULL-to-bool conversion warning. No bug, trivial, r=themaid 2012-06-20 15:30:14 -07:00
jsopcode.h Back out ee940e4debd0:7636c7036e2e (bug 659577) for asserting in testBug550743.js 2012-06-01 00:12:22 -07:00
jsopcode.tbl Bug 574130: JavaScript spread array initializers, r=jorendorff. 2012-06-06 21:53:07 -05:00
jsopcodeinlines.h Bug 758509 (part 0) - Remove some dead things. r=luke. 2012-05-24 00:03:47 -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 757336 - Clean up probes handling in CompileScript(). r=sfink. 2012-05-22 16:50:10 -07:00
jspropertycache.cpp Bug 758509 (part 0) - Remove some dead things. r=luke. 2012-05-24 00:03:47 -07:00
jspropertycache.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jspropertycacheinlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jspropertytree.cpp Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
jspropertytree.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsproto.tbl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsproxy.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
jsproxy.h Backout bug 757667 for bustage 2012-05-23 17:14:26 -07:00
jsprvtd.h Bug 703537 - Rename Wrapper to DirectWrapper; r=bholley 2012-06-01 12:51:20 +02:00
jspubtd.h Bug 768626 - Add rooting analysis for PropertyId; r=Waldo 2012-06-26 13:42:39 -07:00
jsreflect.cpp Bug 754739 - Clean up front-end error reporting. r=jwalden. 2012-06-24 22:50:21 -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 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
jsscope.h Bug 751377 - Begin to implement [[GetOwnProperty]] for named properties in the new representation. r=bhackett 2012-05-17 11:38:25 -07:00
jsscopeinlines.h Bug 761391 - Add some more exact stack rooters; r=bhackett 2012-06-05 16:52:41 -07:00
jsscript.cpp Bug 754739 - Clean up front-end error reporting. r=jwalden. 2012-06-24 22:50:21 -07:00
jsscript.h Bug 766821 - Clear dead wood from Bindings. r=luke. 2012-06-20 19:14:35 -07:00
jsscriptinlines.h Bug 766821 - Clear dead wood from Bindings. r=luke. 2012-06-20 19:14:35 -07:00
jsshell.msg Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsstr.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
jsstr.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsstrinlines.h Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
jstypedarray.cpp Bug 730873 - Implement ArrayBufferView.prototype.move (r=Waldo) 2012-02-27 13:18:30 -08:00
jstypedarray.h Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
jstypedarrayinlines.h Back out d861452b261c (bug 734215) and 784b7a971022 (bug 730873) because of build failure 2012-06-27 16:53:17 -07:00
jstypes.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsutil.cpp Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted 2012-06-07 14:41:11 -07:00
jsutil.h Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted 2012-06-07 14:41:11 -07:00
jsval.h Back out ee940e4debd0:7636c7036e2e (bug 659577) for asserting in testBug550743.js 2012-06-01 00:12:22 -07: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 Rename RootedVar to Rooted, bug 756823. r=billm 2012-05-24 16:05:18 -07:00
jswatchpoint.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsweakmap.cpp Bug 761457 - Change the signature of NonGenericMethodGuard to be more idiomatic and less confusing. r=luke 2012-06-01 23:39:09 -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 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
jswrapper.h Bug 751995 - Handle orphaned wrappers. r=peterv 2012-06-04 10:13:18 +02:00
jsxml.cpp Bug 754739 - Clean up front-end error reporting. r=jwalden. 2012-06-24 22:50:21 -07:00
jsxml.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 721284 - GMail broken on Windows builds with JS PGO enabled. r=dmandelin 2012-05-31 15:48:30 +09:00
MemoryMetrics.cpp Bug 711130 (part 6) - Improve the measurement of decommitted GC memory. r=terrence. 2012-06-25 17:09:00 -07:00
prmjtime.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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>