..
config
bug 453388/bug 454624 - link using g++ instead of ld, so that static constructors/destructors will fire correctly r=crowder
2008-09-10 15:16:50 -04:00
correct
Add check to make sure bug 452008 remains fixed.
2008-09-15 19:36:03 -04:00
editline
Bug 330237 - editline.c:1038: warning: implicit declaration of function getpid. r=mrbkap
2008-09-08 13:27:57 +02:00
liveconnect
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
nanojit
Make nanojit build non-debug with VC7.1 (bug 455210, r=danderson).
2008-09-24 10:21:49 -07:00
t
v8
Add V8 benchmark suite.
2008-09-02 23:11:15 -07:00
vprof
xpconnect
Bug 454343 - Assertion failure: obj == pobj, at src/js/src/jsinterp.cpp:160 (r+sr=mrbkap)
2008-09-16 14:27:03 -05:00
bench.sh
Add a simple script that calculates an aggregate score over all tests running with the jit in t/*.
2008-08-15 20:26:45 -07:00
build.mk
builtins.tbl
Back out attempt to invoke natives that return a boxed value (namely push and pop, 453734).
2008-09-24 15:18:19 -07:00
call.js
config.mk
bug 453476: Some files didn't get compiled with -fno-exceptions. r=shaver
2008-09-03 10:53:36 -07:00
correct.sh
Add some basic correctness tests for benchmarks
2008-09-08 21:02:57 -04:00
dtoa.c
Bug 452346 - Fix latent bug in rv_alloc. r=crowder
2008-08-27 11:43:35 -07:00
if.js
javascript-trace.d
jitstats.tbl
Adding missing file
2008-09-21 09:03:16 -04:00
js3240.rc
js.cpp
Compilation fixes for DISABLE_JIT=1 (r=danderson).
2008-09-22 13:04:47 -07:00
js.mdp
js.msg
Upvar, v0.1 (limited to looking up from eval in a function, to the function's args and vars).
2008-08-21 03:47:33 -07:00
js.pkg
jsapi.cpp
Merge with mozilla-central.
2008-09-21 12:44:24 -07:00
jsapi.h
Properly initialized mSaveDepth in JSAutoSuspendRequest, r=sayrer.
2008-09-08 15:09:41 -07:00
jsarena.cpp
jsarena.h
jsarray.cpp
Expose push pop in jsarray and add builtins (453734, r=mrbkap).
2008-09-16 17:07:59 -07:00
jsarray.h
Expose push pop in jsarray and add builtins (453734, r=mrbkap).
2008-09-16 17:07:59 -07:00
jsatom.cpp
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsatom.h
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsbit.h
jsbool.cpp
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsbool.h
jsbuiltins.cpp
Add builtin for invocation of match() on String objects (454682, r=danderson).
2008-09-23 17:18:40 -07:00
jsclist.h
jscntxt.cpp
Bug 412866 - Reuse regexp arena, original patch by Robin Bate Boerop <moz@shorestreet.com>, refreshed by Ryan VanderMuelen <ryanvm@gmail.com>, r=crowder
2008-09-12 15:11:48 -07:00
jscntxt.h
Bug 412866 - Reuse regexp arena, original patch by Robin Bate Boerop <moz@shorestreet.com>, refreshed by Ryan VanderMuelen <ryanvm@gmail.com>, r=crowder
2008-09-12 15:11:48 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp
jscpucfg.h
jsdate.cpp
Backed out changeset c0364f5e0a84
2008-09-21 09:02:09 -04:00
jsdate.h
Backed out changeset c0364f5e0a84
2008-09-21 09:02:09 -04:00
jsdbgapi.cpp
bug 446386 - eliminating compiler pseudo-frames. r=brendan
2008-09-08 11:47:12 +02:00
jsdbgapi.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsdhash.cpp
Bug 449233. Assert when decrementing the jsdhash/pldhash recursion level past 0. r=dbaron,brendan, sr=dbaron
2008-08-26 13:02:04 -04:00
jsdhash.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsdtoa.cpp
bug 450392 - fixing -Wstrict-aliasing=2 warnings
2008-08-26 10:46:34 +02:00
jsdtoa.h
jsdtracef.c
jsdtracef.h
jsemit.cpp
Fixed breaks in switch statements causing premature end-of-traces (bug 456345, r=gal,brendan).
2008-09-24 13:12:25 -07:00
jsemit.h
bug 446386 - eliminating compiler pseudo-frames. r=brendan
2008-09-08 11:47:12 +02:00
jsexn.cpp
bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor
2008-09-08 10:51:10 -07:00
jsexn.h
bug 446386 - eliminating compiler pseudo-frames. r=brendan
2008-09-08 11:47:12 +02:00
jsfile.cpp
- Add String match and three replace overloadings, and allow known native matching to continue in search of exact match (not best, and not abort on first mismatch).
2008-08-12 18:52:28 -07:00
jsfile.h
jsfile.msg
jsfun.cpp
Properly handle side exits in scripted constructors (originally mrbkap, r=brendan, 453462).
2008-09-18 14:13:37 -07:00
jsfun.h
Upvar, v0.1 (limited to looking up from eval in a function, to the function's args and vars).
2008-08-21 03:47:33 -07:00
jsgc.cpp
Merge with mozilla-central.
2008-09-21 12:44:24 -07:00
jsgc.h
bug 445705 - eliminate Namespace and QName GC things. r=brendan
2008-08-29 10:10:34 +02:00
jshash.cpp
jshash.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsify.pl
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsinterp.cpp
Back out attempt to invoke natives that return a boxed value (namely push and pop, 453734).
2008-09-24 15:18:19 -07:00
jsinterp.h
Properly handle side exits in scripted constructors (originally mrbkap, r=brendan, 453462).
2008-09-18 14:13:37 -07:00
jsinvoke.cpp
jsiter.cpp
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsiter.h
jskeyword.tbl
jskwgen.cpp
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jslibmath.h
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jslock.cpp
bug 453889: Correct prbool misuse in spidermonkey
2008-09-08 13:41:09 -07:00
jslock.h
bug 417131 - caching enumerators to speedup for-in loops. r=brendan
2008-08-19 13:00:14 -04:00
jslocko.asm
jslog2.cpp
jslong.cpp
jslong.h
jsmath.cpp
Merge tracemonkey -> mozilla-central
2008-09-09 23:38:21 -07:00
jsmath.h
jsnum.cpp
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsnum.h
Export js_NaN.
2008-08-21 00:13:40 -07:00
jsobj.cpp
Avoid needless prototype-shape purges (454035, r=igor).
2008-09-09 11:24:03 -07:00
jsobj.h
Fix build bustage: parent or proto might be not JSObject* when setting to null. r=brendan, patch by bz.
2008-09-09 12:33:28 -07:00
jsopcode.cpp
bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor
2008-09-08 10:51:10 -07:00
jsopcode.h
bug 449494 - uniform handling of bytecodes with variable stack uses. r=mrbkap,brendan
2008-09-02 08:25:15 +02:00
jsopcode.tbl
bug 453133 - merging JSOP_DEFUN and JSOP_CLOSURE. r=brendan
2008-09-08 13:58:17 +02:00
jsoplengen.cpp
jsOS240.def
jsotypes.h
jsparse.cpp
Bug 453345 - Only look at pn_extra if we're actually a list. r=brendan
2008-09-08 11:47:15 -07:00
jsparse.h
bug 446386 - eliminating compiler pseudo-frames. r=brendan
2008-09-08 11:47:12 +02:00
jsprf.cpp
jsprf.h
jsproto.tbl
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsprvtd.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jspubtd.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsregexp.cpp
Bug 412866 - Reuse regexp arena, original patch by Robin Bate Boerop <moz@shorestreet.com>, refreshed by Ryan VanderMuelen <ryanvm@gmail.com>, r=crowder
2008-09-12 15:11:48 -07:00
jsregexp.h
- Add String match and three replace overloadings, and allow known native matching to continue in search of exact match (not best, and not abort on first mismatch).
2008-08-12 18:52:28 -07:00
jsreops.tbl
jsscan.cpp
bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor
2008-09-08 10:51:10 -07:00
jsscan.h
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsscope.cpp
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
jsscope.h
Avoid needless prototype-shape purges (454035, r=igor).
2008-09-09 11:24:03 -07:00
jsscript.cpp
bug 446386 - eliminating compiler pseudo-frames. r=brendan
2008-09-08 11:47:12 +02:00
jsscript.h
Upvar, v0.1 (limited to looking up from eval in a function, to the function's args and vars).
2008-08-21 03:47:33 -07:00
jsshell.msg
jsstaticcheck.h
bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor
2008-09-08 10:51:10 -07:00
jsstddef.h
jsstr.cpp
Patch from Mike Kaplinskiy <mike.kaplinskiy@gmail.com> implementing trim, trimLeft, and trimRight (305064, r=me).
2008-09-07 10:22:41 -07:00
jsstr.h
Fix bool FASTCALL vs. Nanojit calling convention bug, also some non-bool whoppers caught in the process (453361, r=mrbkap).
2008-09-02 15:37:22 -07:00
jstracer.cpp
Merge.
2008-09-24 16:32:36 -07:00
jstracer.h
Back out attempt to invoke natives that return a boxed value (namely push and pop, 453734).
2008-09-24 15:18:19 -07:00
jstypes.h
Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin
2008-09-08 14:21:07 +08:00
jsutil.cpp
jsutil.h
Bug 429105 [Solaris] Failed to build mozilla-central on solaris in js module. brendan: review+
2008-09-02 10:03:18 +08:00
jsversion.h
Bug 97954: Give jsconfig.h a better name, and make room for the new js-config.h. r=bsmedberg
2008-09-05 10:19:17 -07:00
jsxdrapi.cpp
bug 453889: Correct prbool misuse in spidermonkey
2008-09-08 13:41:09 -07:00
jsxdrapi.h
bug 453133 - merging JSOP_DEFUN and JSOP_CLOSURE. r=brendan
2008-09-08 13:58:17 +02:00
jsxml.cpp
bug 432917: Replace "must flow through label" comments with statically-checkable macro. r=igor
2008-09-08 10:51:10 -07:00
jsxml.h
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
lock_SunOS.s
Makefile.in
Bug 452588 bustage on Solaris
2008-09-11 20:12:55 +08:00
Makefile.ref
Removing shark think which landed by accident
2008-09-08 08:57:52 -04:00
math-partial-sums.js
md5.js
perfect.js
plify_jsdhash.sed
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
prmjtime.cpp
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
2008-09-07 00:21:43 +02:00
prmjtime.h
README.html
resource.h
rules.mk
SpiderMonkey.rsp
time.sh
trace-test.js
Back out attempt to invoke natives that return a boxed value (namely push and pop, 453734).
2008-09-24 15:18:19 -07:00
trace.js
win32.order
Y.js