..
analysis-tests
assembler
Back out 1bf4c1a6412b for failing an XP reftest.
2011-11-09 17:39:45 -08:00
build
Back out Bug 687511 since it doesn't work in pymake.
2011-11-08 11:49:54 -05:00
builtin
Bug 701332: Followup fix.
2011-11-10 21:04:00 -08:00
config
Bug 701822 - Add TEST_DIRS Makefile variable; r=ted
2011-11-11 12:25:22 -08:00
ctypes
Bug 650411 - assert in debug/release builds that JSRuntime is only used in a single-threaded manner (r=jorendorff,sr=dmandelin)
2011-07-01 14:11:31 -07:00
ds
Bug 684800 - Measure slop in TI-related JS memory reporters. r=bhackett.
2011-11-01 21:59:43 -07:00
editline
Bug 697076 - Fix some Clang warnings. r=luke
2011-10-26 11:50:40 +02:00
frontend
Bug 697279 - Properly disable some E4X opcodes in strict mode. r=brendan
2011-11-14 20:43:33 +01:00
gc
Bug 702496 - Fix MOZ_GCTIMER makeTable. r=billm
2011-11-16 10:56:51 -08:00
gnuplot
Backout changeset e6d269bc23b9 (bug 674251) to investigate Tdhtml regression on Mac.
2011-08-18 10:18:08 +02:00
jit-test
Bug 702426: Add test.
2011-11-16 16:40:13 -08:00
jsapi-tests
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
lirasm
methodjit
Don't treat THROW and RETRVAL as having fallthrough, bug 700127. r=dvander
2011-11-09 19:08:26 -08:00
metrics
nanojit
Bug 676585 - fix JS compilation for Darwin/ARM. r=edwsmith.
2011-09-07 21:31:33 -07:00
perf
shell
Example property ops need to check the class of the incoming objects, bug 700295. r=waldo
2011-11-09 19:32:30 -08:00
tests
Bug 701224 - Fix destructuring into an E4X qualified name, e.g. x::y. Also fix purely-expression-context evaluation of qualified names, bug 701222. r=cdleary
2011-11-09 18:39:53 -08:00
tracejit
Bug 697014 - Javascript test case testTypedArrays.js failed on sparc with typed array and TI. Part II. r=bhackett1024.
2011-10-27 14:03:02 +08:00
tracevis
v8
v8-dtoa
Bug 697076 - Fix some Clang warnings. r=luke
2011-10-26 11:50:40 +02:00
vm
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
vprof
yarr
Bug 679986: Deoptimize unnecessary regexps. (r=cdleary)
2011-11-07 11:42:02 -08:00
aclocal.m4
Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey.
2011-09-03 13:36:18 -04:00
configure.in
Bug 701628 - Remove the empty _COMPILER_PREFIX configure.in variable and its uses. r=ted
2011-11-11 13:50:48 -08:00
dtoa.c
ETWProvider.man
find-child.py
imacro_asm.py
[INFER] Reduce inference-related script overhead, bug 674609.
2011-07-28 09:16:53 -07:00
imacros.jsasm
javascript-trace.d
jitstats.tbl
js-config.h.in
Bug 696957 - Add Sparc, POWER/PPC, IA64 big-endian detection to jscpucfg.h. r=ted.mielczarek.
2011-10-27 14:02:20 +08:00
js-config.in
js.msg
Report an error when trying to watch an E4X property with a qualified name, rather than set a watchpoint that will not hit reliably. Bug 691746, r=jimb.
2011-10-24 10:51:52 -05:00
jsalloc.cpp
jsalloc.h
Back out rev 4c0e6b3f7791 (bug 689362) due to suspected mac x64 opt moth orange.
2011-10-12 23:07:04 -04:00
jsanalyze.cpp
Bug 686381 - JSOP_AND/JSOP_OR should always leave the value on the stack. r=dvander
2011-11-09 17:43:46 +01:00
jsanalyze.h
Remove defined variables analysis, bug 697861. r=dvander
2011-10-29 17:30:08 -07:00
jsapi.cpp
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
jsapi.h
Bug 702507 - rm JSCLASS_CONSTRUCT_PROTOTYPE and JS_IsConstructing_PossiblyWithGivenThisObjectAndPonies (r=waldo)
2011-11-17 08:58:05 -08:00
jsarray.cpp
Bug 701682 - Avoid write barrier when slowifying an array (r=bhackett)
2011-11-14 11:10:22 -08:00
jsarray.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsarrayinlines.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsast.tbl
jsatom.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsatom.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsatominlines.h
Remove jsobj.h from installed headers, bug 690943. r=luke
2011-10-04 07:06:54 -07:00
jsbool.cpp
Bug 695756 - Implement js::BooleanObject. r=nnethercote.
2011-10-20 22:47:30 -07:00
jsbool.h
Bug 683361, part 5 - Handle transparent proxies correctly in [[Class]] == "X" queries (r=waldo)
2011-09-20 16:48:50 -07:00
jsboolinlines.h
jsbuiltins.cpp
Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies
2011-09-03 03:21:25 +01:00
jsbuiltins.h
Bug 691695: Refactor RegExp components as prep for lazifying. (r=luke)
2011-10-04 23:48:32 -07:00
jscell.h
Bug 641027 - Fix warnings-as-errors bustage
2011-11-10 13:38:05 -08:00
jsclass.h
Bug 698495 part 2. Add an optional getElementIfPresent ObjectOps hook. r=waldo
2011-11-04 12:19:00 -04:00
jsclist.h
jsclone.cpp
Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures.
2011-10-22 11:03:26 +02:00
jsclone.h
Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures.
2011-10-22 11:03:26 +02:00
jscntxt.cpp
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
jscntxt.h
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
jscntxtinlines.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jscompartment.cpp
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
jscompartment.h
Bug 699668 - Backout aa05d607c95e because of MaxHeap regression
2011-11-17 11:31:40 -08:00
jscompat.h
Bug 666049 - Remove JSFloat64, float64 and float32 r=luke
2011-06-21 15:07:02 -07:00
jscpucfg.h
indent the #ifdef tree for readability (no bug, r=firebot)
2011-11-08 13:08:43 -08:00
jscrashformat.h
jscrashreport.cpp
Bug 677773 - Allow JS crash diagnostics to be disabled; simplify them (r=dmandelin,ted)
2011-08-12 06:57:45 -07:00
jscrashreport.h
Bug 684771 - js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value. r=wmccloskey
2011-09-06 17:54:36 +09:00
jsdate.cpp
Bug 693469 - Use mozilla::ArrayLength and mozilla::ArrayEnd in preference to JS_ARRAY_LENGTH whenever possible. r=cjones
2011-10-10 23:00:28 -07:00
jsdate.h
Remove jsobj.h from installed headers, bug 690943. r=luke
2011-10-04 07:06:54 -07:00
jsdbgapi.cpp
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsdbgapi.h
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsexn.h
Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies
2011-09-03 03:21:25 +01:00
jsfriendapi.cpp
Bug 699298 - Overhaul GC statistics gathering (r=gwagner)
2011-11-09 13:32:17 -08:00
jsfriendapi.h
Bug 699298 - Overhaul GC statistics gathering (r=gwagner)
2011-11-09 13:32:17 -08:00
jsfun.cpp
Remove class BytecodeCompiler. Bug 696953, part 3 of 4. r=Waldo.
2011-10-27 17:03:54 -05:00
jsfun.h
Bug 701584 - Move various offsetof uses into static offsetOf* methods. r=cdleary
2011-11-02 12:57:59 -07:00
jsfuninlines.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsgc.cpp
Back out 2f276de2e526 (burning)
2011-11-16 10:48:51 -08:00
jsgc.h
Bug 700915: Diagnostic for GC helper thread crashes. (r=billm)
2011-11-09 12:24:07 -08:00
jsgcchunk.cpp
Bug 670596 - Mark ununused arenas as decommitted; r=?,njn
2011-10-11 18:37:40 -07:00
jsgcchunk.h
Bug 670596 - Mark ununused arenas as decommitted; r=?,njn
2011-10-11 18:37:40 -07:00
jsgcinlines.h
Bug 641027 - Fix warnings-as-errors bustage
2011-11-10 13:38:05 -08:00
jsgcmark.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsgcmark.h
Back out 2f276de2e526 (burning)
2011-11-16 10:48:51 -08:00
jsgcstats.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsgcstats.h
Bug 693469 - Use mozilla::ArrayLength and mozilla::ArrayEnd in preference to JS_ARRAY_LENGTH whenever possible. r=cjones
2011-10-10 23:00:28 -07:00
jshash.cpp
jshash.h
jshotloop.h
jsinfer.cpp
Bug 684384 - Add JSOP_LABEL opcode for IonMonkey. r=dvander
2011-11-09 17:42:27 +01:00
jsinfer.h
Backout changeset 3b5b10d76887 (bug 678687) for V8/Dromaeo regressions on multiple platforms; a=mak
2011-10-27 16:11:26 +01:00
jsinferinlines.h
Backout changeset 3b5b10d76887 (bug 678687) for V8/Dromaeo regressions on multiple platforms; a=mak
2011-10-27 16:11:26 +01:00
jsinterp.cpp
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsinterp.h
Always discard methodjit code on GC, remove JM+TM integration, bug 685358. r=dvander
2011-10-24 20:46:00 -07:00
jsinterpinlines.h
Remove jsobj.h from installed headers, bug 690943. r=luke
2011-10-04 07:06:54 -07:00
jsinttypes.h
jsiter.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsiter.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jskeyword.tbl
Bug 697795 - Replace TOK_PRIMARY with separate kinds for each op it covers. r=cdleary
2011-10-25 23:52:39 -07:00
jskwgen.cpp
jslibmath.h
Correct typo in NumberDiv. (Bug 686323, r=dvander)
2011-09-21 20:51:18 -07:00
jslock.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jslock.h
bug 688641 - allocating GC chunks using helper thread. r=wmccloskey
2011-09-23 16:14:26 +02:00
jslocko.asm
jslog2.cpp
Bug 694256 - Build error: JS_FloorLog2 is missing. r=luke.
2011-10-14 13:12:46 +08:00
jsmath.cpp
Back out 1bf4c1a6412b for failing an XP reftest.
2011-11-09 17:39:45 -08:00
jsmath.h
Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies
2011-09-03 03:21:25 +01:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 690825 - Fix nativeCall assert; HandleNonGenericMethodClassMismatch should not assume args.callee() is the native (r=waldo)
2011-10-04 10:48:36 -07:00
jsnum.h
Backout changeset 3b5b10d76887 (bug 678687) for V8/Dromaeo regressions on multiple platforms; a=mak
2011-10-27 16:11:26 +01:00
jsnuminlines.h
Bug 652771 - Update Unicode character support for space categorization, also somewhat for uppercase and lowercase (although these will only be fully fixed in followup bugs). r=jwalden. Further (lumped together to address interdependencies): Bug 672760 - Don't pass the EOF non-character to any of the Unicode character-categorization functions. r=jwalden
2011-07-26 14:10:33 -07:00
jsobj.cpp
Bug 702507 - rm JSCLASS_CONSTRUCT_PROTOTYPE and JS_IsConstructing_PossiblyWithGivenThisObjectAndPonies (r=waldo)
2011-11-17 08:58:05 -08:00
jsobj.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsobjinlines.h
Bug 641027 - Fix warnings-as-errors bustage
2011-11-10 13:38:05 -08:00
json.cpp
Bug 692039 - Split defineProperty into property and generic forms, and use them throughout the engine. r=bhackett
2011-10-05 01:00:23 -07:00
json.h
Bug 684526 - Remove Jsvalify/Valueify (r=waldo)
2011-09-20 11:40:24 -07:00
jsonparser.cpp
Bug 684526 - Remove Jsvalify/Valueify (r=waldo)
2011-09-20 11:40:24 -07:00
jsonparser.h
Bug 684526 - Remove Jsvalify/Valueify (r=waldo)
2011-09-20 11:40:24 -07:00
jsopcode.cpp
Bug 701239 - add back arg/local-handling in DecompileDestructuringLHS (r=waldo)
2011-11-10 21:55:23 -08:00
jsopcode.h
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsopcode.tbl
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsopcodeinlines.h
jsoplengen.cpp
jsotypes.h
Bug 666049 - Remove JSFloat64, float64 and float32 r=luke
2011-06-21 15:07:02 -07:00
jsprf.cpp
jsprf.h
jsprobes.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsprobes.h
Bug 693712 - Followup to fix further SM-specific build breakage (r=billm)
2011-10-11 12:38:36 -07:00
jspropertycache.cpp
Merge MC -> JM
2011-08-21 16:00:26 -07:00
jspropertycache.h
jspropertycacheinlines.h
Bug 613452 - "Assertion failure: obj->isExtensible()" with Object.seal, sharps. r=Waldo.
2011-08-11 13:24:56 -05:00
jspropertytree.cpp
Bug 697931 - Remove KidHashes when possible. r=luke.
2011-10-27 23:06:17 -07:00
jspropertytree.h
jsproto.tbl
Bug 685688 - Don't use standard-class-style storage for the Generator class: just store the generator [[Prototype]] in a one-off slot in the global object. r=mrbkap
2011-09-08 16:36:51 -05:00
jsproxy.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsproxy.h
Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures.
2011-10-22 11:03:26 +02:00
jsprvtd.h
Bug 702426: Hoist executable allocator for better RegExp code sharing, take 2. (r=luke)
2011-11-15 14:33:54 -08:00
jspubtd.h
Bug 666049 - Remove JSFloat64, float64 and float32 r=luke
2011-06-21 15:07:02 -07:00
jsreflect.cpp
Bug 701224 - Fix destructuring into an E4X qualified name, e.g. x::y. Also fix purely-expression-context evaluation of qualified names, bug 701222. r=cdleary
2011-11-09 18:39:53 -08:00
jsreflect.h
jsreops.tbl
jsscope.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsscope.h
Bug 697931 - Remove KidHashes when possible. r=luke.
2011-10-27 23:06:17 -07:00
jsscopeinlines.h
Bug 641027 - Fix warnings-as-errors bustage
2011-11-10 13:38:05 -08:00
jsscript.cpp
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsscript.h
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jsscriptinlines.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsshell.msg
jsstack.js
jsstdint.h
jsstr.cpp
Bug 701332: Followup fix.
2011-11-10 21:04:00 -08:00
jsstr.h
Bug 663090 - Inline String.fromCharCode r=bhackett
2011-10-31 18:48:31 +01:00
jsstrinlines.h
Bug 700498 - Change StringBuffer::append to take a JSLinearString*, not a JSAtom*. r=cdleary
2011-11-07 16:28:37 -08:00
jstracer.cpp
Add type behavior info to script PC counts, bug 691788. r=sfink
2011-11-10 12:34:24 -08:00
jstracer.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jstypedarray.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jstypedarray.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jstypedarrayinlines.h
Bug 684526 - Remove Jsvalify/Valueify (r=waldo)
2011-09-20 11:40:24 -07:00
jstypes.h
bug 694499 - get rid of jscpucfg binary. r=jimb
2011-10-19 10:01:24 -04:00
jsutil.cpp
Bug 697076 - Fix some Clang warnings. r=luke
2011-10-26 11:50:40 +02:00
jsutil.h
Bug 701387: RegExpPrivateCache can disappear after lookup. (r=Waldo)
2011-11-10 21:04:04 -08:00
jsval.h
Remove jsobj.h from installed headers, bug 690943. r=luke
2011-10-04 07:06:54 -07:00
jsversion.h
Remove code for JS_HAS_ARRAY_EXTRAS, and make the extra methods ES5 added to Array.prototype always present. rs=luke
2011-07-15 14:06:40 -07:00
jswatchpoint.cpp
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jswatchpoint.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jsweakmap.cpp
Bug 697515 - WeakMap.set should return undefined, not itself. r=jorendorff.
2011-10-26 14:25:20 -05:00
jsweakmap.h
Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett)
2011-10-25 16:07:42 -07:00
jswin64.asm
jswin.h
jswrapper.cpp
Bug 698299 - rm bogus assert in SecurityWrapper::nativeCall (r=mrbkap)
2011-11-10 21:55:35 -08:00
jswrapper.h
Bug 702437 - Implement MOZ_OVERRIDE to encapsulate support for the contextual override keyword on virtual member functions. r=cjones
2011-11-14 10:31:46 -08:00
jsxdrapi.cpp
Bug 691847 - Always check bytecode version, r=Waldo
2011-11-11 19:15:19 -08:00
jsxdrapi.h
Bug 691847 - Always check bytecode version, r=Waldo
2011-11-11 19:15:19 -08:00
jsxml.cpp
Back out 2f276de2e526 (burning)
2011-11-16 10:48:51 -08:00
jsxml.h
Back out 2f276de2e526 (burning)
2011-11-16 10:48:51 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Bug 672796 - Move MOZILLA_GUARD_OBJECT_NOTIFIER_* out of AutoRestore.h; r=khuey
2011-11-16 08:50:19 +01:00
nanojit-import-filemap
nanojit-import-rev
Update nanojit-import-rev stamp.
2011-09-07 21:37:54 -07:00
prmjtime.cpp
prmjtime.h
README.html
sharkctl.cpp
sharkctl.h
Y.js