..
asmjs
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
builtin
Bug 1161353 - Remove the post-barrier verifier; r=sfink
2015-05-04 17:34:38 -07:00
ctypes
Bug 1155946 part 1 - Add a mayResolve class hook to optimize objects with resolve hooks better. r=bhackett
2015-04-23 15:51:28 +02:00
devtools
Bug 1157354 - Part 2: Pass --tbpl and --tbpl-debug to more spidermonkey shell build variants. r=sfink
2015-05-05 13:59:51 +09:00
doc
Bug 1136945 - Add to Debugger.Memory docs possible outcomes of the nonincrementalReason in the onGarbageCollection event. r=fitzgen
2015-04-28 10:34:23 -07:00
ds
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
editline
frontend
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
gc
Bug 1160887 - Fix various unboxed object bugs, r=jandem,terrence.
2015-05-06 13:04:59 -06:00
gdb
Bug 1160267 - JS build files should not declare IMPL_MFBT. r=glandium
2015-04-30 15:10:03 -07:00
irregexp
Bug 1147629 - Use getStackPointer() and helper functions. r=jandem
2015-03-24 14:44:06 -07:00
jit
Bug 1161351 - Fix unwound exit frame sizes in JitProfilingFrameIterator. (r=nbp)
2015-05-06 15:55:26 -07:00
jit-test
Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb)
2015-05-06 15:55:26 -07:00
jsapi-tests
Bug 1161077 - Remove file that is no longer used.
2015-05-06 12:57:59 -06:00
octane
perf
Bug 1155946 part 1 - Add a mayResolve class hook to optimize objects with resolve hooks better. r=bhackett
2015-04-23 15:51:28 +02:00
proxy
Bug 1159347 - Make BaseProxyHandler::getPropertyDescriptor not-pure virtual. r=efaust
2015-04-29 10:47:48 +02:00
shell
Bug 1146597 - Add unboxed arrays for JSOP_NEWARRAY arrays, and shell option for using them, r=jandem.
2015-05-03 08:14:04 -07:00
tests
Bug 1142279 - DataView should require 'new'. - r=efaust
2015-05-06 15:55:05 -07:00
vm
Bug 1142279 - DataView should require 'new'. - r=efaust
2015-05-06 15:55:05 -07:00
vtune
aclocal.m4
configure.in
Bug 1001975 - Enable -Wuninitialized warnings as errors. r=glandium
2015-04-07 20:52:54 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 1142279 - DataView should require 'new'. - r=efaust
2015-05-06 15:55:05 -07:00
js.pc.in
jsalloc.cpp
Bug 1156317 - Change the onOutOfMemory() interface is make it harder to misuse r=terrence
2015-04-21 16:08:39 +01:00
jsalloc.h
Bug 1156317 - Change the onOutOfMemory() interface is make it harder to misuse r=terrence
2015-04-21 16:08:39 +01:00
jsapi.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsapi.h
Bug 1146597 - Add unboxed arrays for JSOP_NEWARRAY arrays, and shell option for using them, r=jandem.
2015-05-03 08:14:04 -07:00
jsarray.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsarray.h
jsast.tbl
jsatom.cpp
Bug 1154950 - Share permanent atom and well-known symbol marking; r=sfink
2015-04-14 13:28:46 -07:00
jsatom.h
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 1161353 - Remove the post-barrier verifier; r=sfink
2015-05-04 17:34:38 -07:00
jscntxt.h
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
jscntxtinlines.h
Bug 895223 - Always pass the holder to JSGetterOps. r=jorendorff,jandem
2015-04-11 13:59:47 +02:00
jscompartment.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jscompartment.h
Bug 1155618 - Fix some places where OOM errors are not reported to the context r=terrence
2015-05-01 16:26:10 +01:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsdate.h
jsdtoa.cpp
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsdtoa.h
jsexn.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsexn.h
Bug 891107 - Part 1: Show information about value, type, function, and argument number in type conversion error messages in js-ctypes. r=jorendorff
2015-04-23 13:41:10 +09:00
jsfriendapi.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsfriendapi.h
Bug 1155033 - Handle cyclic or deep ObjectGroup tracing chains during cycle collection, r=terrence.
2015-04-24 18:22:15 -06:00
jsfun.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsfun.h
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsfuninlines.h
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsgc.cpp
Bug 1161353 - Remove the post-barrier verifier; r=sfink
2015-05-04 17:34:38 -07:00
jsgc.h
Bug 1161726 - Use a custom tracer for tenuring to avoid the indirect calls; r=jonco
2015-05-04 17:36:31 -07:00
jsgcinlines.h
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jshashutil.h
Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence
2015-05-01 16:26:10 +01:00
jsiter.cpp
Bug 1157703 - Cache iterators involving unboxed objects, r=jandem.
2015-05-03 15:27:12 -07:00
jsiter.h
Bug 1157703 - Cache iterators involving unboxed objects, r=jandem.
2015-05-03 15:27:12 -07:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsnum.h
jsobj.cpp
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
jsobj.h
Bug 1161077 - Allocate unboxed arrays in the nursery, r=terrence.
2015-05-04 16:36:54 -07:00
jsobjinlines.h
Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
2015-05-06 16:52:46 +02:00
json.cpp
Bug 1148568 - In JSON.parse with a reviver callback, ignore failure when defining properties. r=Waldo.
2015-03-23 14:32:30 -05:00
json.h
jsopcode.cpp
Bug 1147939 - The expression decompiler can't assume that it's called directly from script. (r=bhackett)
2015-04-15 21:55:21 -07:00
jsopcode.h
Bug 1147216 part 1 - Give JSOP_LINENO a 4-byte instead of 2-byte operand. r=luke
2015-04-10 11:38:50 +02:00
jsopcodeinlines.h
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsprf.cpp
jsprf.h
jspropertytree.cpp
Bug 1157628: Reformat spidermonkey source directory, again; r=jandem
2015-04-23 12:22:36 +02:00
jspropertytree.h
jsprototypes.h
jspubtd.h
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
jsreflect.cpp
Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage
2015-04-08 19:05:41 -07:00
jsreflect.h
jsscript.cpp
Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb)
2015-05-06 15:55:26 -07:00
jsscript.h
Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb)
2015-05-06 15:55:26 -07:00
jsscriptinlines.h
Bug 674779 - Per-component CPU monitoring, low-level. r=blassey, r=jandem
2015-03-31 12:40:52 +02:00
jsshell.msg
jsstr.cpp
Bug 1102219 - Part 1: Add String.prototype.includes
; keep String.prototype.contains
around as an alias with a (non-release builds only) warning. r=till
2015-04-30 00:32:01 +09:00
jsstr.h
Bug 1155946 part 1 - Add a mayResolve class hook to optimize objects with resolve hooks better. r=bhackett
2015-04-23 15:51:28 +02:00
jstypes.h
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsutil.cpp
jsutil.h
Backed out changeset 42ed856b37d9 (bug 1153382) to see if it unbreaks e10s-bc1 CLOSED TREE
2015-04-15 16:45:41 -07:00
jsversion.h
jswatchpoint.cpp
Bug 1149352 - Part 8: Move Object marking to TraceEdge; r=jonco
2015-03-30 16:08:06 -07:00
jswatchpoint.h
jsweakcache.h
Bug 1149352 - Templatize IsMarked and IsAboutToBeFinalized; r=jonco
2015-03-27 16:22:52 -07:00
jsweakmap.cpp
Bug 1153825 - Fix length properties of (Weak){Map,Set} constructors; r=evilpie
2015-05-01 12:32:53 +02:00
jsweakmap.h
Bug 1149526 - Rework HeapPtr lifetime checks using TLS r=terrence
2015-04-09 18:08:54 +01:00
jswin.h
Bug 1155838 - Fix a build warning on windows; r=till
2015-04-17 12:41:31 -07:00
jswrapper.h
Bug 1156632 - Remove unused forward class declarations - patch 7 - JS, r=sfink
2015-04-22 08:29:26 +02:00
make-source-package.sh
Bug 1062473
: Use mozalloc's moz_malloc_size_of in the JS shell, not our own custom copy. r=glandium
2015-04-13 16:11:32 -07:00
Makefile.in
moz.build
Bug 1157703 - Cache iterators involving unboxed objects, r=jandem.
2015-05-03 15:27:12 -07:00
NamespaceImports.h
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
Y.js