..
assembler
Bug 935791 - Add an option to disable SSE3 and SSE4 on the JS shell. r=jandem
2013-11-12 16:16:24 +01:00
build
Bug 935857 - Add AC_SUBST_SET to create a set() of strings in config.status and use it for NECKO_PROTOCOLS. r=gps
2013-11-12 07:52:32 +09:00
builtin
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
config
Bug 569597 - Eliminate use of ranlib. r=glandium
2013-11-11 19:26:59 -08:00
ctypes
Bug 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence
2013-11-06 16:26:50 +01:00
devtools
Bug 935125 - Whitelist PLDHashTableOps.hashKey, r=terrence
2013-11-05 14:41:46 -08:00
ds
editline
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
frontend
Backed out changeset b8d3be6e3c1a (bug 935470) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:01:52 +01:00
gc
Bug 937605 - Firefox fails to build on PPC64: GCInternals.h:29:5: error: ‘ZoneSelector’ does not name a type. r=billm
2013-11-15 14:40:37 -08:00
gdb
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
jit
Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:14 +01:00
jit-test
Backed out changeset d9ad4cc32e5d (bug 936143) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:34 +01:00
jsapi-tests
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
parjs-benchmarks
perf
shell
Bug 935791 - Add an option to disable SSE3 and SSE4 on the JS shell. r=jandem
2013-11-12 16:16:24 +01:00
tests
Bug 936681 - Correctly print stderr for jit-test failures (r=terrence)
2013-11-08 16:05:33 -08:00
v8
vm
Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:14 +01:00
vtune
yarr
aclocal.m4
Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium
2013-10-11 15:13:35 -04:00
configure.in
Bug 569597 - Eliminate use of ranlib. r=glandium
2013-11-11 19:26:59 -08:00
dtoa.c
js-confdefs.h.in
Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium
2013-10-17 00:36:13 -04:00
js-config.h.in
Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium
2013-10-11 15:13:35 -04:00
js-config.in
js.msg
Bug 930411 - Implement export declarations; r=bholley
2013-11-11 20:05:40 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Bug 921561 - Make JS_DECLARE_NEW_METHODS use C++11 "perfect" forwarding (which isn't, because it won't let you pass an expression that's a bit field #nowyouknow), to eliminate issues arising when non-const references are used in these methods with classes that don't copy nicely, or shouldn't be copied for perf reasons. r=luke
2013-09-27 11:19:43 -07:00
jsanalyze.h
jsanalyzeinlines.h
jsapi.cpp
Bug 934419 - Split CompartmentOptions off from ContextOptions; r=bholley
2013-11-11 21:44:33 +01:00
jsapi.h
Bug 934419 - Split CompartmentOptions off from ContextOptions; r=bholley
2013-11-11 21:44:33 +01:00
jsarray.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsarray.h
jsast.tbl
Bug 930411 - Implement export declarations; r=bholley
2013-11-11 20:05:40 +01:00
jsatom.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsatom.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsatominlines.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsbool.cpp
Bug 934557 - Handlify JS::ToBoolean and remove JS_ValueToBoolean. r=terrence
2013-11-06 16:26:50 +01:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jscntxt.h
Bug 934500 - Don't eagerly create callsite clones in IonBuilder, r=shu.
2013-11-05 18:00:44 -08:00
jscntxtinlines.h
jscompartment.cpp
Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:14 +01:00
jscompartment.h
Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:14 +01:00
jscompartmentinlines.h
jscpucfg.h
Bug 932991: Partly revert bug 898274 on jscpucfg.h, breaks OpenBSD/sparc64 (at least) where <machine/endian.h> must be included after <sys/types.h>. r=njn
2013-11-04 22:05:51 +01:00
jscrashformat.h
jscrashreport.cpp
Bug 924891 - don't use JS_BITS_PER_WORD in jscrashreport.cpp; r=njn
2013-10-09 09:06:13 -04:00
jscrashreport.h
jsdate.cpp
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
jsexn.h
Bug 928220 - Get rid of JS_INLINE
2013-10-22 06:34:24 +09:00
jsfriendapi.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jsfriendapi.h
Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures.
2013-11-07 16:10:21 -05:00
jsfun.cpp
Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06:00
jsfun.h
Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06:00
jsfuninlines.h
jsgc.cpp
Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:14 +01:00
jsgc.h
Bug 926678 - Ensure GC gets triggered when gcMallocBytes drops below zero r=billm
2013-10-16 09:45:27 +01:00
jsgcinlines.h
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jsinfer.cpp
Bug 935952 - Clean up TypeObjectKey property interface to avoid querying objects with unknown properties, r=jandem.
2013-11-08 08:56:10 -07:00
jsinfer.h
Bug 935952 - Clean up TypeObjectKey property interface to avoid querying objects with unknown properties, r=jandem.
2013-11-08 08:56:10 -07:00
jsinferinlines.h
Bug 935324 - Clean up adding of type properties to objects, r=jandem.
2013-11-07 11:12:15 -08:00
jsiter.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsiter.h
Bug 928508 - Change String.prototype.@@iterator to iterate over code points. r=jorendorff.
2013-10-23 11:42:25 -05:00
jskwgen.cpp
jslibmath.h
jslock.h
Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted)
2013-11-05 11:16:15 -08:00
jsmath.cpp
Bug 931328 - IonMonkey: Inline Math.hypot(x, y). r=jandem, r=jorendorff
2013-10-31 19:36:13 +05:30
jsmath.h
Bug 931328 - IonMonkey: Inline Math.hypot(x, y). r=jandem, r=jorendorff
2013-10-31 19:36:13 +05:30
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsnum.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsobj.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsobj.h
Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures.
2013-11-07 16:10:21 -05:00
jsobjinlines.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
json.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
json.h
jsonparser.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsonparser.h
jsopcode.cpp
Bug 932276 - Reimplement GetBlockChainAtPC using JSScript::blockScopes(). r=jorendorff
2013-11-12 09:58:18 +01:00
jsopcode.h
Bug 937058 - Paper over debug-mode checks of stack depth for unreachable bytecode. r=jandem
2013-11-11 16:21:20 +01:00
jsopcode.tbl
Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff
2013-11-04 15:33:15 +01:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp
Bug 634417 - Remove inappropriate uses of vanilla malloc/calloc/realloc/free/strdup from SpiderMonkey. r=luke.
2013-11-08 09:52:14 +11:00
jsprf.h
jspropertytree.cpp
jspropertytree.h
jsprototypes.h
Bug 914220 - Move TypedObject global names into a TypedObject module r=waldo
2013-09-09 11:52:11 -04:00
jsproxy.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsproxy.h
Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures.
2013-11-07 16:10:21 -05:00
jspubtd.h
Bug 887077: Split CompileOptions into ReadOnlyCompileOptions, CompileOptions, and OwningCompileOptions. r=terrence
2013-11-07 21:07:18 -08:00
jsreflect.cpp
Bug 930411 - Implement export declarations; r=bholley
2013-11-11 20:05:40 +01:00
jsreflect.h
jsscript.cpp
Backed out changeset 011dcedf181f (bug 936143) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE
2013-11-14 10:02:24 +01:00
jsscript.h
Bug 935903 - Unmark shared script data at start of GC r=billm
2013-11-08 09:53:24 +00:00
jsscriptinlines.h
jsshell.msg
Bug 900669 - OdinMonkey: asm.js caching (shell-only support) (r=sstangl)
2013-10-15 12:13:34 -05:00
jsstr.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsstr.h
Bug 935016 - Specialize string.split(string) in IonMonkey. r=bhackett
2013-11-07 12:14:20 +01:00
jstypes.h
Bug 928220 - Get rid of JS_INLINE
2013-10-22 06:34:24 +09:00
jsutil.cpp
jsutil.h
jsversion.h
jswatchpoint.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jswatchpoint.h
Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence
2013-11-01 10:20:50 +00:00
jsweakcache.h
jsweakmap.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jsweakmap.h
jswin.h
jsworkers.cpp
Bug 887077: Use OwningCompileOptions for off-main-thread compilation. r=terrence
2013-11-07 21:17:07 -08:00
jsworkers.h
Bug 887077: Use OwningCompileOptions for off-main-thread compilation. r=terrence
2013-11-07 21:17:07 -08:00
jswrapper.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jswrapper.h
make-source-package.sh
Makefile.in
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
2013-11-09 10:35:44 +09:00
moz.build
Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted)
2013-11-05 11:16:15 -08:00
NamespaceImports.h
Bug 887077: Split CompileOptions into ReadOnlyCompileOptions, CompileOptions, and OwningCompileOptions. r=terrence
2013-11-07 21:07:18 -08:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp
Bug 887077: Use ReadOnlyCompileOptions in preference to CompileOptions where possible. r=terrence
2013-11-07 21:07:18 -08:00
TraceLogging.h
Bug 887077: Use ReadOnlyCompileOptions in preference to CompileOptions where possible. r=terrence
2013-11-07 21:07:18 -08:00
Y.js