..
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
Fix build warnings on ARM. [Bug 606949] [r=cdleary]
2010-10-26 15:29:04 +01:00
build
Add support for CL_INCLUDES_PREFIX environment variable for handling localized cl.exe /showIncludes output. (Bug 587372) r=ted a2.0=blocking2.0:final
2010-09-17 12:29:52 -07:00
config
Syncing js and m-c system-headers. r=dougt a=buildbustage
2010-10-18 10:16:45 -07:00
ctypes
Bug 585124 - Fix leak [@StructType::DefineInternal]. r=Waldo, a=bsmedberg
2010-10-19 09:37:03 -07:00
editline
gnuplot
Bug 579586 - TM: remove doubles from GCTIMER (r=jorendorff)
2010-07-20 09:52:02 -07:00
jit-test
Fix jsop_equality_int_string() for known non-int types. b=606829, r=sstangl.
2010-10-26 02:25:18 -04:00
jsapi-tests
Bug 603364 - Delete unused variable in a jsapi-test. r=jorendorff.
2010-10-20 23:25:49 -05:00
lirasm
Bug 603890 add big endian test cases r=nnethercote
2010-10-22 19:22:13 +08:00
methodjit
Analysis for defined variables, bug 604426. r=dvander
2010-10-26 12:00:54 -07:00
metrics
Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin.
2010-10-20 20:40:51 -07:00
nanojit
Bug 602386 - nanojit: fix winmo build breakage (r+Jacob.Bramley)
2010-10-26 11:41:05 -07:00
perf
Bug 492849 - Implement Object.preventExtensions, Object.isExtensible. a=waldo,jimb, r=brendan
2010-09-21 11:35:29 -07:00
ref-config
shell
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
t
[JAEGER] Reverted accidental test changes.
2010-07-31 18:59:53 -07:00
tests
Fix for bug 607284 (getOwnPropertyDescriptor on a proxy misbehaves). r=mrbkap.
2010-10-26 15:21:49 -07:00
tracevis
Bug 583143 - Fix bustage with MOZ_TRACEVIS and other NPOTB code (r=lw)
2010-09-20 12:43:52 -07:00
v8
Update our local copy of the V8 benchmarks to the latest test harness.
2010-05-27 17:15:56 -07:00
v8-dtoa
Bug 597367 Add fpclassify() for Solaris r=gal
2010-09-30 18:53:11 +08:00
vprof
Bug 555345 - Histogram profiling macros for JIT-generated code (r=rreitmai+)
2010-06-04 14:31:25 -07:00
xpconnect
Bug 604430 - Make the wantXrays flag apply to values obtained off of the sandbox object itself. r=peterv
2010-10-25 16:29:13 -07:00
yarr
Merge tracemonkey to mozilla-central.
2010-10-18 12:01:28 -05:00
aclocal.m4
bench.sh
config.mk
configure.in
Re-enable MICs on ARM and fix a couple of glitches. r=cdleary a=blocking-fennec
2010-10-25 14:44:17 -07: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
Bug 593483 - Unbreak (real) dtrace. r=gal, a=NPOTB
2010-09-16 13:21:12 -07:00
jitstats.tbl
Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin.
2010-10-20 20:40:51 -07:00
js-config.h.in
[JAEGER] Bug 580144: put JS_METHODJIT in js-config.h so that everyone sees the same jscntxt.h structs
2010-07-22 14:32:52 -07:00
js-config.in
js.mdp
js.msg
Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal.
2010-09-30 19:47:10 -05:00
jsanalyze.cpp
Analysis for defined variables, bug 604426. r=dvander
2010-10-26 12:00:54 -07:00
jsanalyze.h
Analysis for defined variables, bug 604426. r=dvander
2010-10-26 12:00:54 -07:00
jsapi.cpp
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsapi.h
Merge mozilla-central to tracemonkey.
2010-10-26 14:16:43 -04:00
jsarena.cpp
Header changes for sixgill, annotations. bug 601129, r=jorendorff
2010-10-01 21:00:55 -07:00
jsarena.h
Header changes for sixgill, annotations. bug 601129, r=jorendorff
2010-10-01 21:00:55 -07:00
jsarray.cpp
Bug 607148 - Remove unnamed namespaces from SpiderMonkey code. rs=luke
2010-10-25 16:47:11 -07:00
jsarray.h
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -07:00
jsast.tbl
bug 590774, r=cdleary: implement function::identifier E4X extension
2010-09-07 16:16:34 -07:00
jsatom.cpp
bug 594060, r=cdleary: Reflect.parse(): make source location information optional
2010-10-19 09:00:51 -07:00
jsatom.h
bug 594060, r=cdleary: Reflect.parse(): make source location information optional
2010-10-19 09:00:51 -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
Bug 514570 - 1 - Convert primitive-this-of-type function flags into a single primitive-this flag, to pave way for strict mode unadulterated-this passing. r=jorendorff
2010-10-12 11:50:02 -07:00
jsbool.h
Bug 549143 - fatvals
2010-07-14 23:19:36 -07:00
jsbuiltins.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsbuiltins.h
Bug 599214 - JM: Add a fast path for object equality (r=dvander,nnethercote)
2010-10-18 17:04:43 -07:00
jscell.h
bug 600687 - proper accounting for colors during the marking phase. r=anygregor
2010-09-30 01:31:20 +02:00
jsclist.h
jsclone.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsclone.h
Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal.
2010-09-30 19:47:10 -05:00
jscntxt.cpp
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
jscntxt.h
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
jscntxtinlines.h
Backed out changeset 685accd622f0 (bug 606065).
2010-10-24 13:21:33 -07:00
jscompartment.cpp
Backed out changeset 685accd622f0 (bug 606065).
2010-10-24 13:21:33 -07:00
jscompartment.h
Backed out changeset 685accd622f0 (bug 606065).
2010-10-24 13:21:33 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp
Bug 598261: Cannot cross compile JS on OSX. r+a=ted
2010-10-15 09:56:09 -07:00
jscpucfg.h
jsdate.cpp
Bug 607148 - Remove unnamed namespaces from SpiderMonkey code. rs=luke
2010-10-25 16:47:11 -07:00
jsdate.h
Bug 579471 - fast constructors (r=dmandelin,lw)
2010-08-10 16:38:08 -07:00
jsdbgapi.cpp
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsdbgapi.h
Backed out changeset 8ea3083a9787
2010-10-15 15:29:57 -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
Detect some OOM conditions. b=602935, r=jorendorff.
2010-10-14 19:24:09 -04:00
jsdtoa.h
Bug 590834 - Clean up number-to-string code. r=jwalden.
2010-09-13 13:08:25 -07:00
jsemit.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsemit.h
Bug 580468 - Use loop profiling to decide whether to use TM or JM (second try) (r=dmandelin)
2010-10-21 09:36:39 -07:00
jsexn.cpp
Bug 607148 - Remove unnamed namespaces from SpiderMonkey code. rs=luke
2010-10-25 16:47:11 -07:00
jsexn.h
Bug 549143 - fatvals
2010-07-14 23:19:36 -07:00
jsfun.cpp
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
jsfun.h
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -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
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsgc.h
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -07:00
jsgcchunk.cpp
Merge from Tracemonkey.
2010-08-02 15:55:29 -07:00
jsgcchunk.h
fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame
2010-07-15 13:18:12 -07:00
jsgcinlines.h
Fix memory leak, change uint to unsigned, bug 584917 followup. r=brendan,njn
2010-10-13 16:10:15 -07:00
jsgcstats.cpp
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -07:00
jsgcstats.h
bug 602534 - simpler scheduling of the last ditch GC. r=anygregor
2010-10-07 22:43:52 +02:00
jshash.cpp
Finally get rid of /* Added by JSIFY */ comments. r=Waldo.
2010-10-01 18:46:54 -05:00
jshash.h
jshashtable.h
Bug 599801 - TM: Clean up Compartment (de)construction. r=sayrer
2010-09-27 15:35:10 -07:00
jsify.pl
jsinterp.cpp
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
jsinterp.h
Bug 563126 - Rename JS instruction tracing -> logging, and ensure it doesn't convert call objs (r=brendan)
2010-10-26 12:07:26 -07:00
jsinterpinlines.h
Backed out changeset 8ea3083a9787
2010-10-15 15:29:57 -07:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsiter.h
Bug 580128 - Small cleanups in XrayWrapper and first stab at enumeration. r=mrbkap
2010-10-10 15:37:22 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
[JAEGER] Windows build fixes
2010-06-01 18:06:46 -07:00
jslock.cpp
Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}.
2010-10-22 19:06:26 -05:00
jslock.h
Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}.
2010-10-22 19:06:26 -05:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp
Bug 580468 - Use loop profiling to decide whether to use TM or JM (second try) (r=dmandelin)
2010-10-21 09:36:39 -07:00
jsmath.h
Bug 580468 - Use loop profiling to decide whether to use TM or JM (second try) (r=dmandelin)
2010-10-21 09:36:39 -07:00
jsnativestack.cpp
[JAEGER] Merge from fatval & TM.
2010-07-05 18:07:39 -07: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 607148 - Remove unnamed namespaces from SpiderMonkey code. rs=luke
2010-10-25 16:47:11 -07:00
jsnum.h
Bug 594233 - speed up js::DefaultValue on Number builtin with void hint (r=lw)
2010-10-19 10:39:55 -07:00
jsobj.cpp
Fix for bug 607284 (getOwnPropertyDescriptor on a proxy misbehaves). r=mrbkap.
2010-10-26 15:21:49 -07:00
jsobj.h
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsobjinlines.h
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
json.cpp
Bug 599254 - Avoid an unnecessary switch in the JSON parser. r=sayrer.
2010-09-27 17:20:43 -07:00
json.h
Bug 599254 - Avoid an unnecessary switch in the JSON parser. r=sayrer.
2010-09-27 17:20:43 -07:00
jsopcode.cpp
Bug 604210 - Optimistically use pc to decompile when vp is above pcdepth (r=brendan)
2010-10-19 09:36:24 -07:00
jsopcode.h
Bug 549143 - fatvals
2010-07-14 23:19:36 -07:00
jsopcode.tbl
Compile JSOP_FORGLOBAL,ARG,PROP,NAME,ELEM (bug 597455, r=dmandelin).
2010-10-25 10:01:21 -07:00
jsopcodeinlines.h
Bug 535912 - Eliminate blockChain from JSStackFrame (r=cdleary)
2010-09-29 13:21:36 -07:00
jsoplengen.cpp
jsotypes.h
Bug 603471 - Make int32* and int32_t* inter-convertible (r=jimb)
2010-10-18 14:10:50 -07:00
jsparse.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsparse.h
Bug 601395 - Fix parent pointer tracking for block objects (r=cdleary)
2010-10-18 11:34:57 -07:00
jsprf.cpp
Finally get rid of /* Added by JSIFY */ comments. r=Waldo.
2010-10-01 18:46:54 -05:00
jsprf.h
jsprobes.cpp
Bug 558861 - Compartmental GC (r=gal)
2010-09-24 10:54:39 -07:00
jsprobes.h
Backout accidental checkin of 149dfce94388
2010-09-14 22:30:36 -07:00
jspropertycache.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jspropertycache.h
Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan
2010-10-25 18:22:07 -07:00
jspropertycacheinlines.h
Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan
2010-10-25 18:22:07 -07:00
jspropertytree.cpp
Modularize to avoid inline vs. not ShapeHasher static woes (595615, r=dbaron, a=beta6+/debug-only-fix-for-devs).
2010-09-12 09:39:45 -07:00
jspropertytree.h
JSFunction::addLocal never calls Shape::maybeHash (595918, r=jorendorff).
2010-09-13 18:44:34 -07:00
jsproto.tbl
bug 533874, r=jimb: expose the parser as a JS API
2010-06-15 13:32:32 -07:00
jsproxy.cpp
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsproxy.h
Bug 604365 - Don't accidentally share JSSLOT_PROXY_EXTRA with functions. r=peterv
2010-10-18 15:21:47 -07:00
jsprvtd.h
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jspubtd.h
Bug 603471 - Make int32* and int32_t* inter-convertible (r=jimb)
2010-10-18 14:10:50 -07:00
jsreflect.cpp
bug 594060, r=cdleary: Reflect.parse(): make source location information optional
2010-10-19 09:00:51 -07:00
jsreflect.h
bug 590766, r=cdleary: let-expressions and let-statements
2010-09-07 15:44:31 -07:00
jsregexp.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsregexp.h
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -07:00
jsregexpinlines.h
Merge from mozilla-central.
2010-10-22 19:46:37 -07:00
jsreops.tbl
jsscan.cpp
Bug 596502: unbreak XML parsing on JS1.6 and onwards. (r=brendan)
2010-09-18 00:31:36 -07:00
jsscan.h
Bug 540675: eviscerate JSStackFrame::callerVersion. (r=lw)
2010-09-13 09:38:22 -07:00
jsscope.cpp
PropertyTable::{init,change} should use js_calloc/js_free, and JSObject::addPropertyInternal should report OOM on change failure (606880, r=anygregor).
2010-10-24 19:24:53 -07:00
jsscope.h
PropertyTable::{init,change} should use js_calloc/js_free, and JSObject::addPropertyInternal should report OOM on change failure (606880, r=anygregor).
2010-10-24 19:24:53 -07:00
jsscopeinlines.h
Flexible length JSObject, bug 584917. r=brendan,igor
2010-10-13 11:49:22 -07:00
jsscript.cpp
Remove JSOP_BEGIN and fix tracer integration issues (bug 603044, r=luke+dmandelin).
2010-10-15 11:36:56 -07:00
jsscript.h
Fix bug 602574 - Assertion failure: constOffset != 0 in JSScript::NewScript() on 64-bit platforms. r=gal@uci.edu
2010-10-10 15:47:09 -07:00
jsscriptinlines.h
Remove JSOP_BEGIN and fix tracer integration issues (bug 603044, r=luke+dmandelin).
2010-10-15 11:36:56 -07:00
jsshell.msg
Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal.
2010-09-30 19:47:10 -05:00
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
Header changes for sixgill, annotations. bug 601129, r=jorendorff
2010-10-01 21:00:55 -07:00
jsstdint.h
jsstr.cpp
Bug 605186 - js_NewStringFromCharBuffer should create short strings if it can (r=waldo)
2010-10-26 16:20:21 -07:00
jsstr.h
Backed out changeset dafb1d54cf74 -- it was a temporary diagnostic and we got the data.
2010-10-25 15:51:41 -07:00
jsstrinlines.h
Backed out changeset dafb1d54cf74 -- it was a temporary diagnostic and we got the data.
2010-10-25 15:51:41 -07:00
jstl.h
Backout c130135dcf02 (Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper)).
2010-09-14 22:27:02 -07:00
jstracer.cpp
Bug 606650 - Treat typeof() tests as constant in JIT profiler (r=dmandelin)
2010-10-26 12:03:16 -07:00
jstracer.h
Bug 606650 - Treat typeof() tests as constant in JIT profiler (r=dmandelin)
2010-10-26 12:03:16 -07:00
jstypedarray.cpp
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jstypedarray.h
Bug 581263 - remove slow natives (r=waldo,mrbkap)
2010-08-16 12:35:04 -07:00
jstypes.h
Bug 537873, Bug 514574: Have strict mode code report TypeErrors for assignments, deletions. r=brendan
2010-09-15 13:43:55 -07:00
jsutil.cpp
[JAEGER] Merge from Tracemonkey.
2010-08-30 15:13:32 -07:00
jsutil.h
Bug 601835 Add JS_STATIC_ASSERT back for Solaris Studio, r=brendan
2010-10-11 18:23:55 +08:00
jsval.h
Bug 604323 - Bug 514570 causes bustage Win64 debug build. r=jwalden
2010-10-15 10:28:30 +09:00
jsvalue.h
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsvector.h
Bug 605186 - js_NewStringFromCharBuffer should create short strings if it can (r=waldo)
2010-10-26 16:20:21 -07:00
jsversion.h
Bug 592644 - ES5 indirect eval. Part 1, add support and tests. r=brendan.
2010-10-07 15:00:09 -05:00
jswin.h
Forgotten jswin.h file. (r=red)
2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp
Backed out changeset 685accd622f0 (bug 606065).
2010-10-24 13:21:33 -07:00
jswrapper.h
Remove obsolete wrappedObject extended class hook (604523, r=mrbkap/vlad/dvander).
2010-10-22 15:40:11 -07:00
jsxdrapi.cpp
Finally get rid of /* Added by JSIFY */ comments. r=Waldo.
2010-10-01 18:46:54 -05:00
jsxdrapi.h
Bug 596364 - Allow the trace JIT to tell the method JIT to unblacklist a loop (r=dvander)
2010-10-19 11:08:25 -07:00
jsxml.cpp
Remove JSObject::title. Bug 606029, r=igor.
2010-10-22 19:04:22 -05:00
jsxml.h
Bug 558861 - Compartmental GC (r=gal)
2010-09-24 10:54:39 -07:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Analysis for defined variables, bug 604426. r=dvander
2010-10-26 12:00:54 -07:00
Makefile.ref
Remove special constructs no longer needed for Narcissus (bug 579137, r=gal)
2010-07-16 18:16:07 -07:00
nanojit-import-filemap
nanojit-import-rev
Update nanojit-import-rev stamp.
2010-10-24 20:47:40 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp
Correct GMT offsets for New Zealand and the Kingdom of Tonga, bug 591845. r=brendan, CLOSED TREE
2010-08-31 17:57:14 -07:00
prmjtime.h
Date performance fixes, bug 578259. r=waldo
2010-08-17 10:42:57 -07:00
README.html
resource.h
rules.mk
SpiderMonkey.rsp
time.sh
Y.js