..
analysis-tests
build
bug 515748 - differentiate between wince and winmo (change windows mobile ABI to arm-wince-winmo) r=ted
2009-12-04 14:14:18 -05:00
config
Make ipc/ build with gcc 4.1.2. r=cjones
2010-05-24 09:36:49 +12:00
ctypes
Fix crash.
2010-05-05 15:57:34 -07:00
editline
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
gnuplot
Bug 553682, TM: GC Profiler Part1: Gnuplot script. r=gal
2010-03-25 15:20:34 -07:00
jsapi-tests
Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ../jsscope.h:563" @ JSObject::getSlot(unsigned int) when redefining property. r=brendan.
2010-05-10 18:43:34 -05:00
lirasm
Bug 560160 - nanojit: rename LOpcode-related names. r=edwsmith.
2010-04-21 19:34:46 -07:00
nanojit
Bug 542460 - Remove executable permission on source files [r=ted.mielczarek]
2010-05-06 09:32:50 +02:00
ref-config
shell
Bug 565593 crash [@ js_DestroyContext] if JS_NewContext fails in CancelExecution. r=jorendorff
2010-05-23 15:37:31 -07:00
t
tests
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
trace-test
Bug 492915 - Trace incelem/decelem/eleminc/elemdec for objects other than arrays. r=brendan.
2010-05-03 16:48:06 -05:00
tracevis
Bug 557841 - TM: "Assertion failure: BINDNAME in global code resolved to non-global object, at ../jstracer.cpp". r=dmandelin.
2010-04-19 09:21:10 -05:00
v8
vprof
Fix vprof bustage (bug 560683 r=edwsmith)
2010-04-21 11:41:05 -04:00
xpconnect
Bug 565595 glob is used uninitialized in XPCJSContextStack::GetSafeJSContext when JS_NewContext fails. r=jorendorff
2010-05-23 15:38:35 -07:00
aclocal.m4
bench.sh
builtins.tbl
config.mk
Revert strict-aliasing disabling now that n810 has shown not to improve without it. Also change from -Wstrict-aliasing=2 to -Wstrict-aliasing=3; gcc claims the latter gives more precise warnings with fewer mistakes, and I don't think we care that much about it being a little slower, for only the files in SpiderMonkey.
2010-03-26 15:32:35 -07:00
configure.in
Bug 555562 - remove xpctools as no maintainer in 3 years. r=shaver
2010-05-24 11:31:27 +02:00
dtoa.c
Bug 509857 - Get rid of DTOA_LOCK. r=jwalden.
2010-03-22 18:21:10 -05:00
find-child.py
Bug 526074 - handle nothing-to-import case in import script, r=gal.
2010-01-25 10:32:33 -08:00
imacro_asm.js.in
Bug 558830 - Trace script getters. r=brendan.
2010-04-22 17:10:38 -05:00
imacros.c.out
Bug 492915 - Trace incelem/decelem/eleminc/elemdec for objects other than arrays. r=brendan.
2010-05-03 16:48:06 -05:00
imacros.jsasm
Bug 492915 - Trace incelem/decelem/eleminc/elemdec for objects other than arrays. r=brendan.
2010-05-03 16:48:06 -05:00
javascript-trace.d
jitstats.tbl
Bug 521364. Make sure that TMFLAGS=stats shows all jitstats other than the platform-specific ones. r=lw
2009-10-20 13:42:02 -04:00
js-config.h.in
Bug 538324 - Move ctypes into js/src. Part 1: Move ctypes into js/src/ctypes. r=sayrer
2010-04-02 12:02:17 -07:00
js-config.in
js.mdp
js.msg
bug 515443 CSP no-eval support. r=mrbkap,brendan
2010-03-08 00:24:50 -08:00
jsapi.cpp
Fix bug 563243. r=jorendorff
2010-05-03 15:23:01 -07:00
jsapi.h
Silence a compiler warning (in MSVC) about implicitly narrowing jsval to JSBool in JSVAL_IS_INT. Noticed by MikeM. No bug#, rs=Waldo via IRC.
2010-04-28 16:12:15 -05:00
jsarena.cpp
Bug 514585: Remove macro wrappers for js_NewPrinter and JS_InitArenaPool. r=igor
2009-11-18 13:33:53 -08:00
jsarena.h
Bug 549532 - Allow custom memory allocator use in spidermonkey. Part 1. r=dvander.
2010-04-16 15:03:53 -04:00
jsarray.cpp
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
jsarray.h
Merge mozilla-central to tracemonkey.
2010-05-03 11:03:37 -04:00
jsatom.cpp
bug 560471 - remove GC_LAST_DITCH and GC_KEEP_ATOMS. r=jorendorff
2010-04-24 00:15:42 +02:00
jsatom.h
bug 560471 - remove GC_LAST_DITCH and GC_KEEP_ATOMS. r=jorendorff
2010-04-24 00:15:42 +02:00
jsatominlines.h
Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff).
2009-10-26 13:39:39 -07:00
jsbit.h
bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor
2010-04-13 00:59:19 +04:00
jsbool.cpp
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan.
2010-04-14 18:57:30 -07:00
jsbool.h
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan.
2010-04-14 18:57:30 -07:00
jsbuiltins.cpp
remove obsolete JSVAL_ERROR_COOKIE and JSVAL_FAIL (563063, r=dvander).
2010-04-30 15:21:09 -07:00
jsbuiltins.h
remove obsolete JSVAL_ERROR_COOKIE and JSVAL_FAIL (563063, r=dvander).
2010-04-30 15:21:09 -07:00
jsclist.h
jscntxt.cpp
Bug 555920 - Move js_obj_define{G,S}etter declarations in jsobj.h and make resolving_MatchEntry static, as it's not defined in any header [r=jwalden]
2010-05-13 09:45:33 +02:00
jscntxt.h
Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan)
2010-04-30 17:34:54 -07:00
jscntxtinlines.h
bug 561539 - renaming AutoSaveRestoreWealRoots into AutoPreserveWeakRoots. r=brendan
2010-04-28 14:34:02 +02:00
jscompat.h
jsconfig.mk
jscpucfg.cpp
Merge mozilla-central to tracemonkey.
2010-04-04 14:15:05 -04:00
jscpucfg.h
jsdate.cpp
remove useless date and array trace natives (563055, r=dvander).
2010-04-30 14:59:28 -07:00
jsdate.h
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan.
2010-04-14 18:57:30 -07:00
jsdbgapi.cpp
Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan)
2010-04-30 17:34:54 -07:00
jsdbgapi.h
Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan)
2010-04-30 17:34:54 -07:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
Bug 554195 - jsdtoa.cpp should #define MALLOC and FREE. r=jwalden.
2010-04-01 13:50:38 -05:00
jsdtoa.h
Bug 509857 - Get rid of DTOA_LOCK. r=jwalden.
2010-03-22 18:21:10 -05:00
jsdtracef.cpp
Bug 563870: Fix dtrace linker error. (r=dvander)
2010-05-05 15:32:47 -07:00
jsdtracef.h
Bug 563870: Fix dtrace linker error. (r=dvander)
2010-05-05 15:32:47 -07:00
jsemit.cpp
Bug 563575 - encapsulate jsobj.cpp dslots accesses. r=brendan.
2010-05-04 20:28:38 -07:00
jsemit.h
Pretty-up some tcflag use in the parser and emitter (bug 563568, r=cdleary).
2010-05-03 20:53:55 -07:00
jsexn.cpp
Inline the object allocation path (558003, r=sayrer).
2010-04-10 16:16:35 -07:00
jsexn.h
Bug 518621 - JS_ReportErrorNumber ignores exception type for user-generated messages. r=mrbkap
2009-12-15 14:20:48 -08:00
jsfun.cpp
Bug 563845 - skip jsval-to-jsid conversion when jsval is a jsid (r=igor)
2010-05-04 18:24:13 -07:00
jsfun.h
Bug 562872 - encapsulate Arguments-related dslots accesses. r=brendan.
2010-05-02 21:42:09 -07:00
jsgc.cpp
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
jsgc.h
export replenishAndFreeLater as a JS_FRIEND_API to fix build break (r=me).
2010-04-28 17:17:34 -07:00
jsgcchunk.cpp
Bug 560017 Failed build js/src/jsgcchunk.cpp on Solaris r=jimb
2010-04-26 14:17:29 +08:00
jsgcchunk.h
bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor
2010-04-13 00:59:19 +04:00
jshash.cpp
Bug 549532 - Allow custom memory allocator use in spidermonkey. Part 1. r=dvander.
2010-04-16 15:03:53 -04:00
jshash.h
jshashtable.h
Comparison operator for HashTable Ptr (no bug)
2010-03-05 11:55:42 -08:00
jsify.pl
jsinterp.cpp
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
jsinterp.h
Bug 556315 part 2 - JSObject::getGlobal() and JSStackFrame::getThisObject(). r=gal.
2010-03-31 17:57:03 -05:00
jsinttypes.h
Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted
2010-03-06 12:59:41 -05:00
jsinvoke.cpp
jsiter.cpp
backing out clean up bug 560167 due to massive conflicts with the iterator patch
2010-04-23 20:49:06 -07:00
jsiter.h
Remove gcIteratorTable (557914, r=brendan).
2010-04-10 16:08:14 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
Use direct object shape instead of identity as key for deep property cache hits (497789, r=jorendorff).
2010-03-22 11:11:44 -07:00
jslock.cpp
Merge mozilla-central to tracemonkey
2010-04-28 11:11:48 -04:00
jslock.h
Bug 556353 - Remove OBJ_IS_NATIVE, HAS_FUNCTION_CLASS. r=brendan.
2010-03-31 22:13:51 -07:00
jslocko.asm
jslog2.cpp
Bug 557270 - on s390 pointers are 31-bits, have JS_CEILING_LOG2W use size_t instead of JSUword (r=brendan)
2010-04-06 16:10:54 -07:00
jslong.h
jsmath.cpp
Re-seed Math.random() for each window/frame/context (475585, r=waldo,dolske).
2010-03-18 08:27:26 -07:00
jsmath.h
Re-seed Math.random() for each window/frame/context (475585, r=waldo,dolske).
2010-03-18 08:27:26 -07:00
jsnum.cpp
Bug 562553 - TM: cache double-to-string conversions to speed up v8-splay.js. r=cdleary.
2010-04-29 17:17:24 -07:00
jsnum.h
Optimize DoubleToECMAInt32 for ARM. [Bug 551837][r=vlad]
2010-04-27 08:31:36 +01:00
jsobj.cpp
Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ../jsscope.h:563" @ JSObject::getSlot(unsigned int) when redefining property. r=brendan.
2010-05-10 18:43:34 -05:00
jsobj.h
Bug 555920 - Move js_obj_define{G,S}etter declarations in jsobj.h and make resolving_MatchEntry static, as it's not defined in any header [r=jwalden]
2010-05-13 09:45:33 +02:00
jsobjinlines.h
Bug 563870: Fix dtrace linker error. (r=dvander)
2010-05-05 15:32:47 -07:00
json.cpp
optimize JSON stringify. bug 561592. r=dvander
2010-04-25 08:51:05 -04:00
json.h
Readd jsdbgapi.cpp, json.cpp, jsopcode.cpp, and jstracer.cpp changes from bug 548702.
2010-03-29 19:47:40 -07:00
jsopcode.cpp
Bug 563221 - "Assertion failure: ss->top >= nuses," or "Assertion failure: top != 0," with decompiler, if-else chain, and GOTOX. r=brendan.
2010-05-04 16:38:47 -05:00
jsopcode.h
Bug 558437 - rename JSCompiler to js::Parser (r=brendan).
2010-04-10 21:15:35 -07:00
jsopcode.tbl
Bug 545165 - fix/simplify JSOP_CONCATN (r=jorendorff)
2010-02-19 19:22:37 -08:00
jsoplengen.cpp
jsops.cpp
Bug 562872 - encapsulate Arguments-related dslots accesses. r=brendan.
2010-05-02 21:42:09 -07:00
jsotypes.h
jsparse.cpp
Bug 551763: Fix deletion of arguments ident. (r=Waldo)
2010-05-05 15:20:12 -07:00
jsparse.h
Bug 560504 - Tweak friend class declaration in jsparse.h to work around compiler bug in Mac OS X Leopard's default compiler. r=jorendorff.
2010-04-21 10:54:25 -05:00
jsprf.cpp
jsprf.h
jspropertycache.cpp
Bug 556353 - Remove OBJ_IS_NATIVE, HAS_FUNCTION_CLASS. r=brendan.
2010-03-31 22:13:51 -07:00
jspropertycache.h
Bug 500431 part 5 - Make js::PropertyCache fields private. r=brendan.
2010-03-26 18:38:33 -05:00
jspropertycacheinlines.h
Bug 554996 - Eliminate native-ops check before testing property cache. Part 1: interpreter. r=gal.
2010-03-29 10:35:16 -05:00
jspropertytree.cpp
Followup fix for 497789: work around apparent gcc 4.4 aliasing bug (r=dvander).
2010-03-22 16:26:28 -07:00
jspropertytree.h
Use direct object shape instead of identity as key for deep property cache hits (497789, r=jorendorff).
2010-03-22 11:11:44 -07:00
jsproto.tbl
Bug 543057 - Drop the Script object (r=brendan)
2010-03-04 00:33:57 -08:00
jsprvtd.h
Bug 562991 - Change JS_SetTrap closure argument type from void* to jsval (r=brendan)
2010-04-30 17:34:54 -07:00
jspubtd.h
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
jsrecursion.cpp
Bug 563590 - TM: rename opcodes in jsregexp.cpp, jsrecursion.cpp. r=dvander.
2010-05-04 16:26:18 -07:00
jsregexp.cpp
Bug 563590 - TM: rename opcodes in jsregexp.cpp, jsrecursion.cpp. r=dvander.
2010-05-04 16:26:18 -07:00
jsregexp.h
Optimize static RegExp state (560358, r=brendan).
2010-04-28 16:35:12 -07:00
jsreops.tbl
jsscan.cpp
Bug 558437 - rename JSCompiler to js::Parser (r=brendan).
2010-04-10 21:15:35 -07:00
jsscan.h
Bug 559067 - Silence MSVC warnings in js/src. r=jorendorff
2010-04-16 16:00:51 -05:00
jsscope.cpp
Fix getter/setter built-in vs. scripted type confusion: union getter/setter callable object pointer with raw JSPropertyOp pointer, fix watchpoint assertion/null-deref related to ES5's {get: undefined, set: undefined} new scripted getter/setter state encoding, clean up related code (560796, r=jwalden).
2010-04-30 16:03:37 -07:00
jsscope.h
Fix getter/setter built-in vs. scripted type confusion: union getter/setter callable object pointer with raw JSPropertyOp pointer, fix watchpoint assertion/null-deref related to ES5's {get: undefined, set: undefined} new scripted getter/setter state encoding, clean up related code (560796, r=jwalden).
2010-04-30 16:03:37 -07:00
jsscopeinlines.h
Bug 560998 - Assertion failure: entry->vword.toObject() == JSVAL_TO_OBJECT(v). r=brendan.
2010-04-30 08:29:04 -05:00
jsscript.cpp
bug 560471 - remove GC_LAST_DITCH and GC_KEEP_ATOMS. r=jorendorff
2010-04-24 00:15:42 +02:00
jsscript.h
bug 560471 - remove GC_LAST_DITCH and GC_KEEP_ATOMS. r=jorendorff
2010-04-24 00:15:42 +02:00
jsscriptinlines.h
Bug 556353 - Remove OBJ_IS_NATIVE, HAS_FUNCTION_CLASS. r=brendan.
2010-03-31 22:13:51 -07:00
jsshell.msg
jsstack.js
jsstaticcheck.h
jsstdint.h
Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted
2010-03-06 12:59:41 -05:00
jsstr.cpp
Bug 558270 - unroll Duff proper (r=waldo)
2010-04-30 18:48:55 -07:00
jsstr.h
Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan.
2010-04-14 18:57:30 -07:00
jsstrinlines.h
Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff).
2009-10-26 13:39:39 -07:00
jstask.cpp
bug 553033 - replacing the background free list with a vector. r=jwalden
2010-04-27 15:46:24 +02:00
jstask.h
Oops, b0f49ebf6325 wants a definition (r=me)
2010-04-28 15:23:34 -07:00
jstl.h
Bug 560412 - Publicly expose the values of LazilyConstructed<T> objects. r=lw
2010-04-20 14:05:39 -07:00
jstracer.cpp
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
jstracer.h
Bug 562857 - TM: use LIR_d2i instead of js_DoubleToInt32() when possible. r=gal.
2010-05-05 16:50:50 -07:00
jstypedarray.cpp
Bug 565604 - Typed-array properties don't work when accessed from an object whose prototype is a typed array. r=vlad
2010-05-19 14:25:20 -07:00
jstypedarray.h
Bug 557728 - Split constructors into called-from-script and called-from-api. r=vlad sr=jst
2010-04-08 18:20:06 -07:00
jstypes.h
Bug 530583 - Delete silly JS_INT32_TO_PTR etc. macros. r=jwalden.
2010-03-16 10:41:28 -05:00
jsutil.cpp
Bug 561672 - JS_Assert should fflush(stderr). r=shaver
2010-04-26 13:50:56 -07:00
jsutil.h
bug 553033 - replacing the background free list with a vector. r=jwalden
2010-04-27 15:46:24 +02:00
jsvector.h
Bug 558410 - silence strict aliasing warnings (r=jorendorff)
2010-04-19 13:08:19 -07:00
jsversion.h
Bug 543057 - Drop the Script object (r=brendan)
2010-03-04 00:33:57 -08:00
jswince.asm
jsxdrapi.cpp
Don't build a stack frame to execute empty scripts (516827, r=igor).
2009-10-18 17:41:24 -07:00
jsxdrapi.h
Bug 543057 - Drop the Script object (r=brendan)
2010-03-04 00:33:57 -08:00
jsxml.cpp
Bug 563120 - test for failure earlier in js_TestXMLEquality (r=waldo)
2010-05-01 12:43:43 -07:00
jsxml.h
backing out clean up bug 560167 due to massive conflicts with the iterator patch
2010-04-23 20:49:06 -07:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Bug 539188 Fix jemalloc linkage for Solaris, revert Bug 534848 r=ted.mielczarek
2010-05-06 13:49:27 +08:00
Makefile.ref
Bug 538324 - Move ctypes into js/src. Part 1: Move ctypes into js/src/ctypes. r=sayrer
2010-04-02 12:02:17 -07:00
nanojit-import-filemap
Bug 524593 - nanojit-central to tracemonkey import machinery, r=gal.
2009-10-28 11:35:48 -07:00
nanojit-import-rev
Update nanojit-import-rev stamp.
2010-04-29 16:08:29 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp
Bug 563842: Make PRMJ_Now always high-resolution in Windows shell builds, r=brendan
2010-05-04 18:06:30 -07:00
prmjtime.h
README.html
resource.h
rules.mk
SpiderMonkey.rsp
time.sh
Y.js