gecko-dev/js/src
Boris Zbarsky ba4d64877b Merging in bug 453432 2008-11-26 16:54:54 -05:00
..
build Bug 462356 - Build fails on mac in js/src/configure.in with error: Library requirements (glib-2.0 >= 1.3.7 gobject-2.0) not met; glib part; r=ted.mielczarek 2008-11-02 18:40:57 +01:00
config bug 463036: version/config bumps for Firefox 3.1b2. r=anodelman CLOSED TREE 2008-11-25 14:59:40 -05:00
correct Add check to make sure bug 452008 remains fixed. 2008-09-15 19:36:03 -04:00
editline
liveconnect Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
nanojit Merge. 2008-11-17 16:29:40 -08:00
ref-config Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan 2008-11-10 12:55:46 -08:00
t Add back t/crypto-sha1.js, which magically disappeared at the hands of the nanojit2 patch. 2008-10-13 14:15:23 -07:00
v8
vprof
xpconnect Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
Makefile.in Backing out bug 463339 due to Mac build failure 2008-11-19 14:52:16 +13:00
Makefile.ref Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan 2008-11-10 12:55:46 -08:00
README.html
SpiderMonkey.rsp
Y.js
aclocal.m4 Bug 462356 - Build fails on mac in js/src/configure.in with error: Library requirements (glib-2.0 >= 1.3.7 gobject-2.0) not met; glib part; r=ted.mielczarek 2008-11-02 18:40:57 +01:00
bench.sh Use a single instance of the shell to run the quick benchmark. 2008-10-12 15:58:34 -07:00
builtins.tbl Fix tracing of JSOP_IN (465241, r=danderson). 2008-11-16 22:13:13 -08:00
call.js
config.mk Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan 2008-11-10 12:55:46 -08:00
configure.in Bug 464127 - Don't use -Os with Intel C/C++ compilers r=ted.mielczarek 2008-11-14 14:15:02 -08:00
correct.sh Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
dtoa.c Bug 459606 - Restore long-standing mozilla change to return a non-empty string for the no_digits case. r=crowder 2008-10-13 15:47:36 -07:00
if.js
javascript-trace.d
jitstats.tbl Implemented multiple type specialized trees per entry point (bug 450833, r=gal) 2008-10-27 20:42:49 -07:00
js-config.h.in Bug 97954: Record configuration details in an installable header. r=bsmedberg 2008-10-29 08:29:37 -07:00
js-config.in Bug 97954: Allow SpiderMonkey to be built on its own, or as part of Mozilla. 2008-10-29 08:29:22 -07:00
js.cpp Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
js.mdp
js.msg
js3240.rc
jsOS240.def
jsapi.cpp Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
jsapi.h Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
jsarena.cpp
jsarena.h
jsarray.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsarray.h Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
jsatom.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsatom.h Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsbit.h
jsbool.cpp Bug 460333. Implement toJSON for primitive wrapper classes. r=crowder 2008-10-17 14:57:34 -04:00
jsbool.h
jsbuiltins.cpp Merge. 2008-11-17 16:29:40 -08:00
jsbuiltins.h Merge. 2008-11-17 16:29:40 -08:00
jsclist.h
jscntxt.cpp Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
jscntxt.h Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
jscompat.h
jsconfig.mk Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan 2008-11-10 12:55:46 -08:00
jscpucfg.cpp
jscpucfg.h
jsdate.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsdate.h Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
jsdbgapi.cpp
jsdbgapi.h
jsdhash.cpp
jsdhash.h
jsdtoa.cpp Bug 461192: Drop fd_ prefix from math functions. r=jorendorff 2008-10-22 14:52:14 -07:00
jsdtoa.h
jsdtracef.c Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
jsdtracef.h
jsemit.cpp Bug 443071 - Assertion failure with "for (;;[]=[])" (r=mrbkap). 2008-11-07 14:01:11 -08:00
jsemit.h Bug 441479 - for-in loops should use one backward branch (with downward goto on entry; r=mrbkap). 2008-10-22 12:47:51 -07:00
jsexn.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsexn.h
jsfile.cpp
jsfile.h
jsfile.msg
jsfun.cpp Bug 465705 - There must always be at least one source note. r=brendan a=sayrer 2008-11-21 12:03:58 -08:00
jsfun.h Perform Function.apply in the interpreter loop bypassing js_Invoke (462265, r=brendan). 2008-10-29 23:59:19 -07:00
jsgc.cpp Bug 453432 - Checking for MaybeGC conditions when allocating GC things. 2008-11-26 18:09:24 +01:00
jsgc.h bug 378918 - scalable thread-local GC free lists 2008-09-25 15:27:59 +02:00
jshash.cpp
jshash.h
jsify.pl
jsinterp.cpp Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
jsinterp.h bug 452913 - fixing sprop management, r=brendan, a.9.1b2=sayer 2008-11-17 13:59:39 +01:00
jsinvoke.cpp
jsiter.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsiter.h Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h Bug 461192: Rename fd_copysign to js_copysign. r=jorendorff 2008-10-22 14:52:14 -07:00
jslock.cpp bug 453889: Correct prbool misuse in spidermonkey 2008-09-08 13:41:09 -07:00
jslock.h
jslocko.asm
jslog2.cpp
jslong.cpp
jslong.h
jsmath.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsmath.h
jsnum.cpp Merge. 2008-10-23 14:47:00 -07:00
jsnum.h Bug 459266 - TM: Allow CALLINFO macros to specify linkage. r=brendan. 2008-10-16 14:24:10 -05:00
jsobj.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsobj.h Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
json.cpp Bug 463715 - Be less wasteful when emitting escapes. r=sayrer 2008-11-11 15:09:20 -08:00
json.h Bug 462778. Fix JSON top crash. r=brendan 2008-11-07 18:10:39 -05:00
jsopcode.cpp bug 457521, r=brendan a191=blocking 2008-11-26 10:16:48 -08:00
jsopcode.h Re-land patch for bug 458851 now that latent bug it uncovered (not filed; see hg log) is fixed. 2008-10-28 14:04:29 -07:00
jsopcode.tbl Implement ordered comparison for objects (465133, r=brendan). 2008-11-15 23:19:46 -08:00
jsoplengen.cpp
jsotypes.h
jsparse.cpp Emit JSOP_APPLY for .call(...) (462445, r=brendan). 2008-10-30 16:01:53 -07:00
jsparse.h Bug 443074 - Incorrect decompilation (missing parens) with genexp in for-loop-condition (r=jorendorff). 2008-10-14 16:13:56 -07:00
jsprf.cpp
jsprf.h
jsproto.tbl Bug 408838. Native JSON. r/sr=shaver 2008-10-06 16:54:12 -04:00
jsprvtd.h Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
jspubtd.h Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
jsregexp.cpp Backed out changeset 2601301b793d 2008-11-16 16:50:19 -08:00
jsregexp.h Backed out changeset dbb2a6559cf5 2008-11-10 12:49:56 -08:00
jsreops.tbl
jsscan.cpp Bug 462778. Fix JSON top crash. r=brendan 2008-11-07 18:10:39 -05:00
jsscan.h Bug 462778. Fix JSON top crash. r=brendan 2008-11-07 18:10:39 -05:00
jsscope.cpp bug 452913 - fixing sprop management, r=brendan, a.9.1b2=sayer 2008-11-17 13:59:39 +01:00
jsscope.h bug 452913 - fixing sprop management, r=brendan, a.9.1b2=sayer 2008-11-17 13:59:39 +01:00
jsscript.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsscript.h Bug 465220 - nested imacro abort not cleanly handled (botches assertions) (r=mrbkap, a=beltzner). 2008-11-17 16:56:01 -08:00
jsshell.msg
jsstaticcheck.h bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor 2008-09-08 10:51:10 -07:00
jsstddef.h
jsstr.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsstr.h Bug 458735 - Improve internal API for traceable natives (r=brendan, nanojit r=edwsmith) 2008-10-08 17:08:33 -05:00
jstracer.cpp Fix CALLPROP not guarding that the callee is not NULL (bug 465580, r=gal). 2008-11-19 20:41:45 -08:00
jstracer.h Merge. 2008-11-17 16:29:40 -08:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
jsxdrapi.cpp bug 453889: Correct prbool misuse in spidermonkey 2008-09-08 13:41:09 -07:00
jsxdrapi.h Bump XDR version, followup from changeset bd981b7737da (r=gal). 2008-10-29 15:36:30 -07:00
jsxml.cpp Bug 456511 - (imacros) TM: Make conversion work on arbitrary JSObjects (r=gal). 2008-11-13 00:30:20 -08:00
jsxml.h
lock_SunOS.s
mandelbrot-results.js Adding mandelbrot to trace-test 2008-10-02 19:30:46 -04:00
math-partial-sums.js
md5.js
perfect.js
plify_jsdhash.sed
prmjtime.cpp Backed out changeset 82af7163534f 2008-10-14 16:48:40 -04:30
prmjtime.h
resource.h
rules.mk Bug 462004: Use automatic variables in make rules, to allow VPATH to work. r=ted.mielczarek 2008-11-11 16:54:20 -08:00
time.sh
trace-test.js Fix CALLPROP not guarding that the callee is not NULL (bug 465580, r=gal). 2008-11-19 20:41:45 -08:00
trace.js
win32.order

README.html

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   - 
   - The Original Code is Mozilla Communicator client code, released
   - March 31, 1998.
   - 
   - The Initial Developer of the Original Code is
   - Netscape Communications Corporation.
   - Portions created by the Initial Developer are Copyright (C) 1998-1999
   - the Initial Developer. All Rights Reserved.
   - 
   - Contributor(s):
   - 
   - Alternatively, the contents of this file may be used under the terms of
   - either of the GNU General Public License Version 2 or later (the "GPL"),
   - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the GPL or the LGPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
<!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>