..
asmjs
Bug 1071444: Return stack offset before incrementing it for win64 args; r=luke
2014-09-24 16:01:42 +02:00
builtin
Bug 1068024 - Fix more bad implicit constructors in JS; r=luke,Waldo
2014-09-23 22:04:52 -04:00
ctypes
Bug 1063468 - Remove unnecessary use of address() r=sfink
2014-09-15 16:49:37 +01:00
devtools
Bug 650161 - Add an assertion that something is only ever called from a GC callback r=terrence
2014-09-19 09:57:11 +01:00
doc
Bug 1068450 - Document Debugger.Frame.prototype.implementation. DONTBUILD. (r=jimb)
2014-09-22 16:34:10 -07:00
ds
Bug 1068953 - Disable coherency checks in JitCodeGlobalTable's SplayTree. (r=djvj)
2014-09-23 15:43:27 -07:00
editline
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
2014-09-03 14:10:54 +09:00
frontend
Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett
2014-09-17 21:07:37 +02:00
gc
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
2014-09-24 12:54:11 +01:00
gdb
Bug 1065029 - Import time to make test mode work. r=sfink
2014-09-12 10:15:58 -06:00
irregexp
Bug 1013996 - irregexp: Avoid unaligned accesses in ARM code. r=bhackett
2014-08-17 14:45:31 +10:00
jit
Bug 1058640 - IonMonkey MIPS: Added testJitMoveEmitterCycles-mips.cpp and fixed bug in MoveEmitter. r=mjrosenb
2014-09-24 11:40:51 +02:00
jit-test
Bug 1063653 - Add testcase. r=bhackett
2014-09-24 15:42:57 +02:00
jsapi-tests
Bug 1058640 - IonMonkey MIPS: Added testJitMoveEmitterCycles-mips.cpp and fixed bug in MoveEmitter. r=mjrosenb
2014-09-24 11:40:51 +02:00
octane
parjs-benchmarks
perf
proxy
Bug 1068223 - Clean up the Cell hierarchy; r=jonco
2014-09-17 10:32:37 -07:00
shell
Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu
2014-09-23 15:25:31 +02:00
tests
Bug 896116 - Followup to fix an ASAN test failure (that also affects normal builds, except apparently our tests don't manage to buffer-overflow spectacularly enough there to trigger a crash). r=bustage in a CLOSED TREE
2014-09-23 18:16:58 -07:00
vm
Bug 947044 - Provide a suggestion when throwing ReferenceError: <name> is not defined. r=luke
2014-09-23 16:34:00 +02:00
vtune
aclocal.m4
Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer
2014-09-04 17:44:01 +09:00
configure.in
Bug 1060401
- NSS and NSPR libs can't be found in mingw builds. r=glandium
2014-09-23 11:51:36 +02:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 947044 - Provide a suggestion when throwing ReferenceError: <name> is not defined. r=luke
2014-09-23 16:34:00 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h
Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco
2014-08-08 13:22:39 -07:00
jsapi.cpp
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
2014-09-24 12:54:11 +01:00
jsapi.h
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
2014-09-24 12:54:11 +01:00
jsarray.cpp
changeset: 229386:2c92e43e29d8
2014-09-18 17:22:05 +08:00
jsarray.h
Bug 1063253 - Fix CodeGenerator::visitNewArrayCallVM to not ignore the AllocatingBehaviour value. r=h4writer
2014-09-12 14:24:24 +02:00
jsast.tbl
Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu
2014-08-30 14:27:19 -07:00
jsatom.cpp
Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
2014-09-16 17:26:34 -04:00
jsatom.h
Bug 1055402 - Remove RegExp.test cache, add a more robust match only mode to irregexp, r=jandem.
2014-09-12 07:12:49 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 947044 - Provide a suggestion when throwing ReferenceError: <name> is not defined. r=luke
2014-09-23 16:34:00 +02:00
jscntxt.h
Bug 947044 - Provide a suggestion when throwing ReferenceError: <name> is not defined. r=luke
2014-09-23 16:34:00 +02:00
jscntxtinlines.h
Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv)
2014-09-10 15:52:36 -07:00
jscompartment.cpp
Bug 1068697 - Add a compartment option to preserve JIT code in non-shrinking GCs r=terrence
2014-09-22 08:43:36 +01:00
jscompartment.h
Bug 1068697 - Add a compartment option to preserve JIT code in non-shrinking GCs r=terrence
2014-09-22 08:43:36 +01:00
jscompartmentinlines.h
jscpucfg.h
Bug 1065055: also define IS_{LITTLE,BIG}_ENDIAN according to BYTE_ORDER, r=njn
2014-09-11 07:58:37 +02:00
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp
Bug 896116 - Morph the dependent-JSProtoKey system to explicitly store a JSProtoKey, rather than relying on a system where a single class represents the parent and dependent both. Also convert error objects (Error, RangeError, &c.) to be represented by multiple classes, not a single one. r=bholley, r=till
2014-09-18 20:06:32 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 896116 - Morph the dependent-JSProtoKey system to explicitly store a JSProtoKey, rather than relying on a system where a single class represents the parent and dependent both. Also convert error objects (Error, RangeError, &c.) to be represented by multiple classes, not a single one. r=bholley, r=till
2014-09-18 20:06:32 -07:00
jsexn.h
jsfriendapi.cpp
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
2014-09-24 12:54:11 +01:00
jsfriendapi.h
Bug 896116 - Morph the dependent-JSProtoKey system to explicitly store a JSProtoKey, rather than relying on a system where a single class represents the parent and dependent both. Also convert error objects (Error, RangeError, &c.) to be represented by multiple classes, not a single one. r=bholley, r=till
2014-09-18 20:06:32 -07:00
jsfun.cpp
Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
2014-09-16 17:26:34 -04:00
jsfun.h
Bug 1068223 - Clean up the Cell hierarchy; r=jonco
2014-09-17 10:32:37 -07:00
jsfuninlines.h
jsgc.cpp
Bug 650161 - Unify the finalization and moving GC callbacks into a weak pointer update callback r=terrence r=bholley
2014-09-24 12:54:11 +01:00
jsgc.h
Backout 3f395d9d894a (Bug 1057563) for not handling the background allocation case.
2014-09-22 09:40:54 -07:00
jsgcinlines.h
Bug 650161 - Add an assertion that something is only ever called from a GC callback r=terrence
2014-09-19 09:57:11 +01:00
jshashutil.h
jsinfer.cpp
Bug 1066652 - Clean up APIs for adding property types, r=jandem.
2014-09-22 17:29:15 -07:00
jsinfer.h
Bug 1066652 - Clean up APIs for adding property types, r=jandem.
2014-09-22 17:29:15 -07:00
jsinferinlines.h
Bug 1066652 - Clean up APIs for adding property types, r=jandem.
2014-09-22 17:29:15 -07:00
jsiter.cpp
Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett
2014-09-17 21:07:37 +02:00
jsiter.h
Bug 831585 - Refactor and simplify for-in bytecode and remove cx->iterValue. r=bhackett
2014-09-17 21:07:37 +02:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 1056373 - Add the ability to sample each allocation by some probability. r=jimb
2014-09-22 17:01:00 -04:00
jsmath.h
Bug 1065623 - Declare random_next in jsmath.h. r=jorendorff
2014-09-12 13:11:00 -04:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj.
2014-09-16 23:33:05 -07:00
jsnum.h
Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff
2014-09-16 18:45:31 +02:00
jsobj.cpp
Bug 947044 - Provide a suggestion when throwing ReferenceError: <name> is not defined. r=luke
2014-09-23 16:34:00 +02:00
jsobj.h
Bug 1070462 - Have BINDNAME push a poison scope on uninitialized lexical lookup. (r=Waldo)
2014-09-23 15:43:27 -07:00
jsobjinlines.h
Bug 650161 - Fix shell test failures caused by compacting GC r=terrence
2014-09-17 15:35:11 +01:00
json.cpp
Bug 914402 - Remove the defunct conservative stack scanner; r=sfink
2014-09-09 15:08:23 -07:00
json.h
jsonparser.cpp
jsonparser.h
jsopcode.cpp
Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu
2014-09-23 15:25:31 +02:00
jsopcode.h
Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu
2014-09-23 15:25:31 +02:00
jsopcodeinlines.h
Bug 1063816 - Polish work on the renaming of useCount to warmUpCount(er), r=mjrosenb,nbp
2014-09-11 18:40:17 +02:00
jsprf.cpp
Bug 1019838 - Various non-unified compilation bustage fixes. r=bustage in a CLOSED TREE
2014-09-08 19:33:58 -07:00
jsprf.h
jspropertytree.cpp
Bug 1068223 - Clean up the Cell hierarchy; r=jonco
2014-09-17 10:32:37 -07:00
jspropertytree.h
jsprototypes.h
Bug 896116 - Morph the dependent-JSProtoKey system to explicitly store a JSProtoKey, rather than relying on a system where a single class represents the parent and dependent both. Also convert error objects (Error, RangeError, &c.) to be represented by multiple classes, not a single one. r=bholley, r=till
2014-09-18 20:06:32 -07:00
jsproxy.h
Bug 1068024 - Fix more bad implicit constructors in JS; r=luke,Waldo
2014-09-23 22:04:52 -04:00
jspubtd.h
Bug 1066020: Add JSConstIntegerSpec to jsapi; r=till
2014-09-15 15:13:05 +02:00
jsreflect.cpp
Bug 1064391 - Fix destructuring into a __proto__ pattern. r=shu
2014-09-08 13:59:47 -07:00
jsreflect.h
Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu
2014-08-30 14:27:19 -07:00
jsscript.cpp
Bug 1068223 - Clean up the Cell hierarchy; r=jonco
2014-09-17 10:32:37 -07:00
jsscript.h
Bug 1063233: Move JS::ubi::Node specializations for SpiderMonkey types closer to those types' definitions. r=terrence
2014-09-18 12:56:54 -07:00
jsscriptinlines.h
Bug 1068223 - Clean up the Cell hierarchy; r=jonco
2014-09-17 10:32:37 -07:00
jsshell.msg
jsstr.cpp
Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
2014-09-16 17:26:34 -04:00
jsstr.h
Bug 1055402 - Remove RegExp.test cache, add a more robust match only mode to irregexp, r=jandem.
2014-09-12 07:12:49 -07:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h
Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo.
2014-08-21 16:34:00 -05:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 650161 - Fix shell test failures caused by compacting GC r=terrence
2014-09-17 15:35:11 +01:00
jsweakmap.h
Bug 650161 - Fix shell test failures caused by compacting GC r=terrence
2014-09-17 15:35:11 +01:00
jswin.h
jswrapper.h
Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv)
2014-09-10 15:52:36 -07:00
make-source-package.sh
Makefile.in
Backed out changeset 9a796d86bae8 (bug 1063728) until people agree what they want to do here
2014-09-08 20:38:21 -04:00
moz.build
Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj.
2014-09-16 23:33:05 -07:00
NamespaceImports.h
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
Y.js