..
analysis-tests
Bug 472594 - Make analysis-tests work in out-of-tree objdir, r=jorendorff.
2009-01-08 10:40:36 -08:00
build
bug 474732 - Rerunning configure causes the world to be rebuilt, r=ted
2009-02-03 16:29:21 +01:00
config
Bug 480227 - check-sync-dirs.py : (further) improve output format
2009-03-02 17:13:27 +01:00
correct
editline
Merge m-c to tracemonkey.
2009-01-14 18:25:22 -05:00
liveconnect
Bug 476374 - JSON.parse does not support reviver argument as defined in spec. r=jorendorff
2009-03-03 12:55:11 -05:00
nanojit
Bug 475876: change --with-valgrind to --enable-valgrind and add hooks to tell valgrind about the JIT's self-modifying code. r=gal (JIT parts), r=luser (build config parts).
2009-03-05 13:24:03 -08:00
ref-config
Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan
2008-11-10 12:55:46 -08:00
shell
bug 479430 - adding mixing operation callback calls. r=gal
2009-03-02 14:32:27 +01:00
t
v8
vprof
xpconnect
Bug 480430 followup -- wrap for different-scope bug same-origin chrome wrappers since we have code that depends on it.
2009-03-03 20:26:13 -08:00
aclocal.m4
Bug 465640: Use autoconf to declare stdint types on platforms that don't have stdint.h r=bsmedberg
2009-01-13 10:50:24 -08:00
bench.sh
builtins.tbl
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -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 475876: change --with-valgrind to --enable-valgrind and add hooks to tell valgrind about the JIT's self-modifying code. r=gal (JIT parts), r=luser (build config parts).
2009-03-05 13:24:03 -08:00
correct.sh
dtoa.c
Bug 469397 - (0.5).toFixed(0) is 0, should be 1. r=bz,mrbkap
2009-02-07 12:31:10 +01:00
if.js
imacro_asm.js.in
Try hardest of all (last time) to fix redness (r=nthomas).
2009-02-02 16:49:43 -08:00
imacros.c.out
Follow-up fix for 479109. Regenerate imacros.c.out and bump xdr bytecode version.
2009-02-26 12:19:24 -08:00
imacros.jsasm
Bug 469405 - Handle an __iterator__ implementation returning a primitive value on trace. r=brendan
2009-02-07 11:28:23 -08:00
javascript-trace.d
jitstats.tbl
Add new jitstats to the list in trace-test.js, and add a comment to jitstats.tbl noting that the two lists must be synchronized.
2009-01-12 16:37:09 -08:00
js-config.h.in
Bug 476643 - JS_REQUIRES_STACK errors in nsXPCWrappedJSClass::CallMethod. Mozilla code uses some JS-internal APIs and needs to bail off trace before doing so. This shouldn't affect performance now becuase XPConnect methods are not traceable yet. r=mrbkap, sr=mrbkap.
2009-02-18 12:47:16 -06: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.mdp
js.msg
Bug 459161 - Process first argument to JSON stringify and parse methods as specified by ES3.1, part 2. r=jorendorff
2009-03-02 17:00:28 -05:00
jsapi.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsapi.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsarena.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsarena.h
jsarray.cpp
Followup patch for bug 481251.
2009-03-04 00:12:35 -08:00
jsarray.h
Assert prototype shapes when reading a hole from a dense array instead of calling a builtin (481328, r=brendan).
2009-03-03 21:58:56 -08:00
jsatom.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsatom.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsbit.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsbool.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsbool.h
Bug 477158 - TM: "Assertion failure: v == JSVAL_TRUE || v == JSVAL_FALSE, at ../jsapi.h". r=gal
2009-02-06 13:53:27 -08:00
jsbuiltins.cpp
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
jsbuiltins.h
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
jsclist.h
jscntxt.cpp
Merge tm to mc
2009-02-19 11:48:08 -05:00
jscntxt.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +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
Bug 475199 - PPC builds crash on startup. I moved the output of JS_STACK_GROWTH_DIRECTION inside a !CROSS_COMPILE block incorrectly in bug 269538. This just moves it back.
2009-01-26 10:11:07 -05:00
jscpucfg.h
Backed out changeset 525e42406396, bug 269538 (jscpucfg-ectomy) due to Windows TUnit bustage.
2009-01-21 17:34:28 -05:00
jsdate.cpp
Bug 480759 - TM: trace RegExp constructors (r=gal).
2009-03-04 19:26:16 -08:00
jsdate.h
Substitute operation counting with a watchdog thread (477187, 3nd attempt, r=brendan/mrbkap/jst, sr=brendan/jst).
2009-02-10 14:07:01 -08:00
jsdbgapi.cpp
Merge tm to mc
2009-02-19 11:48:08 -05:00
jsdbgapi.h
Bug 476177 - TM: cx->stackPool must not be accessed on trace. r=brendan.
2009-01-30 17:40:05 -06:00
jsdhash.cpp
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
2009-01-10 08:28:16 -08:00
jsdhash.h
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
2009-01-10 08:28:16 -08:00
jsdtoa.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsdtoa.h
jsdtracef.c
jsdtracef.h
jsemit.cpp
Improve blacklisting (479109, r=graydon).
2009-02-25 18:47:22 -08:00
jsemit.h
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsexn.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsexn.h
jsfile.cpp
Bug 412610 - MAXPATHLEN too small for glibc's realpath(); m-c part; r=*
2009-02-23 19:28:12 +01:00
jsfile.h
jsfile.msg
jsfun.cpp
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
jsfun.h
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
jsgc.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsgc.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jshash.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jshash.h
jsify.pl
jsinterp.cpp
Merge m-c to tm
2009-03-04 14:52:53 -05:00
jsinterp.h
Bug 476177 - TM: cx->stackPool must not be accessed on trace. r=brendan.
2009-01-30 17:40:05 -06:00
jsinvoke.cpp
jsiter.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -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
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jslibmath.h
Bug 461192: Rename fd_copysign to js_copysign. r=jorendorff
2008-10-22 14:52:14 -07:00
jslock.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jslock.h
Substitute operation counting with a watchdog thread (477187, 3nd attempt, r=brendan/mrbkap/jst, sr=brendan/jst).
2009-02-10 14:07:01 -08:00
jslocko.asm
jslog2.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jslong.h
+ has a higher precendence than <<, so this needs to be parenthesized more... followup to bug 269538
2009-01-22 15:40:41 -05:00
jsmath.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsmath.h
jsnum.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsnum.h
Bug 471540 - TM: "Assertion failure: cp >= buf" at homicideReport.php. r=gal.
2009-01-08 17:09:16 -06:00
jsobj.cpp
Bug 480759 - TM: trace RegExp constructors (r=gal).
2009-03-04 19:26:16 -08:00
jsobj.h
Bug 480759 - TM: trace RegExp constructors (r=gal).
2009-03-04 19:26:16 -08:00
json.cpp
Bug 476374 - JSON.parse does not support reviver argument as defined in spec. r=jorendorff
2009-03-03 12:55:11 -05:00
json.h
Bug 476374 - JSON.parse does not support reviver argument as defined in spec. r=jorendorff
2009-03-03 12:55:11 -05:00
jsopcode.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsopcode.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsopcode.tbl
Improve blacklisting (479109, r=graydon).
2009-02-25 18:47:22 -08:00
jsoplengen.cpp
jsOS240.def
jsotypes.h
jsparse.cpp
Merge m-c to tracemonkey.
2009-02-23 12:44:23 -05:00
jsparse.h
Bug 454184 - Implement eval caching (r=mrbkap).
2009-01-27 19:56:55 -08:00
jsprf.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsprf.h
jsproto.tbl
jsprvtd.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jspubtd.h
Bug 480759 - TM: trace RegExp constructors (r=gal).
2009-03-04 19:26:16 -08:00
jsregexp.cpp
Fix for --disable-jit (again).
2009-03-04 19:40:09 -08:00
jsregexp.h
bug 467441 - avoiding js_(Add|Remove)Root for regexp statics. r=crowder
2008-12-18 21:06:45 +01:00
jsreops.tbl
jsscan.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsscan.h
Bug 462778. Fix JSON top crash. r=brendan
2008-11-07 18:10:39 -05:00
jsscope.cpp
Browser spuriously sets runtime->anyArrayPrototypeHasElement and makes perf bad (481251, r=mrbkap).
2009-03-03 18:04:15 -08:00
jsscope.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsscript.cpp
bug 477706 - fixing most VC 2005 warnings. r=gal,mrbkap
2009-02-26 09:49:39 +01:00
jsscript.h
Bug 463239 - JS_SetTrap alters code execution. r=brendan.
2009-02-18 18:31:09 -06:00
jsshell.msg
Bug 480199 - Add assertEq function to JS shell. r=mrbkap.
2009-02-27 14:14:28 -06:00
jsstack.js
Bug 469191 - jsstack.js: give better locations for errors, r=dmandelin
2008-12-16 16:20:19 -05:00
jsstaticcheck.h
Bug 476177 - TM: cx->stackPool must not be accessed on trace. r=brendan.
2009-01-30 17:40:05 -06:00
jsstdint.h
Bug 461841: Use configure-defined macros in #ifdefs for WinCE in js/src. r=crowder
2009-01-16 14:10:48 -08:00
jsstr.cpp
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
jsstr.h
Bug 453564 - TM: Assertion failure: JSVAL_IS_NULL(vp[0]) || (!JSVAL_IS_PRIMITIVE(vp[0]) && OBJ_IS_ARRAY(cx, JSVAL_TO_OBJECT(vp[0]))). r=gal.
2008-12-09 11:43:32 -06:00
jstracer.cpp
Bug 480759 - TM: trace RegExp constructors (r=gal).
2009-03-04 19:26:16 -08:00
jstracer.h
Guard that we don't have to re-brand when writing a function into a slot if we didn't do so at recording time (481246, r=brendan).
2009-03-03 14:34:48 -08:00
jstypes.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsutil.cpp
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsutil.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsversion.h
Backed out changeset 2d5e6b1c7254 - busted the WINNT 5.1 talos tracemonkey.
2008-12-23 19:24:09 +01:00
jsxdrapi.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsxdrapi.h
Follow-up fix for 479109. Regenerate imacros.c.out and bump xdr bytecode version.
2009-02-26 12:19:24 -08:00
jsxml.cpp
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
jsxml.h
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
lock_SunOS.s
Makefile.in
Bug 473989 - Temporarily back-out / disable trace-test on make check, due to failing tinderbox.
2009-03-04 22:10:00 -08:00
Makefile.ref
Bug 391488: Eliminate PTRDIFF macro; delete jssttddef.h. r=jimb
2009-02-18 09:14:51 -08:00
mandelbrot-results.js
math-partial-sums.js
math-trace-tests.js
Move trace-test-math.js to math-trace-tests.js and remove trace.js because they defy my tab-complete-fu
2009-01-05 18:28:48 -08:00
md5.js
perfect.js
plify_jsdhash.sed
prmjtime.cpp
Bug 437922 - use JS_MAX instead of the max() macro in prmjtime due to mingw-w64 bustage; r=mrbkap
2009-02-23 02:08:00 +01:00
prmjtime.h
Bug 461841: Use configure-defined macros in #ifdefs for WinCE in js/src. r=crowder
2009-01-16 14:10:48 -08:00
README.html
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
SpiderMonkey.rsp
time.sh
trace-test.js
Bug 480657 - TM: Add an API to define traceable constructors (r=gal, jorendorff).
2009-03-03 22:53:27 -08:00
Y.js