gecko-dev/js/src
Igor Bukanov 642851f9ba bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal
--HG--
extra : rebase_source : 593bcd06380a6d6ade3da1ffed11eeb18b43cdfd
2010-08-12 15:02:51 +02:00
..
analysis-tests Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
assembler Bug 587321 - YARR landing broke mingw compilation r=cdleary 2010-08-21 12:21:24 +02:00
build Bug 518136: Use -showIncludes to generate dependencies for MSVC for a substantial build performance win. r=ted 2010-08-04 16:59:23 -07:00
config Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
ctypes bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
editline
gnuplot Bug 579586 - TM: remove doubles from GCTIMER (r=jorendorff) 2010-07-20 09:52:02 -07:00
jsapi-tests Bug 590986 - TM: another defaultCompartment mixup in jsapi-tests r=gal 2010-08-26 14:00:47 -07:00
lirasm Bug 586303 - Fix lirasm test string creation. r=jbramley 2010-08-12 10:10:24 +02:00
methodjit Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
metrics/gc Bug 548388 GC Benchmark Suite. r=jorendorff 2010-05-14 11:17:14 -07:00
nanojit Bug 586387 - Problem with Typed Float32 Arrays and canonicalizeNaNs() / LIR_cmovd. r=nnethercote,edwsmith. 2010-08-24 16:31:48 -07:00
perf Bug 568863 follow-up: add reset() to the JavaScript API. r=waldo a2.0=sayrer 2010-08-04 17:22:26 -07:00
ref-config
shell Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
t
tests bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
trace-test Fix out-of-bounds GETELEM on strings not returning undefined (bug 587964, r=luke). 2010-08-28 21:36:25 -07:00
tracevis
v8 Update our local copy of the V8 benchmarks to the latest test harness. 2010-05-27 17:15:56 -07:00
vprof Bug 555345 - Histogram profiling macros for JIT-generated code (r=rreitmai+) 2010-06-04 14:31:25 -07:00
xpconnect bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
yarr Bug 587346: fix PCRE code length assertion failure. (r=gal) 2010-08-24 14:53:02 -07:00
Makefile.in Bug 589262 - TM: Move GCStats into separate file. r=igor 2010-08-24 18:57:14 -07:00
Makefile.ref Remove special constructs no longer needed for Narcissus (bug 579137, r=gal) 2010-07-16 18:16:07 -07:00
README.html
SpiderMonkey.rsp
Y.js
aclocal.m4
bench.sh
config.mk
configure.in Bug 591387 - Default theme shows as "incompatible" (version number wrapped with quotes). r=khuey a=blocking 2010-08-28 15:32:07 +02:00
dtoa.c Bug 584252 - disallow non-standard extensions to float syntax (r=jorendorff) (CLOSED TREE) 2010-08-05 14:33:34 -07:00
find-child.py
imacro_asm.py
imacros.jsasm Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
javascript-trace.d
jitstats.tbl
js-config.h.in
js-config.in
js.mdp
js.msg Bug 588251 - fun.caller should throw if that value corresponds to a strict mode function. r=sayrer 2010-08-21 18:24:56 -04:00
jsapi.cpp bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jsapi.h Bug 583232 - Add rewrapping to jsapi.h. r=gal 2010-08-23 18:14:38 -04:00
jsarena.cpp Arena pool macros don't want to die. 2010-07-11 00:09:34 -07:00
jsarena.h Arena pool macros don't want to die. 2010-07-11 00:09:34 -07:00
jsarray.cpp Backed out changeset b404ad209cb9. (Bug 587257 - Make Array.prototype.join faster. r=lw) 2010-08-23 19:20:46 -04:00
jsarray.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsast.tbl bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsatom.cpp Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsatom.h Bug 584811 - Date.prototype.toJSON isn't to spec. r=sayrer 2010-08-13 10:42:31 -07:00
jsatominlines.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsbit.h
jsbool.cpp Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
jsbool.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsbuiltins.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsbuiltins.h Bug 585231 - Remove ArgsPrivateNative (r=dmandelin) 2010-08-06 17:19:22 -07:00
jsclist.h
jscntxt.cpp bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jscntxt.h bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jscntxtinlines.h Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp
jscpucfg.h
jsdate.cpp Bug 585866 - Avoid unnecessary calls to YearFromTime(). r=jwalden. 2010-08-18 19:44:28 -07:00
jsdate.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsdbgapi.cpp Accessor functions for cx->fp, bug 588978. r=lw 2010-08-23 14:36:40 -07:00
jsdbgapi.h Bug 589015 - js_watch_set doesn't need that crazy dummy frame (r=mrbkap) 2010-08-19 18:02:17 -07:00
jsdhash.cpp Bug 569821 - js compilation failure on mingw-w64 r=dvander 2010-06-27 01:27:18 +02:00
jsdhash.h
jsdtoa.cpp Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsdtoa.h
jsdtracef.cpp Accessor functions for cx->fp, bug 588978. r=lw 2010-08-23 14:36:40 -07:00
jsdtracef.h Bug 507012: function call/return callback for profiling, r=dmandelin, a=sayrer 2010-08-09 13:38:13 -07:00
jsemit.cpp Bug 516255 - Eagerly copy initial parameter values into the arguments object when a function's parameters might be mutated, and rely on normal resolution behavior in the remaining cases when parameters are never modified. r=dmandelin 2010-08-11 23:27:33 -07:00
jsemit.h Bug 516255 - Start analyzing named-parameter assignments in strict mode functions to determine when to eagerly create an arguments object and when creation can be deferred. r=dmandelin 2010-08-11 23:27:03 -07:00
jsexn.cpp Bug 589318 - guard that eval-in-function frames don't access args (r=brendan) 2010-08-21 15:50:14 -07:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfun.cpp Unwrap the target before checking for callability, so that wrappers don't wrongly appear to be callable. r=orange 2010-08-26 01:22:20 -04:00
jsfun.h Bug 429507 - ES5: Function.prototype.bind. r=brendan 2010-08-13 10:42:33 -07:00
jsfuninlines.h Bug 516255 - Use different classes for arguments objects created inside and outside strict mode code, with slightly different ops, in preparation for implementing strict mode arguments objects' less magical functionality. r=dmandelin 2010-08-11 23:26:59 -07:00
jsgc.cpp bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jsgc.h bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jsgcchunk.cpp Bug 568782 add #ifdef SOLARIS for mmap/munmap changes r=igor 2010-07-30 18:51:58 +08:00
jsgcchunk.h fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame 2010-07-15 13:18:12 -07:00
jsgcstats.cpp Bug 589262 - TM: Move GCStats into separate file. r=igor 2010-08-24 18:57:14 -07:00
jsgcstats.h Bug 589262 - TM: Move GCStats into separate file. r=igor 2010-08-24 18:57:14 -07:00
jshash.cpp
jshash.h
jshashtable.h Bug 581875 - use js::HashSet in JSAtomState (r=igor) 2010-07-28 09:54:14 -07:00
jsify.pl
jsinterp.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsinterp.h Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp Fix crash on nested Iterator iteration, bug 590813. r=gal 2010-08-27 11:07:18 -07:00
jsiter.h Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
jslock.cpp bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jslock.h Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Bug 564548: faster special cases for Math.pow, r=gal 2010-08-19 14:17:56 -07:00
jsmath.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsnativestack.cpp Bug 569821 - js compilation failure on mingw-w64 r=dvander 2010-06-27 01:27:18 +02:00
jsnativestack.h bug 237006 - automatic detection of the native thread stack base. The patch is based on the initial patches for bug 516832 by gal and gregor. r=gregor 2010-05-19 10:29:05 +02:00
jsnum.cpp Bug 583126 - parseInt(string) traceable native ignores OOM. rs=jorendorff 2010-07-30 17:25:20 -07:00
jsnum.h Bug 577536 - parseInt() uses radix 8 if the string starts with '0' but not 0x or 0X, and the digit string should be stringified before the radix is integerized. r=jorendorff 2010-07-23 02:29:44 -05:00
jsobj.cpp Bug 578216 - Make eval(json-like string) fast. r=sayrer 2010-08-24 11:50:54 -04:00
jsobj.h Bug 589340 - factor out / weaken dummy frames (r=mrbkap) 2010-08-21 16:03:07 -07:00
jsobjinlines.h Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
json.cpp Bug 578216 - Make eval(json-like string) fast. r=sayrer 2010-08-24 11:50:54 -04:00
json.h Bustage fix for usual Windows over-definition of names. r=windows-only-orange 2010-08-28 21:00:05 -04:00
jsopcode.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsopcode.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsopcode.tbl Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
jsoplengen.cpp
jsotypes.h
jsparse.cpp Bug 516255 - Eagerly copy initial parameter values into the arguments object when a function's parameters might be mutated, and rely on normal resolution behavior in the remaining cases when parameters are never modified. r=dmandelin 2010-08-11 23:27:33 -07:00
jsparse.h Bug 516255 - Eagerly copy initial parameter values into the arguments object when a function's parameters might be mutated, and rely on normal resolution behavior in the remaining cases when parameters are never modified. r=dmandelin 2010-08-11 23:27:33 -07:00
jsprf.cpp
jsprf.h
jspropertycache.cpp Bug 489098: enable property cache for eval scripts. r=dvander 2010-08-25 11:20:08 +01:00
jspropertycache.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jspropertycacheinlines.h
jspropertytree.cpp Arena pool macros don't want to die. 2010-07-11 00:09:34 -07:00
jspropertytree.h
jsproto.tbl bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsproxy.cpp bug 579957 - parent as a field in JSObject (relanding after wixing bug 583404). r=lw 2010-07-31 11:54:01 +02:00
jsproxy.h Bug 575208 - Crash [@ js::ExecuteFrameGuard::~ExecuteFrameGuard] or "Assertion failure: origin != destination". r=gal. 2010-07-02 16:51:42 -05:00
jsprvtd.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jspubtd.h Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
jsrecursion.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsreflect.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jsreflect.h bug 533874, r=jimb: expose the parser as a JS API 2010-06-15 13:32:32 -07:00
jsregexp.cpp Bug 586827: fix bad regexp arena behavior. (r=apierce) 2010-08-12 18:55:26 -07:00
jsregexp.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jsregexpinlines.h Fix bustage on Mac PPC. 2010-08-11 15:44:32 -07:00
jsreops.tbl
jsscan.cpp Bug 584595 - TM: speed up scanning three ways. r=cdleary. 2010-08-17 18:01:23 -07:00
jsscan.h Bug 584595 - TM: speed up scanning three ways. r=cdleary. 2010-08-17 18:01:23 -07:00
jsscope.cpp Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
jsscope.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jsscopeinlines.h Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
jsscript.cpp Bug 438633: Give new JSScript objects lifetimes like GCThings. r=brendan 2010-08-20 13:11:05 -07:00
jsscript.h Bug 438633: Give new JSScript objects lifetimes like GCThings. r=brendan 2010-08-20 13:11:05 -07:00
jsscriptinlines.h
jsshell.msg
jsstack.js Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
jsstaticcheck.h
jsstdint.h
jsstr.cpp Bug 587366: regexp failure for flat text replace. (r=lw) 2010-08-24 14:46:19 -07:00
jsstr.h Bug 587366: regexp failure for flat text replace. (r=lw) 2010-08-24 14:46:19 -07:00
jsstrinlines.h Bug 587366: regexp failure for flat text replace. (r=lw) 2010-08-24 14:46:19 -07:00
jstask.cpp
jstask.h
jstl.h Bug 580167 part 2. Add a construct() signature with 4 args for js::LazilyConstructed. r=lw 2010-08-25 14:54:47 -04:00
jstracer.cpp bug 477999 - JS_SuspendRequest should suspend requests from all contexts. r=anygregor,gal 2010-08-12 15:02:51 +02:00
jstracer.h Fix out-of-bounds GETELEM on strings not returning undefined (bug 587964, r=luke). 2010-08-28 21:36:25 -07:00
jstypedarray.cpp b=575685; implement set() from TypedArray spec; r=jorendorff 2010-08-27 12:07:24 -04:00
jstypedarray.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jstypes.h Bug 580407 - Link js statically r=bsmedberg+khuey a=bsmedberg 2010-08-13 21:18:05 -07:00
jsutil.cpp Fix bustage; don't #include jstl.h from jsvalue.h, it messes up the mozalloc wrapper ritual 2010-08-09 13:59:28 -07:00
jsutil.h Fix bustage; don't #include jstl.h from jsvalue.h, it messes up the mozalloc wrapper ritual 2010-08-09 13:59:28 -07:00
jsval.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsvalue.h Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
jsvector.h Bug 564953: Port YARR! Lands macroassembler. (r=gal) 2010-08-11 13:30:07 -07:00
jsversion.h Add an API for compartments (570040, r=jorendorff). 2010-06-04 16:32:10 -07:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp Move cx->fp to cx->regs->fp, bug 588978. r=lw 2010-08-22 16:00:20 -07:00
jswrapper.h Bug 589340 - factor out / weaken dummy frames (r=mrbkap) 2010-08-21 16:03:07 -07:00
jsxdrapi.cpp Bug 438633: Give new JSScript objects lifetimes like GCThings. r=brendan 2010-08-20 13:11:05 -07:00
jsxdrapi.h Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
jsxml.cpp Backed out changeset 1406935fced4. Brian Hackett – Put JSStackFrame.scopeChain/blockChain behind an interface, bug 586533. r=lw. 2010-08-12 21:47:46 -07:00
jsxml.h Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
lock_sparcv8plus.il
lock_sparcv9.il
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2010-08-24 16:48:24 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Silence warnings / remove dead code (r=me) 2010-08-17 15:59:28 -07:00
prmjtime.h Date performance fixes, bug 578259. r=waldo 2010-08-17 10:42:57 -07:00
resource.h
rules.mk
time.sh

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>