..
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 485264 followup - quote things to death, r=bsmedberg
2009-04-03 13:48:08 -04:00
config
Bug 479978 - remove references to MOZ_PROFILE from the build system; (Cv2-MC) the 8 files; r=ted.mielczarek
2009-03-28 03:00:25 +01:00
correct
editline
Merge m-c to tracemonkey.
2009-01-14 18:25:22 -05:00
liveconnect
bug 484861 - removal of unsed fields from JSObjectOps. r=mrbkap
2009-04-01 14:32:51 +02:00
nanojit
bug 486675 - always using setError to set _err
2009-04-06 13:32:46 +02:00
ref-config
Bug 462451: Restore js/src/Makefile.ref and supporting files. r=brendan
2008-11-10 12:55:46 -08:00
shell
Backed out changeset e201de53e918 in favor of a different approach.
2009-04-07 16:15:34 -05:00
t
v8
vprof
xpconnect
Fix for bug 486585 ("ASSERTION: bad!" in XPCCallContext::XPCCallContext with feed in frame, gc). r/sr=mrbkap.
2009-04-06 14:58:45 +02:00
aclocal.m4
Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted
2009-03-09 10:55:41 -04:00
bench.sh
builtins.tbl
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07: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 479978 - remove references to MOZ_PROFILE from the build system; (Cv2-MC) the 8 files; r=ted.mielczarek
2009-03-28 03:00:25 +01: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
Bug 476240 - Generate via imacro_asm.js the big condition in TraceRecorder::monitorRecording's OPDEF macro (r=gal).
2009-03-09 18:34:35 -07:00
imacros.c.out
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
imacros.jsasm
Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap).
2009-04-07 13:32:24 -07: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 479258: Don't define <stdint.h> types in public headers. r=brendan
2009-03-18 11:38:15 -07:00
js-config.in
js.mdp
js.msg
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsapi.cpp
Bug 487538 - bug 487271 left three tests broken in its wake (r=mrbkap).
2009-04-08 18:27:44 -07:00
jsapi.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsarena.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsarena.h
jsarray.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsarray.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsatom.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsatom.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsbit.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsbool.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07: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
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsbuiltins.h
Backed out changeset e201de53e918 in favor of a different approach.
2009-04-07 16:15:34 -05:00
jsclist.h
jscntxt.cpp
Bug 487216 - TM: Other builtins that call JS_malloc. r=gal.
2009-04-07 16:26:13 -05:00
jscntxt.h
Bug 487271 - Crash [@ js_Invoke ], and missing google-maps background, at padmapper.com (r=mrbkap).
2009-04-08 13:14:02 -07: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
Backed out changeset e201de53e918 in favor of a different approach.
2009-04-07 16:15:34 -05: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
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07: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
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07: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 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsdtoa.h
jsdtracef.c
jsdtracef.h
jsemit.cpp
Bug 487209 - erroneous redeclaration of let ... with try {...} catch(e) {var e...} (r=mrbkap).
2009-04-08 18:42:20 -07:00
jsemit.h
Bug 487209 - erroneous redeclaration of let ... with try {...} catch(e) {var e...} (r=mrbkap).
2009-04-08 18:42:20 -07:00
jsexn.cpp
Merge mozilla-central to tracemonkey.
2009-03-29 10:42:32 -07:00
jsexn.h
jsfile.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsfile.h
jsfile.msg
jsfun.cpp
Bug 487271 - Crash [@ js_Invoke ], and missing google-maps background, at padmapper.com (r=mrbkap).
2009-04-08 13:14:02 -07:00
jsfun.h
Remove stale JS_REQUIRES_STACK for js_CloneFunctionObject prototype (452498 followup to fix static analysis tbox).
2009-04-05 21:32:06 -07:00
jsgc.cpp
Bug 487216 - TM: Other builtins that call JS_malloc. r=gal.
2009-04-07 16:26:13 -05:00
jsgc.h
bug 437325 - JSThread is no longer shared between JSRuntime instances. r=brendan
2009-03-24 13:07:35 +01:00
jshash.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jshash.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsify.pl
jsinterp.cpp
Bug 485959 - TM: Recording continues across loop edge. r=jorendorff
2009-04-07 00:45:49 -07:00
jsinterp.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsinttypes.h
Bug 479258: Don't define <stdint.h> types in public headers. r=brendan
2009-03-18 11:38:15 -07:00
jsinvoke.cpp
jsiter.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsiter.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07: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
jslock.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jslock.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jslocko.asm
jslog2.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07: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 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsmath.h
jsnum.cpp
[OS/2] Bug 483539: fix build break in jsnum.cpp by defining the underscored float properties. r=jorendorff
2009-03-30 15:26:51 -07:00
jsnum.h
Bug 465980 - Some array methods don't work right on ginormous arrays. r=brendan
2009-01-12 13:07:48 -08:00
jsobj.cpp
Bug 469237: Assert that we never add properties to lexical blocks. r=igor
2009-04-09 13:07:27 -07:00
jsobj.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
json.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07: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
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsopcode.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsopcode.tbl
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsoplengen.cpp
jsOS240.def
jsotypes.h
jsparse.cpp
Bug 487209 - erroneous redeclaration of let ... with try {...} catch(e) {var e...} (r=mrbkap).
2009-04-08 18:42:20 -07:00
jsparse.h
Bug 487538 - bug 487271 left three tests broken in its wake (r=mrbkap).
2009-04-08 18:27:44 -07:00
jsprf.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsprf.h
jsproto.tbl
jsprvtd.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jspubtd.h
bug 486139 - removal of JSProperty struct definition. r=mrbkap
2009-04-03 09:53:17 +02:00
jsregexp.cpp
Backed out changeset e201de53e918 in favor of a different approach.
2009-04-07 16:15:34 -05: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 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsscan.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsscope.cpp
Bug 479553 - Property tree forking heuristic improvement, r=brendan.
2009-03-31 17:55:43 -07:00
jsscope.h
bug 480700 - no more static asserts in headers. r=brendan
2009-03-05 12:12:50 +01:00
jsscript.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsscript.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07: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 479258: Don't define <stdint.h> types in public headers. r=brendan
2009-03-18 11:38:15 -07:00
jsstr.cpp
Backed out changeset e201de53e918 in favor of a different approach.
2009-04-07 16:15:34 -05:00
jsstr.h
Support String(v) -- String constructor called as a converter (482349, r=jwalden).
2009-03-09 17:29:42 -07:00
jstracer.cpp
Bug 487534 - TM: "Assertion failure: JSVAL_IS_NULL(v)" with function/regexp used as index. The other half of bug 484120, poorly reviewed by me -- no soup for me! r=graydon
2009-04-08 17:45:17 -07:00
jstracer.h
Backout changeset 143e997c858e (bug 484693) because it caused crashes on Mac tinderboxen.
2009-04-07 17:07:11 -05:00
jstypes.h
Bug 479258: Don't define <stdint.h> types in public headers. r=brendan
2009-03-18 11:38:15 -07:00
jsutil.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsutil.h
Bug 481673 - JS_Assert is C++-name-mangled in non-DEBUG builds. r=brendan.
2009-03-06 13:51:11 -06:00
jsversion.h
Backed out changeset 2d5e6b1c7254 - busted the WINNT 5.1 talos tracemonkey.
2008-12-23 19:24:09 +01:00
jswince.asm
b=480796; detect whether ARM chip has VFP and/or v6t2 instructions; r=gal
2009-03-20 15:53:33 -07:00
jsxdrapi.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jsxdrapi.h
Bug 487271 - Crash [@ js_Invoke ], and missing google-maps background, at padmapper.com (r=mrbkap).
2009-04-08 13:14:02 -07:00
jsxml.cpp
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
jsxml.h
upvar2, aka the big one take 2 (452598, r=mrbkap).
2009-04-05 21:17:22 -07:00
lock_SunOS.s
Makefile.in
Merge tracemonkey to mozilla-central.
2009-03-24 13:49:05 -04: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
Bug 479110 - TM: avoid frequent mismatch exits. r=brendan
2009-04-04 17:23:34 -04:00
md5.js
perfect.js
plify_jsdhash.sed
Port xpcom to 64-bit Mac OS X, part 1. b=478687 r=mstange sr=bsmedberg
2009-03-06 12:32:57 -06:00
prmjtime.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07: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
Backout changeset 143e997c858e (bug 484693) because it caused crashes on Mac tinderboxen.
2009-04-07 17:07:11 -05:00
Y.js