gecko/js/src
2011-06-27 15:00:17 -07:00
..
analysis-tests
assembler Followup fix for merge, fix ifdef directive. 2011-06-06 09:58:15 -07:00
build Backed out changeset dd46aab5d8aa 2011-06-24 10:14:24 -07:00
config Merge b-s to m-c. 2011-06-28 08:54:26 -07:00
ctypes Merge mozilla-central to tracemonkey. 2011-06-06 09:41:22 -07:00
editline
frontend Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
gnuplot Bug 655175 - Add entrance and exit time to GCTimer. r=igor 2011-05-06 13:59:37 -07:00
jit-test Bug 666094 - InitJitFrameLatePrologue should do a better modeling generatePrologue (r=dvander) 2011-06-24 16:11:21 -07:00
jsapi-tests Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
lirasm
methodjit Bug 666094 - InitJitFrameLatePrologue should do a better modeling generatePrologue (r=dvander) 2011-06-24 16:11:21 -07:00
metrics bug 666091 - custom file for GCTIMER output. r=anygregor 2011-06-22 14:33:39 +02:00
mfbt Followup for bug 649576 GCC 4.3.3 warning. 2011-06-25 16:35:56 -07:00
nanojit Bug 634711: add BitSet::resetAndAlloc(). r=pbiggar. 2011-05-25 19:46:02 -07:00
perf
shell Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
t
tests Merge mozilla-central and tracemonkey. 2011-06-27 11:07:22 -07:00
tracejit Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
tracevis
v8 Bug 506774 - Update our copy of the v8 benchmark to v8-v6. rs=jwalden 2011-04-19 10:17:06 +02:00
v8-dtoa
vm Bug 666094 - InitJitFrameLatePrologue should do a better modeling generatePrologue (r=dvander) 2011-06-24 16:11:21 -07:00
vprof Bug 656017 - Re-remove WinCE ifdef from js/src/vprof/vprof.cpp (was incorrectly added by bug 644900). r=jorendorff. 2011-05-23 21:13:06 -07:00
xpconnect Merge mozilla-central and tracemonkey. 2011-06-27 11:07:22 -07:00
yarr Bug 653672: fix regexp offset handling, r=cdleary 2011-06-20 13:31:24 -07:00
aclocal.m4
configure.in Bug 665969: Make C4553 fatal. r=ted 2011-06-24 07:22:35 -07:00
dtoa.c
find-child.py Backout changeset 5fe20ec0229c (bug 15529) because it breaks jsreftests 2011-06-21 18:52:32 -04:00
imacro_asm.py
imacros.jsasm Bug 660438 - Update tracer for changed [[DefaultValue]] semantics to fall back for not-callable, not for not-primitive. r=luke 2011-05-31 11:10:19 -07:00
javascript-trace.d
jitstats.tbl
js-config.h.in
js-config.in Backout changeset 5fe20ec0229c (bug 15529) because it breaks jsreftests 2011-06-21 18:52:32 -04:00
js.msg Bug 665835 - Remove JSOPTION_ANONFUNFIX. r=cdleary 2011-06-21 09:53:19 -07:00
jsalloc.cpp Bug 660734, part 1 - s/ContextAllocPolicy/TempAllocPolicy/ since it doesn't call cx->malloc_ (r=igor) 2011-06-17 10:11:33 -07:00
jsalloc.h Bug 660734, part 1 - s/ContextAllocPolicy/TempAllocPolicy/ since it doesn't call cx->malloc_ (r=igor) 2011-06-17 10:11:33 -07:00
jsanalyze.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsanalyze.h
jsapi.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsapi.h Bug 665835 - Remove JSOPTION_ANONFUNFIX. r=cdleary 2011-06-21 09:53:19 -07:00
jsarena.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsarena.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsarray.cpp Merge mozilla central and tracemonkey. 2011-06-20 16:49:20 -07:00
jsarray.h Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jsast.tbl
jsatom.cpp Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsatom.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsatominlines.h Bug 654301: Better interned string API, take 2. (r=Waldo) 2011-05-17 12:15:12 -07:00
jsbit.h
jsbool.cpp Bug 654685: Remove Boolean.prototype.toJSON r=pbiggar 2011-05-07 22:34:44 +02:00
jsbool.h Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jsbuiltins.cpp Bug 576175 - TM: rename js_Unbox{Double,Int32}. r=luke. 2011-05-19 17:02:46 -07:00
jsbuiltins.h Bug 576175 - TM: rename js_Unbox{Double,Int32}. r=luke. 2011-05-19 17:02:46 -07:00
jscell.h Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jsclist.h
jsclone.cpp Bug 664577 - Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap 2011-06-16 15:46:39 -04:00
jsclone.h Bug 613066: Update structured clone algorithm to the latest spec. r=jorendorff 2011-06-16 11:22:37 -07:00
jscntxt.cpp Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jscntxt.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jscntxtinlines.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jscompartment.cpp Bug 665404 - Create JaegerCompartments lazily. r=luke. 2011-06-22 09:16:23 +10:00
jscompartment.h Bug 665404 - Create JaegerCompartments lazily. r=luke. 2011-06-22 09:16:23 +10:00
jscompat.h Bug 470791 - Remove all users of the long-obsolete JSLL_* macros. r=jimb 2011-06-09 01:13:03 -07:00
jscpucfg.cpp
jscpucfg.h
jsdate.cpp Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
jsdate.h
jsdbgapi.cpp Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsdbgapi.h Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdbgapiinlines.h
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsemit.cpp Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsemit.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsexn.cpp Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsexn.h
jsfriendapi.cpp
jsfriendapi.h
jsfun.cpp Bug 666587: revert accidentally changed control flow in fun_getProperty, r=jwalden 2011-06-24 14:26:00 -07:00
jsfun.h Merge mozilla central and tracemonkey. 2011-06-20 16:49:20 -07:00
jsfuninlines.h
jsgc.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsgc.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsgcchunk.cpp
jsgcchunk.h
jsgcinlines.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsgcmark.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsgcmark.h Bug 616666 - Use explicit stack for GC marking (r=gal) 2011-04-15 16:56:08 -07:00
jsgcstats.cpp bug 666091 - custom file for GCTIMER output. r=anygregor 2011-06-22 14:33:39 +02:00
jsgcstats.h bug 666091 - custom file for GCTIMER output. r=anygregor 2011-06-22 14:33:39 +02:00
jshash.cpp
jshash.h
jshashtable.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jshotloop.h
jsinterp.cpp Bug 666003 - Set 'script' after pushing inline frame in JSOP_CALL (r=waldo) 2011-06-21 17:44:50 -07:00
jsinterp.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsinterpinlines.h Bug 664252 - Turn lemons (LLVM-only build bustage) into lemonade (rewrite JSOP_CALL/EVAL/NEW to have less goto madness) (r=waldo) 2011-06-14 16:36:13 -07:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp Bug 587268 - Consolidate duplicate properties during enumeration of objects with custom enumeration behavior. r=dmandelin 2011-06-21 16:52:25 -07:00
jsiter.h Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
jslock.cpp Bug 654873 - ARM target (gcc 4.5.2 or later) should use built-in atomic function instead of arm-kuser. r=gal 2011-05-08 00:47:13 +09:00
jslock.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jslocko.asm
jslog2.cpp
jsmath.cpp Bug 470791 - Remove all users of the long-obsolete JSLL_* macros. r=jimb 2011-06-09 01:13:03 -07:00
jsmath.h
jsnativestack.cpp Bug 634609 - Include pthread_np.h on OpenBSD too for pthread_stackseg_np(). r=gal 2011-04-20 22:27:22 +02:00
jsnativestack.h
jsnum.cpp Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jsnum.h bug 664677 - initializing number and script state when creating the runtime. r=anygregor 2011-06-16 11:42:35 +02:00
jsnuminlines.h Bug 663245 - Reduce exposure of jsbool.h, jsiter.h, and jsstr.h outside the JS engine to ding compile time less when they're touched. r=jimb 2011-06-10 11:44:16 -07:00
jsobj.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsobj.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsobjinlines.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
json.cpp Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
json.h Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
jsonparser.cpp Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
jsonparser.h Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
jsopcode.cpp Bug 666292 - The decompiler does not deserve to use FrameRegsIter (it temporarily clobbers script->code) (r=waldo) 2011-06-23 16:41:59 -07:00
jsopcode.h Bug 637393 - Add an option to count number of executions of each JSOp, broken down by "run mode" (method JIT/trace JIT/interpreter) 2011-05-10 11:26:39 -07:00
jsopcode.tbl Bug 660438 - Update tracer for changed [[DefaultValue]] semantics to fall back for not-callable, not for not-primitive. r=luke 2011-05-31 11:10:19 -07:00
jsopcodeinlines.h
jsoplengen.cpp
jsotypes.h Bug 666052: Remove unused NSPR defines for events, hashtables and arenas (r=luke) 2011-06-23 13:27:04 -07:00
jsparse.cpp Style patrol followup to bug 665835. r=consistency 2011-06-24 14:36:13 -07:00
jsparse.h Style patrol followup to bug 665835. r=consistency 2011-06-24 14:36:13 -07:00
jsprf.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsprf.h Bug 666788: Remove JS_sscanf declaration, for which there is no definition (r=cdleary) 2011-06-24 16:12:40 -07:00
jsprobes.cpp
jsprobes.h
jspropertycache.cpp Backed out changeset 0c6254cb818d (bug 652593) due to PROCESS-CRASH orange in M(oth). 2011-05-09 09:50:36 -07:00
jspropertycache.h
jspropertycacheinlines.h
jspropertytree.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jspropertytree.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsproto.tbl
jsproxy.cpp Bug 664951 - Weaken CallJSNativeConstructor again (r=waldo) 2011-06-17 16:51:52 -07:00
jsproxy.h
jsprvtd.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jspubtd.h bug 658510 - eliminating JSCOMPARTMENT_NEW and associated compartment initialization race. r=mrbkap 2011-05-22 12:09:28 +02:00
jsreflect.cpp Bug 632030 - Reflect.parse handling of duplicate var declarations (r=jorendorff) 2011-06-23 12:31:40 -04:00
jsreflect.h
jsregexp.cpp Bug 625600: Update Yarr import to WebKit rev 86639, r=cdleary,dvander 2011-05-12 18:39:47 -07:00
jsregexp.h Backed out changeset c8ba5bd72b0c, we have too many test harnesses and I forgot to run one. r=tree-decorator 2011-04-21 16:29:54 -04:00
jsregexpinlines.h Bug 665404 - Create JaegerCompartments lazily. r=luke. 2011-06-22 09:16:23 +10:00
jsreops.tbl
jsscan.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsscan.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsscope.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsscope.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsscopeinlines.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsscript.cpp Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsscript.h Bug 662962 - Silence the clang warnings issued because of alignment requirements increase when compiling jsscript.h; r=Waldo 2011-06-17 15:59:47 -04:00
jsscriptinlines.h Bug 656490 - Fix direct-eval assert (r=dmandelin) 2011-05-26 17:23:21 -07:00
jsshell.msg
jsstack.js
jsstaticcheck.h
jsstdint.h
jsstr.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsstr.h Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jsstrinlines.h Bug 665189 - hoist JSString and family into vm/String{.h, -inl.h, .cpp} (r=njn) 2011-06-20 11:44:20 -07:00
jstl.h POD trait for |long long| family, attempt to rambo Winx64 back to life. (rs=luke) 2011-06-27 15:00:17 -07:00
jstracer.cpp Bug 661068 - Create TraceMonitors lazily. r=luke. 2011-06-21 12:47:04 +10:00
jstracer.h Bug 657198 - improving unreachable GC things detection in traces. r=gal 2011-05-31 10:01:09 +02:00
jstypedarray.cpp Bug 664577 - Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap 2011-06-16 15:46:39 -04:00
jstypedarray.h Bug 664577 - Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap 2011-06-16 15:46:39 -04:00
jstypedarrayinlines.h Bug 664577 - Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap 2011-06-16 15:46:39 -04:00
jstypes.h
jsutil.cpp
jsutil.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsval.h Bug 662086: Convert recently-added comment in jsval.h to be C-style, to fix build warning. r=mrbkap DONTBUILD 2011-06-11 17:28:48 -07:00
jsvalue.h Merge mozilla-central to tracemonkey. (CLOSED TREE) 2011-05-02 10:55:34 -07:00
jsvector.h Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
jsversion.h Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
jsweakmap.cpp Bug 655368: Use Spidermonkey delete methods, r=gal 2011-05-24 15:05:55 -07:00
jsweakmap.h No else after return. 2011-06-14 19:32:33 -07:00
jswin.h
jswrapper.cpp Bug 662114 - Don't use DummyFrameGuard directly to avoid Windows DLL-linkage warnings. r=luke 2011-06-07 19:43:18 -04:00
jswrapper.h Bug 662114 - Don't use DummyFrameGuard directly to avoid Windows DLL-linkage warnings. r=luke 2011-06-07 19:43:18 -04:00
jsxdrapi.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsxdrapi.h Bug 660438 - Update tracer for changed [[DefaultValue]] semantics to fall back for not-callable, not for not-primitive. r=luke 2011-05-31 11:10:19 -07:00
jsxml.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
jsxml.h Backed out changeset c8ba5bd72b0c, we have too many test harnesses and I forgot to run one. r=tree-decorator 2011-04-21 16:29:54 -04:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 649576: Extricate JSHashTable from JSAtomList death grip. (r=luke) 2011-06-24 14:22:30 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2011-05-25 20:32:19 -07:00
prmjtime.cpp Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
prmjtime.h Bug 665247 - Remove unused metering code (r=igor) 2011-06-21 10:26:22 -07:00
README.html
resource.h
sharkctl.cpp
sharkctl.h
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>