..
asmjs
Bug 1141629 - SIMD: Clarify that reciprocal and reciprocalSqrt are approximations. r=bbouvier
2015-03-13 19:13:08 +01:00
builtin
Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo
2015-03-18 18:22:05 +09:00
ctypes
Bug 1143281 - Check argument type in StructType.prototype.addressOfField. r=jorendorff
2015-03-17 07:28:57 +09:00
devtools
Backed out changeset f88b64c38d3d (bug 1120655) for adding hazards to a CLOSED TREE
2015-03-04 17:01:09 -08:00
doc
Bug 1137844 - Part 0 - Add docs for Debugger.Memory.prototype.onGarbageCollection; r=jimb
2015-03-13 13:02:00 +01:00
ds
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 17:09:21 -06:00
editline
frontend
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
gc
Bug 1116376 - Skip full GC triggered by atoms zone if keepAtoms is true, and retrigger it after keepAtoms becomes false. r=jonco
2015-03-19 10:12:37 +09:00
gdb
Bug 1140573 part 1. Drop the parent argument from JS_NewFunction. r=waldo
2015-03-09 12:50:03 -04:00
irregexp
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 17:09:21 -06:00
jit
Bug 1141583 - Store nargs in LambdaFunctionInfo to avoid a TSan false positive. r=bhackett
2015-03-19 10:11:55 +01:00
jit-test
Bug 1143106
- Fix construction of singleton objects during parsing when unboxed objects are in use, r=jandem.
2015-03-18 08:42:30 -07:00
jsapi-tests
Bug 1097987 part 7. Require callers of JS::Evaluate to either use the global as the scope or pass in an explicit scopechain. r=waldo
2015-03-14 01:36:16 -04:00
octane
perf
Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage
2015-03-11 17:47:45 +01:00
proxy
Bug 805052 part 1. Remove assertParentIs. r=waldo
2015-03-14 01:36:17 -04:00
shell
Bug 1139152 - IonMonkey: Add dynamic output type checks for LIRs that use redefine, r=jandem
2015-03-18 10:08:39 +01:00
tests
Bug 1079919 - Part 2: Make RegExp.prototype.toString to be a generic function. r=Waldo
2015-03-18 18:22:05 +09:00
vm
Bug 1063147: Clarify comments about extensible strings. DONTBUILD r=jandem
2015-03-16 18:40:21 -07:00
vtune
aclocal.m4
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 1132522, part 2 - Treat false return from proxyHandler.set() as strict mode failure. r=efaust.
2015-02-13 09:49:31 -06:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp
Bug 1144331 - Assert that gray buffering does not depend on isMarking; r=jonco, a=RyanVM
2015-03-18 10:48:36 -07:00
jsapi.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
jsarray.cpp
Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. r=bhackett
2015-03-19 10:08:41 +01:00
jsarray.h
Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. r=bhackett
2015-03-19 10:08:41 +01:00
jsast.tbl
Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff
2015-03-10 10:50:00 +01:00
jsatom.cpp
Bug 1135985 - Use typed members to implement pushMarkStack; r=sfink
2015-02-25 13:09:05 -08:00
jsatom.h
jsatominlines.h
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 17:09:21 -06:00
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage
2015-03-11 17:47:45 +01:00
jscntxt.h
Bug 1137616 - Restore ReferenceError when a proxy is on the global object's prototype chain, regressed by rev 615f118f2787. r=jandem.
2015-03-03 18:13:03 -06:00
jscntxtinlines.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
jscompartment.cpp
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
jscompartment.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp
Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley
2015-03-18 18:22:05 +09:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley
2015-03-18 18:22:05 +09:00
jsexn.h
jsfriendapi.cpp
Bug 1142296. Remove the parent argument from NewObjectWithGivenProto. r=waldo
2015-03-14 01:36:16 -04:00
jsfriendapi.h
Bug 1140573 part 4. Drop the parent argument from js::NewFunctionByIdWithReserved. r=waldo
2015-03-09 12:50:08 -04:00
jsfun.cpp
Bug 1144331 - Assert that gray buffering does not depend on isMarking; r=jonco, a=RyanVM
2015-03-18 10:48:36 -07:00
jsfun.h
Bug 1142310 part 1. Stop parenting scripted functions created via the NewFunction APIs to non-globals. r=waldo
2015-03-14 01:36:17 -04:00
jsfuninlines.h
Bug 805052 part 3. Remove parents from SpiderMonkey. r=waldo,terrence
2015-03-14 01:36:17 -04:00
jsgc.cpp
Bug 1116376 - Skip full GC triggered by atoms zone if keepAtoms is true, and retrigger it after keepAtoms becomes false. r=jonco
2015-03-19 10:12:37 +09:00
jsgc.h
Bug 1125101 - Check budget in incremental compaction r=terrence
2015-02-26 12:35:59 +00:00
jsgcinlines.h
Bug 1134425 - Part 1: move the allocator interface code out of line; r=jonco
2015-03-04 09:32:02 -08:00
jshashutil.h
jsiter.cpp
Bug 805052 part 3. Remove parents from SpiderMonkey. r=waldo,terrence
2015-03-14 01:36:17 -04:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 1142296. Remove the parent argument from NewObjectWithGivenProto. r=waldo
2015-03-14 01:36:16 -04:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
jsnum.h
jsobj.cpp
Bug 1137180 - Add most functionality necessary for extensible unboxed objects, r=jandem.
2015-03-18 18:05:51 -07:00
jsobj.h
Bug 805052 part 3. Remove parents from SpiderMonkey. r=waldo,terrence
2015-03-14 01:36:17 -04:00
jsobjinlines.h
Bug 1142865. Remove the parent argument from NewObjectWithGroup. r=waldo
2015-03-14 01:36:17 -04:00
json.cpp
Bug 1142296. Remove the parent argument from NewObjectWithGivenProto. r=waldo
2015-03-14 01:36:16 -04:00
json.h
jsopcode.cpp
Bug 1139552 - Convert js::gc::AllocKind to an enum class and eliminate non-AllocKind indexing. r=terrence
2015-03-13 02:13:00 +01:00
jsopcode.h
Bug 1140317: Make sure chars created by DecompileValueGenerator won't ever leak; r=Waldo
2015-03-10 19:34:00 +01:00
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jspropertytree.cpp
Bug 1139552 - Convert js::gc::AllocKind to an enum class and eliminate non-AllocKind indexing. r=terrence
2015-03-13 02:13:00 +01:00
jspropertytree.h
jsprototypes.h
Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley
2015-03-18 18:22:05 +09:00
jspubtd.h
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 17:09:21 -06:00
jsreflect.cpp
Bug 1142296. Remove the parent argument from NewObjectWithGivenProto. r=waldo
2015-03-14 01:36:16 -04:00
jsreflect.h
jsscript.cpp
Bug 1144331 - Assert that gray buffering does not depend on isMarking; r=jonco, a=RyanVM
2015-03-18 10:48:36 -07:00
jsscript.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp
Backed out changeset 2693283b5d8b (bug 1142814) for bc1 orange
2015-03-16 17:45:45 -07:00
jsstr.h
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 1144331 - Assert that gray buffering does not depend on isMarking; r=jonco, a=RyanVM
2015-03-18 10:48:36 -07:00
jsweakmap.h
jswin.h
jswrapper.h
Bug 1113369, part 7 - [[SetPrototypeOf]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
2015-02-05 16:36:50 -06:00
make-source-package.sh
Makefile.in
Bug 1141268 - Install js-config.h for standalone builds. r=glandium
2015-03-09 13:42:31 -07:00
moz.build
Bug 1139473: File some metadata for the js/src/ subdirectory; r=jorendorff
2015-03-04 17:43:27 +01:00
NamespaceImports.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
Y.js