..
asmjs
Bug 1155176 - correct return types for atomics. r=luke
2015-07-01 05:07:09 +02:00
builtin
Bug 1061909: Define a testing function to introduce easily traceable objects. r=fitzgen
2015-06-28 13:11:06 -07:00
ctypes
Bug 1155618 - Fix more places where we don't correctly report allocation failure to the context r=terrence
2015-07-01 18:53:04 +01:00
devtools
No Bug - Remove an unneeded annotation DONTBUILD; r=sfink
2015-06-10 14:50:55 -07:00
doc
Bug 1061909: Add documentation for Debugger.Memory.prototype.takeCensus's 'breakdown' parameter. r=fitzgen
2015-06-26 17:24:35 -07:00
ds
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
editline
frontend
Bug 1155618 - Fix more places where we don't correctly report allocation failure to the context r=terrence
2015-07-01 18:53:04 +01:00
gc
Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
2015-06-18 10:23:49 -07:00
gdb
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
irregexp
Bug 1175556 - ARM64: Land miscellaneous changes. r=evilpie
2015-06-29 13:14:58 -07:00
jit
Bug 1179264 - Only assert markedness of sampled scripts in JitcodeMap during finalization. (r=terrence)
2015-07-01 21:57:28 -07:00
jit-test
Bug 1061909: Implement 'allocationStack' breakdown for Debugger.Memory.prototype.takeCensus. r=fitzgen
2015-06-30 23:47:37 -07:00
jsapi-tests
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
octane
perf
Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink
2015-05-13 14:07:34 -07:00
proxy
Backed out changeset 94f14d6b26d5 (bug 1125624)
2015-06-17 11:02:59 +02:00
shell
Bug 1061909: Implement 'allocationStack' breakdown for Debugger.Memory.prototype.takeCensus. r=fitzgen
2015-06-30 23:47:37 -07:00
tests
Bug 1061909: Add breakdown argument to Debugger.Memory.prototype.takeCensus, covering all existing count types. r=fitzgen
2015-07-01 15:51:32 -07:00
vm
Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
2015-06-18 10:23:49 -07:00
vtune
aclocal.m4
bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal
2015-06-10 10:49:22 +09:00
configure.in
Bug 1171180 - Remove trunc from jsmath; r=jorendorff
2015-06-29 12:07:21 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 1061909: Add breakdown argument to Debugger.Memory.prototype.takeCensus, covering all existing count types. r=fitzgen
2015-07-01 15:51:32 -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 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
jsapi.h
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
jsarray.cpp
Bug 1170182 - Remove dead functions from js/src. r=jorendorff
2015-06-27 08:56:58 -07:00
jsarray.h
Bug 1170182 - Remove dead functions from js/src. r=jorendorff
2015-06-27 08:56:58 -07:00
jsast.tbl
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsatom.cpp
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
jsatom.h
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 1174486 part 1. Make sure that warnings do still get reported even if our AutoJSAPI has taken over error reporting. r=bholley
2015-06-15 20:10:24 -04:00
jscntxt.h
Bug 1174009 - Remove a couple of unused AutoRooter types; r=sfink
2015-06-10 10:16:53 -07:00
jscntxtinlines.h
Bug 1163059
- Add a more convenient wrapper for isAtomsZone; r=sfink
2015-05-07 10:17:49 -07:00
jscompartment.cpp
Bug 887030 - Allow inlining of heapState checks from outside JSAPI; r=jonco
2015-06-02 11:47:08 -07:00
jscompartment.h
Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl
2015-06-02 17:28:32 +09:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp
Bug 1177907 - Handle ObjectClassIs exception in date_toString. r=till
2015-06-30 04:36:00 -04:00
jsdate.h
Bug 1158399 - Ensure/assert that DateObject::setUTCTime never stores a non-TimeClip'd value in the reserved slot. r=evilpie
2015-04-30 20:03:30 -07:00
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 1100498 - Report function names for addon exceptions. r=billm
2015-06-16 16:46:17 +02:00
jsexn.h
Bug 1067610 - Refactor backtracking allocator to handle grouped registers better, r=sunfish.
2015-05-18 20:20:14 -06:00
jsfriendapi.cpp
Bug 1170182 - Remove dead functions from js/src. r=jorendorff
2015-06-27 08:56:58 -07:00
jsfriendapi.h
Bug 1159469 - Add get function to JSJitCallArguments; r=jorendorff
2015-06-29 15:38:52 -07:00
jsfun.cpp
Bug 1163520: Make IsInternalFunctionObject take its argument by reference, as it must not be nullptr. r=shu
2015-06-04 11:58:10 -07:00
jsfun.h
Bug 1165486 - Restructure function and script cloning in light of PollutingGlobal scope changes. (r=Waldo)
2015-06-21 11:49:57 -07:00
jsfuninlines.h
Bug 1177898 - Fix error checking in CloneFunctionObjectIfNotSingleton. (r=efaust)
2015-07-01 12:20:18 -07:00
jsgc.cpp
Bug 1177778 - Allow HeapPtr destruction while shutting down the GC r=terrence
2015-06-30 10:17:25 +01:00
jsgc.h
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsgcinlines.h
Bug 1167318 - Remove GetGCThingTraceKind in favor of the typed Cell variants; r=jonco
2015-05-21 11:41:18 -07: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 1170182 - Remove dead functions from js/src. r=jorendorff
2015-06-27 08:56:58 -07:00
jsiter.h
Bug 1170182 - Remove dead functions from js/src. r=jorendorff
2015-06-27 08:56:58 -07:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 1171180 - Remove trunc from jsmath; r=jorendorff
2015-06-29 12:07:21 -07:00
jsmath.h
Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl
2015-06-02 17:28:32 +09:00
jsnativestack.cpp
Bug 1165460 - Work around on-demand linker badness with NDK r10e/GCC 4.9 r=dhylands,glandium
2015-06-03 10:26:18 -05:00
jsnativestack.h
jsnum.cpp
Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo.
2015-05-01 14:03:17 -05:00
jsnum.h
jsobj.cpp
Bug 1178581 - Interning does not and should not imply infinite lifetime; r=sfink
2015-06-30 07:58:31 -07:00
jsobj.h
Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
2015-06-18 10:23:49 -07:00
jsobjinlines.h
Bug 1163520: Make IsInternalFunctionObject take its argument by reference, as it must not be nullptr. r=shu
2015-06-04 11:58:10 -07:00
json.cpp
Backed out changeset 94f14d6b26d5 (bug 1125624)
2015-06-17 11:02:59 +02:00
json.h
jsopcode.cpp
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsopcode.h
Bug 1147403 part 1 - Move Sprinter into its own header and add a FILE & LifoAlloc variants. r=h4writer
2015-05-28 19:26:54 +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
Bug 1170750 - jsprf.cpp: Sort headers properly. r=me
2015-06-12 17:14:59 +02:00
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 1174009 - Remove a couple of unused AutoRooter types; r=sfink
2015-06-10 10:16:53 -07:00
jsreflect.cpp
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsreflect.h
jsscript.cpp
Bug 1155618 - Fix more places where we don't correctly report allocation failure to the context r=terrence
2015-07-01 18:53:04 +01:00
jsscript.h
Backout 7959ffacd30f (Bug 1176090) for being on top of a regression.
2015-06-24 16:20:31 -07:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp
Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem.
2015-06-10 09:42:22 -07:00
jsstr.h
Bug 1147403 part 2 - IonMonkey: Use GenericPrinter& instead of FILE* for *::dump functions. r=h4writer
2015-05-28 19:26:55 +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
Bug 1155618 - Add better support for testing OOM behaviour r=terrence
2015-05-22 18:52:38 +01:00
jsutil.h
Bug 1171430 - Don't shift the poison value by non-byte values; r=jonco
2015-06-10 08:58:36 -07:00
jsversion.h
jswatchpoint.cpp
Bug 1169692 - Use virtual dispatch in WeakMapTracer instead of function pointers; r=sfink, r=mccr8
2015-06-01 13:14:11 -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 1178976: Add a post-write barrier to ObjectWeakMap::add. r=terrence
2015-06-30 13:47:01 -07:00
jsweakmap.h
Bug 1171780
- We no longer need to cast out of barrieried types in GC; r=jonco
2015-06-05 09:01:12 -07:00
jswin.h
Bug 1155838 - Fix a build warning on windows; r=till
2015-04-17 12:41:31 -07:00
jswrapper.h
Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan
2015-06-02 19:45:24 -07: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
Bug 1169769 - Stop pretending js/src is a top-level directory. r=gps
2015-06-10 10:49:23 +09:00
moz.build
Bug 1173889 - Strongly type the CallbackTracer dispatch function; r=jonco, r=mccr8
2015-06-11 10:03:33 -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