..
analysis-tests
assembler
Bug 606882: Import YARR changeset 72781, r=cdleary
2011-01-18 13:33:43 -08:00
build
Bug 616810 Remove extraneous CRs r=khuey a=bsmedberg
2011-01-05 23:46:04 +00:00
config
Bug 623287, bump nightly version to 4.0b11pre, r=nthomas a=release DONTBUILD
2011-01-26 10:07:49 +13:00
ctypes
Add commit for bug 605421 to libffi.patch. NPOB, a=aidan
2011-01-18 16:00:36 -08:00
editline
gnuplot
jit-test
Backed out changeset f3b470fb91a9 (orange) for bug 623297
2011-01-24 11:18:53 -08:00
jsapi-tests
Bug 559653 - Record assignment before the interpreter goes, mostly. This reduces record_SetPropHit to a narrower callback, record_AddProperty. r=brendan.
2011-01-14 16:18:53 -06:00
lirasm
Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (NJ-specific part). r=edwsmith.
2011-01-18 14:58:34 -08:00
methodjit
Bug 627475 - Fix missing return stmt for Android (fixes changeset 4031baed59f7)
2011-01-24 15:16:27 -08:00
metrics
Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin.
2010-10-20 20:40:51 -07:00
nanojit
Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (NJ-specific part). r=edwsmith.
2011-01-18 14:58:34 -08:00
perf
Bug 624878 - Remove dangerous uses of vanilla (throw-on-failure) |operator new|. r=lw.
2011-01-17 19:44:10 -08:00
ref-config
shell
Backed out changeset 47678330818a
2011-01-24 15:11:34 -08:00
t
tests
Bug 497869 - Forbid let and yield in strict mode code in scripts which are not JS1.7 or greater (that is, any web script not explicitly opted into JS1.7+ with a <script type>). r=brendan
2011-01-24 07:26:26 -08:00
tracejit
Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (TM-specific part). r=gal.
2011-01-18 15:05:43 -08:00
tracevis
Bug 583143 - Fix bustage with MOZ_TRACEVIS and other NPOTB code (r=lw)
2010-09-20 12:43:52 -07:00
v8
v8-dtoa
Bug 610303 - Function fpclassify in v8-dtoa/platform.cc may return random value. r=gal
2010-11-08 14:56:48 +08:00
vprof
xpconnect
Merge mozilla-central and tracemonkey. (a=blockers)
2011-01-24 19:47:52 -08:00
yarr
Bug 606882: Import YARR changeset 72781, r=cdleary
2011-01-18 13:33:43 -08:00
aclocal.m4
bench.sh
config.mk
configure.in
Merge tracemonkey to mozilla-central. (a=blockers)
2011-01-18 11:19:21 -08:00
dtoa.c
Bug 612624 - Fix a missing OmitPrivateMemory in dtoa. r=mrbkap
2010-12-21 13:46:01 -08:00
find-child.py
imacro_asm.py
imacros.jsasm
Bug 602129 - JM: make f.call(...) fast, part 1 (r=dvander)
2010-10-13 15:57:42 -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
js-config.in
js.mdp
js.msg
Disallow for-in initializers that use let (bug 617288, r=brendan).
2011-01-10 16:58:22 -08:00
jsanalyze.cpp
Remove bogus assert, bug 608980. r=dmandelin
2010-11-11 17:21:14 -08:00
jsanalyze.h
Analysis for defined variables, bug 604426. r=dvander
2010-10-26 12:00:54 -07:00
jsapi.cpp
Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity
2011-01-23 03:12:28 -08:00
jsapi.h
Cache eval CSP check (bug 614137, r=mrbkap, a=dmandelin).
2011-01-22 14:28:37 -08: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 626526 - Change cx->busyArrays to use SystemAllocPolicy; avoid JSContext init subtleties (r=pbiggar)
2011-01-24 09:47:25 -08:00
jsarray.h
Bug 612292 - Rename array allocation functions (r=lw)
2010-12-13 16:22:59 -08:00
jsast.tbl
backing out due to red
2011-01-03 16:46:25 -08:00
jsatom.cpp
Bug 625484 - rename defaultCompartment r=gal
2011-01-13 14:42:36 -08:00
jsatom.h
Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan).
2011-01-10 11:42:11 -08:00
jsatominlines.h
jsbit.h
jsbool.cpp
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsbool.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsbuiltins.cpp
Bug 625333 - tracer generated code reads stack memory it didn't write. r=lw.
2011-01-13 19:14:46 -08:00
jsbuiltins.h
Bug 623050 - Move tracerState to compartment (r=gal)
2011-01-12 16:56:23 -08: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
Bug 624080 - Avoid weird OSX10.5 compile error in jsclone (r=jorendorff)
2011-01-10 12:29:50 -08:00
jsclone.h
Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking.
2011-01-06 22:21:30 -08:00
jscntxt.cpp
Backed out changeset c10e63cba3b6
2011-01-24 15:07:00 -08:00
jscntxt.h
Backed out changeset f3b470fb91a9 (orange) for bug 623297
2011-01-24 11:18:53 -08:00
jscntxtinlines.h
Bug 625484 - rename defaultCompartment r=gal
2011-01-13 14:42:36 -08:00
jscompartment.cpp
Backed out changeset 6dcf1547ea08
2011-01-24 15:11:58 -08:00
jscompartment.h
Backed out changeset f3b470fb91a9 (orange) for bug 623297
2011-01-24 11:18:53 -08:00
jscompat.h
Bug 577812 - One declaration rule violation in Mozilla sources r=brendan
2010-12-07 12:48:16 -06:00
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 617215 - eliminating JS_NewString usage in FF while fixing a leak there. r=bz
2010-12-09 11:22:15 +01:00
jsdate.h
Remove unused js_DateSetXXX API. Bug 524179, r=brendan.
2010-12-07 12:46:19 -06:00
jsdbgapi.cpp
Backed out changeset 47678330818a
2011-01-24 15:11:34 -08:00
jsdbgapi.h
Backed out changeset 47678330818a
2011-01-24 15:11:34 -08:00
jsdbgapiinlines.h
Bug 602139: Add js_UpdateWatchpointsForShape, to correctly update watchpoints after shape changes. r=jorendorff
2010-11-09 15:04:12 -08:00
jsdhash.cpp
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
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
jsemit.h
Bug 617609 - Upvar analysis marks functions as NULL_CLOSURE incorrectly. r=brendan.
2011-01-21 13:22:26 -06:00
jsexn.cpp
Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn)
2010-12-06 10:26:58 -08:00
jsexn.h
jsfriendapi.cpp
Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake
2010-12-23 22:41:57 +01:00
jsfriendapi.h
Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake
2010-12-23 22:41:57 +01:00
jsfun.cpp
Cache eval CSP check (bug 614137, r=mrbkap, a=dmandelin).
2011-01-22 14:28:37 -08:00
jsfun.h
Get rid of JSOP_{GET,CALL}UPVAR and simplify code greatly (592202, r=jorendorff).
2010-12-29 23:46:50 -08:00
jsfuninlines.h
Require JSFunction::inStrictMode() callers to check for isInterpreted() first, since most already know that the function in question is interpreted. r=dmandelin
2010-12-22 21:06:08 -05:00
jsgc.cpp
Bug 624224 - cleanup compartment sweep code, r=brendan
2011-01-18 15:20:39 -08:00
jsgc.h
Enable per-compartment garbage collection (bug 605662, r=gal). CLOSED TREE
2011-01-07 23:44:57 -08:00
jsgcchunk.cpp
jsgcchunk.h
jsgcinlines.h
Bug 625484 - rename defaultCompartment r=gal
2011-01-13 14:42:36 -08:00
jsgcstats.cpp
Bug 625484 - rename defaultCompartment r=gal
2011-01-13 14:42:36 -08:00
jsgcstats.h
Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor
2010-11-17 12:39:45 -08: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
jshotloop.h
Bug 607539 - Small profiler cleanups (r=dmandelin)
2011-01-05 14:09:38 -08:00
jsify.pl
jsinterp.cpp
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
jsinterp.h
Bug 622053 - Streamline and greatly clarify Call object PropertyOp getters and setters, for easier reading and more bounds-checking assertions than the none (!) we had before. r=dmandelin
2010-12-29 22:21:18 -06:00
jsinterpinlines.h
Bug 514568 - Add JSObject::callIsForEval rather than using JSObject::getCallObjCallee() == NULL. r=igor
2011-01-05 14:54:04 -06:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp
Get rid of value snapshotting in value iterators (bug 624421, r=luke,gal).
2011-01-14 17:15:21 -08:00
jsiter.h
Get rid of value snapshotting in value iterators (bug 624421, r=luke,gal).
2011-01-14 17:15:21 -08:00
jskeyword.tbl
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
jskwgen.cpp
jslibmath.h
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 621032 - Move MathCache from JSThreadData to JSCompartment (r=igor,a=blocker)
2010-12-29 17:59:02 -08:00
jsmath.h
Bug 606441 - TM: specialize Math.abs() for integers when possible. r=dvander.
2010-10-26 20:21:39 -07:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsnum.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsobj.cpp
Back out changeset 72cb2f4a893c
2011-01-24 19:45:08 -08:00
jsobj.h
Cache eval CSP check (bug 614137, r=mrbkap, a=dmandelin).
2011-01-22 14:28:37 -08:00
jsobjinlines.h
Bug 619529 - avoid any exposure of XML's AttributeName and AnyName objects. r=brendan
2011-01-09 00:01:52 +01:00
json.cpp
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
json.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsopcode.cpp
Bug 610088 - Don't assert when DecompileValueGenerator called from script prologue (r=dmandelin)
2011-01-24 11:55:02 -08:00
jsopcode.h
Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity
2011-01-23 03:12:28 -08:00
jsopcode.tbl
Remove unsound global optimizations (bug 618007, r=brendan).
2011-01-08 16:27:48 -08:00
jsopcodeinlines.h
Handle extended indexes around JSOP_*BLOCKCHAIN (610026, r=billm).
2010-11-05 15:03:39 -07:00
jsoplengen.cpp
jsotypes.h
Bug 609222 - JM: Fix call mechanism and recompilation. r=dvander. Patch to make Sun Studio on X86 work (typedef int32).
2010-11-30 11:19:17 +08:00
jsparse.cpp
Add an assertion per bug 626436 comments 7-9. rs=brendan.
2011-01-20 17:41:59 -06:00
jsparse.h
Bug 617609 - Upvar analysis marks functions as NULL_CLOSURE incorrectly. r=brendan.
2011-01-21 13:22:26 -06: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
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
2011-01-14 17:58:40 -08:00
jsprobes.h
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
2011-01-14 17:58:40 -08:00
jspropertycache.cpp
Fix overeager property cache fills, leading to wrong answers after certain JOF_INCDEC ops. Bug 614782, r=dmandelin.
2010-12-06 15:34:30 -06: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
Fix C++ violation tolerated by GCC and MSVC, caught by Clang (623303, rs=luke).
2011-01-11 11:12:59 -08:00
jspropertytree.h
Enable per-compartment garbage collection (bug 605662, r=gal). CLOSED TREE
2011-01-07 23:44:57 -08:00
jsproto.tbl
AnyName can't have a NULL parent (bug 617485, r=brendan).
2011-01-21 10:55:39 -08:00
jsproxy.cpp
Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan).
2011-01-10 11:42:11 -08:00
jsproxy.h
Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan).
2011-01-10 11:42:11 -08:00
jsprvtd.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jspubtd.h
Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking.
2011-01-06 22:21:30 -08:00
jsreflect.cpp
backing out due to red
2011-01-03 16:46:25 -08:00
jsreflect.h
backing out due to red
2011-01-03 16:46:25 -08:00
jsregexp.cpp
Bug 620327: Spruce up js_regexp_ToString. (r=Waldo)
2011-01-12 15:29:03 -08:00
jsregexp.h
Merge mozilla-central to tracemonkey.
2010-12-29 19:25:04 -05:00
jsregexpinlines.h
Bug 620327: Spruce up js_regexp_ToString. (r=Waldo)
2011-01-12 15:29:03 -08:00
jsreops.tbl
jsscan.cpp
Bug 497869 - Forbid let and yield in strict mode code in scripts which are not JS1.7 or greater (that is, any web script not explicitly opted into JS1.7+ with a <script type>). r=brendan
2011-01-24 07:26:26 -08:00
jsscan.h
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
jsscope.cpp
Bug 623050 - Move tracerState to compartment (r=gal)
2011-01-12 16:56:23 -08:00
jsscope.h
Enable per-compartment garbage collection (bug 605662, r=gal). CLOSED TREE
2011-01-07 23:44:57 -08:00
jsscopeinlines.h
Bug 610070 - Large amount of heap allocation from js::PropertyTable::init. r=brendan.
2011-01-03 17:14:55 -08:00
jsscript.cpp
Bug 623301 - Properly root arguments names during a call to Function(). r=brendan
2011-01-05 16:50:30 -06:00
jsscript.h
Bug 610070 - Large amount of heap allocation from js::PropertyTable::init. r=brendan.
2011-01-03 17:14:55 -08:00
jsscriptinlines.h
Bug 614493 - Move top-level binding storage (and argument, variable, and upvar counts) out of JSFunction and into js::Bindings, itself stored in JSScript, anticipating the time when strict mode eval scripts will need it. r=brendan
2010-11-16 15:34:24 -08: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
jsstaticcheck.h
Header changes for sixgill, annotations. bug 601129, r=jorendorff
2010-10-01 21:00:55 -07:00
jsstdint.h
jsstr.cpp
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsstr.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsstrinlines.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jstl.h
Bug 620640 - Allow there to be more than 1 pending global slot to set (r=jorendorff)
2011-01-11 15:19:57 -08:00
jstracer.cpp
Backed out changeset f3b470fb91a9 (orange) for bug 623297
2011-01-24 11:18:53 -08:00
jstracer.h
Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (TM-specific part). r=gal.
2011-01-18 15:05:43 -08:00
jstypedarray.cpp
b=625503; convert NaN correctly with typed array array conversion; r=waldo, a=dvander
2011-01-14 10:46:22 -08:00
jstypedarray.h
ICs for typed arrays (bug 594247, r=cdleary,vlad).
2011-01-05 19:16:41 -08:00
jstypes.h
Bug 609440, part 2 - do lazy allocation, dag-ify ropes (assume no oom) (r=njn)
2010-11-30 18:41:32 -08:00
jsutil.cpp
[JAEGER] Merge from Tracemonkey.
2010-08-30 15:13:32 -07:00
jsutil.h
Bug 622144 - Code must #include <string.h> to use memset. r=dmandelin, a=shaver
2011-01-22 08:52:25 -08:00
jsval.h
Bug 624011: #ifdef out a debugging struct in C code, since it uses a type that's not C-kosher. r=lw
2011-01-09 10:42:52 -08:00
jsvalue.h
Merge mozilla-central to tracemonkey.
2010-11-09 15:29:44 -05:00
jsvector.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
jsversion.h
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
jswin.h
jswince.asm
jswrapper.cpp
Get rid of value snapshotting in value iterators (bug 624421, r=luke,gal).
2011-01-14 17:15:21 -08:00
jswrapper.h
Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan).
2011-01-10 11:42:11 -08:00
jsxdrapi.cpp
Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn)
2010-12-06 10:26:58 -08:00
jsxdrapi.h
Remove unsound global optimizations (bug 618007, r=brendan).
2011-01-08 16:27:48 -08:00
jsxml.cpp
AnyName can't have a NULL parent (bug 617485, r=brendan).
2011-01-21 10:55:39 -08:00
jsxml.h
Bug 617935: Check string lengths using StringBuffer. (r=lw)
2011-01-12 15:28:58 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Bug 624878 - Remove dangerous uses of vanilla (throw-on-failure) |operator new|. r=lw.
2011-01-17 19:44:10 -08:00
Makefile.ref
nanojit-import-filemap
nanojit-import-rev
Update nanojit-import-rev stamp.
2011-01-18 15:04:48 -08:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp
Bug 554338: Show correct timezone abbreviation on OSX/Linux, r=jorendorff
2010-11-29 13:29:44 -08:00
prmjtime.h
README.html
resource.h
rules.mk
sharkctl.cpp
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
2011-01-14 17:58:40 -08:00
sharkctl.h
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
2011-01-14 17:58:40 -08:00
SpiderMonkey.rsp
time.sh
Y.js