gecko/js/src
2009-08-12 13:01:34 -07:00
..
analysis-tests Bug 491988 - do JS_REQUIRES_STACK analysis on function pointers, r=jorendorff+dmandelin 2009-06-25 15:12:19 -04:00
build Bug 475654: Allow workaround for NSPR installations with no nspr-config script. a=wes, r=jimb 2009-07-28 13:18:50 -07:00
config Sync js/src/config files with change from changeset a1a1591eee2a / Bug 402892 "Switch from gnome-vfs to GIO" (add gio/gio.h to system-headers) - to fix unit test bustage. 2009-08-26 08:17:16 +01:00
correct
editline
jsapi-tests Objects of different JSClass can share scopes (505523, r=jorendorff). 2009-08-25 20:17:11 -07:00
lirasm lirasm - Rename a parameter, as graydon requested in review for bug 505249. 2009-07-27 16:38:39 -05:00
nanojit Make branchStateMap, patches, and labels fields of the Assembler (513884, r=rreitmai). 2009-09-01 15:27:34 -07:00
ref-config
shell Bug 508685 - Remove last parameter of defineProperty op. r=brendan. 2009-08-26 14:28:36 -07:00
t
trace-test Fixed trace-test.py -x option (bug 514022, r=dmandelin). 2009-09-01 15:06:02 -07:00
tracevis Added trace tree visualizer (bug 506714, r=gal). 2009-08-19 16:11:59 -07:00
v8
vprof Bug 510451 Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal 2009-08-14 18:07:28 +08:00
xpconnect bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
aclocal.m4
bench.sh Add an argument to bench.sh that selects which shell to test (no bug). 2009-07-03 22:26:27 -07:00
builtins.tbl Bug 453730: trace JSOP_ARGUMENTS, r=gal 2009-07-08 11:16:41 -07:00
call.js
config.mk Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org 2009-06-30 15:55:16 -07:00
configure.in Merge mozilla-central to tracemonkey. 2009-08-27 13:20:24 -07:00
correct.sh Bug 504474 JS_ValueToBoolean is void 2009-07-22 17:31:04 -05:00
dtoa.c
if.js
imacro_asm.js.in
imacros.c.out Bug 507180 - Fix imacros (r=waldo) 2009-08-19 09:06:22 -07:00
imacros.jsasm Bug 507180 - Fix imacros (r=waldo) 2009-08-19 09:06:22 -07:00
javascript-trace.d
jitstats.tbl Relax the testTableSwitch2 test for non-x86 platforms which don't use ::tableswitch() in jstracer.cpp. (510193, r=jorendorff) (with minor orangeness fix by jorendorff, r=shaver) 2009-08-13 15:03:48 -05:00
js-config.h.in
js-config.in
js.mdp
js.msg Bug 509510: Make Object.getPrototypeOf reject primitives, not coerce them. r=mrbkap 2009-08-17 14:54:52 -07:00
jsapi.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsapi.h Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jsarena.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsarena.h
jsarray.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsarray.h bug 495061 - js_PutArgsObject and js_PutCallObject that never fail. r=brendan 2009-08-14 20:43:16 +02:00
jsatom.cpp Inline GetUnitString fast path (513373, r=sayrer). 2009-08-28 16:30:41 -07:00
jsatom.h Make js_ValueToString inline (503669, r=jwalden). 2009-07-13 14:55:04 -07:00
jsatominlines.h Bug 503992 - js_Int32ToId doesn't return the right id when passed a negative integer which doesn't fit in a jsval. Also change how 'in' is interpreted on trace so that we don't side-exit when the named property exists directly on the object. ALL HAIL TESTCASES! r=jorendorff 2009-07-15 02:48:49 -07:00
jsbit.h Bug 452912 - Optimize Windows x64 build for javascript engine. r=dvander 2009-07-28 19:47:34 +09:00
jsbool.cpp Bug 503952 - Use JSTempVector in jsstr.cpp (r=waldo) 2009-08-14 16:10:59 -07:00
jsbool.h Bug 503952 - Use JSTempVector in jsstr.cpp (r=waldo) 2009-08-14 16:10:59 -07:00
jsbuiltins.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsbuiltins.h Fixed all ARGSIZE_LO usages to be ARGSIZE_P or ARGSIZE_I (bug 513790, r=jorendorff). 2009-08-31 16:06:24 -07:00
jsclist.h
jscntxt.cpp Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jscntxt.h Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jscompat.h
jsconfig.mk Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org 2009-06-30 15:55:16 -07:00
jscpucfg.cpp
jscpucfg.h
jsdate.cpp Bug 430930 - Extend Date.parse to cover ISO 8601 formats, r=graydon. 2009-08-26 18:13:48 -07:00
jsdate.h Bug 506982 - Fix up jstracer style. r=Waldo. 2009-07-29 11:58:19 -05:00
jsdbgapi.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsdbgapi.h Bug 497999: collect context-specific TraceVis data in JS objects, r=jorendorff 2009-07-30 11:48:02 -07:00
jsdhash.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsdhash.h
jsdtoa.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsdtoa.h
jsdtracef.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsdtracef.h b=403345; dtrace probes get wrong function name, filename, and line number info when native methods are involved; r=brendan 2009-06-17 13:50:03 -07:00
jsemit.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsemit.h
jsexn.cpp Removed JSStackFrame::callee (bug 512029, r=brendan). 2009-08-24 17:09:44 -07:00
jsexn.h
jsfile.cpp Bug 505838 JS_GetStringBytes(JS_ValueToString(...)..) is a bad pattern 2009-08-12 11:49:53 +02:00
jsfile.h
jsfile.msg
jsfun.cpp Bug 510642: traverse scope chain correctly for traced JSOP_BINDNAME, r=jimb 2009-08-27 15:07:46 -07:00
jsfun.h Bug 510642: traverse scope chain correctly for traced JSOP_BINDNAME, r=jimb 2009-08-27 15:07:46 -07:00
jsgc.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsgc.h Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jshash.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jshash.h Hide C++ from C includers. 2009-07-16 13:33:46 -07:00
jsify.pl
jsinterp.cpp Inline GetUnitString fast path (513373, r=sayrer). 2009-08-28 16:30:41 -07:00
jsinterp.h Removed JSStackFrame::xmlNamespace (bug 512389, r=brendan). 2009-08-25 12:07:45 -07:00
jsinttypes.h Bug 506821: clean up trailing whitespace, r=brendan 2009-07-27 18:40:12 -07:00
jsinvoke.cpp
jsiter.cpp Removed JSStackFrame::xmlNamespace (bug 512389, r=brendan). 2009-08-25 12:07:45 -07:00
jsiter.h
jskeyword.tbl
jskwgen.cpp
jslibmath.h Bug 508760 - Remove MSVC6 support from the tree; (Ev1) js/src/*; r=graydon 2009-08-18 19:24:45 +02:00
jslock.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jslock.h bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Merge mozilla-central to tracemonkey. 2009-08-20 18:02:17 -04:00
jsmath.h Specialize math functions to integer arithmetic where appropriate (511307, r=dvander). 2009-08-19 15:31:10 -07:00
jsnum.cpp Inline js_DoubleToInteger (513436, r=sayrer). 2009-08-29 02:36:45 -07:00
jsnum.h Bug 513208 - Tracemonkey build failed on solairs at jsnum.h. r=gal. Remove the space after copysign 2009-08-31 12:05:27 +08:00
jsobj.cpp bug 511425 - followup to fix bogus assert 2009-08-30 22:07:19 +04:00
jsobj.h Backout bug 512617. 2009-08-29 18:46:27 -07:00
json.cpp Bug 508685 - Remove last parameter of defineProperty op. r=brendan. 2009-08-26 14:28:36 -07:00
json.h Bug 503952 - Use JSTempVector in jsstr.cpp (r=waldo) 2009-08-14 16:10:59 -07:00
jsopcode.cpp Bug 419743 - Add JSOP_CONCATN (r=waldo) 2009-08-18 15:43:17 -07:00
jsopcode.h
jsopcode.tbl Bug 419743 - Add JSOP_CONCATN (r=waldo) 2009-08-18 15:43:17 -07:00
jsoplengen.cpp
jsops.cpp Inline GetUnitString fast path (513373, r=sayrer). 2009-08-28 16:30:41 -07:00
jsotypes.h Avoid bit twiddling on double values (513063, r=brendan). 2009-08-27 13:59:19 -07:00
jsparse.cpp Avoid bit twiddling on double values (513063, r=brendan). 2009-08-27 13:59:19 -07:00
jsparse.h Bug 503952 - Use JSTempVector in scanner/parser; remove JSStringBuffer (r=brendan) 2009-08-14 16:10:59 -07:00
jsprf.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsprf.h
jsproto.tbl
jsprvtd.h bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jspubtd.h When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsregexp.cpp Load state after spilling or we might clobber a callee-saved register (513878, r=dvander). 2009-09-01 15:30:19 -07:00
jsregexp.h bug 509143 - js_CloneRegExp is missing a call to js_SetLastIndex. r=mrbkap 2009-08-22 19:59:55 +03:00
jsreops.tbl
jsscan.cpp Bug 510895 comment #3 - Indentation nit, follow-up to changeset eb6e2f20bbde. 2009-08-25 14:11:21 -07:00
jsscan.h Bug 503952 - Use JSTempVector in scanner/parser; remove JSStringBuffer (r=brendan) 2009-08-14 16:10:59 -07:00
jsscope.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsscope.h Backed out changeset e09130fcb013 2009-07-28 18:51:35 -04:00
jsscript.cpp Don't flush the code cache every time we GC (506117, r=brendan). 2009-08-17 14:50:57 -07:00
jsscript.h bug 493457 - uniform access to private slots. r=mrbkap, sr=jwalden 2009-08-04 23:06:55 +02:00
jsshell.msg
jsstack.js Bug 491988 - do JS_REQUIRES_STACK analysis on function pointers, r=jorendorff+dmandelin 2009-06-25 15:12:19 -04:00
jsstaticcheck.h
jsstdint.h Bug 506821: clean up trailing whitespace, r=brendan 2009-07-27 18:40:12 -07:00
jsstr.cpp Bug 460904 - refactor jsstr regexp ops (r=waldo) 2009-08-12 13:01:34 -07:00
jsstr.h Bug 460904 - refactor jsstr regexp ops (r=waldo) 2009-08-12 13:01:34 -07:00
jsstrinlines.h Fast path for is/is not space character classification (513379, r=sayrer). 2009-08-29 02:17:10 -07:00
jstask.cpp Bug 506880 - Deadlock on exit in threadsafe shell. r=gal. 2009-07-28 04:39:40 -05:00
jstask.h When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jstracer.cpp Load state after spilling or we might clobber a callee-saved register (513878, r=dvander). 2009-09-01 15:30:19 -07:00
jstracer.h Bug 512596 - TM: improve TMFLAGS=help message. r=jseward. 2009-09-01 10:08:46 +10:00
jstypes.h Backed out changeset e09130fcb013 2009-07-28 18:51:35 -04:00
jsutil.cpp When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo). 2009-07-27 21:10:12 -07:00
jsutil.h Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jsvector.h Use JS_CEILING_LOG2W in JSTempVector (r=waldo) 2009-08-25 12:09:20 -07:00
jsversion.h Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan. 2009-08-13 16:18:33 -05:00
jswince.asm
jsxdrapi.cpp Bug 507458 - clear the waters a bit regarding JSVAL_BOOLEAN 2009-08-12 16:39:23 -07:00
jsxdrapi.h Try to fix bustage by revving XDR number. 2009-08-19 14:23:43 -04:00
jsxml.cpp bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jsxml.h Bug 503952 - Replace JSStringBuffer with JSTempVector in jsxml (r=brendan) 2009-08-14 16:10:58 -07:00
lock_SunOS.s
Makefile.in Merge mozilla-central to tracemonkey. 2009-08-26 13:09:40 -07:00
Makefile.ref Bug 502953 - Followup patch to remove residual makefile entries, r=dvander. 2009-07-09 13:33:16 -07:00
math-partial-sums.js
md5.js
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 506821: clean up trailing whitespace, r=brendan 2009-07-27 18:40:12 -07:00
prmjtime.h
README.html
resource.h Bug 506821: clean up trailing whitespace, r=brendan 2009-07-27 18:40:12 -07:00
rules.mk
SpiderMonkey.rsp Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org 2009-06-30 15:55:16 -07:00
time.sh
Y.js

<!-- ***** 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>